@font-face {
    font-family: Jost-Regular;
    src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
    font-family: Jost-Light;
    src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
    font-family: Jost-Bold;
    src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
    font-family: Jost-Light;
    src: url(../fonts/Jost-Light.ttf);
}
@font-face {
    font-family: Jost-Regular;
    src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
    font-family: Allison-Regular;
    src: url(../fonts/Allison-Regular.ttf);
}
html{
	scroll-behavior:smooth;
}
body{
    font-family: Jost-Regular;
}
h1{
    font-family: 'Jost-Bold';
    letter-spacing: 1px;
    font-size: 42px;
    margin-bottom: 20px;
}
p{
    font-size: 16px;
}
.mainnav{

}
.mainnav ul{
    text-transform: capitalize;
    font-size: 17px;
    float: right;
    margin-top: 30px;
}
.mainnav ul li a{
    padding-right: 20px;
    color: #000;
}
.mainnav .logo img{
    width: 120px;
    margin-top: 10px;
}
.mainnav a.tawk{
    background-color: #ffb605;
    border: 0;
    text-transform: capitalize;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 25px;
    line-height: normal;
    float: right;
}
.banner{
    position: relative;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 70px;
}
.banner:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #02083496;
    content: "";
    top: 0;
}
.banner h1{
    color: #fff;
    font-family: 'Jost-Bold';
    font-size: 55px;
    line-height: 1.3;
    letter-spacing: 1px;
}
.banner p{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.banner a{
    background-color: #ff1f59;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
    border-radius: 5px;
}
.banner .form{
    background-color: #fff;
    padding: 25px;
    width: 450px;
    float: right;
    border-radius: 5px;
    margin-top: 40px;
}
.banner .inline{
    width: 49%;
    display: inline-block;
}
.banner .right{
    float: right;
}   
.banner input{
    width: 100%;
    padding: 10px;
    border: 1px solid #33333352;
    margin-bottom: 10px;
    border-radius: 5px;
}
.banner textarea{
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #33333352;
    margin-bottom: 10px;
    border-radius: 5px;
}
.banner button{
    background-color: #ff1f59;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-weight: bold;
    display: inline-block;
    /* margin-top: 30px; */
    border-radius: 5px;
    border: 0;
}
.banner .form h3{
    margin: auto;
    font-family: 'Jost-Bold';
    margin-bottom: 20px;
}
.ticker{
    background-image: url('../images/bg-05.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ticker ul li{
    width: 33%;
}
.ticker ul li img{
    display: inline-block;
    vertical-align: middle;
    filter: invert(1);
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.ticker ul li .content{
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 10px;
}
.ticker ul li h4{
    margin: auto;
    font-family: 'Jost-Bold';
}
.ticker ul li p{
    margin: auto;
}
.sec-one{
    margin-top: 70px;
}
.sec-one h1{
    margin-top: 70px;
}
.sec-one img{

}
.sec-one ul{
    margin-top: 20px;
    font-size: 16px;
    list-style: disc;
}   
.sec-one ul li{
    margin-bottom: 10px;
}
.sec-one a{
        text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 5px;
    color: #fff;
    background-color: #ff1f59;
}
.sec-two{
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}
.sec-two ul li{
    width: 23.4%;
    background-color: #fff;
    margin-right: 15px;
    text-align: center;
    padding: 25px;
    vertical-align: top;
    min-height: 242px;
}
.sec-two ul li img{
    margin: auto;
}
.sec-two ul li h4{
    font-family: 'Jost-Bold';
    margin-top: 20px;
}
.sec-two ul li p{

}
.sec-three{
    margin-top: 50px;
}
.sec-three h1{
    width: 700px;
}
.sec-three p{
    width: 700px;
}
.sec-three ul{
    margin: auto;
    margin-top: 40px;
}
.sec-three ul li{
    width: 32%;
    margin-right: 12px;
}
.sec-three ul li img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.sec-three ul li h4{
    font-family: 'Jost-Bold';
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 20px;
}
.sec-three ul li p{
    width: auto;
}
.sec-four{
    margin-top: 50px;
    background-color: #e8f2fe;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec-four img{

}
.sec-four button{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #ff1f59;
    border: 0;
}
.sec-four a{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #00d11a;
    border: 0;
    margin-left: 20px;
}
.sec-five{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f7;
}
.sec-five ul{
    column-count: 2;
}
.sec-five ul li{
    background-color: #ffb605;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.sec-five ul li img{

}
.sec-five ul li h3{
    font-family: 'Jost-Bold';
    font-size: 20px;
}
.sec-five ul li p{

}
.sec-six{
    margin-top: 50px;
}
.sec-six .content{
    background-color: #f7f7f7;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}
.sec-six h1{
    text-align: center;
}
.sec-six h2{
    font-family: 'Jost-Bold';
    font-size: 22px;
}
.sec-six ul{

}
.sec-six ul li{
    margin-top: 5px;
}
.sec-six table td, .sec-six table th{
    padding: 0 8px;
}
.sec-six strong{
    display:block;
}
.faq{
    margin-top: 50px;
}
.faq h1{
    text-align: center;
}
.faq .panel-group{
    margin: auto;
    margin-bottom: 20px;
    width: 800px;
    margin-top: 40px;
}
.faq .panel-title{
    font-family: Jost-bold;
    position: relative;
}
.faq .panel-body{
    font-size: 16px;
}
.faq i{
    position: absolute;
    right: 10px;
}
.testi{
    margin-top: 50px;
    background-color: #f5f5f5;
}
.testi ul{

}
.testi ul li{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    color: #333;
    min-height: 296px;
}
.testi ul li i.fa-quote-left{
    background-color: #ffb605;
    color: #fff;
    font-size: 20px;
    padding: 10px 11px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.testi ul li p{

}
.testi ul .stars{
    color: #ffd400;
}
.testi ul li h3{
    font-size: 16px;
    font-family: 'Jost-Bold';
}
.testi .slick-slide{
    padding: 5px;
}
.testi .slick-dots li{
    background-color: transparent;
    padding: unset;
    border-radius: 0;
}
.testi .slick-dots li button:before{
    font-size: 30px;
    color: #fff;
}
footer{
    background-color: #13444c;
    padding-top: 40px;
    color: #fff;
}
footer .logo img{
    width: 150px;
}
footer .logo p{
    width: 300px;
    font-size: 15px;
    margin-top: 15px;
}
footer h4{
    font-family: 'Jost-Bold';
    letter-spacing: 1px;
    margin-bottom: 20px;
}
footer ul.list-unstyled li a{
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 2.2;
}
footer ul.list-unstyled li i{
    width: 10%;
    display: inline-block;
}
footer ul.list-unstyled li p{
    display: inline-block;
    width: 87%;
    vertical-align: top;
    font-size: 15px;
}
footer .list-inline li a{
    background-color: #fff;
    padding: 5px 9px;
    color: #13444c;
}
footer .ender{
    background-color: #063840;
    text-align: center;
    margin-top: 50px;
}
footer .ender p{
    margin: auto;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hero-img{
    margin-top: 10px;
    background-image: url(../images/bg-05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hero-img h1{
    color: #fff;
}
.serv-page{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}
.serv-page h3{
    font-family: 'Jost-Bold';
}
.serv-page h4{
    font-weight: bold;
    letter-spacing: 1px;
}
.serv-page ul{
    font-size: 16px;
    list-style: disc;
    padding-left: 20px;
}
.serv-page ul li{
    margin-bottom: 7px;
}
.serv-faq{
    margin-bottom: 50px;
}
.cont-page{
    text-align: center;
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cont-page form{
    margin: auto;
    width: 700px;
    background-color: #fff;
    padding: 20px;
}
.cont-page .inline{
    width: 49%;
    display: inline-block;
}
.cont-page .right{
    float: right;
}
.cont-page input{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #33333326;
    border-radius: 8px;
    background-color: #f9f9f9;
}
.cont-page textarea{
    width: 100%;
    height: 120px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #33333326;
    border-radius: 8px;
    background-color: #f9f9f9;
}
.cont-page button{
    background-color: #ffb605;
    border: 0;
    font-size: 19px;
    line-height: normal;
    padding: 10px 30px;
    margin-top: 10px;
}
.cont-page label{
    display: none;
}
.hamburger{
    display: none;
    vertical-align: middle;
}
.hamburger i{
    background-color: #ffb605;
    font-size: 20px;
    padding: 7px 9px;
    border-radius: 5px;
}
.backface{
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #000000b3;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.sidenav{
    position: relative;
    left: -100%;
    width: 80%;
    height: 100%;
    background-color: #fff;
    transition: all 0.3s;
}
.sidenav ul li{
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #3333333d;
    line-height: 2.7;
    letter-spacing: 1px;
    font-weight: bold;
}
.sidenav ul li a{
    padding-left: 10px;
    display: block;
}
.sidenav .close{
    position: absolute;
    top: 0;
    right: -41px;
    background-color: #ffb605;
    opacity: 1;
    color: #333;
    font-size: 12px;
    padding: 16px;
}
.first-img{
	width: 40%;
    float: left;
    height: 400px;
    object-fit: cover;
    padding-right: 20px;
    margin-top: 20px;
}
.scnd-img{
	width: 40%;
    float: right;
    height: 400px;
    object-fit: cover;
    padding-left: 20px;
    margin-top: 20px;
}
#popup .inline{
	width:49%;
	display:inline-block;
}
#popup .right{
	float:right;
}
#popup input{
	width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid #33333347;
    border-radius: 6px;
}
#popup textarea{
	width: 100%;
	height:100px;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid #33333347;
    border-radius: 6px;
}
#popup button[type="submit"]{
	background-color: #ff1f59;
    border: 0;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    padding: 10px 30px;
    border-radius: 5px;
}
#popup label{
	display:none;
}
@media screen and (max-width:450px){
    .faq .panel-group, .sec-three h1, .sec-three p, .banner .form{
        width: auto;
    }
    h1{
        font-size: 30px;
    }
    .hamburger{
        display: inline-block;
    }
    .mainnav ul{
        display: none;
    }
    .mainnav .logo img {
        width: 90px;
        margin-top: 10px;
    }
    .mainnav .logo{
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
    }
    .mainnav button{
        margin-top: 15px;
    }
    .banner{
        margin-top: 10px;
    }
    .banner h1{
        font-size: 30px;
        line-height: 1.1;
    }
    .ticker ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-one h1 {
        margin-top: 0px;
    }
    .sec-two ul li{
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
        min-height: auto;
    }
    .sec-three ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .sec-four button, .sec-four a{
        font-size: 14px;
        margin-left: 0;
    }
    .sec-five ul {
        column-count: 1;
        margin-top: 30px;
    }
    .faq .panel-title a{
        display: block;
        width: 90%;
    }
    .faq i {
        right: 0px;
        top: 10px;
    }
    footer .logo p{
        width: auto;
    }
    footer h4{
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .cont-page form{
        width: auto;
    }
}