@font-face { font-family: Montserrat-Regular; src: url('../fonts/Montserrat-Regular.otf'); } 
@font-face { font-family: Montserrat-Light; src: url('../fonts/Montserrat-Light.otf'); } 
@font-face { font-family: Montserrat-Medium; src: url('../fonts/Montserrat-Medium.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: #ffff;
    color: #3F4244;
}
.nopadding{
    padding: 0px !important;
}
.sec-pad{
    padding: 100px 0px; 
}
.sec-pad-80{
    padding: 80px 0px;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
p{
    font-size: 18px;
    line-height: 33px;
    font-family: Montserrat-Light;
}
.theme-color{
    color: #FCB426!important;
}
.theme-bg{
    background-color: #FCB426;
}
.regular{
    font-family: Montserrat-Regular!important;
}
.light{
    font-family: Montserrat-Light!important;
}
.medium{
    font-family: Montserrat-Medium!important;
}
.bold{
    font-family: Montserrat-Bold!important;
}
.a-link:hover{
    color: #FCB426!important;
}


/*header*/

.header{
    width: 100%;
    z-index: 999;
    padding: 14px 0px;
    -webkit-transition: background ease .5s;
    transition: background ease .5s;
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.header.relative-header{
    position: relative;
    background-color: #433417;
}
.sticky-bar{
    background-color: #433417;
    box-shadow: 0px 3px 6px #00000017;
    position: fixed!important;
    left: 0px;
    right: 0px;
    top: 0px;
    padding: 5px 0px;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky-bar .logo{
    max-height: 85px;
}
.header .navbar{
    padding: 0px;
}
.header .navbar-light .navbar-brand {
    align-items: center;
    display: flex;
    padding: 0px;
}
@media (min-width: 1400px){
    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 35px;
        padding-left: 35px;
    }
    .header .nav-link-btn{
        margin-left: 35px;
    }
}
.header .navbar-light .navbar-nav .nav-link {
    color: #F6F6F6;
    font-size: 15px;
    line-height: 20px;
    font-family: Montserrat-Medium!important;
}
.header .navbar-light .navbar-nav .nav-link:hover, .header .navbar-light .navbar-nav .nav-item.active .nav-link , .header .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #FCB426;
    text-decoration: none;
}
.header .nav-link-btn:hover{
    text-decoration: none;
}
.header .navbar-toggler-icon svg {
    display: inline-block;
    width: 1em;
    height: 1em;
}
.header .navbar-toggler-icon svg path{
    color: #f6f6f6!important;
}
.header .navbar-toggler {
    padding: 2px 10px 5px;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 9;
    margin: 0px;
    border: 1px solid #f6f6f6;
    color: #f6f6f6;
}
.header.sticky-bar .navbar-toggler {
    top: 16px;
}
.header .navbar-toggler:focus{
    box-shadow: none;
    outline: 0;
}

/*hero-sec*/

.hero-sec{
    width: 100%;
    min-height: 500px;
    height: auto;
    background-image: url('../img/hero-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 210px 0px 0px;
    color: #F6F6F6;
    margin-bottom: 40px;
}
.hero-content{
    padding-right: 100px;
}
.hero-form-box{
    background: rgb(255 255 255 / 98%);
    box-shadow: 0px 3px 12px #00000012;
    border-radius: 29px;
    padding: 45px 40px;
    margin-bottom: -80px;
}
.form-group{
    margin-bottom: 25px;
}
.form-group label{
    font-size: 16px;
    color: #3F4244;
    margin-bottom: 10px;
}
.form-control{
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    padding: 17px 30px;
    font-size: 16px;
    color: #3F4244;
}
.form-control::placeholder{
    color: #C7CDD1;
}
.form-box-title{
    font-size: 30px;
    margin-bottom: 30px;
    color: #3F4244;
}
.form-control:focus{
    box-shadow: none;
    outline: 0;
    border-color: #189AD6;
}

/* about us */

.title-line{
    color: #FCB426;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    display: block;
}
.title{
    font-size: 55px;
    line-height: 70px;
    font-family: Montserrat-Bold;
}
.title-margin{
    margin-bottom: 40px;
}
.mini-title{
    font-size: 25px;
    line-height: 38px;
    font-family: Montserrat-Regular;
}
.side-title-text{
    padding-top: 12px;
}
.theme-btn{
    background-color: #189AD6;
    border: 1px solid #189AD6;
    border-radius: 13px;
    padding: 10px 40px;
    font-size: 15px;
    line-height: 33px;
    color: #F6F6F6!important;
    font-family: Montserrat-Medium;
    position: relative;
    overflow: hidden;
    transition: all ease .5s;
}
.theme-btn:after{
    background: #fff;
    content: "";
    height: 115px;
    left: -75px;
    opacity: .1;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 99;
}
.theme-btn:hover:after{
    left: 120%;
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:focus{
    box-shadow: none;
    outline: 0;
}
.theme-btn.border-btn{
    background-color: #fff;
    color: #189AD6!important;
}
.theme-btn.white-btn{
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6;
    color: #3F4244!important;
}
.theme-btn.white-btn.blue-font{
    color: #189AD6!important;
}
.theme-btn.border-btn:hover , .theme-btn.white-btn:hover{
    background-color: #189AD6;
    border-color: #189AD6;
    color: #F6F6F6!important;
}
.theme-btn.big-btn{
    padding: 12px 40px;
    font-size: 20px;
}
.about-img-sec{
    min-height: auto;
}
.about-img{
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    top: 0px;
}
.testimonial-img{
    width: 100%;
}

/*services*/

.white-box-div{
    background: #FFFFFF;
    box-shadow: 0px 3px 12px #0000000D;
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    height: 100%;
    width: 100%;
}
.white-box-div p{
    margin-bottom: 0px;
}
.white-box-div img{
    margin-bottom: 20px;
}
.services-slider .item{
    padding: 30px 0px;
    margin: 0px 10px;
}

/* quote */

.quote-text{
    color: #F6F6F6;
    font-size: 30px;
    font-family: Montserrat-Bold;
}

/* testimonial */

.testimonial-box{
    padding: 12px 0px 0px 50px;
    position: relative;
}
.quotes-icon{
    width: 35px;
    height: auto;
    position: absolute;
    left: 3px;
    top: 0px;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.testimonial-slider.owl-carousel .owl-stage , .services-slider.owl-carousel .owl-stage{
    display: flex;
    width: 100%;
}
.testimonial-slider.owl-carousel .item  , .services-slider.owl-carousel .item {
    display: flex;
    height: 100%;
}

/* footer */

.footer{
    padding: 65px 0px;
    background-color: #091d26;
    border-top: 1px solid #474747;
}
.footer-info{
    padding: 30px 0px;
}
.footer-line{
    padding: 0px 0px 20px;
    border-top: none;
}
.footer .container{
    position: relative; 
}
.footer p{
    margin-bottom: 0px;
    color: #F6F6F6;
    font-family: Montserrat-Regular;
}
.font-16{
    font-size: 16px;
}
.font-20{
    font-size: 20px;
}
.light-font{
    color: #C7CDD1!important;
}
.link-list li{
    list-style: none;
}
.link-list p{
    font-size: 16px;
    color: #C7CDD1!important;
    margin-bottom: 10px;
}
.footer-line hr{
    background-color: #474747;
    opacity: 1;
}
.socials li{
    list-style: none;
    display: inline-block;
    margin: 0px 12px;
}
.socials li a{
    display: inline-block;
    transition: all ease .5s;
}
.socials li a:hover{
    transform: translateY(-5px);
}
.footer-icon{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -70px;
    margin: auto;
}


/*about us page*/

.inner-title{
    font-size: 40px;
    line-height: 60px;
    font-family: Montserrat-Bold;
}
.white-box-div-margin{
    margin-bottom: 30px;
}
.about-div-height{
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-text{
    text-align: right;
}
.about-img.right-img{
    right: 0px;
    left: auto;
}

/*contact us page*/

.blue-color{
    color: #189AD6!important;
}
.contact-div-height{
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.contact-icon{
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin-bottom: 0px!important;
}
.bg-logo{
    position: absolute;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
}