*{margin:0px;padding:0px;}
a{text-decoration:none !important;}
body{font-family: 'Poppins', sans-serif; background-image:url(../images/bg01.png); background-size: 100%;  background-position: center;  background-repeat: no-repeat;}
@font-face{font-family:"Century Gothic";font-style:normal;font-weight:normal;src:url("../fonts/breeserif-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/breeserif-regular-webfont.woff") format("woff"), url("../fonts/Century Gothic.ttf") format("truetype"), url("../fonts/breeserif-regular-webfont.svg#bree_regular") format("svg");}
.visible{display:block !important;}
.hidden{display:none;}
img{ max-width:100%;}

header{
    float: left;
    width: 100%;
    height: auto;
}
.tophed01{
    float: left;
    width: 100%;
    height: auto;
    background-color: #b19756;
    text-align: center;
}
.tophed01 p{
    color: #fff;
    margin-bottom: 0px;
    padding: 10px 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.bothed01{
    float: left;
    width: 100%;
    height: auto;
    padding: 14px 0px;
    background-color: #fff;
}
.logo{
    width: 100%;
    height: auto;
    float: left;
}
.logo a{}
.logo a img{
    max-height: 65px;
}
.topright{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 16px;
}



.grt-mobile-button {
	display:none;
}

.grt-mobile-button:focus {
	border:0;
	outline:0;
}


ul.grt-menu {
	display: block;
	float:right;
	margin:0 -10px 0 0;
	padding:0;
	list-style-type: none;
}

ul.grt-menu:after {
	content:"";
	clear:both;
	display:block;
}

ul.grt-menu li {
	display: inline-block;
	margin:0;
	padding:0;
	margin-left:10px;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

ul.grt-menu li a {
	padding: 5px 12px;
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	color: #9a9a9a;
	line-height: 1.1em;
	box-shadow: inset 0 0 0 0 #FFF;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	position:relative;
	text-decoration: none;
	text-transform: capitalize;
}


ul.grt-menu li.active a:after  {
    position: absolute;
    bottom: 1px;
    content: "";
    left: 12px;
    right: 12px;
    border-bottom: 1px solid #b19756;
}
ul.grt-menu li.active  a{color: #b19756;}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

ul.grt-menu li.grt-dropdown:hover {
	cursor:pointer;
}

ul.grt-menu li.grt-dropdown:hover a {
	box-shadow: none;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list {
	display:none;
	position:absolute;
	background:#ee2b34;
	margin: 0;
	padding: 0;
	min-width:150px;
	animation: fadeIn 0.8s;
	z-index: 999;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li a {
	display:block;
	font-size:18px;
	color: #FFF;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	padding: 9px 12px;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li:last-child a {
	padding-bottom:15px;
}

ul.grt-menu li.grt-dropdown.active-dropdown {
	background: #ee2b34;
}

ul.grt-menu li.grt-dropdown.active-dropdown ul.grt-dropdown-list {
	display:block !important;
}

ul.grt-menu li.grt-dropdown.active-dropdown a {
	color:#FFF;
}


/* Desktop only style */
@media (min-width:768px) {

	ul.grt-menu li.grt-dropdown:hover > a + ul.grt-dropdown-list {
		display:block;
		top: calc(100% - 17px);
	}

	ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li {
		display:block;
	}

	ul.grt-menu li.grt-dropdown:hover > a {
		color:#FFF;
		box-shadow: inset 150px 0 0 0 #ee2b34;
	}

	ul.grt-menu li a:hover {
		color: #fff;
		box-shadow: inset 150px 0 0 0 #b19756;
	}
}

/* Tablet only style */
@media (min-width:768px) and (max-width:991px) {
	ul.grt-menu li a {
		font-size:18px;
	}
}

/* Mobile only style */
@media (max-width:767px) {

	.menu-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.grt-mobile-button {
		    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0px;
    background: rgb(255 255 255 / 0%);
    color: #3d3d3d;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    width: 35px;
	}

	.grt-mobile-button .line1, .grt-mobile-button .line2, .grt-mobile-button .line3 {
		width: 35px;
		height: 4px;
		background-color: #333;
		margin: 6px 0;
		transition: 0.4s;
		display:block;
	}

	ul.grt-menu {
		display:none;
		margin:0;
  		height: 0;
	}  

	ul.open-grt-menu {
		position: fixed;
		background: #FFF;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		height:100%;
		float: none;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}

	.grt-mobile-button-open {
		position: fixed;
		z-index:99999;
		right:25px;
		top:25px;
	}

	.grt-mobile-button-open .line1 {
		-webkit-transform: rotate(-45deg) translate(-8px, 5px);
		transform: rotate(-45deg) translate(-8px, 5px);
	}

	.grt-mobile-button-open .line2 {opacity: 0;}
	
	.grt-mobile-button-open .line3 {
		-webkit-transform: rotate(45deg) translate(-8px, -7px);
		transform: rotate(45deg) translate(-8px, -7px);
	}

	ul.grt-menu li {
		display: block;
		line-height: 3.5em;
	}

	ul.grt-menu li a {
		padding: 6px 10px;
		font-size:30px;
	}

	ul.grt-menu li.grt-dropdown ul.grt-dropdown-list {
		width:100%;
		position: relative;
		display:none;
	}

	ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li a {
		display: block;
		font-size: 17px;
	}
}


.slider01{width:100%;height:auto;float:left;background-color: #e4f1fd;padding: 50px 0px;}
.slideleft01{width:100%;height:auto;float:left;padding: 30px;background-color: #ffff;}
.slideleft01 h3{
    font-size: 21px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 17px;
    line-height: 30px;
}
.slideleft01 h4{
    font-size: 19px;
    color: #616161;
}
.slideleft01 img{}
.slideleft01 p{
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 50px;
}
.slideleft01 a{
    background-color: #f4f8fb;
    color: #000;
    border: 1px solid #000;
    padding: 10px 30px;
}
.slideleft01 a:hover{
    background-color: #000;
    color: #fff;
}
.slideright01{width:100%;height:auto;float:left;min-height: 436px;background-color: #fff;padding: 50px 30px;}
.slideright01 img{}
.section001{
    background-color: #000;
    float: left;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}
.section001 h3{
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
	margin-top:0px;
}
.section001 h3:after{content:'';width: 100px;height: 4px;display: block;background-color: #fff;margin: auto;margin-top: 6px;}
.section001 ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.section001 ul li{
    display: inline-block;
    border-right: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    padding-right: 20px;
}
.section001 ul li:nth-last-child(1){
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
}
.section002{width:100%;height:auto;float:left;padding: 20px 0px;}
.section002 h3{
    font-size: 29px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ababab;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: #fff;
}
.boox001{width:100%;height:auto;float:left;border: 0px solid rgb(221 221 221 / 46%);padding: 0px;margin-top:10px;margin-bottom:20px;transition: transform .2s;text-align: left;min-height:375px;background-color: #fff;}
.boox001img{width:100%;height:auto;float:left;text-align: left;margin-bottom: 10px;}
.boox001img img{max-height: 420px;}
.boox001txt{width:100%;height:auto;float:left;background-color: #fff;}
.boox001txt h4{
    font-size: 16px;
    text-transform: capitalize;
    line-height: 22px;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boox001txt h5{
    color: #b19756;
    font-size: 16px;
}
.boox001txt img{
    max-width: 100px;
	display:none;
}
.boox001:hover{  }
 
.fotsubcibe01{
    float: left;
    width: 100%;
    height: auto;
    background-color: #b19756;
    padding: 30px 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
	display:none;
}
.fotsubcibe01 h3{
    margin-top: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 33px;
    margin-bottom: 21px;
}
.fotsubcibe01 form{}
.fotsubcibe01 form input[type="text"]{
    width: 100%;
    max-width: 500px;
    height: 45px;
    border-radius: 51px;
    padding: 0px 15px;
    background-color: #b19756;
    border: 1px solid rgb(255 255 255 / 58%);
    color: #fff;
    outline: 0px;
    box-shadow: none;
}
.fotsubcibe01 form input[type="submit"]{
    width: 100%;
    max-width: 120px;
    height: 45px;
    border-radius: 51px;
    padding: 0px 15px;
    background-color: #b19756;
    border: 1px solid rgb(255 255 255 / 58%);
    color: #fff;
    outline: 0px;
    box-shadow: none;
    margin-left: 12px;
}
.fotsubcibe01 form input[type="submit"]:hover{
    background-color: #fff;
    color: #000;
}

footer{
    float: left;
    width: 100%;
    height: auto;
	    background-color: #fff;
    padding: 30px 0px 0px;
    border-top: 1px solid #f3f3f3;
}
.fott01{}
.fotlogo01{
    padding-top: 15px;
}
.fotlogo01 a{}
.fotlogo01 a img{
    max-height: 67px;
}
.fot002{}
.fot002 h3{
    font-size: 22px;
    margin-top: 7px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 15px;
}
.fot002 ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    column-count: 2;
}
.fot002 ul li{
    margin-bottom: 9px;
    font-size: 15px;
}
.fot002 ul li a{
    color: #333;
}
.fot002 ul li a:hover{
    color: #2db1d6;
}
.fot002 p{
    font-size: 15px;
    line-height: 25px;
}
.fotcopy{
    border-top: 1px solid rgb(221 221 221 / 20%);
    padding-top: 13px;
    margin-top: 31px;
    text-align: center;
    background-color: #f5f5f5;
    padding-bottom: 15px;
}
.fotcopy p{
    margin-bottom: 0px;
}
.abotbred{
    width: 100%;
    height: auto;
    float: left;
    background-color: #eaeaea;
    padding: 40px 0px;
    text-align:center;
    background-image:url(../images/abiutbg01.jpg);
    background-size: 100%;
    background-position: center top;
}
.abotbredleft{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 14px;
    text-align: left;
}
.abotbredleft h3{
    margin: 0px;
    font-size: 28px;
	color: #000;
}
.abotbredright{
    float: right;
    width: 100%;
    text-align: left;
}
.abotbredright a{
    margin-right: 20px;
    border-right: 1px solid;
    padding-right: 20px;
	color:#000;
}
.abotbredright a:hover{}

.abtinner{width:100%;height:auto;float:left;padding: 30px 0px;}
.abtinnerimg{width:100%; height:auto; float:left;}
.abtinnerimg img{}
.abtinnertxt{width:100%;height:auto;float:left;margin-top: 40px;}
.abtinnertxt h3{
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.abtinnertxt p{
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}
.abtinnertxt a{
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
    padding: 10px 30px;
    display: inline-block;
}
.abtinnertxt a:hover{
    background-color: #000;
    color: #fff;
}

.conatus01{width:100%;height:auto;float:left;padding: 30px 0px 50px;}



.contform{padding: 0px;float: left;width: 100%;margin-top: 60px;}
	.contform h3{
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
	.contform ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
	.contform ul li{
    width: 50%;
    margin-bottom: 16px;
    float: left;
    padding-right: 10px;
}
	.contform ul li input{
    width: 100%;
    padding: 12px;
    border-radius: 0px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    height: 50px;
}
	.contform ul li textarea{
    width: 100%;
    padding: 12px;
    border-radius: 0px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    height: 120px;
}
	.contform ul li input[type="submit"]{
    max-width: 200px;
    background-color: #b19756;
    border: 1px solid #b19756;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0px;
    cursor: pointer;
}
	.contform ul li input[type="submit"]:hover{
    border: 1px solid #333;
    color: #fff;
    background-color: #000;
}
.contform ul li:nth-child(5){ width:100%;}
.rightpupuy{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0px;
}
.rightpupuy img{}
.deals001{
    border: 2px solid #e0e0e0;
    padding: 30px;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
	background-image:url(../images/bookpng.png);
	    background-repeat: no-repeat;
    background-size: 200px;
    background-position: bottom right;
}
.deals001img{
    float: left;
    margin-left: 0px;
    margin-right: 30px;
}
.deals001img img{
    max-height: 250px;
}
.deals001txt{}

.deals001txt {}
.deals001txt h6{
    font-size: 15px;
    font-weight: 400;
}
.deals001txt h4{
    font-size: 25px;
}
.deals001txt h5{
    font-size: 18px;
    color: #005aaa;
    margin-bottom: 17px;
}
.deals001txt img{ display:none;}
.save01{
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #c8b183;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 21px;
    font-size: 15px;
	display:none;
}
.save01 strong{
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
}
.rating001{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.rating001 ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.rating001 ul li{
    border: 1px solid #ddd;
    width: 100%;
    float: left;
    padding: 15px;
}
.ratingimg{
    float: left;
    margin-right: 17px;
}
.ratingimg img{
    max-height: 125px;
}
.ratingtxt{}
.ratingtxt h4{}
.ratingtxt h5{
    color: #5571f6;
}
.ratingtxt h6{}
.ratingtxt img{}
.fetudbok{ width:100%; height:auto; float:left; margin:20px 0px;}
.fetudbok img{}

.abtinr01{}
.abtinr02{    margin-top: 10px;}
.abt01{     padding: 45px 0px;}
.slide01{}
.slide01 img{ margin-bottom:20px;}

.dealsbox001{
    float: left;
    width: 100%;
    height: auto;
    background-color: #000;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 50px;
}
.dealsbox001 img{
    float: right;
}
.dealsbox001 h3{
    text-transform: uppercase;
    color: #bbbaba;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 42px;
}
.dealsbox001 h4{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 17px 0px 20px;
}
.dealsbox001 a{
    background-color: #c8b183;
    color: #fff;
    padding: 13px 35px;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-radius: 6px;
    display: inline-block;
}
.dealsbox001 a:hover{
    background-color: #fff;
    color: #000;
}

.abtinner{width:100%;height:auto;float:left;padding: 50px 0px;}
.boksiinner{
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom:15px;
    background-color: #fff;
    box-shadow: 8px 8px 0px 0px rgb(177 151 86 / 31%);
    }
.boks01{
    text-align: center;
}
.boks01 img{ max-width:100%; max-height: 470px;}
.bokstxt01{
    float: left;
    width: 100%;
    border-left: 0px;
    padding-left: 0px;
}
.bokstxt01 ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.bokstxt01 ul li{
    float: left;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.bokstxt01 ul li strong{
    font-weight: 700;
    color: #000;
}
.bokstxt01 ul li p{}
.bokstxt01 ul li:nth-child(1){}
.bokstxt01 ul li:nth-child(2){}
.bokstxt01 ul li:nth-child(3){}
.bokstxt01 ul li:nth-child(4){}
.bokstxt01 ul li:nth-child(5){}
.bokstxt01 ul li:nth-child(6){}
.bokstxt01 ul li:nth-child(7){}
.bokstxt01 ul li:nth-child(8){}
.bokstxt01 ul li:nth-child(9){width: 100%;}
.bokstxt01 ul li:nth-child(10){width: 100%;}

.bokstxt01 h3{
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 20px;
}
.abtauther{
    margin-top: 30px;
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
}
.abtauther h3{
    font-size: 25px;
}
.abtauther p{

    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.boox001 a{ color:#000;}
.boox001 a:hover{color:#b19756;}

.slider0101{
    background-color: #faf9f5;
    padding: 0px;
    float: left;
    width: 100%;
    margin-bottom: 35px;
    padding-right: 25px;
    margin-top: 40px;
}
.slider0101txt{
    float: left;
    width: 100%;
    height: auto;
    padding: 30px;
    padding-left: 50px;
    margin-bottom: 20px;
}
.slider0101txt h3{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 4px;
    background-color: #faf9f5;
    border-bottom: 0px;
}
.slider0101txt h3 span{
    display: block;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 8px;
}
.slider0101txt p{
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 38px;
    color: #000;
}
.slider0101txt a{
    border: 1px solid #828282;
    color: #000;
    padding: 10px 41px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
}
.slider0101txt a:hover{
    background-color: #000;
    color: #fff;
}
.slider0101img{
    float: right;
    width: 112%;
    height: auto;
}
.slider0101img img{
    margin-top: -49px;
    margin-bottom: -30px;
}
.topserch{
    float: right;
    width: auto;
    margin-left: 50px;
    background-color: #faf9f5;
    padding: 0px 10px;
    position: relative;
    margin-top: -10px;
    display:none;
}
.topserch i{
    float: left;
    margin-top: 16px;
    margin-right: 10px;
}
.topserch input{
    float: right;
    width: 200px;
    border: 0px;
    height: 47px;
    color: #000;
    background-color: #faf9f5;
    outline: 0px;
    box-shadow: none;
}
.abtinr02{}
.abtinr02 h3{
    font-size: 26px;
    font-weight: 400;
}
.abtinr02 h3 span{
    display: block;
    font-size: 50px;
    margin-top: 4px;
    font-weight: 600;
}
.conthed001{
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
}
.conthed001 h3{
    font-size: 33px;
}
.conthed001 p{
    font-size: 17px;
}
.upcomingboks01{background-image:url(../images/frothbg01.jpg);float: left;width: 100%;background-size: cover;background-position: center;padding: 30px;padding-bottom: 40px;margin-bottom: 20px;border-radius: 0px;padding-left: 50px;}
.upcomingboks01 h4{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 27px;
    margin-top: 0px;
}
.upcomingboks01 a{
    border: 1px solid #080808;
    color: #000;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
}
.upcomingboks01 a:hover{
    background-color: #333;
    color: #fff;
}
.upcmning01{
    float: left;
    width: 100%;
    height: auto;
}
.upcmning01 ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
}
.upcmning01 ul li{
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
}
.upcmning01 ul li .title01{
    float: left;
    width: 70%;
    border-right: 1px solid #ddd;
}
.upcmning01 ul li .title01 p{
    margin-bottom: 0px;
    padding: 12px;
    font-size: 17px;
}
.upcmning01 ul li .auther01{
    float: left;
    width: 15%;
    text-align: center;
    border-right: 1px solid #ddd;
}
.upcmning01 ul li .auther01 p{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-top: 9px;
    min-height: 48px;
}
.upcmning01 ul li .publsiher01{
    float: left;
    width: 15%;
    text-align: center;
}
.upcmning01 ul li .publsiher01 p{
    margin-bottom: 0px;
    padding-top: 14px;
    font-size: 16px;
    font-weight: 500;
}
.tilhed01{ text-transform:uppercase; background-color: #f3f3f3 !important;}


@media (max-width:660px){
    
}



/*Download button css*/

.dwnld-button {
    border: 1px solid #b19756;
    border-radius: 15px;
    padding: 10px !important;
    margin-left: 40px !important;
}
