@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgb(0 86 183) !important;
}

/*** 

====================================================================
Main Header
====================================================================

***/
/* Base styling for main navigation */
/* Base styling for main navigation */


a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    color: #1c73ea;
    font-family: 'Poppins', sans-serif;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #292929;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu .navigation {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu .navigation>li {
    position: relative;
    padding: 0 15px;
}

/* Sub-menu initially hidden */
.main-menu .navigation>li>ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 270px;
    z-index: 100;
    background-color: #ffffff;
    padding: 0px 0;
    transform: translateY(30px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transition: 500ms ease;
}

/* Show sub-menu on hover */
.main-menu .navigation>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0ms;
    /* Visibility activates immediately */
}

/* Sub-menu items styling */
.main-menu .navigation>li>ul>li {
    list-style: none;
    position: relative;
}

/* Styling for all sub-menu links */
.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li>ul>li>a {
    position: relative;
    padding: 10px 13px;
    line-height: 29px;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
    text-align: left;
    margin: 0;
    text-transform: capitalize;
    background-color: #0054ac;
    /* Ensure a consistent background */
    display: block;
    border-bottom: 1px solid #e5e5e5b3 !important;
    transition: color 200ms ease, background-color 200ms ease;
    /* Apply specific transition */
    border-right: 1px solid #ffffff75;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>ul>li>a:hover {
    color: #ffffff;
    background-color: #003f78;
    /* Slight change for hover background */
}

/* Nested sub-menu transitions */
.main-menu .navigation>li>ul>li>ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 20%;
    width: 270px;
    z-index: 100;
    background-color: #ffffff;
    padding: 0px 0;
    transform: translateY(30px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transition: 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* Smooth transition for deeper nested menus */
.main-menu .navigation>li>ul>li>ul>li>ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 20%;
    background-color: #ffffff;
    padding: 0px 0;
    transform: translateY(30px);
    transition: 500ms ease;
    width: 270px;
    border-right: 1px solid #fff;
}

.main-menu .navigation>li>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.main-header .logo {
    position: relative;
}

.main-header .logo img {
    width: 100%;
}

.main-header .logo {
    width: 245px;
}

.main-header .main-box {
    position: relative;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 30px 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-weight: 400;
    color: #c40404;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    left: 50%;
    bottom: -4px;
    height: 2px;
    width: 0%;
    background: #000066;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    left: 0;
    width: 75%;
}


.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}



.dropdown ul li:last-child a {
    /* border-bottom: none !important; */
}


.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 9px;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
    /* transform: rotate(180deg); */
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 9px;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
    /* transform: rotate(180deg); */
}

.dropdown2a>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 9px;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
    transform: rotate(180deg);
}

.dropdown a i {
    font-size: 13px;
}

.dropdown2a li {
    bottom: 2px solid #bebdbd !important;
}

.dropdown2a:hover ul {
    display: block;
}

.is-sticky {
    position: fixed !important;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    backdrop-filter: blur(7px);
    animation: slideDown 0.45s ease-out;
    background-color: #fff !important;
    width: 100%;
    top: 0;
    border-radius: 0px;
    z-index: 1000;
}


@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}



.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
}

.main-header .outer-box .theme-btn {
    display: block;
    min-width: 160px;
}

.dropdown_t ul {
    position: absolute;
    top: 0;
    right: -270px;
    width: 300px;
    background-color: #f48023;
}

.dropdown_t:hover ul {
    display: block;
}


/*** 

====================================================================
Mobile Menu
====================================================================

***/

.mobile-nav-toggler {
    position: relative;
    font-size: 24px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 15px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 100vh;
    overflow-y: scroll;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
    width: 100px;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 25px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    background-color: #1c73ea;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    padding: 0 20px;
}

.mobile-menu .navigation>li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.mobile-menu .navigation>li>a {
    font-weight: 500;
    border: 1px solid #eeeeee;
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #1c73ea;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border: 1px solid #fafafa;
    color: #222222;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 300msease;
    -o-transition: all 300ms ease;
    transition: all 300msease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before {
    display: inline-block;
    position: relative;
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
    margin-left: 10px;
}


.mobile-nav-toggler span {
    color: #000;
}

.header-style {
    background-color: #ffffff;

}

.header-style .main-menu .navigation>li>a {
    color: #004282;
    font-weight: 600;
}

.header-style .main-menu .navigation>li>a:before {
    bottom: -4px;
}

.header-style .main-menu .navigation>li>a:hover:before,
.header-style .main-menu .navigation>li.current>a:before {
    width: 25px;
}

.header-style .menu-outer {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0px 0px;
}

.header-style .outer-box .theme-btn {
    min-width: 160px;
}

.header-style .logo {
    padding: 0px 0;
}

.header-style-three {
    top: 0;
}

.header-style-three .menu-outer {
    position: relative;
    padding: 40px 0 !important;
}

.header-style-three .theme-btn {
    min-width: 160px;
}

@media only screen and (max-width: 1920px) {

    .main-menu .navigation>li {
        position: relative;
        float: left;
        padding: 33px 0px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        padding-right: 25px;
        margin-right: 12px;
    }


}


@media only screen and (max-width: 1240px) {
    .dropdown {
        padding-right: 39px;
    }

    .mobile-menu-visible .mobile-menu .menu-box {
        background-color: #003667;
        height: 100vh;
        overflow-y: scroll;

    }

    .mobile-menu .navigation {
        margin-top: 40px;
    }

    .mobile-menu .navigation li:hover>a,
    .mobile-menu .navigation li.current>a {
        color: #ffffff;
    }

    .mobile-menu .navigation li>a {
        color: #fff;
    }

    .dropdown-btn span {
        color: #fff;
    }

    .mobile-nav-toggler {
        display: block;
    }

    .main-header {
        top: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .20);
    }

    .main-header .outer-box,
    .main-header .nav-outer .main-menu {
        display: none;
    }

    .header-style-three .logo,
    .header-style-two .logo,
    .main-header .logo-outer .logo {
        padding: 15px 0;
    }

    .main-header .logo-outer .logo img {
        height: 40px;
    }

    .header-style-two .mobile-nav-toggler {
        color: #303030;
    }

    .header-style-two,
    .header-style-three {
        border-bottom: 0;
    }

    .header-span {
        height: 70px;
    }

    .banner-slider .slick-prev {
        z-index: 1;
    }

    .banner-slider .slick-next {
        z-index: 1;
    }

    .dropdown a i {
        display: none;
    }

    .mobile-menu .nav-logo img {
        width: 100%;
    }

    .mobile-menu .nav-logo {
        position: relative;
        padding: 20px 20px;
        text-align: left;
        width: 81%;
    }

    .mobile-menu .nav-logo img {
        height: auto;
    }

    .mobile-menu .navigation li>ul,
    .mobile-menu .navigation li>ul>li>ul {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .mobile-menu .navigation li>ul,
    .mobile-menu .navigation li>ul>li>ul li a {
        border: 1px solid #fff;
    }

    .Application-slider .slick-next {
        display: none !important;
    }

    .Application-slider .slick-prev {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        visibility: hidden;
        opacity: 0;
    }

}


@media only screen and (max-width: 1023px) {
    .mobile-nav-toggler {
        display: block;
    }

    .main-header {
        top: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .20);
    }

    .main-header .outer-box,
    .main-header .nav-outer .main-menu {
        display: none;
    }

    .header-style-three .logo,
    .header-style-two .logo,
    .main-header .logo-outer .logo {
        padding: 15px 0;
    }

    .main-header .logo-outer .logo img {
        height: 40px;
    }

    .header-style-two .mobile-nav-toggler {
        color: #303030;
    }

    .header-style-two,
    .header-style-three {
        border-bottom: 0;
    }

    .header-span {
        height: 70px;
    }

}

@media (max-width:1280px) {
    .main-menu .navigation>li {
        position: relative;
        float: left;
        padding: 30px 0px;
        margin-right: 15px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
}

/* ...............header-end.................. */
@media (max-width:1600px) {
    .ace-responsive-menu>li>a {
        padding: 20px 13px;
    }

}

@media (max-width:1440px) {
    #header-main {
        padding: 0px 90px;
    }

    .main-menu .navigation>li>a {
        font-size: 14px;
    }
}

@media (max-width:1366px) {
    .main-menu .navigation>li>a {
        font-size: 14px;
    }

    .main-header .logo img {
        width: 64%;
    }

    .ace-responsive-menu>li>a {
        font-size: 16px;
    }

    .main-menu .navigation>li {
        padding-right: 12px;
        margin-right: 12px;
    }

    body {
        padding-right: 0px !important;
        overflow-x: hidden !important;
    }
}

@media screen and (max-width:1024px) {
    .ace-responsive-menu>li>a {
        padding: 10px 23px;
    }

    .about-one__right {
        margin-left: 0px;
        margin-top: 16px;
    }

    .menu-toggle {
        padding: 10px 40px;
    }

    #header-main {
        padding: 0px 0;
    }

    .how-it-work__single {
        margin-bottom: 30px;
    }

    .how-it-work__icon {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
    }

    .how-it-work__single-2 .how-it-work__icon {
        left: 0;
    }

    .how-it-work__single-2 {
        padding-left: 0;
    }

    .how-it-work__text br {
        display: none;
    }

    .menu-toggle {
        display: flex;
        justify-content: space-between;
    }

    .menu-toggle {
        background-color: transparent;
    }

    .mobile-logo {
        display: block !important;
    }

    .desktop-logo {
        display: none;
    }


    .demo {
        width: 96%;
        padding: 2%;
    }

    ul[data-menu-style="vertical"],
    ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
        width: 100% !important;
    }

    .ace-responsive-menu {
        float: left;
        width: 100%;
        text-align: left;
    }

    .ace-responsive-menu>li {
        border-bottom: 1px solid #242424;
        float: none;
        display: block;
    }

    .ace-responsive-menu li a:hover {
        background: #70090c !important;
        color: #fff;
    }

    .ace-responsive-menu>li:first-child {
        border-top: 2px solid #abc68b;
    }

    .ace-responsive-menu>li>a i {
        padding-right: 10px;
        color: #FF5737;
    }

    .ace-responsive-menu>li>a>.arrow:before {
        float: right;
        content: "\f105";
        font-size: 16px;
        font-family: FontAwesome;
        text-shadow: none;
        width: 10px;
        display: inline-block;
    }

    li.menu-active>a>.arrow:before {
        content: "\f107" !important;
    }

    .ace-responsive-menu li ul.sub-menu>li {
        width: 100%;
    }

    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 30px;
    }

    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 50px;
    }

    .ace-responsive-menu>li>ul.sub-menu {
        position: static;
    }

    .ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
        position: static;
    }

    .ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
        position: static;
    }

    .ace-responsive-menu li ul.sub-menu li.menu-active>a>.arrow:before {
        content: "\f107" !important;
    }

    .ace-responsive-menu>li>a:after {
        left: 4.8%;
    }
}

@media screen and (max-width:1154px) {
    .inner-apges-image {
        width: 100%;
        float: right;
        margin-left: 0;
        /* padding: 40px; */
        overflow: hidden;
        box-shadow: rgb(0 0 0 / 20%) 0px 25px 50px -12px;
        margin-bottom: 30px;
    }

    .contactt_address ul li {
        display: inline-block;
        vertical-align: top;
        width: 100% !important;
        min-height: auto;
    }

    .contactt_address ul {
        padding-left: 0px !important;
    }

    .inner-banner {
        height: 300px;
    }

    .inner-banner img {
        height: 300px;
    }

    .inner-banner h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

    .mb-row .col-lg-4 {
        margin-bottom: 20px !important;
    }

    .ace-responsive-menu>li>a {
        padding: 7px 23px;
    }

    .what-make-diffrent .container .row .col-md-12 .row .col-md-3 {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width:1058px) {
    .ace-responsive-menu>li>a {
        padding: 7px 23px;
    }
}

/*----- Header Top -----*/

.header-top {
    position: relative;
    overflow: hidden;
    padding: 5px 0px;
    background: #0762b5;
    z-index: 100;
}

.header-top:before {
    content: "";
    background: #01519a;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    height: 100%;
    width: 79px;
    left: 37%;
    top: 0;
    position: absolute;
}

.header-top:after {
    background: #01519a;
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 100%;
    content: '';
    z-index: -1;
}

.header-top .top-left h6 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-top: 5px;
    z-index: 99;
}

.header-top .top-right {
    float: right;
}

.header-top .top-right .top-info li {
    position: relative;
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid #c6ccda;
}

.header-top .top-right .top-info li:last-child {
    border-right: none;
}

.header-top .top-right .top-info li:first-child a {
    color: #fff;
    font-size: 14px;
}

.header-top .top-right .top-info li:nth-child(2) a {
    color: #fff;
    font-size: 14px;
}

.header-top .top-right .top-info li:nth-child(3) a {
    color: #fff;
    font-size: 14px;
}

.header-top .top-right .top-info li a i {
    margin-right: 5px;
}

.carousel-indicators .active {
    background-color: #021544;
    width: 30px;
    height: 3px
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #01519a;
    border-radius: 50%;
    font-size: 20px
}

.text-primary span {
    color: #fe7902;
}

.btn-primary {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    background-color: rgb(7 98 181) !important;
    color: #ffffff !important;
    border: 0px;
    padding: 14px 38px;
    border-radius: 9px !important;
}

.btn-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2a5b9c !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #2a5b9c;
    color: #fff !important
}

.btn-primary:active:before,
.btn-primary:focus:before,
.btn-primary:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.welcome-heading {
    font-weight: 700;
    font-size: 34px;
    line-height: 37px;
    color: #3151a1;
}

.welcome-heading span {
    color: #fc7701;
}

.bg-pic img {
    width: 97%;
}

.robot {
    position: absolute;
    right: -18%;
    top: 123px;
    max-width: 870px;
    width: 100%;
    -webkit-animation: 3s infinite alternate mover;
    animation: 3s infinite alternate mover;
    z-index: 100;
}

.bg-intro {
    position: relative;
    overflow: hidden;
    padding: 60px 0px;
    background-image: url(../image/main-testimonial-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

@keyframes mover {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

/* ......--------our------clients.......... */

.hlf-panel-lft .bg-left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: var(--bs-secondary-rgb);
    border: 5px solid #0762b5;
    border-width: 5px 0 0 0;
    height: auto;
    border-radius: var(--bs-border-radius-lg);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 45%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

/*Heading*/
.heading {
    margin-bottom: 1rem;
    position: relative
}

.heading h1,
.heading h2 {
    font-size: 2.35rem;
    font-weight: 800;
    color: #0762b5;
}

.heading h2 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.heading h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--bs-dark-rgb)
}

.heading h2 span,
.heading h3 span,
.heading h1 span {
    color: #fe7902;
}

.text-regular {
    text-transform: initial
}

@media (min-width: 1200px) {
    .heading h2 {
        font-size: 2.35rem;
        font-weight: 800;
        color: #0762b5;
    }

    .heading h3 {
        font-size: 1.5rem;
    }
}


/* ....our-product..... */

@media(max-width: 768px) {
    .catTab {
        padding-right: 0px !important;
    }

    .featured-pro-list a {
        border: #ddd 1px solid !important
    }

    .catTab ul li a {
        color: #000;
        display: inline-flex;
        font-size: 20px !important;
        line-height: 48px !important;
        transition: 0.5s;
        font-weight: 500;
    }

    .single-counter {
        margin-bottom: 20px !important;
    }

    .row-icon-ind img {
        width: 64px !important;
    }
}

@media(max-width: 400px) {
    .featured-pro-list a p {
        padding: 7px 5px !important
    }
}

.featured-pro-list>div {
    margin-bottom: 35px
}

.featured-pro-list a {
    overflow: hidden;
    text-align: center;
    color: #fff !important;
    box-shadow: #fff 0 0 0 0;
    background: rgba(255, 255, 255, 1);
    border: #eaeaea 1px solid;
    border-radius: 20px;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    transition: 0.3s;
    width: 100%;

}

.featured-pro-list a figure {
    margin-bottom: 0;
    display: block;
    background: #fff;
    font-weight: 500
}

.featured-pro-list a figure img {
    width: 100%;
    padding: 0px 20px;
}

.featured-pro-list a p,
.featured-pro-list a div {
    margin-bottom: 0;
    min-height: 60px;
    background: #0054ac;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    padding: 7px 15px;
}

.featured-pro-list a p {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.featured-pro-list a p {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.featured-pro-list a:hover p {
    background: #d1232a;
    color: #fff;
    transition: 0.3s;
}

.featured-pro-list a:hover {
    border-color: #d1232a !important;
    background: #fff;
    opacity: 1 !important;
    box-shadow: #ffe2e4 0 5px 0 0
}

.featured-pro-list a figure {
    display: block;
    background: #fff;
    overflow: hidden
}

.featured-pro-list a:hover {
    border: #eee 1px solid
}

.featured-pro-list a:hover {
    transform: scale(1.04)
}

.featured-pro-list a:hover figure img {
    transform: scale(1.1)
}

.featured-pro-list a:hover p,
.featured-pro-list a:hover div {
    background: #fe7902;
    color: #fff !important
}

.featured-pro-list a div {
    padding: 10px 15px !important
}

.featured-pro-list a div span {
    display: block;
    font-weight: 500;
    font-size: 90%
}

figure img,
.featured-pro-list a div {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.description h4 {
    color: #c4000e;
    margin-bottom: 0
}

.description table td {
    border-bottom-width: 0
}

.description img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important
}

.products {
    z-index: 10
}

.products .slick-list {
    border: 1px solid #ccc;
    border-radius: 25px;
    background: #fff
}

.products .slides {
    vertical-align: middle;
    text-align: center;
    position: relative
}

.products .slides .float-zoom {
    position: absolute;
    transform: scale(1);
    display: none;
    background: rgba(255, 255, 255, 1);
    padding: 5px 10px;
    color: #c4000e;
    z-index: 2;
    font-size: 24px;
    font-weight: normal;
    bottom: 0;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.products .slides:hover .gallery {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.products .slides img {
    margin: auto
}

.products-panel {
    position: relative
}

.products-panel:after {
    content: "";
    position: absolute;
    right: 0;
    width: 58.3%;
    top: 0;
    bottom: 0;
    background: #eee
}

.product-desc {
    position: relative;
    z-index: 8;
    padding-left: 20px !important
}

.product-desc img {
    max-width: 100%;
    border: #ddd 1px solid
}

.product-desc h5 {
    color: #333;
    font-size: 110% !important;
    padding-top: 10px
}

.product-desc strong,
.product-table table strong {
    font-weight: 600;
    color: #333
}

.pro-head {
    background: #ddd
}

.product-desc h1 {
    font-size: 30px
}

.products .slick-dots {
    position: relative;
    display: table;
    margin: 16px auto 0;
    padding: 3px 5px 0;
    border-radius: 50px
}

.products .slick-dots>li {
    cursor: pointer;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.products .slick-dots>li:hover {
    background: rgba(255, 255, 255, .8)
}

.products .slick-dots>li.slick-active {
    background: #fff
}

.product {
    padding: 50px 0px;
    background-image: url(../image/bg3.webp);
}


/* ...counter.... */

/* counter..... */



.py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.intro-panle2 {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background: #f0f0f085;
}

.counter-list-hm {
    width: 100% !important;
    list-style: none;
}

.counter-list-hm li {
    padding: 0px 20px;
    position: relative;
    width: 100%;
}

.counter-list-hm li:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    right: 0px;
    background: #ccc;
    width: 1px;
}

.counter-list-hm li:last-child:before {
    display: none
}

.counter-list-hm .count {
    font-size: 3.9rem;
    font-weight: bold;
    color: #0060b7;
    line-height: 1;
}

.counter-list-hm h4 {
    font-size: 20px;
    font-weight: normal !important;
    color: #202020;
}

.counter-list-hm .loading-img-sm {
    display: table;
    margin: 0 auto;
}

@media (max-width:767px) {
    .ft-contact-cta-items .ft-contact-cta-icon {
        margin-bottom: 10px !important;
    }

    .ft-contact-cta-items {
        flex-direction: column !important;
    }

    .ft-contact-cta-items .ft-contact-cta-icon {
        width: 70px !important;
        height: 70px;
        margin-right: 0px !important;
        border-radius: 8px;
        background-color: #033f7d;
    }

    .bg-intro {
        padding-bottom: 0px !important;
    }

    .cs_page_heading h1 {
        margin-bottom: 15px;
        color: #fff;
        font-size: 35px !important;
    }

    .eachBod {
        margin-bottom: 0px !important;
    }

    .eachBod .bodItem .bodImg {
        width: 100% !important;
        height: auto;
    }

    .eachBod .bodTxtHolder {
        padding: 10px !important;
        width: 100% !important;
    }

    .history-float-img.lt-img {
        float: inherit;
        width: 95%;
        margin: 0 auto;
        float: none !important;
    }

    .bodItem {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img-box {
        margin-bottom: 20px !important;
    }

    .history-float-img {
        float: inherit;
        width: 95% !important;
        margin: 0 auto;
        float: none !important;
    }

    .history-content {
        margin: 0px !important;
    }

    .history ul.history-ul li::before {
        display: none !important;
    }

    .counter-list-hm li {
        display: inline-block;
        text-align: center;
        width: 100%;
        vertical-align: top;
        border: 0;
    }

    .counter-list-hm li:before {
        display: none;
    }

    .counter-list-hm .count {
        font-size: 2rem;
    }
}

.showmore,
.showless {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 159px;
    height: 60px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        background-position: center top;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto
    }

    10%,
    90% {
        opacity: 0
    }

    50% {
        opacity: 1;
        -moz-background-size: 30% auto;
        -o-background-size: 30% auto;
        -webkit-background-size: 30% auto;
        background-size: 30% auto
    }

    100% {
        opacity: 0;
        background-position: center bottom;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 0;
        background-position: center top;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto
    }

    10%,
    90% {
        opacity: 0
    }

    50% {
        opacity: 1;
        -moz-background-size: 30% auto;
        -o-background-size: 30% auto;
        -webkit-background-size: 30% auto;
        background-size: 30% auto
    }

    100% {
        opacity: 0;
        background-position: center bottom;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto
    }
}

@-ms-keyframes pulse {

    0%,
    10%,
    100%,
    90% {
        opacity: 0
    }

    0% {
        background-position: center top;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto
    }

    50% {
        opacity: 1;
        -moz-background-size: 30% auto;
        -o-background-size: 30% auto;
        -webkit-background-size: 30% auto;
        background-size: 30% auto
    }

    100% {
        background-position: center bottom;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        background-position: center top;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto
    }

    10%,
    90% {
        opacity: 0
    }

    50% {
        opacity: 1;
        -moz-background-size: 30% auto;
        -o-background-size: 30% auto;
        -webkit-background-size: 30% auto;
        background-size: 30% auto
    }

    100% {
        opacity: 0;
        background-position: center bottom;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto
    }
}

.showmore:before,
.showmore:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="20px" viewBox="0 0 30 20" enable-background="new 0 0 30 20" xml:space="preserve"><g><path fill="%23ffffff" d="M21.85,7.16c0,0.309-0.118,0.617-0.353,0.853l-5.681,5.68c-0.471,0.471-1.233,0.471-1.704,0l-5.681-5.68c-0.47-0.471-0.47-1.233,0-1.704c0.471-0.47,1.234-0.47,1.704,0l4.828,4.828l4.828-4.828c0.472-0.47,1.234-0.47,1.704,0C21.731,6.543,21.85,6.852,21.85,7.16z"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.showmore:before {
    -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
    -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
    -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
    animation: pulse 1.5s 0.25s infinite normal ease forwards;
}

.showmore:after {
    -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
    -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
    -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
    animation: pulse 1.5s 0.5s infinite normal ease forwards;
}

.showless:before,
.showless:after {
    content: " ";
    transform: rotate(180deg);
    position: absolute;
    bottom: -25px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="20px" viewBox="0 0 30 20" enable-background="new 0 0 30 20" xml:space="preserve"><g><path fill="%23ffffff" d="M21.85,7.16c0,0.309-0.118,0.617-0.353,0.853l-5.681,5.68c-0.471,0.471-1.233,0.471-1.704,0l-5.681-5.68c-0.47-0.471-0.47-1.233,0-1.704c0.471-0.47,1.234-0.47,1.704,0l4.828,4.828l4.828-4.828c0.472-0.47,1.234-0.47,1.704,0C21.731,6.543,21.85,6.852,21.85,7.16z"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;

    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.showless:before {
    -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
    -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
    -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
    animation: pulse 1.5s 0.25s infinite normal ease forwards;
}

.showless:after {
    -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
    -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
    -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
    animation: pulse 1.5s 0.5s infinite normal ease forwards;
}

.row-icon-ind a {
    display: inline-block
}

.row-icon-ind img {
    display: inline-block;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    pointer-events: none;
    filter: brightness(0) invert(1);
}

.row-icon-ind a:hover img {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.row-blog .card {
    border-top: 10px solid var(--bs-primary);
    border-color: var(--bs-primary);
    height: 100%
}

.row-blog .card-footer {
    background: #fff;
    border: 0px;
    padding-top: 0;
    padding-bottom: calc(var(--bs-card-cap-padding-y)*2)
}

.row-blog .card h4 {
    color: var(--bs-primary);
    margin-bottom: 1.3rem;
    font-size: 1rem;
    font-weight: 500;
}

.moretext {
    display: none;
}

.row-icon-ind .h5 {
    color: #fff;
}

.bg-solutiuons {
    background-size: cover !important;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    background-attachment: fixed
}

.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.jarallax a {
    color: inherit;
    transition: all ease-in-out .3s;
    display: block
}

.row-icon-ind :hover .h5 {
    color: #f54242
}

.jarallax a svg {
    transform: rotateY(0deg);
    transition: all ease-in-out .5s
}

.jarallax a:hover svg {
    transform: rotateY(180deg);
    color: #f54242;
}

.jarallax a img {
    transform: rotateY(0deg);
    transition: all ease-in-out .5s
}

.jarallax a:hover img {
    transform: rotateY(180deg);
    filter: invert(53%) sepia(100%) saturate(4228%) hue-rotate(335deg) brightness(97%) contrast(98%);
}


.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgb(180 0 0) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgb(255 255 255) !important;
}

footer a {
    color: inherit;
    text-decoration: underline;
}

.py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 10px !important;
}

.ftrlist a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.ftrlist {
    padding: 0px;
    margin: 0px;
    display: block;
}

.ftrlist li {
    display: inline-block;
    padding: 0px;
    margin: 0px 20px;
    font-weight: 500;
    font-size: 18px;
}

.social-media .sm-icon {
    width: 45px;
    height: 45px;
    background: #b40000;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s
}

.social-media .sm-icon:hover {
    background: #fff;
    color: #b40000;
}


.wpo-site-footer {
    background-image: url(../image/footer-bg-new.png);
    position: relative;
    font-size: 15px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wpo-site-footer .wpo-upper-footer {
    padding: 40px 0 20px 0
}

.wpo-site-footer .widget-title {
    margin-bottom: 10px
}

.wpo-site-footer .widget-title h3 {
    font-size: 18px;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
    position: relative
}

.wpo-site-footer .about-widget p {
    margin-bottom: .8em;
    line-height: 29px;
    color: #fff;
    font-size: 16px
}

.wpo-site-footer .about-widget ul {
    overflow: hidden;
    padding-top: 10px
}

.wpo-site-footer .about-widget ul li {
    font-size: 22px;
    float: left;
    list-style: none
}

.wpo-site-footer .about-widget ul li a {
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 40px;
    background: rgba(255, 255, 255, .1);
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 18px
}

.wpo-site-footer .about-widget ul li a:hover {
    color: #253041;
    background: #fff
}

.wpo-site-footer .about-widget ul li+li {
    margin-left: 25px
}

.wpo-site-footer .wpo-service-link-widget {
    padding-left: 50px
}

.wpo-site-footer .link-widget {
    overflow: hidden
}

.wpo-site-footer .link-widget ul {
    padding: 0;
    margin: 0
}

.wpo-site-footer .link-widget ul li {
    position: relative;
    list-style: none;
    background-image: url(../image/arrow-footer.webp);
    background-repeat: no-repeat;
    background-position: 0 10px;
    padding: 4px 0 4px 20px
}

.wpo-site-footer .link-widget ul li a {
    color: #fff;
    font-size: 17px
}

.wpo-site-footer .link-widget ul li a:hover {
    text-decoration: underline
}

.wpo-site-footer .contact-ft {
    margin-top: 20px
}

.wpo-site-footer .contact-ft ul {
    padding: 0;
    margin: 0
}

.wpo-site-footer .contact-ft ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 40px;
    color: #e5e3e3;
    font-size: 17px;
    list-style: none
}

.wpo-site-footer .contact-ft ul li a {
    color: #e5e3e3
}

.wpo-site-footer .contact-ft ul li a:hover {
    color: #e5e3e3;
    font-weight: 700
}

.wpo-site-footer .contact-ft ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px
}

.wpo-site-footer .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-right: 15px
}

.wpo-site-footer .wpo-lower-footer {
    text-align: left;
    position: relative;
    color: #fff;
    background: #212c3c
}

.wpo-site-footer .wpo-lower-footer a {
    color: #fff
}

.wpo-site-footer .wpo-lower-footer .row {
    padding: 20px 0;
    position: relative
}

.wpo-site-footer .wpo-lower-footer .copyright {
    display: inline-block;
    font-size: 15px;
    font-size: .9375rem;
    margin: 0;
    color: #fff
}

.wpo-site-footer .wpo-lower-footer .copyright a {
    color: #fff;
    text-decoration: none
}

.wpo-site-footer .instagram ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px
}

.wpo-site-footer .instagram ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    display: block;
    padding: 0 3px
}

.wpo-site-footer .instagram ul li img {
    width: 100%
}

.productsbox li {
    float: left;
    width: 50%
}

.brochureimg {
    text-align: center
}

.brochureimg img {
    width: 100%;
    height: auto
}

.power-by {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    background-color: #03285c36;
    padding: 20px 0
}

.power-by a {
    color: #fff !important;
    font-weight: 400
}

.power-by a:hover {
    font-size: 17px;
    font-weight: 400
}

.power {
    text-align: center
}


.servece-get {
    line-height: 25px;
    color: #fff;
    font-size: 16px;
    background-color: #00458da1;
    padding: 20px;
    border-radius: 20px;
}

.servece-get ul {
    padding: 0;
    margin: 0;
    padding-top: 10px
}

.servece-get ul li {
    list-style: none;
    padding-top: 6px;
    font-size: 16px;
    padding-bottom: 6px;
    font-weight: 300;
    line-height: 30px
}

.servece-get ul li a {
    text-decoration: none;
    color: #fff
}

.servece-get a:hover {
    color: #dbffff
}

.servece-get ul li i {
    padding-right: 8px
}

.servece-get h4 {
    font-size: 20px;
    color: #aef7ff;
    font-weight: 600;
    margin-bottom: 0
}

.servece-get p {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    padding-top: 5px;
    margin-top: 10px;
    border-top: 1px dashed #1790cf
}

.social-media ul {
    overflow: auto;
    padding: 0;
    margin: 0;
    color: #282828;
    padding-top: 10px
}

.social-media ul li {
    list-style-type: none;
    float: left;
    padding: 0 5px 0 5px;
    padding-top: 7px
}

.social-media ul li a {
    color: #094180;
    font-size: 16px
}

.social-media ul li a:hover {
    color: #c2d4e8
}

.social-media ul li a i {
    background: #0054ac;
    color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    padding-right: 0;
}

.social-media ul li a i:hover {
    background-color: #fe7801;
    color: #fff
}


/* stick css */

.sticklist {
    position: fixed;
    z-index: 99999;
    top: 60%;
    display: flex;
    align-items: baseline;
    transition: all 1s ease 0s;
    /*max-width: 170px;
        min-width: 170px;*/
    flex-direction: column;
    margin-top: -101px;
}

.sticklist ul {
    padding: 0px;
}

.open-close-arrow {
    border-radius: 0px;
    padding: 10px;
    text-align: center;
    line-height: 32px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background: #ff0000;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s ease 0s;
    display: inline-block;
    vertical-align: bottom;
    border: 0px;
    width: auto;
    min-width: 50px;
    border-radius: 0px 10px 10px 0px;
}



li.whataspp-icon,
.inquiery-icon {
    overflow: hidden;
}

li.whataspp-icon.none-li.open {
    position: relative;
    width: 100%;
    left: 0;
}

.sticklist ul.open {
    width: 100%;
    left: 0;
}

li.whataspp-icon {
    background: #2db640;
    border: 0px solid #2db640;
    color: #fff;
}

.none-li a i {
    font-size: 26px;
    padding: 0px;
    color: #fff;
}

.sticklist ul.open li {
    max-width: 170px;
    width: 100%;
    font-size: 16px;
    pointer-events: unset;
}

li.none-li a i {
    padding-right: 0px;
}

button.open-close-arrow.open span.open-arrow {
    display: none;
}

button.open-close-arrow span.open-arrow {
    display: block;
}

.open-close-arrow span.close-arrow {
    display: none;
    transition: 0.2s all;
}

.open-close-arrow.open span.close-arrow {
    display: block !important;
}

button.open-close-arrow.open span.open-arrow {
    display: none;
}

button.open-close-arrow span.open-arrow {
    display: block;
}

.open-close-arrow span.close-arrow {
    display: none;
    transition: 0.2s all;
}

.open-close-arrow.open span.close-arrow {
    display: block !important;
}

.btn-text {
    opacity: 0;
    white-space: nowrap;
    display: none;
}

.none-li .icon {
    transition: 0.8s all;
}

.inquiery-icon {
    background: #01519a !important;
    color: #fff !important;
}

.sticklist ul.open li.whataspp-icon.none-li span.btn-text,
.sticklist ul.open li.inquiery-icon.none-li span.btn-text {
    opacity: 1;
    display: block;
}

.sticklist ul.open li {
    background: #fff;
}

.sticklist ul.open li.whataspp-icon {
    color: #fff;
    background: #2db640;
    border-color: #2db640;
}



.sticklist .whataspp-icon:hover {
    max-width: 170px;
    width: 100%;
    font-size: 16px;
    pointer-events: unset;
}

.sticklist .whataspp-icon:hover .btn-text {
    opacity: 1;
    color: #fff !important;
    display: block;
}


.sticklist .inquiery-icon:hover {
    max-width: 170px;
    width: 100%;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
}

.sticklist .inquiery-icon:hover .btn-text {
    opacity: 1;
    color: #fff;
    display: block;
}


.sticklist ul.open li.whataspp-icon span.btn-text {
    color: #fff;
}

.sticklist ul.open li.inquiery-icon span.btn-text {
    color: #fff;
}

.download-pdf {
    background: #ff0000 !important;
    color: #fff !important;
    border: 0px solid transparent !important;
}



span.btn-text {
    transition: 0.8s all;
}



li.download-pdf.none-li.inquiery-icon.click1.imgnone:hover span.icon,
.sticklist ul.open li.download-pdf.none-li.inquiery-icon.click1.imgnone span.icon {
    transform: translateX(-17px);
}

.imgnone a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: unset !important;
}

.imgnone .btn-text {
    padding-right: 20px;

}

.imgnone {
    display: flex;
    align-items: center;
    transition: 0.6s all !important;
    width: 50px;
    margin: 5px 0px;
    border-radius: 0px 10px 10px 0px;
}


ul#sideService.open li h6 {
    display: block;
}

ul#sideService.open li {
    background: #00457e;
}



.sticklist span.icon,
.sticklist span.icon1 {
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vibrate-3 {
    -webkit-animation: vibrate-3 1s linear infinite both;
    animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(45px);
    transition: all 300ms linear;
}

.scroll-top:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #0762b5;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid #0762b5;
    box-shadow: none;
    border-radius: 50%;
    transform: rotate(270deg);
}

.scroll-top svg {
    color: #0762b5;
    border-radius: 50%;
    background: var(--white-color);
}

.scroll-top svg path {
    fill: none;
}

.scroll-top .progress-circle path {
    stroke: #0762b5;
    stroke-width: 20px;
    box-sizing: border-box;
    transition: all 400ms linear;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* .........model-css........ */
.form-group input {
    border-left: 5px solid #0762b5;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.modal-header {
    padding: 10px 15px 0 15px !important;
    background-color: #0762b5;
}

.modal-title {
    font-size: 23px;
    color: #fff;
    text-align: left;
    padding-bottom: 9px;
    font-weight: 400;
}



.close {
    position: absolute;
    right: 16px;
    top: 15px;
    font-size: 28px;
    color: #fff !important;
}

.form-group {
    margin: 15px 0 !important;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-group input {
    border-left: 5px solid #0762b5;
}

.Submit-box:hover {
    background-color: #22b354;
    border: 1px solid #2cacef;
}

.Submit-box {
    padding: 10px 30px;
    background: #0762b5;
    color: #fff;
    border: none !important;
    border-radius: 5px;
}

.pop-img {
    margin-top: 10%;
    margin-bottom: 20px;
    width: 300px;
    height: auto;
}

@media (max-width:767px) {
    .pop-img {
        margin-top: 2%;
        margin-bottom: 13px;
        width: 200px;
        height: auto;
    }

    .pop-img {
        margin-top: 2%;
        margin-bottom: 13px;
        width: 191px;
        height: auto;
        display: none !important;
    }

    .modal-title {
        font-size: 18px;
        color: #fff;
        text-align: left;
        padding-bottom: 10px;
        font-weight: 400;
    }

    .close {
        position: absolute;
        right: 16px;
        top: 19px;
        font-size: 21px;
        color: #fff !important;
    }
}

.form-group #email {
    border-left: 5px solid #2cacef !important;
}

.form-group #email {
    border-left: 5px solid #2cacef !important;
}

.cs_gap_y_13 {
    gap: 13px 0;
}

.last-margine-none {
    margin: 0px !important;
}

button.close {
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    background-color: #ffffff !important;
    padding: 6px 15px;
    /* margin-top: -14px !important; */
    position: absolute;
    opacity: 1;
    font-size: 25px;
    color: #000000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inq-btn-home {
    position: fixed;
    top: 45%;
    right: 0;
    width: 45px;
    height: 50px;
    z-index: 999999;
    transform: translateY(-50%);
}

.inq-btn-home {
    cursor: pointer;
}

.modal-body .email {
    background: url(../image/email-c.png) no-repeat top left;
}

.contact {
    background: url(../image/call.png) no-repeat top left;
}

.cbox h3 {
    float: left;
    text-align: left;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    padding: 0px 0 4px 0;
    margin: 0;
    width: 100%;
}

.cbox p {
    line-height: 1.4;
    font-size: 17px;
}

.cbox a {
    color: #092139;
    overflow-wrap: break-word;
}

.cbox {
    float: left;
    width: 100%;
    padding: 0px 0 0 55px;
    text-align: left;
    margin: 15px 0 0 0px;
}

.modal-lg,
.modal-xl {
    max-width: 909px !important;
}

.form-control {
    border-left: 5px solid #0762b5 !important;
}

.modal-body input:focus-visible {
    border-left: 5px solid #0762b5 !important;
}

.modal-body textarea:focus-visible {
    border-left: 5px solid #0762b5 !important;
}

@media all and (max-width: 1199px) {
    .hero-single .hero-content .hero-title {
        font-size: 37px;
    }
}

@media all and (max-width: 991px) {
    .hero-single .hero-content .hero-title {
        font-size: 30px;
    }
}

@media all and (max-width: 767px) {
    .hero-single .hero-content .hero-sub-title {
        font-size: 18px;
    }

    .hero-single .hero-content .hero-btn {
        gap: 1rem;
    }

    .header-top {
        display: none;
    }

    .robot {
        display: none;
    }

    .power-by {
        text-align: center;
    }

    .power {
        text-align: center;
    }
}

.card h5 {
    color: #013f7f;
}

.cs_page_heading {
    height: 380px;
}

.cs_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cs_page_heading h1 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 64px;
    line-height: 1.156em;
    font-weight: 700;
    text-transform: uppercase;
}

.cs_page_heading .breadcrumb {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.cs_page_heading .breadcrumb-item+.breadcrumb-item::before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #fff;
}

.breadcrumb-item.active,
.breadcrumb-item a:hover {
    color: #fd7501;
}

.about p {
    color: #1f1f1f;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 13px
}

.about .btn-blue:hover,
.board-detail table tr:first-child,
.btn-blue:hover,
.common-btn-link:hover,
.contact-form .common-btn:hover {
    background-color: #007bc2;
    color: #fff
}

.about img {
    float: right
}

.about .img-box {
    width: 90%;
    float: right;
    /* overflow: hidden; */
    position: relative;

}

.about img {
    border-radius: 15px;
}

.about .text-box p {
    text-align: justify;

}

.about .row {
    align-items: flex-start;
    justify-content: center;
}

.inner-pages-padding {
    padding: 50px 0px;
}


.common-image-mask .portfolio-img {
    position: relative;
    z-index: 1
}


.history {
    padding: 50px 0 0
}

section.history-header {
    padding-top: 60px;
    background-image: url(../image/history-bg.jpg);
}

.history-header .heading {
    width: fit-content;
    margin: 0 auto 0px;
    font-size: 38px;
    font-weight: 600;
    color: #014c99;
}

.history-header p {
    text-align: left;
    margin-bottom: 0
}

.history ul.history-ul {
    position: relative
}

.history .default-line {
    content: "";
    position: absolute;
    left: 50%;
    border-left: 3px solid #1c76ba;
    height: 97%
}

.history .draw-line {
    width: 4px;
    height: 0;
    position: absolute;
    left: 50%;
    background: no-repeat #f16724;
    margin-left: -1px
}

.history ul.history-ul li {
    list-style-type: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: 0 0;
    padding-bottom: 30px
}

.history ul.history-ul li.in-view::before {
    position: absolute;
    top: 25px;
    transform: translateX(0);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-position: center;
    margin-left: 4px;
    background-color: #ebc533;
    outline-color: #ebc533
}

.history ul.history-ul li::after,
.last-spot::before {
    background-position: center
}

.history ul.history-ul li.in-view::after {
    border: 1px solid #f4633a
}

.history ul.history-ul li::after {
    position: absolute;
    top: 20px;
    transform: translateX(0);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #707070;
    transition: 125ms ease-in-out, background-color .2s ease-out, color .1s ease-out, border .1s ease-out;
    margin-left: -1px
}

.circle-dot::before,
.first-spot::before,
.history ul.history-ul li::before,
.last-spot::after,
.last-spot::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    content: ""
}

.history ul.history-ul li::before,
.last-spot::before {
    z-index: 1
}

.history ul.history-ul li::before {
    position: absolute;
    left: 48.8%;
    top: 25px;
    margin-left: 4px;
    transform: translateX(0);
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #d5d5d5;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border: 5px solid #fff;
    outline: #878282 solid 1px
}

.history ul.history-ul li h3 {
    font-size: 44px;
    line-height: 44px;
    color: #707070
}

.history ul.history-ul li p {
    font-size: 17px;
    line-height: 23px;
    color: #2b2b2b;
    font-weight: 400;
    text-align: justify;
}

.history-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin: 0 74px
}

.history .history-year .history-box,
.last-spot::before {
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.history-float-img::before,
.history-float-text-right.only-text::before {
    background-color: #fff;
    height: 20px;
    width: 20px;
    left: -10px;
    position: absolute;
    transform: rotate(45deg);
    content: ""
}

.history-float-text {
    color: #435570;
    font-size: 15px;
    line-height: 21px;
    padding: 14px 0 0;
    display: block;
    align-items: center
}

.history-float-img {
    width: 87%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
    position: relative
}

.history-float-img::before {
    top: 57px
}

.history-float-text.only-text {
    padding: 18px;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
    background-color: #fff;
    width: 80%;
    float: right;
    border-radius: 14px;
    position: absolute;
    left: 24%
}

.history-float-text.only-text::before {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    right: -10px;
    top: 25px
}

.history-float-text-right.only-text {
    float: left;
    position: absolute;
    left: 0
}

.history-float-text-right.only-text::before {
    right: unset;
    top: 22px
}

.history-float-img .img-box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 14px;
    position: relative
}

.history-float-img .img-box .small-logo {
    position: absolute;
    right: 14px;
    bottom: 14px;
    border-radius: 16px
}

.history-float-img.lt-img,
.history-float-img.rt-img {
    padding: 17px !important
}

.history-float-img.lt-img {
    float: right
}

.history-float-text .img-box img,
.sales-slider .item img {
    transition: .4s
}

.history-float-text .img-box:hover img {
    transform: scale(1.1)
}

.history .history-year {
    height: 60px;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 2rem
}

.history .history-box p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    top: 40px;
    left: 32px;
    margin-bottom: 0
}

.history .history-year .history-box {
    background-color: #1c76ba;
    height: 65px;
    width: 135px;
    top: -16px;
    margin-left: -65px;
    text-align: center;
    position: absolute;
    z-index: 6;
    border-radius: 11px;
    border: 3px solid #f1682415;
    display: flex;
    justify-content: center;
    align-items: center
}

.history-float-img.lt-img,
.lt-img .img-history {
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    left: 1%
}

.history-float-img.rt-img,
.rt-img .img-history {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0
}

.img-history {
    min-height: 175px
}

.history-float-img .img-history {
    object-fit: cover;
    position: relative;
    overflow: hidden
}

.history-content .history-float-img img {
    backface-visibility: hidden;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out
}

.history-float-img.lt-img::before {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    left: unset;
    right: -10px;
    top: 34px
}

.history-content:hover .history-float-img img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.last-spot::before {
    position: absolute;
    bottom: 5px;
    transform: translateX(0);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: 125ms ease-in-out, background-color .2s ease-out, color .1s ease-out, border .1s ease-out;
    margin-left: -6px
}

.circle-dot::before,
.first-spot::before,
.last-spot::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 50%;
    background-position: center;
    transform: translateX(0);
    transition: 125ms ease-in-out, background-color .2s ease-out, color .1s ease-out, border .1s ease-out;
    position: absolute
}

.last-spot::after {
    bottom: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px dashed #5b6770;
    margin-left: -11px
}

.last-spot {
    position: relative;
    bottom: 65px
}

.circle-dot::before,
.first-spot::before {
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ebc533;
    margin-left: -5px;
    z-index: 1
}

.circle-dot::after,
.first-spot::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px dashed #5b6770;
    background-position: center;
    -webkit-transition: 125ms ease-in-out, background-color .2s ease-out, color .1s ease-out, border .1s ease-out;
    -moz-transition: 125ms ease-in-out, background-color .2s ease-out, color .1s ease-out, border .1s ease-out;
    -o-transition: 125ms ease-in-out, background-color .2s ease-out, color .1s ease-out, border .1s ease-out;
    -ms-transition: 125ms ease-in-out, background-color .2s ease-out, color .1s ease-out, border .1s ease-out;
    transition: 125ms ease-in-out, background-color .2s ease-out, color .1s ease-out, border .1s ease-out;
    margin-left: -10px
}


.eachBod {
    box-shadow: 0px 1px 10px -5px #01010124;
    background-color: #fe9f4a26;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow-y: hidden;
}

.bodItem {
    display: flex;
    align-items: center;
}

.bodItem {
    width: 100%;
}

.eachBod .bodItem .bodImg {
    width: 25%;
    height: auto;
}

.bodItem .bodImg {
    box-shadow: 0px 1px 10px -5px #01010166;
    background-color: #fff;
    border: none;
    border-radius: 15px 0 0 15px;
}

.bodItem .bodImg img {
    width: 100%;
    transition: 0.6s all;
    object-position: center center;
}

.eachBod .bodTxtHolder {
    padding: 30px 50px;
    width: calc(100% - 35%);
}

.bodTxtHolder {
    padding-left: 30px;
    width: calc(100% - 250px);
}

.bodTxtWrap {
    margin-bottom: 30px;
}

.bodName a {
    font-size: 38px;
    font-weight: 700;
    color: #0060b7;
    /* margin-bottom: 15px; */
    display: inline-flex;
    line-height: normal;
}

.cs_list.cs_style_1 li::after {
    content: '\f058';
    font-family: 'FontAwesome';
    margin-right: 13px;
    font-size: 20px;
    width: 18px;
    height: 18px;
    margin-right: 13px;
    font-size: 16px;
    margin-top: -3px;
    position: absolute;
    top: 3px;
    left: 0;
    color: #0172be;
    background-position: center
}

.cs_list.cs_style_1 li {
    padding-left: 25px;
    position: relative;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
}























.products .slides .float-zoom {
    position: absolute;
    transform: scale(1);
    padding: 5px 10px;
    color: #c4000e;
    z-index: 11;
    font-size: 24px;
    font-weight: normal;
    bottom: 0;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.products {
    z-index: 10
}

.products .slick-list {
    border: 1px solid #ccc;
    background: #fff
}

.products .slides {
    vertical-align: middle;
    text-align: center;
    position: relative
}

.products .slides:hover .gallery {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.products .slides img {
    margin: auto
}

.products .slick-dots {
    position: relative;
    display: table;
    margin: 30px auto 0;
    padding: 0;
}

.products .slick-dots>li {
    cursor: pointer;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.products .slick-dots>li:hover {
    background: rgba(255, 255, 255, .8)
}

.products .slick-dots>li.slick-active {
    background: #fe7700
}


.btn-more {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    font-weight: 700;
    line-height: 2 !important;
    font-size: 11pt !important;
    display: inline-block !important;
    background: rgb(217, 33, 37);
    border-radius: 100px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    border-image: initial;
    padding: 6px 25px !important;
}

.btn-blue {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    font-weight: 700;
    line-height: 2 !important;
    font-size: 11pt !important;
    display: inline-block !important;
    background: rgb(46, 48, 146);
    border-radius: 100px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    border-image: initial;
    padding: 6px 25px !important;
}

.prouct-heading {
    color: #01519a;
    font-size: 35px;
    text-transform: uppercase;
}

.prouct-heading-h4 {
    font-size: 20px;
}

.faq-page.color-change {
    margin: 0;
    padding: 20px 0 0
}

.faq-page .card .card-header {
    background: #033f7d;
    border-radius: 0 !important;
    padding: 8px 0
}

.faq-page .card .card-header a.collapsed:before,
.faq-page .card .card-header a:before {
    float: right !important;
    font-family: FontAwesome;
    padding-right: 5px;
    background: 0 0;
    width: 41px;
    padding-left: 6px;
    padding-top: 7px;
    position: absolute;
    right: 0;
    border-radius: 0;
    text-align: center;
    color: #dcf0ff;
    font-size: 17px
}

.faq-page .card .card-header a.collapsed:before {
    content: "\f067" !important;
    height: 39px
}

.faq-page .card .card-header a:before {
    content: "\f068" !important;
    height: 40px
}

.faq-page .card .card-body {
    background: #f7f7f7;
    border: 1px solid rgba(204, 204, 204, .34901960784313724);
    color: #000
}

.faq-sec h3 {
    font-weight: 500;
    color: #033f7d;
    margin-bottom: 9px;
    font-size: 20px;
}

.faq-sec h3:before {
    position: absolute;
    bottom: -10px;
    content: '';
    left: 0;
    width: 72px;
    border-bottom: 4px;
    height: 6px;
    -webkit-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg)
}

.faq-sec h3>b {
    font-weight: 800;
    color: #0267b1
}

.bldFnt,
.cs_style_1 li strong {
    font-weight: 500
}

.faq-page .card .card-header a {
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: left
}

/* .faq-page,
.gallery {
    padding: 40px 0
} */
#accordion .card {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 10px;
    overflow: hidden
}

.ft-section-title-2 {
    margin: 0 auto;
    max-width: 580px
}

.ft-section-title-2 .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #033f7d
}

.ft-section-title-2 h2 {
    color: #003440;
    font-size: 36px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 25px
}

.ft-contact-cta-items {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
    transition: .3s
}

.ft-contact-cta-items .ft-contact-cta-icon {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    border-radius: 8px;
    background-color: #033f7d
}

.ft-contact-cta-items .ft-contact-cta-icon i {
    font-size: 45px;
    color: #fff
}

.ft-contact-cta-items .ft-contact-cta-text {
    max-width: 275px
}

.ft-contact-cta-items .ft-contact-cta-text h3 {
    color: #002a34;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 8px
}

.ft-contact-cta-items:hover {
    border-top: 1px solid #033f7d;
    transition: .3s
}

.ft-contact-page-form-wrapper {
    padding: 10px;
    background-color: #ededed
}

.ft-contact-page-form-wrapper h3 {
    color: #033f7d;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 30px
}

.ft-contact-page-form-wrapper input,
.ft-contact-page-form-wrapper textarea {
    width: 100%;
    height: 50px;
    border: none;
    padding-left: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px
}

.ft-contact-page-form-wrapper textarea {
    height: 100px;
    padding-top: 15px
}

.submit-btn input {
    color: #033f7d;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 6px;
    font-family: Poppins;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.submit-btn input:hover {
    background-color: #000
}

.ft-contact-cta-text p {
    margin-bottom: 3px
}


.about-content p strong {
    text-align: justify;
    font-weight: 600;
    color: #033f7d
}

.sp_img img {
    width: 100%;
    border-radius: 10px
}

.h2-head {
    background: #033f7d;
    color: #fff;
    float: left;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding: 31px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 30px 0px;
}

.page-part-img h3 {
    font-size: 22px;
    color: #033f7d;
    margin: 8px 0 15px 0;
    font-weight: 600;
    text-align: center
}

.page-part-img img {
    width: 100%;
    height: auto;
    background-color: #fff;
    transition: .5s;
    border: 2px solid #e0e0e0;
}

.page-part-img img:hover {
    border: 2px solid #033f7d;
    transform: scale(.9);
}

.page-listul ul {
    padding: 0;
    margin-bottom: 0
}

.page-part-text h2 {
    font-size: 27px;
    color: #033f7d;
    margin: 0;
    font-weight: 600;
    padding-bottom: 15px
}

.page-part-text h3 {
    font-size: 24px;
    color: #033f7d;
    margin: 18px 0 15px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.line:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 50px;
    background-color: #fe7801;
    top: -2px;
    border-radius: 30px;
    left: 50%;
    margin-left: -28px;
}

.line {
    background-color: #01008a;
    height: 1px;
    width: 28%;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: 3px auto 9px;
}

.line:before {
    left: 0;
    margin-left: 0;
}

.product-heading .line:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 50px;
    background-color: #fe7801;
    top: -2px;
    border-radius: 30px;
    left: 50%;
    margin-left: -28px;
}

/* ..............counter-section.......... */
.overlay {
    position: relative;
    z-index: 1
}

.overlay:before {
    background: rgb(4 66 123);
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.counter-section {
    padding: 50px 0;
    position: relative;
    width: 100%
}

.single-counter {
    background: rgba(255, 255, 255, .18);
    padding: 15px;
    position: relative;
    margin: 10px 0 0;
    -webkit-border-radius: 6px 12%;
    -moz-border-radius: 6px 12%;
    border-radius: 6px 12%
}

.single-counter:hover .single-counter-icon {
    color: #fff;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.single-counter-icon {
    position: absolute;
    left: 0;
    top: -26px;
    right: 0;
    height: 80px;
    width: 80px;
    line-height: 90px;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    background: rgba(0, 0, 0, .4);
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-counter-icon img {
    filter: brightness(0) invert(1);
}

.single-counter i {
    font-size: 30px;
    -webkit-transition: .3s;
    transition: .3s
}

.single-counter-info {
    margin-top: 52px
}

.single-counter h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px
}

.plusicon {
    color: #fff;
}

.section-back-image {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


/*--category sec start--*/
.commonSec {
    padding: 50px 0;
}

.secTitle {
    margin-bottom: 10px;
    font-size: 40px;
    color: #033f7d;
    font-weight: 700;
    line-height: 1;
}

.subTxt {
    max-width: 60%;
    margin: 0 auto;
}

.headingWrap {
    margin-bottom: 40px;
}

.catTab {
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.catTab ul li {
    width: 100%;
    margin: 15px 0;
    transition: 0.5s;
    border-radius: 6px;
    padding: 0 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(192, 192, 192, 0.4);
}

.catTab ul li a {
    color: #000;
    display: inline-flex;
    font-size: 24px;
    line-height: 80px;
    transition: 0.5s;
    font-weight: 500;
}

.catTab ul li.active a,
.catTab ul li:hover a {
    color: #fff;
}

.catTab ul li.active,
.catTab ul li:hover {
    background-color: #0762b5;
}

.categoryContentBox .categoryBoxImg .innerImg {
    overflow: hidden;
    position: relative;
}

.categoryContentBox .categoryBoxImg .innerImg {
    border-radius: 20px;
}

.categoryContentBox .categoryBoxImg .innerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 33%;
}

.categoryContent {
    border-radius: 30px;
    background-color: #fff;
    padding: 30px 28px;
    position: relative;
    box-shadow: 0px 0px 10px 0px #cecece;
    margin-top: -30px;
}

.categoryContent h4 {
    color: #0762b5;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}

.categoryContent p {
    color: #0e0e0e;
}

.mouseMove_btn_wrap {
    position: absolute;
    right: 60px;
    top: -50px;
}

.exp_btn {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background: url(../img/home/explore-btn.svg) no-repeat; */
    width: 100px;
    height: 100px;
    background-color: #2776bb;
    border-radius: 50%;
}

.exp_btn:hover {
    color: #fff;
}

.exp_btn img {
    width: 26px;
}

.exp_btn div {
    display: flex;
    flex-direction: column;
}




.blogSec {
    transition: 0.6s;
    background-color: #F7F7F7;
}

.categoryContentBox .categoryBoxImg .innerImg {
    overflow: hidden;
    position: relative;
}

.categoryContentBox .categoryBoxImg .innerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 33%;
}



.categoryContent h4 {
    color: var(--red);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}

.categoryContent p {
    color: #0e0e0e;
}

.blogSec .categoryContent {
    background-color: transparent;
    border-radius: 30px;
    padding: 59px 20px 20px;
    transition: 0.5s;
}

.blogSec .categoryContent h4 a {
    color: #033f7d;
    font-size: 20px;
}

.blogSec .categoryContent h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.blogContentTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.blogContentTop p {
    margin-bottom: 0px;
}

.blogSec .categoryContent p {
    color: #033f7d;
}

.blogContentTopRight ul {
    display: flex;
}

.blogContentTopRight ul li {
    margin-left: 10px;
}

.blogSec .categoryContent i {
    color: var(--red);
    margin-right: 10px;
}

.blogContentTopRight ul a {
    font-size: 16px;
}

.categoryContentBox .categoryBoxImg .innerImg {
    border-radius: 20px;
    height: 350px;
}

.readBtnWrap {
    margin-top: 10px;
}

.readBtnWrap .readBtn {
    font-size: 16px;
    position: relative;
    padding-right: 20px;
    font-weight: 600;
    color: #033f7d;
}

.readBtnWrap .readBtn::after {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 15px;
    transform: rotate(-45deg);
    color: var(--red);
}




.blogSec .categoryContentBox .categoryBoxImg .innerImg {
    height: 250px;
    z-index: 100;
}

.blogSec .col2 .categoryContentBox {
    display: flex;
    margin-bottom: 20px;
}

.blogSec .col2 .categoryContentBox .categoryBoxImg {
    width: 200px;
    margin-bottom: 0;
    height: 119px;
}

.blogSec .col2 .categoryContentBox .categoryBoxImg .innerImg {
    margin-bottom: 0px;
    height: 119px;
}

.blogSec .col2 .categoryContentBox .categoryContent {
    width: calc(100% - 200px);
    padding-top: 0px;
    background-color: transparent !important;
    margin-top: 0px;
    box-shadow: none;
    min-height: auto;
}

.blogSec .col2 .categoryContentBox:hover .categoryContent {
    background-color: transparent;
    box-shadow: none;
}

.browseBtn {
    text-align: right;
}

/* .browseBtn .btnOne {
    background-color: #000;
    border: 1px solid #000;
    transition: all 0.3s;
}

.browseBtn .btnOne:hover {
    background-color: transparent;
} */

.blogSec .col1 .browseBtn {
    margin-top: 30px;
}

.newsletterBox {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 50px;
    background-color: var(--red);
    border-radius: 30px;
    margin-bottom: -150px;
    position: relative;
}

.newsletterBox .secTitle {
    color: #fff;
    text-align: center;
    font-size: 55px;
    line-height: 66px;
    font-weight: 700;
    padding: 0 40px;
}

.newsletterForm .inputFrm {
    background-color: rgba(255, 255, 255, 0.45);
    padding: 0 20px;
    line-height: 60px;
    width: 100%;
    border-radius: 10px;
}

.newsletterForm .frmWrap {
    position: relative;
}

.newsletterForm .frmWrap .btnOne {
    position: absolute;
    right: 5px;
    background-color: #000;
    top: 5px;
    font-weight: 500;
}

.newsletterForm .frmWrap .btnOne:hover {
    background-color: transparent;
    color: #000;
}

.newsletterForm input[type="text"] {
    color: #fff;
}

.newsletterForm input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.newsletterForm input[type="text"]::-moz-placeholder {
    color: #fff;
}

/* blogSec end */
/*--newsletter start--*/
.newsletterSec {
    padding: 0px !important;
    background-color: #f5f2f2;
}

.btnOne {
    padding: 0 40px;
    display: inline-flex;
    line-height: 50px;
    border-radius: 10px;
    border: 1px solid #033f7d;
    background-color: #033f7d;
    color: #fff;
}

.btnOne:hover {
    background-color: #fff;
    color: #000;
}


.history-1 .timeline__item {
    display: flex;
    justify-content: space-between
}

.history-1 .timeline__item .media {
    width: 45%
}

.history-1 .timeline__item .media img {
    margin-bottom: 80px
}

.history-1 .timeline__item .year {
    font-size: 3rem;
    font-weight: 700;
    color: #002e5b;
    letter-spacing: -.04em;
    margin-top: -15px;
    line-height: normal
}

.history-1 .timeline__item .aksen {
    position: relative;
    width: 80px
}

.history-1 .timeline__item .aksen:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: -5px;
    width: 1px;
    background: rgb(1 0 138);
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.history-1 .timeline__item .aksen:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 8px;
    width: 15px;
    height: 15px;
    background: #fc7701;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.history-1 .timeline__item .text {
    vertical-align: top;
    width: 45%
}

.history-1 .timeline__item .text .title {
    font-size: 20px;
    margin: 0 0 16px;
    padding: 0;
    font-weight: 700
}

@media (max-width: 767px) {
    .history-1 .timeline__item {
        display: block
    }

    .history-1 .timeline__item .media,
    .history-1 .timeline__item .text {
        width: 100%
    }

    .history-1 .timeline__item .media img,
    .history-1 .timeline__item .text img {
        margin-bottom: 20px
    }

    .history-1 .timeline__item .aksen {
        display: none
    }
}

.history-1 .timeline__item:nth-child(2n) {
    flex-direction: row-reverse
}



/*--banner start--*/
.bannerWrap {
    width: 100%;
    height: 65vh;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
}

@keyframes create-rainbow-gradient-shift {
    0% {
        background-position: 0% 50%
    }

    100% {
        background-position: 100% 100%
    }
}

.bubbleAnimate {
    width: 800px;
    position: absolute;
    right: 7%;
    top: 150px;
}

/* .bannerWrap::after{
    width:100%;
    height: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: 0;
    background-image:linear-gradient(to Right, transparent 0 30%, #FFF 70% 100%);
  } */
.bannerSlider {
    height: 100%;
}

.bannerItem {
    height: 100%;
    display: flex;
    align-items: center;
}

.bannerInner {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    justify-content: space-between;
}

.bannerItem .bannerContent {
    width: 44%;
    text-align: left;
}



.bannerItem .bannerPImg {
    width: 46%;
    padding-top: 20px;
}

.bannerItem .bannerPImg img {
    width: 90%;
}

.bannerItem .bannerContent h1 {
    font-size: 47px;
    line-height: 80px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #01519a;
}

.bannerItem .bannerContent p {
    font-size: 20px;
}

.bannerWrap .swiper-pagination {
    bottom: 3%;
}

.bannerWrap .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: #ff7400;
    opacity: 1;
    position: relative;
}

.bannerWrap .swiper-pagination-bullet::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #fff;
    content: "";
    transform: translate(-50%, -50%);
    top: 50%;
}

.bannerWrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    background-color: #3f86ed;
}


.swiper-pagination-bullets-dynamic {
    overflow: visible;
}

.frmWrap select.inputTxt {
    background: url(../img/home/down-arrow.png) 98% center no-repeat #f1f1f1;
    -webkit-appearance: none;
}

.btnH {
    width: auto;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    cursor: pointer;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #042b67, #135d9f, #0e69ae, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
    display: inline-flex;
    padding: 0 40px;
    line-height: 50px;
    background-position: 100% 0;
}

.btnH:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

.bannerBtn {
    margin-top: 40px;
}

.bigBubble {
    width: 400px;
    height: 400px;
    background-color: #125a9b26;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: -160px;
    box-shadow: inset 0px 0px 100px 0px #fbfbfb;
    animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
}

.bannerBottom {
    width: 100%;
    bottom: 0px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.gradient {
    width: 500px;
    height: 500px;
    filter: blur(50px);
    background-image: linear-gradient(#ffbb98, #c8e0e9, #99b5ca);
    animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    top: 5%;
    left: 45%;
    transform: translateX(-50%);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bannerWrap .swiper-slide {
    transition-duration: 800ms !important;
    position: relative;
}

.bannerWrap .swiper-slide-active {
    opacity: 1;
    transform: none;
}

/* .bannerWrap .swiper-slide-active .title {
    transition-delay: 0.6s;
  }
  
  .bannerWrap .swiper-slide-active .songs {
    transition-delay: 1s;
  }
  
  .bannerWrap .swiper-slide-active .overview {
    transition-delay: 1.4s;
  } */

/* [data-animate] {
    opacity: 0;
    transition: all 0.8s ease-out;
  }
  
  [data-animate="bottom"] {
    transform: translate3d(0, 15px, 0);
  } */
@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.bannerWrap .swiper-slide .bannerContent h1,
.bannerWrap .swiper-slide .bannerContent p,
.bannerWrap .swiper-slide .bannerBtn {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.bannerWrap .swiper-slide .bannerContent p {
    color: #ef6f00;
    font-size: 32px;
    font-weight: 800;
}

.bannerWrap .swiper-slide.swiper-slide-active .bannerContent h1,
.bannerWrap .swiper-slide.swiper-slide-active .bannerContent p,
.bannerWrap .swiper-slide.swiper-slide-active .bannerBtn {
    opacity: 1;
    transform: translateY(0px);
}

.bannerWrap .swiper-slide .bannerPImg {
    transform: translateX(100%);
    transition: 2s;
    opacity: 0;
}

.bannerWrap .swiper-slide.swiper-slide-active .bannerPImg {
    transform: translateX(0);
    opacity: 1;
}

.social {
    position: absolute;
    left: 20px;
    top: 50%;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
    z-index: 1;
}

.social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #042b67;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: 0.5s;
}

.social a:hover {
    background-color: #3f86ed;
}

/*--banner end--*/


/* Small devices */
@media (max-width: 767px) {


    .bannerInner {
        flex-wrap: wrap;
    }

    .bannerItem .bannerContent {
        width: 100% !important;
    }

    .bannerBottom {
        display: none;
    }

    .bannerItem .bannerPImg {
        width: 80% !important;
    }

    .bannerItem {
        padding-top: 5px;
    }

    .bannerItem .bannerContent h1 {
        font-size: 35px !important;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 46px !important;
    }

    .header-layout1 .header-top {
        display: none;
    }

    .bannerBtn {
        margin-top: 20px !important;
    }

    .bannerItem .bannerContent p {
        font-size: 18px;
    }

    .bannerInner {
        display: flex;
        align-items: center;
        height: 60vh;
        position: relative;
        z-index: 2;
        justify-content: space-evenly !important;
    }

    .bannerWrap .swiper-slide.swiper-slide-active .bannerPImg {
        transform: translateX(0%) !important;
        transform: translateY(-50px) !important;
    }

    .bannerWrap .swiper-pagination {
        bottom: 20px !important;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .categoryContentBox {
        margin-bottom: 15px;
    }

    .enquiry-bg .col-sm-8 h4 {
        text-align: center;
        margin-bottom: 10px;
    }

}




.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    height: 20px;
    width: 20px;
    border: 5px solid #01519a;
}



.tab-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* Ensure wrapping for smaller screens */
    margin-bottom: 20px;
    gap: 10px;
    /* Add spacing between links */
}

.tab-link {
    padding: 12px 28px;
    margin: 0;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #0762b5;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    background: #0762b5;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
}

.tab-link:hover {
    background: #fe7902;
    /* Slightly lighter red for hover */
    color: #fff;
    transform: translateY(-2px);
    /* Lift on hover */
}

.tab-link.active {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #0762b5;
    box-shadow: none;
}

.tab-body {
    display: none;
    padding: 20px;
    /* border: 1px solid #ccc; */
    border-radius: 0 5px 5px 5px;
    /* Add shadow for content */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-body.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    /* Smooth slide-up effect */
}

@media (max-width: 768px) {
    .tab-link {
        font-size: 18px;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .tab-link {
        font-size: 16px;
        padding: 8px 15px;
    }
}


.breadcrumb-item a {
    color: #fff;
}




/* .................after-image.............. */

.image-comparison {
    max-width: 48.063em;
    margin-right: auto;
    margin-left: auto;
}

.image-comparison__slider-wrapper {
    position: relative;
}

.image-comparison__label {
    font-size: 0;
    line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: ew-resize;
    z-index: 20;
}

@media (hover) {
    .image-comparison__range:hover~.image-comparison__slider .image-comparison__thumb {
        transform: scale(1.2);
    }
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active~.image-comparison__slider .image-comparison__thumb {
    transform: scale(0.8);
    background-color: rgba(0, 97, 127, 0.5);
}

.image-comparison__image-wrapper--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 1px);
    height: 100%;
    overflow: hidden;
}

.image-comparison__figure {
    margin: 0;
}

.image-comparison__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
}

.image-comparison__figure:not(.image-comparison__figure--overlay) {
    position: relative;
    padding-top: 66.666666667%;
}

.image-comparison__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 50%;
    object-position: 0 50%;
    overflow: hidden;
}

.image-comparison__figure--overlay .image-comparison__image {
    z-index: 1;
}

.image-comparison__caption {
    position: absolute;
    bottom: 12px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 40.063em) {
    .image-comparison__caption {
        font-size: 12px;
    }
}

.image-comparison__caption--before {
    left: 12px;
    z-index: 2;
}

.image-comparison__caption--after {
    right: 12px;
    text-align: right;
}

.image-comparison__caption-body {
    max-width: 40vmin;
    padding: 6px 12px;
    background-color: rgba(0, 0, 0, 0.55);
}

.image-comparison__slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    z-index: 10;
}

.image-comparison__range--active~.image-comparison__slider {
    background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0091df;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
    background-color: transparent;
}

.image-comparison__range::-ms-track {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: transparent;
    outline: none;
    cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
    width: 0.5%;
    height: 100%;
    opacity: 0;
}

.image-comparison__range::-ms-tooltip {
    display: none;
}


.bldFnt {
    /* font-size: 20px; */
    color: #004e95;
    font-size: 23px;
    margin: 7px 0px;
    font-weight: 700;
}

.bldFnt2 {
    color: #ff7000;
    font-size: 23px;
    margin: 7px 0px;
    font-weight: 600;
}


.bldFnt3 {
    color: #00396c;
    font-size: 19px;
    margin: 7px 0px;
    font-weight: 600;
}

.pd-30 {
    padding-left: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

th,
td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
}

thead th {
    background-color: #0762b5;
    color: #fff;
    text-align: center;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

tbody tr td:first-child {
    font-weight: 500;
}

tbody tr td[colspan="4"] {
    background-color: #0762b5;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

tbody td {
    vertical-align: top;
}

tbody td strong {
    font-weight: 600;
}

.enquiry-bg {
    padding: 25px 0;
    background: #01357c;
}

.enquiry-bg h4 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff
}

.enquiry-bg p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.enquiry-bg .bt {
    font-size: 20px
}

.enquiry-bg .wc-btn-primary {
    background-color: #000
}

.enquiry-bg .wc-btn-primary:hover {
    background-color: #FFF;
    color: #000
}

.enquiry-bgpage {
    background-color: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 82%)
}

.enquiry-bgpage .wc-btn-primary {
    background: linear-gradient(90deg, rgba(0, 141, 210, 1) 25%, rgba(38, 71, 150, 1) 82%)
}

.enquiry-bgpage .wc-btn-primary:hover {
    color: #FFF
}

.theme-btn.style-three {
    background: #fe7300;
}

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding: 15px 35px 15px 20px;
    font-weight: 600;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
    text-align: center;
    min-width: 160px;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}

.theme-btn i {
    margin-right: 5px;
}

.testimonial2 {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background-image: url(../image/map2.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}

.testimonial2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ffffffa1;
    opacity: 0.8;
    z-index: -1;
}

.carrer-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.carrer-form .form-group {
    margin-bottom: 20px;
}

.carrer-form input[type="text"],
.carrer-form input[type="email"],
.carrer-form textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: border-color 0.3s, box-shadow 0.3s;
    background-color: #fff;
}

.carrer-form input:focus,
.carrer-form textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    outline: none;
}

.carrer-form textarea {
    resize: vertical;
    min-height: 120px;
}

.carrer-form .thm-btn2 {
    background-color: #007bff;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carrer-form .thm-btn2:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .carrer-form {
        padding: 20px;
    }
}

.history {
    display: inline;
}




:root {
    --vraj-blue: #0762b5;
    --vraj-orange: #0762b5;
}

.spec-table tr th {
    text-align: center;
}

.spec-table tr td {
    text-align: center;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgb(0 0 0 / 13%);
}

.spec-table th,
.spec-table td {
    border: 1px solid #97979757;
    padding: 10px 14px;
    text-align: left;
    vertical-align: middle;
}

.spec-table th {
    background-color: var(--vraj-blue);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
}

.spec-table tr.section th {
    background-color: var(--vraj-orange);
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

.spec-table tbody tr:nth-child(even):not(.section) {
    background-color: #f9f9f9;
}

.spec-table td {
    font-size: 17px;
}

@media screen and (max-width: 768px) {

    .spec-table th,
    .spec-table td {
        font-size: 13px;
        padding: 8px 10px;
    }
}

@media screen and (max-width: 480px) {

    .spec-table,
    .spec-table thead,
    .spec-table tbody,
    .spec-table th,
    .spec-table td,
    .spec-table tr {
        display: block;
    }

    .spec-table thead {
        display: none;
    }

    .spec-table tr {
        margin-bottom: 15px;
    }

    .spec-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .spec-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
}



.career-form-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
   width: 100%;
    margin: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-top: 5px solid var(--orange);
}

.career-form-box h2 {
    text-align: center;
    color: var(--blue);
    margin-bottom: 30px;
}

.career-form .form-label {
    font-weight: 500;
    color: #333;
}

.career-form .btn-submit {
    background: var(--orange);
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
}

.career-form .btn-submit:hover {
    background: var(--blue);
}

:root {
    --blue: #002f86;
    --orange: #f26c0d;
}
.btn-close {
    background-color: #fff !important;
    /* White background */
    border: 1px solid #ccc;
    /* Optional: light border */
    padding: 0.5rem;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    opacity: 1;
    /* Make sure it's visible */
}
.btn-close:hover {
    background-color: #f5f5f5;
    border-color: #999;
}