@import url('https://fonts.googleapis.com/css2?family=Grenze&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
html{scroll-behavior: smooth;}
li{list-style-type:none!important;}
a{text-decoration:none!important;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.pad{padding:90px 0;}
.fullpad {margin: 0!important; padding: 0!important;}
.top-header {background-color: #e1c28b; border-bottom: 1px solid #0d0d0d;}
.tophead-info li {display: inline-block; margin-right: 30px;}
.tophead-info li .fa {color: #972620; padding-right: 10px;}
.tophead-info li a {color: #222; font-size: 14px;}
.quattro{font-family: 'Grenze', serif;}
.logo{width:120px;}
.cntrlogo{width:250px;}
.wrdbrk{white-space: pre;}
.roboto{font-family: 'Roboto', sans-serif; line-height: 28px;}
.navbg{position: relative; z-index: 10; background: url("../images/bg-header.png"); background-position: center; background-repeat: no-repeat; background-size: cover; margin-bottom: -70px;}
.smallfnt{font-size: 14px;}	
.navpad{padding: 5px 0 35px!important;}	
.navfont{font-size: 20px; font-family: 'Grenze', serif;}
.nav-straight li {display: inline-block; margin-right: 0px;}
.navbar-light .navbar-nav .active>.nav-link{color:#972620 !important;}
.navbar-light .navbar-nav .nav-link{color:#222!important;}
.navbar-light .navbar-nav .nav-link:hover{color:#972620 !important;}
.icon1 i {
	color: white;
	font-size: 15px;
	background: #3b5998;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
}
.icon2 i {
	color: white;
	font-size: 15px;
	background: #fe0000;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
}
.icon3 i {
	color: white;
	font-size: 15px;
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
}
.cntr{text-align: right;}
.headfnt{font-size: 55px; font-weight: 700;}
.product_para {max-width: 850px; margin: 0 auto;}
.welcomebg{background: linear-gradient(#fff,#fff2dc);}
.productbtn {
	border-radius: 4px;
	background-color: #972620;
	border: none;
	color: #fff!important;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	width: 150px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 20px 0;
	border:1px solid #972620;
}
.productbtn{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.productbtn:after {
	content: '»';
	position: absolute;
	opacity: 0;  
	top: 0px;
	right: -20px;
	transition: 0.5s;
	font-size: 28px;
}
.productbtn:hover{padding-right: 24px; padding-left:8px;}
.productbtn:hover:after {opacity: 1; right: 15px;top: 0px;}
.clr1{color: #972620;}
.clr{color:#09939f;}
.spac{padding:0.25rem!important;}
.gridimg{max-height: 550px; width: 100%;}
.gridimg1{width: 100%; max-height: 268px;}
.items {position: relative;}
.items::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background-color: rgba(0,0,0,.2);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.items:hover::before {
    opacity: 1;
    visibility: visible;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.items .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    background-color: #fdfdfdd9;
    font-size: 22px;
	font-family: 'Pacifico',cursive;
    color: #222;
    border-radius: 30px;
    padding: 8px 25px;
    text-align: left;
    direction: ltr;
	white-space: pre;
}
.items .title::after {
    content: "\f178";
    font-family: "FontAwesome";
    opacity: 0;
    visibility: hidden;
    margin-left: -18px;
    color: #fff;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.items .title:hover {background-color: #972620; color: #fff;}
.items .title:hover::after {opacity: 1; visibility: visible; margin-left: 10px;}
.styletwo{background: #212121; padding: 80px 40px;}
.stylefont{font-size: 65px;}
.text1 {position: relative; padding: 0 0 0 24px; margin-top: -37px;}
.cardfnt {color: white; font-size: 14px; line-height: 1.3; margin-bottom: 8px;}
.sidebtn{background-color:#09939f; color:white!important; padding:15px 30px; border-radius: 50px;}
.productsideimg {object-fit: cover; height: 100%!important; width: 100%;}
.icnfnt{font-size: 12px;}
.toppad{padding-top:90px;}
.infrabg{background: #F5F6FA; padding:85px 50px;}
.owl-nav{display:none;}
.contactbg{background-color: #972620;}
.parallax {
    background-image: url("../images/parallax.jpg");
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer {background: #e1c28b; padding: 60px 0 10px 0;}
.text2 {position: relative; padding: 0 0 0 24px; margin-top: -42px;}
.black{color:#212529!important;}
.headingline {
    width: 50px;
    height: 2px;
    background-color: #09939f;
    margin-bottom: 25px;
}
.headingline1 {
    width: 50px;
    height: 2px;
    background-color: #972620;
    margin: 0 auto 25px;
}
.foothvr {color: #000; transition: all .3s ease-out;}
.foothvr:hover {color: #972620; transition: all .3s ease-out;}
.contactbg1{background-color: #f7f3e8; padding:40px;}
.section_tittle h2 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding-left: 27px;
    text-transform: capitalize;
    line-height:26px;
}
.section_tittle h2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 20px;
    height: 3px;
    background-color: #000;
}
.cntfnt{color: #fff; font-size: 55px; font-weight: 700; line-height: 1.3em;}
.form-control{background-color: #f7f3e8!important; height: 45px!important;}
.formheight{height:150px!important;}
.btn2{color: #262626!important; background-color:transparent; padding: 10px; border-radius:5px; border:1px solid black; transition:.5s;}
.contactformbg {
    background-image: url("../images/contactform.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.contactfooter {background-color: #303030;}
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: ""; display: inline-block;}
.counttext{color: #fff; font-size: 55px; font-weight: 700;}
.bannerhead {color: #fff; font-size: 55px; font-weight: 700; text-transform: uppercase; line-height: 1.3em;}
.counterbackground {
    background-image: url("../images/counterbackground.jpg");
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overaly.png);
}
.feature-icon {font-size: 28px; margin-top: 5px; color: #09939f;}
.feature-content {padding-right: 20px; padding-left: 55px;}
.img-hexagon {
    width: 240px;
    height: 250px;
    position: relative;
    display: inline-block;
}
.img-hexagon img {width: 100%; height: 100%;}
.img-top {top: 0; border-top: 0px solid transparent; border-bottom: 75px solid transparent;}
.img-bottom {bottom: 0px; border-bottom: 0px solid transparent; border-top: 75px solid transparent;}
.img-hexagon span {
    position: absolute;
    display: block;
    float: left;
    border-left: 120px solid #f8f9fa;
    border-right: 120px solid #f8f9fa;
}
.featureheading {
    padding-bottom: 50px;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
}
.title-icon {
    font-size: 32px;
    margin-right: 15px;
    margin-top: 9px;
    color: #959595;
}
.titles {
    position: relative;
    margin: 0;
    line-height: 32px;
    border-left: 2px solid #e7e7e7;
    display: inline-block;
    padding-left: 15px;
    transition: all 0.3s ease 0s;
}
.titles-desc {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    color: #6A6A6A;
}
.mainmenu {
    display: grid;
    line-height: 35px;
    background-color: #972620;
    border: 2px solid #fefefe;
    border-radius: 5px;
}
.mainmenu .card {background-color: transparent!important; border: transparent!important;}
.mainmenu .card-header {background-color:transparent!important; padding: 0rem 0rem!important; border-bottom: transparent;}
.mainmenu .card-body {padding: 0rem 1.25rem!important;}
.sidefnt{font-size: 16px!important; color:#fff!important;}
.iconclr{color:#e1c28b;}
.sticky-top1{position:sticky; top: 20px;}
.hover-item {transition: 0.3s;}
.hover-item:hover {transform: translate(0, -10px);}
.lightbox {position: fixed !important; top: 50px !important;}
.mainmenu li a {
    left: 0px;
    position: relative;
    font-size: 18px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
}
.mainmenu li a:hover {left: 10px;}
figure {margin: 0; padding: 0; background: #fff; overflow: hidden;}
.zoom figure img {-webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.zoom figure:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}
.secpad{padding:90px 0;}
.wapp{width:50px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.point{bottom:0px; left:10px;}
.point1{bottom:50px; left:10px;}
.imgline {height: 1.75px; width: 20vw;}
.contacttext {position: relative; padding: 0 0 0 24px; margin-top: -40px;}
.cnfnt{font-size:20px;}
.w-30{width: 30px;}
.w-26{width: 26px;}
.personimg{border-radius: 50%; width: 220px; height: 220px;}


@media (min-width:5px) and (max-width:767.98px){
.pad{padding:40px 0;}
.nav-straight li {display: inline-block; margin-right: 5px; margin-top: 10px;}
.navbg{background:#e1c28b; margin-bottom:0px;}
.cntr{text-align: center;}
.navpad{padding: 10px 20px!important;}
.tophead-info li {margin-right: 15px;}
.styletwo {padding: 40px 30px;}
.stylefont{font-size: 45px;}
.infrabg{padding:40px;}
.counttext{font-size: 40px;}
.contactbg1 {padding: 20px;}
.secpad{padding:0px 0;}
.go-top{display:none!important; right: 14%!important;}
.toppad {padding-top: 40px;}
.footer {padding: 30px 0 10px 0;}
}


@media (min-width:768px) and (max-width:992.98px){
.pad{padding:40px 0;}	
.nav-straight li {display: inline-block; margin-right: 5px; margin-top: 10px;}
.navbg{background:#e1c28b; margin-bottom:0px;}
.navpad{padding: 5px!important;}	
.styletwo {padding: 70px 30px;}
.stylefont{font-size: 45px;}
.infrabg {padding: 50px;}
.go-top{display:none!important;  right: 5%!important;}
}


@media (min-width:1500px) and (max-width:2900px){
.navpad{padding: 5px 0 90px!important;}
}


#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;
}
.notfound a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;
}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}

/**Mobile View**/
.dropbtn {color:white; padding: 16px; font-size: 16px; border: none; cursor: pointer; width:100%; background-color:#972620;}
.dropdown {position: relative ;display: inline-block;text-align:center; width: 100%; z-index:2;}
.dropdown-content li a:hover {padding-left: 35px;transition: all 300ms ease-in;-webkit-transition: all 300ms ease-in;}
.dropdown-content {display: none;position: absolute;overflow: auto;
  background-color:white; width: 100%;  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1;}
.dropdown-content li a {color:black;padding: 0px 0px; text-decoration: none;display: block;font-size:15px;}
.show {display: block;}
.dropdown-content {display: block;visibility: hidden;opacity:0;-webkit-transform-origin: top;transform-origin: top;
  -webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;-webkit-transform: scale(1, 0); transform: scale(1, 0);
  transition: all 1s linear;-webkit-transition: all 1s linear;}
.dropdown-content.show {display: block;visibility: visible;opacity:1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.time-of-year {
	color: #555;
	font-size: 24px;
	margin: 100px 75px 10px 75px;
	position: relative;
	text-align: center;
	-webkit-transform: translateZ(0); 
	transform: translateZ(0);
	-webkit-font-smoothing: antialiased; 
}
.time-of-year .tooltip {
	background: #ee6e6e;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	opacity: 0;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	z-index: 1102;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;
	height: 100px;
}
.time-of-year .tooltip::after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #ee6e6e  10px;
	bottom: 58px;
	content: " ";
	height: 0;
	left: 0%;
	margin-left: -13px;
	position: absolute;
	width: 0;
	transform: rotate(92deg);
}
.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.go-top {
    position:fixed;
    bottom: 10%;
    right: 3%;
    padding:20px;
    display:none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    transition: 0.3s;
}
.go-top:after {
    font-family: FontAwesome;
    content: "\f106";
    background-color: #972620;
    padding: 1px 15px;
    color: #fefefe;
    position: absolute;
    bottom: 75px;
    font-size: 28px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
.go-top-text {
    position: absolute;
    width: 60px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 10px;
    margin: -45px 0 0 -4px;
}
.go-top:hover {transform: translate(0, -10px);}