@font-face { font-family: Montserrat-Regular; src: url('../fonts/Montserrat-Regular.otf'); } 
@font-face { font-family: Montserrat-Medium; src: url('../fonts/Montserrat-Medium.otf'); } 
@font-face { font-family: Montserrat-SemiBold; src: url('../fonts/Montserrat-SemiBold.otf'); } 
@font-face { font-family: Montserrat-Bold; src: url('../fonts/Montserrat-Bold.otf'); } 

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: Montserrat-Regular;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #865439;
    color: #fff;
}
.nopadding{
    padding: 0px !important;
}
.sec-pad{
    padding: 120px 0px;
}
.sec-pad-small{
    padding: 70px 0px;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
p{
    font-size: 17px;
    line-height: 29px;
}
.theme-color{
    color: #FAA420!important;
}
.text-black{
    color: #000!important;
}
.medium{
    font-family: Montserrat-Medium!important;
}
.bold{
    font-family: Montserrat-Bold!important;    
}


/*header*/

.header{
    width: 100%;
    background: #865439;
    padding: 23px 0px;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.h-logo{
       max-height: 153px;
    width: auto;
}
.navbar{
    padding: 0px;
}
.navbar-light .navbar-brand {
    align-items: center;
    display: flex;
    padding: 0px;
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: block !important; 
    }
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px;
    padding: 10px 10px;
    font-family: Montserrat-Medium;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-item.active .nav-link , .navbar-light .navbar-nav .nav-item .nav-link.active , .navbar-light .navbar-nav .nav-link:focus {
    color: #FAA420;
}
@media (min-width: 1200px){
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 25px;
        margin-left: 25px;
    }
    .theme-btn.nav-link-btn{
        margin-left: 25px;
        font-size: 17px;
        font-family: 'Montserrat-Regular';
        padding: 12px 36px;
    }
}
.theme-btn.nav-link-btn{
    font-family: 'Montserrat-Regular'!important;
    padding: 12px 36px!important;
}
.navbar-toggler:focus{
    box-shadow: none;
    outline: 0;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border: none;
}
.navbar-toggler svg{
    color: #fff;
}
#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}
.navbar-light .navbar-nav .dropdown .dropdown-toggle::after{
    display: none;
}
.dropdown-menu {
    border: none;
    padding: 0px;
    border-radius: 10px;
    box-shadow: none;
    overflow: hidden;
}
.dropdown-item {
    padding: 8px 10px;
    font-family: Montserrat-Medium;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    background-color: #066545;
    color: #fff;
}
@media all and (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu{ display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0; }
    .navbar .dropdown-menu.fade-up{ top:180%; }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
.header-link-div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ffffff0a;
}
.header-link-div .socials{
    max-width: 220px;
    display: inline-flex;
    align-items: center;
}


/*hero-sec*/
.hero-sec{
    width: 100%;
    height: auto;
    background-color: #FEA500;
    position: relative;
    overflow: hidden;
}
.hero-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.relative-9{
    position: relative;
    z-index: 9;
}
.hero-title{
    font-size: 55px;
    line-height: 65px;
    font-family: Montserrat-Bold;
    margin-bottom: 30px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
    margin-left: 4px;
    background-color: #2B292A;
    border: 1px solid #2B292A!important;
    opacity: 1;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel.carousel-fade .carousel-item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity:0;
}

.carousel.carousel-fade .active.carousel-item {
    opacity:1;
}

/*content area*/

.title-line{
    font-family: Montserrat-Bold;
    color: #FAA420;
    margin-bottom: 6px;
}
.title{
    font-size: 40px;
    line-height: 50px;
    font-family: Montserrat-Bold;
    margin-bottom: 20px;
}
.title-after-line{
    display: inline-block;
    position: relative;
}
.title-after-line::after{
    content: '';
    background-color: #F29158;
    opacity: .25;
    width: 160px;
    height: 10px;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 0px;
    z-index: -1;
}
.service-box{
    position: relative;
    margin: 30px 0px;
}
.service-box-img{
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    background-color: #F5F5F563;
}
.service-content-div{
    width: 100%;
    max-width: 80%;
    margin: auto;
    margin-top: -30px;
    padding: 15px 30px;
    background-color: #066545;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mini-title{
    font-size: 25px;
    line-height: 35px;
    font-family: Montserrat-Bold;
    margin-bottom: 15px;
}
.service-content-div .right-arrow{
    transition: all ease .5s;
}
.service-content-div:hover .right-arrow{
    transform: translateX(10px);
    color: #FAA420!important;
}
.form-group{
    margin-bottom: 30px;
}
.form-group label{
    font-size: 18px;
    line-height: 21px;
    font-family: Montserrat-Bold;
    margin-bottom: 10px;
}
.form-control{
    font-size: 18px;
    line-height: 28px;
    color: #fff!important;
    background-color: #F5F5F563!important;
    border: none!important;
    border-radius: 0px;
    box-shadow: none!important;
    outline: 0!important;
    padding: 13px 20px;
}
.form-control::placeholder{
    color: #fff;
}
.theme-btn{
    font-size: 18px;
    line-height: 21px;
    font-family: Montserrat-Bold;
    color: #fff!important;
    background-color: #066545;
    border-radius: 50px;
    border: 2px solid #066545;
    box-shadow: none!important;
    outline: 0!important;
    padding: 19px 44px;
    transition: all ease .5s;
}

.product-box-margin{
    margin-bottom: 45px;
}
.product-box{
    background-color: #F5F5F563;
    border-radius: 15px;
    padding: 45px;
    text-align: center;
}
.product-img{
    margin-bottom: 60px;
}
.product-title{
    font-size: 50px;
    line-height: 60px;
    font-family: Montserrat-SemiBold;
    margin-bottom: 0px;   
    color: #000;
}

/*footer*/

.footer{
    background-color: #FAA4201F;
}
.ft-30{
    font-size: 30px;
    line-height: 40px;
}
.footer-line{
    border-top: 1px solid #FFFFFF0A;
    padding: 20px 0px;
    margin-bottom: 0px;
}
.socials li{
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}
.socials li:last-child{
    margin-right: 0px;
}
.socials li a{
    display: inline-block;
    transition: all ease .5s;
}
.socials li a:hover{
    transform: translateY(-10px);
}
.footer a, .theme-link{
    transition: all ease .5s;
}
.footer a:hover, .theme-link:hover{
    color: #FAA420!important;
}
.theme-btn:hover{
    color: #fff!important;
    border-color: #FAA420;
    background-color: #FAA420;
}
a.theme-btn:hover{
      color: #fff!important;
}