@font-face { font-family: Poppins-Light; src: url('https://cdn.jsdelivr.net/npm/@fontsource/poppins@5.0.14/files/poppins-latin-300-normal.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: Poppins-Regular; src: url('https://cdn.jsdelivr.net/npm/@fontsource/poppins@5.0.14/files/poppins-latin-400-normal.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: Poppins-Medium; src: url('https://cdn.jsdelivr.net/npm/@fontsource/poppins@5.0.14/files/poppins-latin-500-normal.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: Poppins-SemiBold; src: url('https://cdn.jsdelivr.net/npm/@fontsource/poppins@5.0.14/files/poppins-latin-600-normal.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: Poppins-Bold; src: url('https://cdn.jsdelivr.net/npm/@fontsource/poppins@5.0.14/files/poppins-latin-700-normal.woff2') format('woff2'); font-display: swap; }

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: Poppins-Light, sans-serif;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #ffff;
    color: #8D919B;
}
.nopadding{
    padding: 0px !important;
}
.sec-pad{
    padding: 100px 0px; 
}
.sec-pad-70{
    padding: 70px 0px;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
p{
    font-size: 18px;
    line-height: 27px;
}
.theme-color{
    color: #1E376D!important;
}
.theme-bg{
    background-color: #1E376D!important;
}
.regular{
    font-family: Poppins-Regular!important;
}
.semibold{
    font-family: Poppins-SemiBold!important;
}
.medium{
    font-family: Poppins-Medium!important;
}
.bold{
    font-family: Poppins-Bold!important;
}
.white-text-div{
    color: #C7D2E8!important;
}
.text-white{
    color: #F9FBFF!important;
}
.dark-color{
    color: #333944!important;
}
.hover-underline:hover{
    color: #1E376D!important;
    text-decoration: underline;
}


/*.header-line*/

.header-line{
    padding: 6px 0px;
    background-color: #1E376D;
}
.icon-margin{
    margin-top: -3px;
}
.headerline-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

/*header*/

.header{
    width: 100%;
    background-color: transparent;
    padding: 15px 0px;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.sticky-bar{
    position: fixed;
    padding: 0px;
    background-color: #F6FBFF!important;
    box-shadow: 0px 0px 8px #41414129;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar{
    padding: 0px;
}
.navbar-light .navbar-brand {
    align-items: center;
    display: flex;
    padding: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #262626;
    font-size: 18px;
    font-family: Poppins-Regular;
    line-height: 21px;
    padding: 7px 0px;
    margin: 11px 0px;
    position: relative;
}
.navbar-light .navbar-nav .nav-link::before{
    content: '';
    height: 7px;
    width: 7px;
    background-color: #1E376D;
    display: inline-block;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    bottom: -7px;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: all ease .5s;
}
.navbar-light .navbar-nav .nav-link.no-hover::before{
    display: none!important;
}
.navbar-light .navbar-nav .nav-link:hover::before, .navbar-light .navbar-nav .nav-item.active .nav-link::before , .navbar-light .navbar-nav .nav-item .nav-link.active::before , .navbar-light .navbar-nav .nav-link:focus::before {
    opacity: 1;
}
.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: #262626;
}
.navbar-light .navbar-nav .nav-link.theme-btn {
    padding: 9px 15px;
}
@media (min-width: 1200px){
    .navbar-expand-xl .navbar-nav .nav-item {
        margin-right: 30px;
        margin-left: 30px;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
}
.navbar-toggler:focus{
    box-shadow: none;
    outline: 0;
}
.navbar-light .navbar-toggler {
    color: #1e376d;
    border: none;
}
.navbar-toggler svg{
    color: #1e376d;
}
#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-item {
    display: block;
    width: 100%;
    font-size: 17px;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    color: #FAF6FF;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu {
    background-color: #1e376d;
    min-width: 13rem;
    box-shadow: 0px 0px 10px #00000030;
    border: none;
    border-radius: 10px;
    /*padding: 0px;*/
    overflow: hidden;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #333944;
    background-color: #C7D2E8;
}
.dropdown-item.active, .dropdown-item:active {
    color: #333944;
    background-color: #C7D2E8!important;
}
@media all and (min-width: 1200px) {
    .navbar .dropdown-menu.fade-up{ top:180%; transition: all ease .3s; display:block; opacity: 0; visibility: hidden; }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
}

/*hero section*/

.hero-bg{
    width: 100%;
    height: auto;
    background-color: #1e376d;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 139px);
    position: relative;
    overflow: hidden;
}
.hero-bg__picture{
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: 0;
    line-height: 0;
}
.hero-bg__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.hero-bg__content{
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero-title{
    font-size: 65px;
    line-height: 71px;
    font-family: Poppins-Bold;
    margin-bottom: 20px;
}
.hero-text{
    position: relative;
    z-index: 9;
}
.white-btn{
    background-color: transparent;
    border: 1px solid transparent;
    color: #F9FBFF!important;
    padding: 11px 30px;
    font-size: 18px;
    font-family: Poppins-Regular;
    box-shadow: none!important;
    outline: 0!important;
    transition: all ease .5s;
}
.white-btn:hover{
    background-color: #F9FBFF;
    border: 1px solid #F9FBFF;
    color: #1E376D!important;
}

/*content part*/

.title{
    font-size: 45px;
    line-height: 60px;
    padding-bottom: 10px;
    color: #1E376D;
    font-family: Poppins-Bold;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}
.title::after{
    content: '';
    width: 210px;
    height: 2px;
    display: inline-block;
    background-color: #1E376D;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.title::before{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: #1E376D;
    z-index: 9;
    position: absolute;
    bottom: -7px;
    left: 97px;
    right: 0px;
    /*margin: auto;*/
}
.title.text-center::after, .title.text-center::before{
    left: 0px;
    right: 0px;
    margin: auto;
}
.title-no-line::after, .title-no-line::before{
    display: none!important;
}
.theme-btn{
    background-color: #1E376D;
    border: 1px solid #1E376D;
    color: #FFFFFF!important;
    padding: 11px 30px;
    font-size: 18px;
    font-family: Poppins-Regular;
    box-shadow: none!important;
    outline: 0!important;
    position: relative;
    overflow: hidden;
}
.theme-btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .1;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    z-index: 99;
}
.theme-btn:hover:after {
    left: 120%;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.theme-btn .btn-icon{
    display: inline-block;
    transition: all ease .5s;
}
.theme-btn:hover .btn-icon{
    transform: translateX(10px);
}
.install-box-margin{
    margin-top: 30px;
}
.install-box{
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 40px 15px 30px;
    text-align: center;
    height: 100%;
    transition: all ease .5s;
}
.install-box:hover{
    transform: translateY(-10px);
}
.install-img-div{
    height: 70px;
    width: 70px;
    background-color: #F1F5FF;
    border-radius: 10px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.product-div-margin{
    margin-top: 50px;
}
.product-div{
    background-color: #F8F8F8;
    border-radius: 5px;
    padding: 20px;
    transition: all ease 1s;
}
.center-product-div{
    position: relative;
    bottom: -90px;
}
.product-inner-div{
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    text-align: center;
    padding: 40px 60px;
}
.product-div-img{
    margin: 25px 0px;
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
}
.product-link{
    font-family: Poppins-Regular;
    text-decoration: underline!important;
    transition: all ease .5s;
}
.product-div:hover{
    background-color: #1E376D;
    box-shadow: 0px 3px 10px #0000004D;
}
.product-div:hover .product-link{
    color: #1E376D;
}
.mini-title{
    font-size: 40px;
    line-height: 55px;
    color: #1E376D;
    font-family: Poppins-Bold;
    margin-bottom: 30px;
}
.circle-icon{
    height: 33px;
    width: 33px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.form-box-div{
    padding: 40px 50px;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.form-box-div::before{
    content: '';
    height: 200px;
    width: 200px;
    display: inline-block;
    background-color: #1E376D;
    position: absolute;
    right: -115px;
    top: -100px;
    transform: rotate(50deg);
}
.form-group{
    margin-bottom: 20px;
}
.form-group label{
    font-size: 18px;
    color: #333944;
    margin-bottom: 5px;
}
.form-control{
    border: none;
    border-bottom: 1px solid #DBDBDB;
    padding: 8px 20px;
    border-radius: 0px;
    font-size: 18px;
    color: #8D919B!important;
}
.form-control::placeholder{
    color: #E5E5E5;
}
.form-control:focus{
    box-shadow: none!important;
    outline: 0;
    border-color: #1E376D;
}
.quote-side-img{
    position: absolute;   
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 450px;
    height: auto;
}

/*footer*/
.footer-div{
    background-color: #1E232C;
    color: #C7D2E8;
}
.footer-div a{
    transition: all ease .5s;
}
.footer-div a:hover{
    color: #F9FBFF;
}
.socials a{
    display: inline-block;
    margin-right: 15px;
    transition: all ease .5s;
}
.socials a:hover{
    transform: translateY(-5px);
}
.links-li p{
    display: flex;
    transition: all ease .5s;
}
.links-li p:hover{
    transform: translateX(10px);
}
.title-margin{
    margin-top: 52px;
}
hr.footer-hr{
    background-color: #464E5D;
    opacity: 1;
}
.footer-text{
    padding: 30px 0px;
}


/*inner pages*/

.inner-bg{
    width: 100%;
    min-height: 280px;
    height: auto;
    background-image: url('../img/innerpage-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 0px;
}
.listing p{
    margin-bottom: 0px;
    display: flex;
}
.small-title{
    font-size: 30px;
    line-height: 45px;
    color: #1E376D;
    font-family: Poppins-Bold;
    margin-bottom: 15px;
}
.brand-div-box-margin{
    margin-top: 20px;
}
.brand-div-box{
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    height: 100%;
}
.brand-img-box{
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
    border-bottom: 1px solid #DFDFDF;
    border-radius: 5px;
}
.brand-content-box{
    padding: 25px 20px;
    text-align: center;
}
.brand-content-box h3{
    font-size: 20px;
    line-height: 30px;
    color: #1E376D;
    font-family: Poppins-SemiBold;
    margin-bottom: 15px;
}
.brand-content-box p{
    margin-bottom: 5px;
}
.page-form .form-control{
    background-color: #FFFFFF;
    border: 1px solid #C7D2E8!important;
}
.page-form .form-control label{
    display: block;
    color: #333944;
    font-family: 18px;
    margin-bottom: 12px;
}
.page-form .form-control::placeholder{
    color: #C7D2E8;
}
.file-input .form-control{
    background-color: #F1F1F1!important;
    border-color: #F1F1F1!important;
}
.file-input button{
    background-color: #D6D6D6;
    color: #8D919B;
    box-shadow: none!important;
    outline: 0!important;
}
.career-box-div{
    height: 100%;
    background-color: #1E376D;
    padding: 40px 20px;
}
.ft-25{
    font-size: 25px;
    line-height: 35px;
}
.pink-btn{
    font-size: 16px;
    padding: 8px 40px;
    background-color: #EB4C4C;
}
.area-box{
    text-align: center;
    margin: 30px 0px;
}
.area-box .area-icon{
    height: 56px;
    width: 56px;
    display: inline-block;
    background-color: #1E376D;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.area-box p{
    font-size: 20px;
    color: #333944;
    font-family: Poppins-Medium!important;
}
.contain-img{
    background-size: contain;
}
.blog-box{
    margin-bottom: 30px;
}
.blog-box-img{
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
.blog-date{
    text-transform: uppercase;
    margin-bottom: 8px;
}
.blog-title{
    font-size: 22px;
    line-height: 31px;
    font-family: Poppins-Bold;
    margin-bottom: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page-link {
    background-color: transparent;
    border: none;
    color: #8D919B;
    font-family: Poppins-Bold;
    height: 34px;
    width: 34px;
    line-height: 1px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    box-shadow: none!important;
    outline: 0;
}
.page-item .page-link:hover {
    color: #1e376d;
}
.page-item.active .page-link {
    background-color: transparent;
    border-color: transparent;
    color: #1e376d;
}
.page-nav-link, .page-nav-link:hover, .page-nav-link:focus{
    background-color: #1E376D!important;
    color: #fff!important;
    margin: 0px 3px!important;
}
.small-blog-list{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.small-blog-list .blog-box-img{
    min-width: 100px;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    margin-right: 20px;
}
.small-blog-list .blog-date {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.small-blog-list .blog-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
}
.theme-link{
    transition: all ease .5s;
}
.theme-link:hover{
    color: #1E376D!important;
}
.blog-br-box.install-box {
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 0px 15px 0px;
    transition: all ease .5s;
    text-align: left;
    height: auto;
    width: inherit;
}
.blog-br-box.install-box:hover {
    transform: none;
}