@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
body{
    font-size:15px;
	color:#777777;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	   font-family: 'Montserrat', sans-serif;
}
li{list-style: none;}
ul{padding: 0;margin: 0;}
header{box-shadow: 0px 6px 7px #efefef;}
.topheader{background: #EACA77;padding:10px 0px;}
.d-flex-head{display: flex;align-items: center;justify-content: space-between;}
.topheader a{color: #471200;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;}
section{position: relative;}
.logo img{width:70px;}
.menu-links li{padding: 0px 20px;}
.menu-links li a{    color: #471200;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    
}
.menu {
    display: flex;
    align-items: center;
    justify-content: end;
}
.logo {
    padding:10px 0px;
}

    .about-us{padding:70px 0px;}
 
  
  .main-heading {

    text-align: center;
    margin-bottom:40px;
    color: #471200;
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.about-us p:before{    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 70px;
    height: 3px;
    margin-left: -35px;
    background-color: #471200;}

.about-us p{  
    position: relative;
    color: #040404;
    max-width: 960px;
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 50px;
    padding-bottom: 40px;
}

.about-us p span{font-weight: 500;color: #471200;}
.btn-solid{   background:#471200;
    border:none;
    position: relative;
    padding: 10px 30px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background-color: #471200;
    border: 2px solid #471200;
    text-transform: uppercase;
       text-decoration: none;}

       .btn-solid:hover{color: #fff;text-decoration: none;}   
       
.btn-border{
background-color: transparent;
    border:none;
    position: relative;
    padding: 10px 30px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-left: 10px;
}

.carousel-caption{top: 40%;}
.carousel-caption h5{    position: relative;
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    /* line-height: 50px; */
    text-transform: uppercase;
    margin-bottom: 40px;}

    .carousel-caption h4{    position: relative;
margin: 30px 0px;
        font-size: 24px;
        word-spacing: 3px;
        font-weight: 300;
    }


    .discover-poduct{
        background: url(../images/about-bg.png)no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    .product-box{position: relative;margin-bottom: 30px;box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);}
   

    .product-box img{width: 100%;}
    .product-box h3{  
        position: relative;
        /* bottom: 7px; */
        color: #471200;
        font-weight:600;
        width: 100%;
        padding: 20px 15px;
        background: rgba(255,255,255,0.7);
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size:20px;
     
    
    }

    .arrow-box{
        position: absolute;
        right: 15px;
        top: 12px;
        width:35px;
        height:35px;
        color: #471200;
        font-size: 24px;
        line-height: 35px;
        padding-left: 3px;
        text-align: center;
        display: inline-block;
        border: 1px solid #471200;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

.arrow-box:hover{background-color: #471200;color: #fff;}
.big-heading{text-transform: uppercase;font-size: 35px;}
.product-spec .item {text-align: center;}
.product-spec .item i{font-size: 40px;color: #eaca77;}
.product-spec .item h3{font-size: 20px;text-transform: capitalize;font-weight: 600;color: #471200;margin: 15px 3px;}
.list-unstyled{display: flex;flex-wrap: wrap;}
.portfolio-gallry .list-unstyled .item{width: calc(100% / 4);border: solid 1px #fff;cursor: pointer;position: relative;}
.list-unstyled .item img{width: 100%; transition: 0.3s;}
.portfoli-box .item{position: relative;}
.list-unstyled img{width: 100%;}
.portfoli-box .item{margin-bottom:30px;cursor: pointer;    border: solid 2px #471200;}
.list-unstyled .item h3{color: #fff;font-size:18px;}
.overlay{transition: .3s ease-in-out;-webkit-transition: .3s ease-in-out;-moz-transition: .3s ease-in-out;-ms-transition: .3s ease-in-out;background-color: rgba(43,26,32,.74);position: absolute;bottom: 0;width: 100%;padding: 10px;display: none;align-items: center;justify-content: center;}
.list-unstyled .item:hover .overlay{display:flex;}
.home-testimonial-bottom {margin-top: 20px;margin-bottom: 0px;position: relative;}
.home-testimonial h3 {font-size: 14px;font-weight: 500;text-transform: uppercase}
.testimonial-inner .tour-desc {border-radius: 5px;padding: 40px;box-shadow: 0 0 10px 0 #edeaff;}
.color-grey-3 {font-size: 14px;}
.testimonial-inner img.tm-people {width: 60px;height: 60px;-webkit-border-radius: 50%;border-radius: 50%;-o-object-fit: cover;object-fit: cover;max-width: none}
.home-testimonial{padding: 70px 0px;}
.link-name {font-size: 15px;color: #471200;font-weight: 600;}
.link-position {font-size: 12px;}
.whats-btn{background-color: #25d366;color: #fff;text-decoration: none;padding: 10px 20px;border-radius: 1000px;font-weight: 600;font-size: 14px;}
.whats-btn:hover{color: #fff;}    
.about-company img{width: 100%;  transition: 0.3s;}
.about-company h2{margin-bottom: 20px;color: #471200;font-size:25px;font-weight: 600;}
.about-company p{color: #3C3C3B;font-size: 16px;font-weight: 500;line-height: 35px;}
.custom-img {position: absolute;left: -120px;top: -210px;width: 330px;}
.custom-img img {width: 100%;}


.bg-grey{background: url(../images/bg-grey.png)no-repeat;background-size: cover;padding: 40px 0px;}
.about-column{padding: 70px 0px;}
.item{position: relative;overflow: hidden;}
.overlay-content{text-align: center;background: #fff;box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);padding: 20px;width: 92%;margin: 0 auto;position: relative;top: -20px;margin-bottom: 20px;}
.contact-company{margin: 70px 0px;}
.contact-company h2{color: #471200;font-weight: 800;}
.about-column .item img:hover{transform: scale(1.1);}
.intrest-call{margin: 50px 0px;text-align: center;}
.intrest-call h2{font-size: 28px;color: #471200;font-weight: 700;}
.intrest-call img{width: 175px;margin-top:20px;}
.contact-us .item-box{text-align: center;display: flex;align-items: center;justify-content: center;min-height: 300px;border: 1px solid #e1e1e1;transition: all .3s ease;margin-bottom: 30px;}
.contact-us .item-box:hover{border-color: transparent;box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%);}
.item-box svg{width:60px;height:60px;fill: #976f55;display: block;margin: 0 auto;margin-bottom:20px;}
.item-box a{display: block;color: #471200;text-decoration: none;font-size: 16px;font-weight: 500;line-height: 25px;}
.map iframe{width: 100%;}
footer{border-top: solid 1px #d8d8d8;padding: 30px 0px;background: #f1f0f0;}
.copyright{display: flex;align-items: center;justify-content: space-between;}
footer a{color: #000;text-decoration: none;}
.fter-social span{font-weight:600;color: #471200;}
.fter-social a{color: #471200;font-size:18px;margin: 0px 5px;}
.box-contacts-decor {margin:18px auto;height: 2px;max-width: 100px;background: #976f55;transition: all .3s ease-in-out;width: 0;}
.contact-us .item-box:hover .box-contacts-decor{margin-top: 30px;margin-bottom: 30px;width: 100%;transition: margin .3s ease, width .4s ease-in-out;}
.menu-icon{display: none;float: right;}
.menu-icon svg{width:50px;fill: #471200;}

.portfolio-gallry{padding: 70px 0px;}


@media screen and (max-width: 767px){


    .menu-icon{display: block;}
    .close-toggle svg{fill: #000;width: 30px;top: 13px;position: absolute;z-index: 11;right: 13px;}
    .menu-links{display: block!important;}
    .sidenav {height: 100%; width: 0; position: fixed; z-index: 1; top: 0;left: 0;background-color: #fff;overflow-x: hidden;padding-top: 60px;transition: 0.1s; display: block;}
    .sidenav a {display: block;}
    .menu-links li a{font-size: 20px;text-align: center;padding: 20px 0px;}
    .portfolio-gallry .list-unstyled .item{width: calc(100% / 2);}
    .testimonial-inner .tour-desc{margin-bottom: 30px;}
    .big-heading{font-size: 25px;}
    .whats-btn span{font-size: 0;}
    .whats-btn{position: fixed;font-size: 35px;padding: 5px;width: 55px;height: 54px;text-align: center;justify-content: center;display: flex!important;align-items: center;bottom:10px;right:10px;}
    .about-us, .discover-poduct, .product-spec, .home-testimonial, .about-column{padding: 30px 0px;}
    .about-us p{line-height: 40px;font-size: 20px;}
    .custom-img{top: -174px;width: 200px;}
    .carousel-caption{top:57px;left: 0;right: 0;margin: 0 auto;text-align: center;}
    .carousel-caption h5{font-size:22px;margin-bottom: 15px;}
    .carousel-caption .flex{display: none;align-items: center;justify-content: center;}      
    .btn-border, .btn-solid{padding: 7px 20px;font-size: 13px;}
    .copyright{flex-wrap: wrap;    justify-content: center;}
    footer{padding: 15px 0px;}
    .product-spec .item h3{font-size:20px;margin: 15px 20px;}
    .logo img{width:120px;}

}