/* fontawesome started... */
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-phone:before{content:"\f095"}
.fa-envelope:before{content:"\f0e0"}
.fa-facebook:before{content:"\f09a"}
.fa-instagram:before{content:"\f16d"}
.fa-linkedin:before{content:"\f0e1"}
.fa-twitter:before{content:"\f099"}
.fa-heart:before{content:"\f004"}
.fa-long-arrow-right:before{content:"\f178"}
.fa-home:before{content:"\f015"}
.fa-whatsapp:before{content:"\f232"}
.fa-youtube-play:before{content:"\f16a"}
.fa-chevron-up:before{content:"\f077"}
.fa-check:before{content:"\f00c"}
.fa-map-marker:before{content:"\f041"}
.fa-search-plus:before{content:"\f00e"}
.fa-angle-double-right:before{content:"\f101"}
.fa-star:before{content:"\f005"}
/* fontawesome ended... */
.nav {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    padding-left: 0;

    margin-bottom: 0;

    list-style: none;

}

.nav-tabs {

    border-bottom: 1px solid #3ba5d9;

}

.nav-link {

    display: block;

    padding: 0.5rem 1rem;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    color: #fff;

    background-color: #12467f;

    border-color: #3ba5d9 #3ba5d9 #3ba5d9;

}

.nav-tabs .nav-link {

    margin-bottom: -1px;

    background-color: transparent;

    border: 1px solid transparent;

    border-top-left-radius: 0.25rem;

    border-top-right-radius: 0.25rem;

}

.fade {

    transition: opacity .15s linear;

}

.tab-content>.tab-pane {

    display: none;

}

.tab-content>.active {

    display: block;

}
.sml-img{
    widht:200px;
}

#scroll {
    position: fixed;
    z-index: 9;
    right: 1px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 45px;
    background-color:#3ba5d9 ;
    display: none;
    border: solid 2px #3ba5d9;
    border-radius: 50px;
    text-align: center;
}
:root{
    --swiper-theme-color : #000;
}
body{
    font: normal 16px/1.5 "Poppins",sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}
ul.with-li{
    list-style: disc;
    padding-inline-start: 20px;
}
ul.with-li li{
    list-style: circle;
}
a{
    color: rgba(0, 0, 0, 0.8);
    transition: .3s all ease-in-out;
}
a:hover,a:focus,a:active{
    color: #000;
}
a,a:hover,a:focus,a:active{
    text-decoration: none;
}
.font-18{font-size: 18px;}
.font-14{font-size: 14px;}
ul, ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Barlow",sans-serif;
}
p{
    text-align: justify;
}
img{
    max-width: 100%;
}
.py-60,.pt-60{
    padding-top: 60px !important;
}
.py-60,.pb-60{
    padding-bottom: 60px !important;
}
.py-30,.pt-30{
    padding-top: 30px !important;
}
.py-30,.pb-30{
    padding-bottom: 30px !important;
}
.btn{
    transition: .3s all ease-in-out;
}
.btn-primary {
    background: #3ba5d9;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 0;
    border-color: #3ba5d9;
}
.btn-primary:hover{
    color: #fff;
    background-color: #3ba5d9;
    border-color: #3ba5d9;
}
.btn-blue {
    background: #3ba5d9;
    color: #fff;
    padding: .5rem 1.5rem;
    border-radius: 10px;
    border-color: #003769;
}
.btn-blue:hover{
    color: #3ba5d9;
    background-color: #fff;
    border-color: #00376f;
}
.btn-yellow {
    background: #3ba5d9;
    color: #fff;
    padding: .5rem 1.5rem;
    border-radius: 10px;
    border-color: #3ba5d9;
}
.btn-yellow:hover{
    color: #003769;
    background-color: #fff;
    border-color: #003769;
}
.border-right{
    border-right: solid 1px #e7e7e7;
}
.back_fade{
    background-color: #eee !important;
}
.back_black{
    background-color: #000 !important;
}
.back_yellow{
    background-color: #3ba5d9 !important;
}
.text-white{
    color: #fff !important;
}
.title{
    font: bold 2rem/normal "Poppins",sans-serif;
 
}
.order-1{
    order: 1 !important;
    -md-order: 1 !important
}
.order-2{
    order: 2 !important;
    -md-order: 2 !important
}
.w-100{
    width: 100% !important
}
.h-100{
    height: 100% !important;
}
@media screen and (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
@media screen and (min-width: 768px) {
    .order-md-1{
        order: 1 !important;
        -md-order: 1 !important
    }
    .order-md-2{
        order: 2 !important;
        -md-order: 2 !important
    }
    .ml-md-5{
        margin-left: 3rem !important;
    }
    .mr-md-5{
        margin-right: 3rem !important;
    }
    .mt-md-0{
        margin-top: 0 !important;
    }
}
@media screen and (min-width: 1024px){
    .mt-lg-0{
        margin-top: 0 !important;
    }
    .mb-lg-0{
        margin-bottom: 0 !important;
    }
}
/* header started... */
.call_btn {
    position: fixed;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    transition: all 300ms ease-in-out;
    left: 22px;
    
    box-shadow: 0px 3px 10px rgba(0,0,0,.16), 0px 3px 10px rgba(0,0,0,.16);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.call_btn#whatsapp {
    background: #01e675;
    bottom: 50px;
}
.call_btn#call {
    background: #3ba5d9;
    bottom: 110px;
}
a.navbar-brand img {
    max-height: 80px;
}
.header_bottom{
    background-color: #fff;
}
.header_bottom.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    box-shadow: 0 0 5rem .5rem rgba(0, 0, 0, 0.1);
}
.header_bottom.sticky + .header_gap{
    height: 61px
}
.header_bottom .navbar-nav .nav-item{
    position: relative;
}
.header_bottom .navbar-nav .nav-link{
    padding: 38px 10px;
    display: inline-block;
}
.header_bottom .navbar-nav .nav-link.btn{
    padding: 10px 15px;
    background-color: #3ba5d9;
    border: 1px solid #3ba5d9;
    color: #fff;
    margin: 28px 0;
}
.header_bottom .navbar-nav .nav-link.btn:hover{
    color: #3ba5d9;
    background-color: #fff;
}
.header_bottom .navbar-nav .nav-link::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: .3s all ease-in-out;
    background-color: #3ba5d9;
}
.header_bottom .navbar-nav .nav-link:hover::before{
    height: 3px;
}
.header_bottom .navbar-nav .nav-link:hover{
    color: #3ba5d9;
}
.header_bottom .navbar-nav .nav-item .dropdown-menu{
    margin: 0;
    border-top: solid 4px #3ba5d9;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-width: 260px;
    padding: 0;
}
.header_bottom .navbar-nav .nav-item:hover>.dropdown-menu{
    display: block;
}
.header_bottom .navbar-nav .nav-item .dropdown-menu:before {
    border-bottom: 6px solid #3ba5d9;
}
.header_bottom .navbar-nav .nav-item .dropdown-menu:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 23px;
    width: 0;
    height: 0;
    margin-top: -10px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid #3ba5d9;
}
.header_bottom .navbar-nav .nav-item .dropdown-menu .dropdown-item{
    font-size: 16px;
    line-height: 16px;
    padding: 10px 33px;
    transition: .3s all ease-in-out;
}
.header_bottom .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
    color: #3ba5d9;
    background-color: transparent;
}
.header_bottom .navbar-nav .nav-item .dropdown-menu .dropdown-item + .dropdown-item{
    border-top: solid 1px #ecedef
}
.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    border: none;
}
.header_bottom .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    border-top: none;
    border-left: 4px solid #3ba5d9;
    border-radius: 0 5px 5px 0;
}

.header_bottom .navbar-nav .nav-item .dropdown-menu .dropdown-menu:before {
    top: 26px;
    left: -22px;
    border: 10px solid #0000;
    border-right: 9px solid #3ba5d9;
}
@media screen and (min-width: 992px) {
    .dropdown-menu .dropdown-menu {
        display: none;
    }
    .dropdown-menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
/* header section ended... */
/* banner section started... */
.banner{
    position: relative;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
    --swiper-theme-color: #fff
}
.banner-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.banner-content .banner-heading{
    position: relative;
    top: -50px;
    opacity: 0;
    visibility: hidden;
    transition: .7s all ease-in-out;
    transition-delay: .3s;
}
.banner-content p{
    position: relative;
    top: -90px;
    opacity: 0;
    visibility: hidden;
    transition: 1s all ease-in-out;
}
.swiper-slide-active .banner-content .banner-heading{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.swiper-slide-active .banner-content p{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.banner-content .banner-heading{
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.banner-content p{
    font-weight: 500;
}
.banner .swiper-slide img{
    /*height: 560px;*/
    transition: 5s linear;
    width: 100%;
    object-fit: cover;
}
.banner .swiper-slide-active img{
    transform: scale(1.1);
}
/* banner section ended... */
/* call section started... */
.call{
    background-color: #cdcdcd;
}
.cta-inner {
    border-radius: 4px;
    padding: 0px 20px;
    position: relative;
    transition: all 400ms linear 0s;
}
.cta-inner:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    width: 2px;
    background: #3ba5d9;
}
.cta{
    color: #003769;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    line-height: 38px;
}
.cta img {
    float: left;
    width: auto;
    margin: 6px 10px 0 0;
}
.cta h3 span {
    font-size: 44px;
    font-weight: 600;
    display: inline-block;
}
.cta-text h4{
    font-size: 20px;
    font-weight: 600;
    color: #003769;
}
/* call section ended... */
/* category section started... */
.category-box{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.category-box .category-img{
}
.category-box .category-img img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.category-box .category-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    max-width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.category-box .category-content .dis{
    font-size: 13px;
    color: #3ba5d9;
    text-transform: uppercase;
}

/* category section ended... */
@media screen and (min-width: 768px) {
    .about_us{
        background: #fbfaff;
        background-size: contain;
        background-position: right top;
    }
}
.product-box{
    position: relative;
}
.product-box .product-img img{
    width: 100%;
    max-height: 525px;
    display: block;
    object-fit: cover;
    margin: auto;
}
.product-content .cat_name {
    font-size: 13px;
    text-transform: uppercase;
    color: #0067c5;
}
.product-content p {
    color: #999;
    font-size: 14px;
}
.description{
    font-size: 15px;
    color: #878787;
}
.product-content {
    padding: 80px;
    background: #fbfbfb;
    height: 100%;
}
.how_works .swiper-slide-active .feed_box{
    background-color: #0067c5;
    color: #fff;
}
.how_works .swiper-slide-active .feed_box h6{
    color: inherit;
}
.how_works .swiper-slide{
    height: 100%;
}
.feed_box{
    padding: 30px 30px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 100%;
}
.feed_box .client-rating i{
    display: inline-block;
    color: #3ba5d9;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}
.feed_box .aut_detail h6{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}
.feed_box .aut_detail span{
    font-size: 14px;
}
.fea-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.bottom_footer {
    padding-top: 60px;
    padding-bottom: 45px;
    background: #243559;
    color: rgba(255, 255, 255, 0.6);
}
.bottom_footer h6{
    font-size: 24px;
    font-family: "Heebo",sans-serif;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
}
ul.footer-links{
    position: relative;
}
ul.footer-links li a{
    display: block;
    padding: 4px 0;
    color: rgba(255, 255, 255, 0.8);
}
ul.footer-links li:hover a{
    color: #fff;
}
.copyright{
    background-color: #0067c5;
    color: #fff;
    padding: 10px 0;
}
.copyright .header_social li a{
    background-color: #000a85;
}
ul.header_social{
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}
ul.header_social li{
    display: inline-block;
}
ul.header_social li a{
    color: #fff;
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    border-radius: 3px;
    background: #0067c5;
}

/* footer section ended... */
input::-webkit-input-placeholder{
    color: #747474;
}
.form-control{
    color: #fff;
    font-size: 14px;
    padding: 12px 15px;
    background-color: transparent;
    text-transform: none;
    font-weight: 400;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e2e2e2;
}
.form-control:focus{
    background-color: transparent;
    border-color: #0067c5;
    box-shadow: none;
    color: #fff;
    outline: none;
}
.form-group{
    margin-bottom: 1.5rem;
}
label{
    display: block;
    cursor: auto;
    margin-bottom: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #ddd;
}
.contact_home{
    position: relative;
    background: rgba(0, 0, 0, 0.8) url(http://lightquo.net/wp-content/uploads/2018/12/2-7.jpg) no-repeat;
    background-size: cover;
}
.contact_home>*{
    position: relative;
    z-index: 1;
}
.contact_home::before{
    content:"";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.section-space--ptb_100 {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 15px;
}
.section-space--mb_20 {
    margin-bottom: 20px;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.form-control {
    padding: 0.75rem 1.25rem;
}
.back_fade {
    background-color: #fbfbfb!important;
}



.recent-post .recent-img img {
    width: 20px;
    object-fit: cover;
    margin-right: 1.5rem;
}
.about-content {
    padding-left: 20px;
}
.section-title p {
    padding-top: 24px;
}
.about-area {
    padding: 120px 0 115px;
}

.counter-area.style-two {
    background: #fff;
    padding: 5px 0 80px;
}
.section-title h5 {
    font-size: 16px;
    color: #0E1317;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 1;
    letter-spacing: 1px;
    padding-left: 8px;
    margin-bottom: 15px;
}
.section-title .title {
    margin: 0;
    font-weight: 800;
    font-size: 25px;
}
h2.shape-title {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0E1317;
    font-size: 120px;
    text-transform: uppercase;
    position: absolute;
    top: -31px;
    opacity: 0.1;
    left: 25px;
    z-index: -1;
}


.back_black {
    background: #243559!important;
    color: #fff;
}
.back_black p {
    color: #ccc;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.contact {
    background-color: #f3f9ff !important;
}


ul.categories li:first-child {
    border-top: 1px solid #E6E6E6;
}
ul.categories li a {
    color: #000;
    font-weight: 500;
    display: block;
}
ul.categories li a i {
    padding-right: 1rem;
}
ul.categories li {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px solid #E6E6E6;
    text-transform: capitalize;
    line-height: 42px;
}
.recent-post {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.recent-post .recent-img img {
    width: 80px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-right: 1.5rem;
}
.recent-content h6 {
    font-weight: bold;
    font-size: 1rem;
    color: #979797;
}

.blog-detail {
    background: #fff;
    border: 1px solid #243559;
    overflow: hidden;
}
.service_box {
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 5px;
    display: block;
    height: 100%;
    padding: 2.5rem;
    text-align: center;
    transition: .3s all ease-in-out;
}

.service_box .service_content h4 {
    font-size: 1.75rem;
    color: #000;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
    .product-content{
        padding: 30px 15px;
    }
    .header_bottom .navbar-nav .nav-link {
        padding: 10px;
        display: block;
    }
    a.navbar-brand img {
        max-height: 50px;
    }
    .about-content{
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .product-content{
        padding: 15px 0;
    }
    .banner .swiper-slide img{
        height: 300px;
    }
    .about-area{
        padding: 30px 0;
    }
}
@media screen and (max-width: 450px) {
    .banner .swiper-slide img{
        object-position: right
    }
}