@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700&family=Lato:wght@400;700;900&display=swap');
body{
    font-family: 'Lato';
    font-weight: 400;
    overflow-x: hidden;
}
a,.btn{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
*:focus{foot
    outline: none !important;
}
a:hover,a:focus{
    text-decoration: none;
}
select,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button,input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
i.fa,i.fas,i.fab{
    text-rendering: optimizeLegibility;
}
.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .form-control:valid, .form-control.is-valid{
    background-image: none;
}
.was-validated .form-control:invalid+.select2-container .select2-selection--single,
.form-control.is-invalid+.select2-container .select2-selection--single{
    border-color: #dc3545 !important;
}
.form-control.is-valid, .was-validated .form-control:valid{
    border-color: #8c8a87;
}
.secpad{
    padding-top: 100px;
    padding-bottom: 100px;
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label{
    color: #000;
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before{
    border-color: #8c8a87;
}
/*navbar*/
header{
    transition: all 0.3s ease;
}
header.scrolled{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
header.scrolled .navbar{
    padding-top: 0;
    padding-bottom: 0;
}
.navbar{
    background: #fff;
}
.navbar-brand{
    padding: 0;
}
.navbar-expand .navbar-nav .nav-link{
    padding: 30px 0;
    color: #000;
    font-size: 16px;
}
.navbar-expand .navbar-nav .nav-link:hover,.navbar-expand .navbar-nav .nav-link.active{
    color: #f80206;
}
.navbar-expand .navbar-nav .nav-item:not(:last-child){
    margin-right: 30px;
}
.dropdown-menu{
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0px;
    top: 110%;
    min-width: 250px;
}
header.scrolled .dropdown-menu{
    top: 100%;
}
.dropdown-menu .dropdown-item{
    font-size: 13px;
    color: #555;
    padding: 10px 20px;
    text-transform: capitalize;
}
.dropdown-menu .dropdown-item.active{
    color: #fff;
    background-color: #f80206;
}
.dropdown-menu .dropdown-item:hover{
    background-color: #f80206;
    color: #fff;
    padding-left: 25px;
}
.dropdown:hover .dropdown-toggle{
    color: #f80206;
}
@media(min-width: 992px){
    .dropdown-menu{
        opacity: 0;
        border: none;
        margin-top: 0;
        visibility: hidden;
        display: block;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        box-shadow: none;
        background: rgba(0, 0, 0, 0.5);
    }
    header.scrolled .dropdown-menu{
        background: rgba(0, 0, 0, 0.8);   
    }
    .dropdown:hover>.dropdown-menu{
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    .dropdown-menu .dropdown-item{
        color: #fff
    }
}
.dropdown-toggle::after{
    content: " ";
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.754' height='3.862' viewBox='0 0 6.754 3.862'%3E%3Cpath id='Icon_ionic-ios-arrow-forward' data-name='Icon ionic-ios-arrow-forward' d='M13.944,9.572,11.388,7.018a.481.481,0,0,1,0-.682.487.487,0,0,1,.684,0l2.9,2.894a.482.482,0,0,1,.014.666l-2.908,2.914a.483.483,0,1,1-.684-.682Z' transform='translate(12.95 -11.246) rotate(90)'/%3E%3C/svg%3E%0A");
    width: 8px;
    height: 11px;
    background-size: 8px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
.navbar .menuicon{
    position: relative;
    top: 3px;
    z-index: 100;
}
.navbar-expand .navbar-nav .menuicon .nav-link{
    padding: 0;
}
.menuicon .line{
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menuicon.active .line:nth-child(2){
    opacity: 0;
}
.menuicon.active .line:nth-child(1){
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
    background: #f80206;
}
.menuicon.active .line:nth-child(3){
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    background: #f80206;
}
/*navbar*/
/*banner*/
.banner,.banner .slide-item{
    position: relative;
    background: #000;
}
.banner .slide-item img{
    width: 100%;
    object-fit: cover;
}
.bancnt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.bancnt h1,.bancnt h2{
    font-family: 'Barlow Condensed';
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
}
.banner .slide-item:after{
    content: " ";
    position: absolute;
    width: 160px;
    height: 255px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #f80206;
    opacity: 0.5;
    right: 0;
    bottom: 0;
}
.banner .slide-item:before{
    content: " ";
    position: absolute;
    width: 60%;
    height: 100%;
    clip-path: polygon(47% 0%, 100% 0%, 53% 100%, 0% 100%);
    background: #f80206;
    opacity: 0.15;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.bottomcnt{
    padding: 25px 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1);
}
.bottomcnt h4{
    margin-bottom: 0;
    font-family: 'Barlow Condensed';
    font-weight: 400;
    color: #fff;
    font-size: 35px;
    line-height: 42px;
    position: relative;
}
.btn-brch{
    background: #f80206;
    color: #fff;
    position: relative;
    padding: 14px 28px;
    border: none;
    line-height: 1;
}
.btn-brch:hover{
    background: #000;
    color: #f80206;
}
@media (min-width: 576px){.mainslider .slick-dots {max-width: 540px;}}
@media (min-width: 768px){.mainslider .slick-dots {max-width: 720px;}}
@media (min-width: 992px){.mainslider .slick-dots {max-width: 960px;}}
@media (min-width: 1200px){.mainslider .slick-dots {max-width: 1140px;}}
.mainslider .slick-dots{
    width: 100%;
    list-style-type: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 0;
    padding: 0;
}
.mainslider .slick-dots button{
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    border: 2px solid #808080;
    background: transparent;
    text-indent: -9999px;
}
.mainslider .slick-dots .slick-active button{
    border: 2px solid #fff;
}
.mainslider .slick-dots li:not(:last-child){
    margin-bottom: 10px;
}
[data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    transition: opacity 0.5s ease 0.3s;
}
.hides {
    width: 18%;
    position: absolute;
    z-index: 30;
    opacity: 0.3;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
}
/*banner*/
.main-paragraph {background: #000;}
.main-paragraph p {color: #fff;}
.main-paragraph p b {color: #f81205;}
.main-paragraph p:first-child {font-size: 25px;font-weight: 600;}
.main-paragraph.secpad {padding-bottom: 0px;}
.main-services h4 {position: relative;}
.main-services h4:before {
    content: '';
    position: absolute;
    background: #f81205;
    width: 60px;
    height: 3px;
    display: block;
    left: 50%;
    transform: translate(-50%,40px);
}
/*services*/
.features{
    background: #000;
}
.features.secpad{
    padding-top: 50px;
}
.font-s {font-size: 25px !important;}
.footer-sec p {margin-top: 20px;color: #fff;}
.feabox{
    padding: 35px 15px;
    text-align: center;
    border: 2px solid #808080;
    border-radius: 15px;
    display: block;
    background: #000;
    transition: all 0.3s ease;
}
.feabox:hover{
    background: #f80206;
    border-color: #f80206;
}
.feabox svg{
    width: 75px;
    height: 75px;
    margin-bottom: 25px;
}
.feabox h4{
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
}
.main-services h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 50px;
    text-align: center;
}
.main-services {
    margin-top: 70px;
    display: block;
}
.main-services .servbox {margin-top: 50px;}
.main-services .servimg span {
    background: #000;
    display: flex;
    z-index: 2;
    /*position: absolute;*/
    padding: 5px 10px;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main-services .servbox .padd {padding-right: 1px;padding-left: 1px;}
.service-details .main-services .servimg span{
    height:35px;
    position: relative;
}
.brochbtn{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 0px; 
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}
.brochbtn:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    border-bottom: 4px double rgba(146,150,152,0.3);
}
.brochbtn img{
    padding-left: 15px;
    padding-right: 10px;
    width: 150px;
    position: relative;
    background: #000;
}
.brochbtn .btn-gm{
    position: relative;
    font-size: 14px;
    padding: 5px 15px;
}
/*services*/
/*about-us*/
.aboutus{
    position: relative;
    overflow: hidden;
}
.aboutus:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background: #f9f9f9;
}
.aboutcnt{
    padding-right: 100px;
}
.aboutshape{
    position: absolute;
    top: 50%;
    left: -66px;
    transform: translateY(-50%);
    height: 100%;
}
.secpara1{
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 30px;
}
.secpara2{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
}
.btn-gm{
    padding: 14px 54px;
    background: #f80206;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.btn-gm:hover{
    background: #000;
    color: #f80206;
}
.aboutimg img{
    width: 100%;
    border-radius: 5px;
}
.archeme-logo{
    width:180px !important;
}
/*about-us*/
/*services*/
.sechead{
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    color: #fff;
}
.servp{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0px;
}
.clients hr,.services hr{
    border-top-color: #707070;
    opacity: 0.25;
}
.servbox{
    margin-top: 120px;
}
.services .container .row.servbox:nth-child(even) .servcnt{
    padding-left: 65px;
}
.services .container .row.servbox:nth-child(odd) .servcnt{
    padding-right: 65px;
}
.servimg{
    position: relative;
}
.servimg img{
    width: 100%;
}
.serv-heding {
    padding: 80px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.serv-heding::before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background: #f80206;
}
.servbrder{
    position: absolute;
    left: 50px;
    width: calc(55% - 12px);
    top: -40px;
    height: calc(100% + 80px);
    border: 15px solid #f80206;
    border-right: none;
}
.servbrder::before{
    content: " ";
    position: absolute;
    right: 0;
    height: 100%;
    width: 15px;
    background: #f80206;
    z-index: -1;
}
.services .container .row.servbox:nth-child(odd) .servimg .servbrder{
    left: auto;
    right: 50px;
    border-left: none;
    border-right: 15px solid #f80206;
}
.services .container .row.servbox:nth-child(odd) .servimg .servbrder::before{
    left: 0;
    right: auto;
}
.servcnt{
    padding-top: 50px;
}
.servcnt h4{
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 50px;
}
.servcnt ul li{
    color: #808080;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    padding-left: 25px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.servcnt ul li a{
    color: #808080;
}
.servcnt ul li:hover{
    padding-left: 35px;
    color: #000;
}
.servcnt ul li:hover a{
    color: #000;
}
.servcnt ul li:after{
    content: " ";
    position: absolute;
    left: 15px;
    top: 15px;
    width: 0px;
    height: 1px;
    background: #f80206;
    transition: all 0.3s ease;
}
.servcnt ul li:hover:after{
    width: 10px;
}   
.servcnt ul li:before{
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #f80206;
    border-radius: 50%;
    top: 8px;
    left: 0;
}
.servcnt ul li:not(:last-child){
    margin-bottom: 30px;
}
/*services*/
/*clients*/
.clientslider{
    padding: 50px 100px;
}
.clientslider .slide-item{
    margin-right: 30px;
}
/*clients*/
/*footer*/
footer{
    background: url(../img/footerbg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
}
footer .sechead{
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 30px;
}
.fixedcontact {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    padding: 10px 0px;
    background: #fff;
    box-shadow: 0 -0.125rem .25rem rgba(0,0,0,.075);
}
.fixedcontact a {
    color: #f80206;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid rgba(248, 2, 6, 0.164);
}
.fixedcontact a:last-child{
    border-right: none;
}
.contactbox{
    padding: 25px 25px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}
.contactbox ul{
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 25px;
}
.contactbox li .fa-li{
    color: #f80206;
    top: 2px;
}
.contactbox li:not(:last-child){
    margin-bottom: 15px;
}
.contactbox li,.contactbox a{
    color: #fff;
    line-height: 25px;
    font-size: 15px;
}
.contactbox a:hover{
    color: #f80206;
}
footer hr{
    border-top-color: #707070;
    opacity: 0.25;
    margin-top: 20px;
    margin-bottom: 30px;
}
.footul li.list-inline-item:not(:last-child){
    margin-right: 25px;
}
.footul a{
    color: #fff;
    font-size: 16px;
}
.footul .active a,.footul a:hover{
    color: #f80206;
}
.secfoot{
    margin-bottom: 30px;
}
.smlinks li.list-inline-item:not(:last-child){
    margin-right: 10px;
}
.smlinks a{
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #f80206;
    border-radius: 50%;
}
.smlinks a.fa-facebook-f{background: #4267b2;}.smlinks a.fa-facebook-f:hover{background: #f80206;}
.smlinks a.fa-linkedin-in{background: #0a66c2;}.smlinks a.fa-linkedin-in:hover{background: #f80206;}
.smlinks a.fa-google-plus-g{background: #db5b52;}.smlinks a.fa-google-plus-g:hover{background: #f80206;}
.smlinks a.fa-instagram{background: #ca2766;}.smlinks a.fa-instagram:hover{background: #f80206;}
.copyright{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f80206;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.ftlogo{
    width:200px;
}
.footer-links h3 {color: #fff;margin-bottom: 20px;font-size: 22px;}
.footer-links li a { color: #fff; margin-bottom: 7px; display: block; font-size: 15px; transition:ease all 0.4s ; -webkit-transition:ease all 0.4s ; -moz-transition:ease all 0.4s ; -ms-transition:ease all 0.4s ; -o-transition:ease all 0.4s ; }
.footer-links li a:hover {color:#f81205 ;}
.footer-links .divspan {margin-top: 25px;display: block;}
.footer-links h4 {font-size: 16px;color: #fff;font-weight: 700;position: relative;display: inline-block;}
.footer-links h4:before {
    content: ''; 
    width: 100%;
    height: 2px;
    background: #f81205;
    position: absolute;
    display: block;
    top: 22px;
}
.footer-links p {margin-bottom: 5px;color: #fff;}
.footer-links a {color: #fff;transition:ease all 0.4s ;}
.footer-links a:hover {color: #f81205;}
/*footer*/
/*innerpages*/
.banner.inner{
    position: relative;
}
@media(min-width: 1200px){
    .banner.inner .bancnt h1, .banner.inner .bancnt h2{
        font-size: 40px;
    }
}
.banner.inner .bancnt h1,.banner.inner .bancnt h2{
    text-transform: capitalize;
}
.banner.inner:after{
    content: " ";
    position: absolute;
    width: 120px;
    height: 175px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #f80206;
    opacity: 0.5;
    right: 0;
    bottom: 0;
}
.banner.inner:before{
    content: " ";
    position: absolute;
    width: 60%;
    height: 100%;
    clip-path: polygon(47% 0%, 100% 0%, 53% 100%, 0% 100%);
    background: #f80206;
    opacity: 0.15;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.banner.inner img{
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.innbancnt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.brcrumpul{
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 5px;
}
.brcrumpul li,.brcrumpul li a{
    color: #fff;
}
.brcrumpul .active a{
    color: #f80206;
}
.cform{
    padding-right: 25px;
}
.addrsec{
    padding-left: 35px;
    border-left: 1px solid #f0f0f0;
}
.cform .form-control{
    height: 50px;
    box-shadow: none;
    padding: 0px 18px;
    border-radius: 5px;
}
.sechead2{
    font-size: 32px;
    line-height: 38px;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Barlow Condensed';
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.cform textarea.form-control{
    height: auto;
    resize: none;
    padding-top: 10px;
}
.embed-responsive-21by9::before {
    padding-top: 25%;
}
.ctrybox{
    margin-bottom: 30px;
}
.ctrybox .logo{
    width: 130px;
    padding-left: 17px;
}
.addrsec .ctrybox:nth-child(3) .logo{
    width: 180px;
}
.obleft{
    object-position: left
}
.ctrybox h5 {
    font-size: 17px;
    margin-left: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
}
.ctrybox h4{
    font-family: 'Barlow Condensed';
    font-weight: 600;
    background: rgba(248, 2, 6, 0.05);
    padding: 12px 20px 15px;
    line-height: 1;
    font-size: 22px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.ctrybox h4 img{
    position: absolute;
    right: -20px;
    top: 80%;
    transform: translateY(-50%) rotate(-45deg);
    width: 70px;
    height: 70px;
}
.ctrybox li,.ctrybox a{
    color: #4e4e4e;
    font-size: 15px;
}
.ctrybox a:hover{
    color: #000;
}
.ctrybox li .fa-li{
    color: #f80206;
    top: 2px;
}
.wp-color .fa-li {
    color: #67d744 !important;
}
.ctrybox li:not(:last-child){
    margin-bottom: 10px;
}
.ctrybox h6{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-left: 15px;
    margin-top: 30px;
    font-family: 'Barlow Condensed';
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.cform label{
    font-family: 'Barlow Condensed';
    font-weight: 600;
}
.serviceslider{
    margin-bottom: 30px;
}
.serviceslider .slick-arrow{
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  color: #f80206;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.serviceslider .slick-arrow.slick-next{
  left: auto;
  right: 30px;
}
.serviceslider img{
    width: 100%;
    object-fit: cover;
}
.serviceslider .slick-arrow:hover{
  color: #fff;
  background: #f80206;
}
.sidebar{
    margin-bottom: 40px;
}
.sidebar-title{
    font-family: 'Barlow Condensed';
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}
.sidebar-list{
    margin-bottom: 0;
}
.sidebar-list li:not(:last-child){
    margin-bottom: 10px;
}
.sidebar-list a{
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    display: block;
    font-family: 'Barlow Condensed';
    margin-bottom:10px;
    background-color:#f9f9f9;
    padding:15px 10px 15px 20px;
}
.sidebar li:hover a{
    background: #000;
    color: #fff;
}
.sidebar li a.active{
    background: #f80206;
    color: #fff;
}
.sidebar-list a.active .fa-li{
    font-weight: 900;
}
.content p,.content ul,.content ol{
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 20px;
}
.content p>strong {
    color: #000;
    font-weight: 900;
}
.content ul,.content ol{
    margin-bottom: 30px;
}
.content .fa-li{
    color: #f80206;
    top: 1px;
}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{
    font-family: 'Barlow Condensed';
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.content *:last-child{
    margin-bottom: 0;
}
.videobox{
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
}
.videobox img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.videobox:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}
.videobox i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 45px;
    color: #fff;
    transition: all 0.3s ease;
}
.videobox:hover i{
    color: #f80206;
}
/*innerpages*/
/*responsive*/
@media(max-width:1199px){
    .navbar-expand .navbar-nav .nav-link{
        font-size: 14px;
    }
    .navbar-expand .navbar-nav .nav-item:not(:last-child) {
        margin-right: 20px;
    }
    .navbar-brand img{
        width: 200px;
    }
    .sechead,.bancnt h1,.bancnt h2{
        font-size: 45px;
        line-height: 55px;
    }
    .sechead{
        margin-bottom: 10px;
    }
    .servp{
        font-size: 15px;
        line-height: 28px;
    }
    .services .container .row.servbox:nth-child(even) .servcnt {
        padding-left: 30px;
    }
    .services .container .row.servbox:nth-child(odd) .servcnt {
        padding-right: 30px;
    }
    .servcnt ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .servcnt ul li:not(:last-child) {
        margin-bottom: 15px;
    }
    .servcnt h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .contactbox li, .contactbox a {
        color: #fff;
        line-height: 22px;
        font-size: 14px;
    }
    .footul a{
        font-size: 14px;
    }
    .footul li.list-inline-item:not(:last-child) {
        margin-right: 10px;
    }
    .smlinks a {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .bottomcnt h4{
        font-size: 30px;
        line-height: 37px;
    }
    .bottomcnt{
        padding: 25px 75px;
    }
    .btn-brch{
        padding: 14px 24px;
    }
    .feabox svg{
        width: 75px;
        height: 75px;
    }
    .feabox{
        padding: 40px 15px;
    }
    .feabox h4{
        font-size: 18px;
    }
    .secpara1{
        font-size: 16px;
    }
    .secpara2{
        font-size: 15px;
    }
    .aboutcnt{
        padding-right: 75px;
    }
    .btn-gm {
        padding: 14px 45px;
        font-size: 16px;
        line-height: 20px;
    }
}
@media(max-width:991px){
    .sidebar-wrapper{
        padding-top: 0px;
    }
    .addrsec{
        padding-top: 30px;
        padding-left: 0;
        border-left: none;
    }
    .cform{
        padding-right: 0;
    }
    .banner.inner img{
        height: 250px;
    }
    .dropdown-menu .dropdown-item{
        padding-left: 0;
        padding-right: 0;
        white-space: normal;
    }
    .dropdown-menu .dropdown-item:hover {
        background-color: #fff;
        color: #f80206;
        padding-left: 0px;
    }
    .navbar-expand .navbar-nav .dropdown-menu{
        position: static;
        left: auto;
        top: auto;
        padding-left: 20px;
        margin-top: 20px;
    }
    .dropdown-menu,.dropdown-menu .dropdown-item:not(:last-child){
        border: none;
    }
    .secpad{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .banner .slide-item img{
        min-height: 500px;
    }
    .bottomcnt h4 {
        font-size: 22px;
        line-height: 32px;
    }
    .bottomcnt {
        padding: 20px 30px;
    }
    .sechead,.bancnt h1,.bancnt h2{
        font-size: 35px;
        line-height: 45px;
    }
    .btn-brch {
        padding: 12px 18px;
        font-size: 14px;
    }
    .feabox{
        margin-bottom: 30px;
    }
    .features.secpad{
        padding-bottom: 45px;
    }
    .aboutimg{
        margin-bottom: 30px;
    }
    header{
        padding: 15px 15px 18px;
    }
    .navbar{
        padding: 0;
    }
    .navbar-brand img {
        width: 180px;
    }
    .navbar-expand .navbar-nav.mainmenu{
        position:fixed;
        flex-direction:column;
        z-index:99;
        width:300px;
        text-align:left;
        background:#fff;
        height:100%;
        right:0px;
        padding:50px 40px;
        top:0px;
        box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        -webkit-transform:translateX(300px);
        -ms-transform:translateX(300px);
        -o-transform:translateX(300px);
        transform:translateX(300px);
        -webkit-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        overflow-y:auto;
    }
    .navbar-expand .navbar-nav.mainmenu .nav-item:not(:last-child){
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .navbar-expand .navbar-nav.mainmenu.active{
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    .navbar-expand .navbar-nav .nav-link{
        padding: 0;
    }
    .dropdown-toggle::after{
        position: absolute;
        right: 0;
        top: 7px;
    }
    .services .container .row.servbox:nth-child(even) .servcnt {
        padding-left: 0px;
    }
    .servcnt {
        padding-top: 75px;
    }
    .servbrder{
        border-width: 12px !important;
        top: -30px;
        height: calc(100% + 60px);
    }
    .servbrder::before{
        width: 12px;
    }
    .services .container .row.servbox:nth-child(odd) .servcnt {
        padding-right: 00px;
    }
    .servbox {
        margin-top: 80px;
    }
    .clientslider {
        padding: 30px 50px;
    }
    .copyright{font-size: 15px;}
    .servp {
        font-size: 14px;
        line-height: 26px;
    }
    .servcnt h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .servp br{
        display: none;
    }
    .aboutcnt {
        padding-right: 0px;
    }
    .footer-links {margin-top: 30px;display: block;}
    .main-services .servimg span {font-size: 14px;height: 58px;}
}
@media(max-width:767px){
    .banner.inner:after{
        width: 90px;
        height: 95px;
    }
    .banner.inner img{
        height: 200px;
    }
    .features.secpad {
        padding-bottom: 25px;
    }
    .servcnt ul li {
        font-size: 15px;
        line-height: 25px;
        padding-left: 20px;
    }
    .servcnt ul li:hover {
        padding-left: 30px;
    }
    .servcnt ul li:after {
        left: 12px;
        top: 13px;
    }
    .servcnt ul li:before {
        width: 12px;
        height: 12px;
        top: 7px;
    }
    .copyright{font-size: 14px;}
    .clientslider {
        padding: 30px 15px;
    }
    .footul li.list-inline-item:not(:last-child) {
        margin-right: 5px;
    }
    .footul a {
        font-size: 12px;
    }
    .secpara1 {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .servbox {
        margin-top: 60px;
    }
    .secpara2 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .sechead, .bancnt h1, .bancnt h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .bottomcnt h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .bottomcnt {
        padding: 15px 20px;
    }
    .feabox h4 {
        font-size: 16px;
    }
    .btn-brch {
        padding: 10px 14px;
        font-size: 13px;
    }
    .secpad{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    [data-aos^=fade][data-aos^=fade].feabox{
        opacity: 1;
        transform: translateZ(0);
    }
    .marg-top {margin-top: 30px;}
    .main-services .servimg span {position: absolute;}
}
@media(max-width:575px){
    .service-details .main-services .servimg span{
        font-size: 13px;
    }
    .brochbtn img{
        width: 110px;
    }
    .brochbtn .btn-gm {
        font-size: 12px;
        padding: 3px 8px;
    }
    .hides {width: 28%;bottom: 20%;}
    .banner.inner img{
        height: 150px;
    }
    .contactbox{
        margin-bottom: 15px;
    }
    .copyright{font-size: 13px;margin-bottom: 50px}
    .clientslider {
        padding: 30px 0px;
    }
    .secpad{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .features.secpad {
        padding-bottom: 0px;
    }
    .btn-gm {
        padding: 12px 35px;
        font-size: 15px;
    }
    .servbrder{
        left: 30px;
        width: calc(50% - 12px);
    }
    .services .container .row.servbox:nth-child(odd) .servimg .servbrder{
        left: auto;
        right: 30px;
    }
    .mainslider .slick-dots{
        left: auto;
        top: auto;
        bottom: 65px;
        transform: none;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .mainslider .slick-dots li:not(:last-child) {
        margin-right: 7px;
        margin-bottom: 0px;
    }
    .bancnt h1, .bancnt h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .bottomcnt{
        width: calc(100% - 20px);
        padding: 10px 15px;
    }
    .bottomcnt h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .btn-brch {
        padding: 8px 12px;
        font-size: 12px;
    }
    .servcnt h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .servcnt ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .servcnt ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .sechead {
        margin-bottom: 10px;
    }
    .servp {
        font-size: 13px;
        line-height: 24px;
    }
    footer hr {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .contactbox li, .contactbox a {
        line-height: 18px;
        font-size: 13px;
    }
    .banner .slide-item:after{
        width: 120px;
        height: 200px;
    }
    .banner .slide-item:before{
        width: 110%;
    }
    .serv-heding {padding: 50px;}
    .font-s {font-size: 20px !important;}
    .main-paragraph p:first-child {font-size: 18px;margin-bottom: 10px;}
    .main-services h4 {font-size: 27px;}
}
@media(max-width:480px){
    .service-details .main-services .servimg span{
        font-size: 11px;
    }
    .brochbtn img{
        width: 100px;
    }
    .bancnt h1, .bancnt h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .bottomcnt{
        flex-direction: column;
    }
    .bottomcnt h4{
        margin-bottom: 10px;
    }
    .feabox svg {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    .feabox h4 {
        font-size: 14px;
    }
    .feabox {
        padding: 30px 10px;
    }
    .copyright {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mainslider .slick-dots{
        bottom: 100px;
    }
    .mainslider .slick-dots button {
        width: 10px;
        height: 10px;
    }
    .mainslider .slick-dots li:not(:last-child) {
        margin-right: 5px;
    }
    .serv-heding {padding: 30px;}
    .font-s {font-size: 18px !important;}
    .main-services.before h4:before {
        transform: translate(-50%,75px);
    }
    .main-services h4 {font-size: 28px;}
    .bancnt h1, .bancnt h2 {
        font-size: 18px;
        line-height: 26px;
    }
}
/*responsive*/