
::-webkit-scrollbar{
    width:10px;
    background:#124789;
}
::-webkit-scrollbar-thumb{
    background:#85c442;
}
.btn{
    border-radius:0;
}
.btn-primary{
    background:#124789;
    border-color: #124789;
}
main{
    position:relative;
    display:block;
}
/* header css start */

.header-container{
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    align-items: center;
    z-index: 13;
}
.header-top{
    position: relative;
    display: block;
    background:#124789;
    padding:5px 0;
}
.header-top a svg {
    width:15px;
    height:15px;
    stroke:#b1ff5f;
}
.logo{
    position: relative;
    display: block;
    padding:15px 0;
    outline: none;
}
.logo img{
    width:180px;
}
.nav-toggler{
    position: relative;
    display: block;
    font-size: 24px;
    color:#124789;
}
.feather-16{
    width: 16px;
    height: 16px;
}
.feather-24{
    width: 24px;
    height: 24px;
}
.feather-32{
    width: 32px;
    height: 32px;
}
.container-lg{
    max-width: 1280px;
}
.header-top-nav{
    position:relative;
    display:flex;
    justify-content: end;
    padding:0;
    margin:0;
    align-items: center;
    list-style: none;
}
.header-top-nav li a{
    color:#fff;
    padding:0 10px;
}
/* main navigation menu start */
ul.main-nav{
    position:relative;
    display:flex;
    padding:0;
    margin:0 0 0 75px;
    align-items: center;
}
ul.main-nav > li,
ul.main-nav > li > ul > li{
    position: relative;
    display: block;
}
ul.main-nav > li > a,
ul.main-nav > li > ul > li > a{
    position: relative;
    display: block;
    color:#444;
    font-size: 16px;
    font-weight:500;
    padding:21px 15px;
    white-space: nowrap;
    text-decoration: none;
}
ul.main-nav > li > ul{
    position: absolute;
    top:100%;
    padding:0;
    margin:0;
    width:250px;
    left:-10px;
    opacity:0;
    visibility: hidden;
    background:#fff;
    transition:0.3s;
    z-index:99;
}
ul.main-nav > li:hover > ul {
    left:0;
    opacity:1;
    visibility: visible;
    transition:0.3s;
}
ul.main-nav > li:hover > a {
    color:#124789;
}
ul.main-nav > li > a:after {
    content:'';
    position: absolute;
    bottom:0;
    height:2px;
    width:0%;
    left:0;
    background:#124789;
    transition:0.3s;
}
ul.main-nav > li:hover > a:after {
    width:100%;
    transition:0.3s;
}
ul.main-nav > li.mobile-menu-tag,
.nav-toggler{
    display: none;
}
@media(max-width:992px){
    ul.main-nav{
        position:fixed;
        display:block;
        flex-wrap: unset;
        left:-100%;
        transition:0.3s;
        top:0;
        width:230px;
        bottom:0;
        margin:0;
        z-index: 11;
        background:#fff;
        box-shadow: 0px 0px 10px #ccc;
    }
    ul.main-nav.show{
        left: 0;
        margin: 0;
        transition:0.3s;
    }
    ul.main-nav > li > a,
    ul.main-nav > li > ul > li > a{
        position: relative;
        display: block;
        font-size: 14px;
        padding:10px 15px;
    }
    ul.main-nav > li > ul > li > a i{
        float:right;
    }
    ul.main-nav > li.mobile-menu-tag,
    ul.main-nav > li.mobile-menu-tag span{
        position: relative;
        display: block;
        justify-content: space-between;
        align-items: center;
    }
    ul.main-nav > li.mobile-menu-tag span svg{
        position:absolute;
        right:15px;
        top:50%;
        transform: translateY(-50%);
    }
    .nav-toggler{
        display: block;
    }
    .mobile-menu-tag span{
        padding: 20px 15px;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 10px;
        border-bottom: 1px solid #ccc;
        background: #124789;
        color: #fff;
    }
}
/* main navigation menu end */

/* ecommerce icons navigation start */
ul.ecomm-icons{
    position:relative;
    display:flex;
    padding:0;
    margin:0;
    list-style: none;
    align-items: center;
    justify-content: end;
}
ul.ecomm-icons > li > a{
    position:relative;
    display:block;
    color:#444;
    margin:0 10px;
    padding: 20px 0;
}
ul.ecomm-icons > li.dropdown .dropdown-menu{
    font-size: 14px;
}
ul.ecomm-icons > li > a > svg{
    width:20px;
    height:20px;
}
ul.ecomm-icons > li.dropdown .dropdown-menu svg{
    width:15px;
    height:15px;
    stroke: #124789;
}
ul.ecomm-icons > li > a > span.cart-count{
    position: absolute;
    top: 11px;
    right: -7px;
    width: 15px;
    height: 15px;
    text-align: center;
    background: #124789;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
}
/* ecommerce icons navigation end */
.quick-search{
    position:fixed;
    display: flex;
    top:98px;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    overflow: hidden;
    max-width: 700px;
    padding:0 15px;
    right:0;
    border-radius:0 0 3px 3px;
    transition: 0.3s;
    height:0;
    z-index: 15;
    background:#f0f0f0;
}
.quick-search.active{
    padding:15px;
    height:81px;
    transition: 0.3s;
}
.quick-search input{
    border-radius:3px 0 0 3px;
    height: 50px;
}
.quick-search button{
    border-radius:0 3px 3px 0;
    height: 50px;
    padding: 0 20px;
}
.search-backdrop{
    position: fixed;
    display: none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 13;
}
/* header css end */

.section-gap{
    position: relative;
    display: block;
    padding:60px 0;
}
.section-title{
    font-size:30px;
    font-weight:500;
    color:#000;
    display: inline-block;
    margin-bottom:30px;
}
.text-theme{
    color:#124789;
}
.gray-box{
    position: relative;
    width: 100%;
    height: 255px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #f0f0f0;
    border:1px solid #ccc;
}
.gray-box p{
    width:100%;
    text-align: center;
    text-transform: uppercase;
    font-size:24px;
    color:#242424;
    font-weight:500;
    margin-top:30px;
}
.white-box{
    position: relative;
    width: 100%;
    height: 255px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #fff;
    border:1px solid #ccc;
    text-align: center;
    padding: 30px;
}
.why-choose{
    z-index:2;
}
.why-choose-boxes > .col-lg-4:nth-child(even){
    display: flex;
    flex-direction: column-reverse;
}
.why-choose-boxes{
    margin-top:-150px;
    z-index: 13;
}
.product-box{
    position:relative;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding:15px;
}
.product-box:before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:55px;
    border:1px solid #ccc;
}
.product-box img{
    height: 250px;
}
.p-details{
    position: relative;
    display: block;
    padding: 25px 15px;
    background: #f0f0f0;
    width: 100%;
    margin-left:22px;
    text-align: left;
}
.p-details table {
    width: 100%;
    
}
    .p-details table th, .p-details table td {
        padding: 0px 10px 0px 10px;
    }
.product-launches .container-lg{
    overflow-x: hidden;
}
.latest-articles .slick-list{
    overflow: visible;
}
.experience-content{
    position: relative;
    display: block;
    padding: 30px;
    background: #f0f0f0;
    box-shadow: 10px 10px 25px #ccc;
    margin-left:-100px;
}
.numbers{
    background:#f0f0f0;
    overflow: hidden;
}
.numbers:before{
    content:'';
    position: absolute;
    width:700px;
    height:700px;
    background:#e2e2e2;
    bottom:-300px;
    left:-200px;
    border-radius:50%;
}
.numbers:after{
    content:'';
    position: absolute;
    width:250px;
    height:250px;
    background:#e2e2e2;
    top:-100px;
    right:-100px;
    border-radius:50%;
}
.count-box{
    position: relative;
    display: block;
    padding:15px;
    background:#fff;
    box-shadow: 10px 10px 25px #ccc;
    border-radius:20px;
    width:100%;
    text-align: center;
    z-index:2;
}
.count-box:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    background:#fff;
    border-radius:20px;
    width:100%;
    height:100%;
    z-index:-1;
}
.count-box:after{
    content:'';
    position: absolute;
    left:10px;
    top:10px;
    border:2px solid #85c442;
    border-radius:20px;
    width:100%;
    height:100%;
    text-align: center;
    z-index:-2;
    transition:0.5s;
}
.count-box:hover::after{
    left:0;
    top:0;
    z-index:-1;
    transition:0.5s;
}
.count-box img{
    margin-top:-50px;
}
.count-box p{
    display: block;
    text-transform: uppercase;
    font-size:20px;
    font-weight:500;
    margin: 0;
}
.count-box p.num{
    font-size:50px;
    font-weight:600;
    color:#124789;
    margin: 15px 0 0;
}
.work-process{
    position: relative;
    display: block;
    padding-left: 55px;
    max-width: 420px;
    width: 100%;
}
.work-process:before{
    content: attr(data-label);
    position: absolute;
    left: -74px;
    top: 66px;
    text-transform: uppercase;
    color: #ccc;
    transform: rotateZ(-90deg);
    font-size: 40px;
    font-weight: 500;
}
.tab-section{
    background: center / cover no-repeat url(../img/pattern.jpg);
}
.tab-section .nav-link {
    display: block;
    padding: 1.2rem 1rem;
    background: #fff;
    margin-bottom: 2px;
    border-radius: 0;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #6d6d6d;
}
.tab-section .nav-link.active{
    background: linear-gradient(90deg, #4d96f1 0%, #124789 55%);
    color: #fff;
}
.tab-section .nav-link.active svg{
    stroke:#b1ff5f;
}
.blog-container{
    position: relative;
    display: block;
    width: 100%;
}
.blog-container > img{
    position: relative;
    display: block;
    width: 100%;
    max-width:337px;
    left:40px;
    object-fit: cover;
}
.blog-content{
    position: absolute;
    width:100%;
    max-width:337px;
    right:45px;
    top:100px;
    background:rgba(255,255,255,0.9);
    box-shadow: 10px 10px 25px #ccc;
    padding:20px;
}
.blog-title{
    font-size:24px;
    color:#242424;
    margin-bottom:20px;
}
.blog-content a{
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    color:#124789;
}
.newsletter{
    background:#f0f0f0;
}
.form-group--nest {
    display: flex;
    flex-flow: row nowrap;
}
.form-group--nest input {
    border-radius: 4px 0 0 4px;
    border-color: #ccc;
    border-right: none;
    height: 50px;
}
.form-group--nest input:focus {
    box-shadow:none;
}
.ps-btn, button.ps-btn {
    display: inline-block;
    padding: 15px 45px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
    background-color: #124789;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}
@media(max-width:992px){
    .why-choose-boxes > .col-lg-4:nth-child(even){
        display: flex;
        flex-direction: column;
    }
}
@media(max-width:480px){
    .logo img{
        width:130px;
    }
    ul.ecomm-icons > li > a {
        margin: 0 7px;
    }
    ul.ecomm-icons > li > a > svg {
        width: 18px;
        height: 18px;
    }
    ul.ecomm-icons > li > a > span.cart-count {
        width: 13px;
        height: 13px;
        font-size: 8px;
        font-weight: 700;
        line-height: 13px;
    }
    .section-title{
        margin-bottom:40px;
    }
    .why-choose{
        margin-top:0;
    }
    .experience-content{
        margin-left:0;
        margin-top:30px;
    }
    .header-top-nav{
        justify-content: center;
    }
    .quick-search {
        top: 88px;
        left:0;
        transform:none;
    }
}

footer .custom-container, .copyright .custom-container {
    padding-right: 8%;
    padding-left: 8%;
}

.copyright .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

footer .footer-links, footer .footer-contact {
    padding-top: 80px;
}
.text-custom-white {
    color: #fff;
}
footer .footer-links ul, footer .footer-contact ul {
    margin-bottom: 10px;
}
    footer .footer-links ul li {
        margin-bottom: 5px;
    }
footer ul li{
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
.section-padding {
    padding: 80px 0;
}
.copyright {
    padding: 20px 0;
    background: #1e3563;
}
    .copyright .copyright-text {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
    }
footer ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

footer h6 {
    font-size: 25px;
}

.brand-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #f7f7f7;
    width: 150px;
    margin: auto;
    background: #f7f7f7;
}

    .brand-item img {
        height: 120px;
        object-fit: contain;
        mix-blend-mode: darken;
    }

.brand-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .brand-img:hover {
        background: #fbfbfb;
    }

    .brand-img:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 90px;
        left: 113px;
        top: 50%;
        transform: translateY(-50%);
        background: linear-gradient(transparent,#ccc,transparent);
        z-index: 1;
    }

    .brand-img > div {
        width: calc(100% - 130px);
    }

    .brand-img h5 {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
    }


    .brand-img p {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #004889;
    }

    .brand-img img {
        position: relative;
        display: block;
        padding: 8px;
        border-radius: 10px;
        width: 100px;
        height: 100px;
        mix-blend-mode: darken;
        object-fit: contain;
    }

    .brand-img span {
        color: #000;
        font-size: 11px;
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
    padding:0 !important;
}
h6 {
    font-size: 14px !important;
}
table {
    border: none !important;
    padding: 0px !important;
}