@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');

:root {
    --primary-color: #0060aa;
    --secondary-color: #78b833;
    --black: #1c1c1d;
}


* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Fustat", sans-serif;
    background-color: #F2F1ED;
}

a {
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
    color: var(--primary-color);
}

a:active {
    background-color: transparent;
}

ul {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style-type: none;
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-title {
    text-align: center;
    margin-bottom: 20px;
}
.sec-title.left {
    text-align: left;
}
.sec-title h2 {
    font-size: 50px;
    color: #03243c;
    font-weight: 300;
    line-height: 1;
}
.sec-title h2 span {
    color: var(--secondary-color);
    font-weight: 700;
    background-image: linear-gradient(267.43deg, #5fb108 0%, #005fa8 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-title .sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
    background-position: left center;
    background-size: auto;
    margin-bottom: 10px;
}
.sec-title p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}


.header {
    position: relative;
    z-index: 100;
    margin-top: 50px;
    padding: 0 30px;
}

.main-header .navbar-brand .light {
    display: none;
}
.inner-header .navbar-brand .light {
    display: block;
}
.inner-header .navbar-brand .dark {
    display: none;
}
.inner-header .navbar {
    border-bottom: 1px solid #ffffff26;
}



.theme-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 30px;
    border-radius: 60px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
}
.theme-btn::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--black);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.theme-btn:hover {
    color: #fff;
}
.theme-btn:hover:before {
    top: -40%;
}


.theme-btn-two {
    position: relative;
    display: inline-block;
    background-image: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    background-size: 200% auto;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border: none;
    padding: 10px 20px 10px 30px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}
.theme-btn-two:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffff;
}
.theme-btn-two span {
    font-size: 20px;
    position: relative;
    transition: all 0.5s ease;
    text-align: center;
    margin-left: 6px;
}



/* -----------------
Top Bar
--------------------*/

.top-bar {
    background-color: var(--primary-color);
    padding: 0px 60px;
    /* border-bottom: 1px solid #ffffff33; */
}

.top-bar .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.top-bar .wrapper.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.top-bar .wrapper ul li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 13px 20px 11px 0;
}

.top-bar .wrapper .top-contact li {
    display: inline-block;
    margin-right: 0px;
    padding: 13px 20px 11px 0;
    color: #978e8e;
    font-size: 14px;
}
.top-bar .wrapper .top-contact li:last-child {
    border-right: none;
}
.top-bar .wrapper .top-contact li i {
    margin-right: 7px;
    color: var(--secondary-color);
}
.top-bar .wrapper .top-contact li a {
    transition: all 0.3s ease;
    color: #fff;
}

.top-bar .wrapper .top-social {
    display: flex;
}
.top-bar .wrapper .top-social li {
    display: inline-block;
    font-size: 14px;
    margin-left: 25px;
    padding: 11px 0;
}
.top-bar .wrapper .top-social li a {
    color: #fff;
    text-transform: capitalize;
    float: right;
    font-size: 14px;
}
.top-bar .wrapper .top-social li a:hover {
    color: var(--primary-color);
}
.top-bar .wrapper.right .top-menu li a {
    color: #978e8e;
}





/* Reset Navbar */
.sm-clean {
    background: transparent !important;
}
.navbar .navbar-collapse {
    justify-content: space-between;
}
/* New Navbar */
#main-nav {
    margin-left: auto;
}
#main-nav #main-menu > li {
    padding: 0 20px 0 0;
    position: relative;
}
#main-nav #main-menu > li.dropdown > a {
    margin: 0 10px 0 0;
}
#main-nav #main-menu > li > a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 40px 0;
    position: relative;
}

.inner-header #main-nav #main-menu > li > a {
    color: #fff;
}


#main-nav #main-menu > li > a.active,
#main-nav #main-menu > li > a:hover,
#main-nav #main-menu > .dropdown.active > a {
    color: var(--secondary-color);
}
#main-nav #main-menu > li > a.active:after,
#main-nav #main-menu > .dropdown.active > a span::after {
    transform: scale(1);
}
#main-nav #main-menu > .dropdown.active > a .sub-arrow {
    border-color: var(--secondary-color) transparent transparent transparent;
}
#main-nav #main-menu > li > a span {
    position: relative;
}
#main-nav #main-menu > li > a span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: var(--secondary-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: 300ms ease transform;
}
#main-nav #main-menu > li > a.active span:after,
#main-nav #main-menu > li > a span:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}
#main-nav #main-menu > li:hover > a.active:after {
    transform: scale(0);
    opacity: 0;
}
#main-nav #main-menu > li > a .sub-arrow {
    border-color: #000 transparent transparent transparent;
    right: -5px;
    display: inline-block;
}
.inner-header #main-nav #main-menu > li > a .sub-arrow {
    border-color: #fff transparent transparent transparent;
}
#main-nav #main-menu > li > ul > li > ul {
    border-radius: 0 !important;
    border: none;
    left: 6px !important;
}
@media screen and (min-width: 768px) {
    #main-nav #main-menu > li > ul::before,
    #main-nav #main-menu > li > ul::after {
        display: none;
    }
    #main-nav #main-menu > li > ul {
        left: 0px !important;
        margin-top: 0 !important;
        width: 260px;
        opacity: 0;
        transform: translateY(50px);
        transition: all 300ms ease;
        display: block !important;
        visibility: hidden;
        padding: 20px 10px;
        border: none;
        box-shadow: 0 3px 30px rgba(0, 0, 0, .08);
        border-radius: 24px !important;
    }
    
    #main-nav #main-menu > li > ul li ul {
        box-shadow: 0 3px 30px rgba(0, 0, 0, .08);
        border-radius: 24px !important;
        padding: 20px 10px;
    }
}
#main-nav #main-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
#main-nav #main-menu > li > ul li a {
    color: #000000;
    transition: 300ms ease color;
    position: relative;
    margin: 0 0px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    background-color: transparent;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
}
#main-nav #main-menu > li > ul li a:hover {
    color: var(--secondary-color);
}
/* #main-nav #main-menu > li > ul li a:after {
    content: "";
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    width: 0;
    height: 1px;
    background-color: transparent;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#main-nav #main-menu > li > ul li a:hover:after {
    width: 100%;
    background-color: var(--primary-color);
} */
 /* #main-nav #main-menu > li > ul li a > span {
    position: relative;
 }
#main-nav #main-menu > li > ul li a > span:not(.sub-arrow)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    height: 1px;
    background-color: var(--secondary-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: 300ms ease transform;
}
#main-nav #main-menu > li > ul li a > span:hover::before {
    transform: scaleX(1);
    transform-origin: left;
} */
/* #main-nav #main-menu > li > ul li a .sub-arrow {
    border-width: 0;
    position: absolute;
    right: 0;
}
#main-nav #main-menu > li > ul li a .sub-arrow::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
} */

/* -----------------
Navbar
--------------------*/

.navbar {
    margin: 0 auto;
    padding: 0px 0;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1560px;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid #00000026;
    /* backdrop-filter: blur(5px);
    -webkit-box-shadow: 0 -2px 18px 0 #0000001c;
            box-shadow: 0 -2px 18px 0 #0000001c; */
}

/* .fixed-header {
    background-color: #fff !important;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: -1px;
    -webkit-box-shadow: 0 -2px 18px 0 #0000001c;
            box-shadow: 0 -2px 18px 0 #0000001c;
} */

.navbar-brand {
    width: 240px;
}

.navbar-brand.dark {
    display: none;
}

.fixed-header .navbar-brand.dark {
    display: block;
}
.fixed-header .navbar-brand.light {
    display: none;
}

.navbar-nav {
    margin-left: 40px;
}

/* .navbar {
  padding: 0;
  background-color: #fff !important;
  border-bottom: 1px solid #e7e7e7;
} */

/* Menu Lines */
.navbar .navbar-toggler {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    background-size: 200% auto;
}
.navbar .navbar-toggler-icon {
    width: 24px;
    height: 0px;
    position: relative;
    padding: 0;
    float: left;
    margin: 14px 0;
    border-top: 2px solid #fff;
}
.navbar .navbar-toggler-icon::before,
.navbar .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    display: block;
    border-top-width: 2px;
    border-top-style: solid;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: -0.75px 1px;
    -ms-transform-origin: -.75px 1px;
    transform-origin: -0.75px 1px;
    border-top-color: #fff;
}
.navbar .navbar-toggler-icon::before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.navbar .navbar-toggler-icon::after {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}


.navbar .navbar-collapse {
    position: relative !important;
    /* display: flex !important; */
    /* flex-grow: unset !important; */
}

.menu-opened {
    background-color: #fff !important;
    padding-bottom: 40px;
}

.menu-opened .navbar-toggler-icon,
.menu-opened .navbar-toggler-icon::before,
.menu-opened .navbar-toggler-icon::after,
.fixed-header .navbar-toggler-icon,
.fixed-header .navbar-toggler-icon::before,
.fixed-header .navbar-toggler-icon::after {
    border-color: #000;
}


.navbar .dropdown {
    position: inherit;
}

.navbar-nav>li {
    padding: 0 50px 0 0;
}
.navbar-nav>li:last-child {
    padding-right: 0;
}

/* .navbar-nav>li:last-child {
    margin-right: 0;
} */

.navbar-nav li .nav-link {
    padding: 35px 0px !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
}
.fixed-header .navbar-nav li .nav-link {
    color: #000 !important;
}

.navbar-nav li .nav-link.active,
.navbar-nav li:hover .nav-link {
    color: var(--primary-color) !important;
}


.dropdown-menu,
.sub-dropdown-menu {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-box-shadow: 0 10px 10px 0 #00000017;
    box-shadow: 0 10px 10px 0 #00000017;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: rgb(255, 255, 255);
    padding: 25px 20px 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 3px solid var(--primary-color);
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}
.dropdown-menu li {
    margin-bottom: 5px;
}
.dropdown-menu li a {
    padding: 6px 20px 6px;
    font-weight: 400;
    font-size: 15px;
    color: var(--black);
    text-transform: capitalize;
}

.dropdown-menu li a,
.sub-dropdown-menu li a {
    border-bottom: 1px solid #ffffff1c;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown-menu li a:hover,
.sub-dropdown-menu li a:hover {
    background-color: #F7F9FA;
}

.dropdown-menu li:last-child a {
    border-bottom: 0px solid;
}

.dropdown .dropdown-toggle::after {
    content: "+";
    position: absolute;
    right: -15px;
    border: none;
}
.navbar-nav li.dropdown:hover .dropdown-toggle::after {
    content: "-";
}


.navbar .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.navbar .contact-info .call-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px 0;
    z-index: 5;
}
.navbar .contact-info .call-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar .contact-info .call-box .icon svg {
    height: 25px;
    width: 25px;
    stroke: var(--secondary-color);
}
.navbar .contact-info .call-box .content {
    margin-left: 10px;
    top: 3px;
    position: relative;
}
.navbar .contact-info .call-box .content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    margin-bottom: 5px;
}
.navbar .contact-info .call-box .content h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}
.navbar .contact-info .call-box .content h5 a {
    color: #000;
    font-weight: 700;
}
.inner-header .navbar .contact-info .call-box .content h5 a {
    color: #fff;
}

.navbar .contact-info .btn-box {
    position: relative;
    display: block;
    margin-left: 30px;
    padding: 19px 0;
}
.fixed-header .btn-box .theme-btn {
    background-color: var(--primary-color) !important;
    color: #000 !important;
}

.fixed-header .contact-info .call-box .content p {
    color: var(--black);
}

@media only screen and (min-width: 992px) {
    .dropdown .dropdown-menu {
        display: block;
    }

    .sub-dropdown:hover .sub-dropdown-menu {
        display: block;
    }
}




/* -----------------
Banner Area
--------------------*/

.banner-slider {
    position: relative;    
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: -100px;
    overflow: hidden;
}
.banner-slider .box-wrap {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    width: 590px;
    height: 300px;
    translate: none;
    rotate: none;
    display: flex;
    transition: all 0.5s ease;
}
.banner-slider .box-wrap .box-1 {
    padding: 20px 40px;
    overflow: hidden;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(29px);
    transition: all 0.5s ease;
    border-radius: 24px;
    flex: 0 0 280px;
    margin-right: 30px;
}
.banner-slider .box-wrap .box-1 h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 0px;
}
.banner-slider .box-wrap .box-1 p {
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.banner-slider .box-wrap .box-1 h5 {
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 45px;
    text-transform: capitalize;
}

.banner-slider .box-wrap .box-2 {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    border-radius: 24px;
    overflow: hidden;
}

.banner-slider .slide-item {
    position: relative;
    padding-top: 365px;
    padding-bottom: 365px;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
    overflow: hidden;
}
.banner-slider .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #042a2d00 65.37%, #ffffffbf 90.18%);
    top: 0px;
    right: 0px;
    z-index: 1;
}
.banner-slider .slide-item::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(4, 42, 45, 0) 65.37%, #071f32 100.18%), linear-gradient(180deg, rgba(4, 42, 45, 0) 59.75%, #071f32 100%);
    bottom: 0px;
    right: 0px;
    z-index: 1;
}
.banner-slider .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    /* -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); */
    -webkit-transition: all 8000ms linear;
    -moz-transition: all 8000ms linear;
    -ms-transition: all 8000ms linear;
    -o-transition: all 8000ms linear;
    transition: all 8000ms linear;
}
.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}
.banner-carousel .content-box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-width: 1560px;
    z-index: 5;
    /* padding: 0 70px; */
    z-index: 99;
}
.banner-carousel .content-box .sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary-color);
    background: url(../images/icon-sub-heading.svg) no-repeat;
    background-position: left center;
    background-size: auto;
    padding-left: 24px;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-carousel .active .content-box .sub-title {
    opacity: 1;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.banner-carousel .content-box h2 {
    position: relative;
    display: block;
    font-size: 3.5vw;
    line-height: 3.5vw;
    letter-spacing:0.3px;
    padding:0px 0px 0px;
    font-weight: 300;
    text-align:left;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.banner-carousel .content-box h2 span {
    position: relative;
    display: inline-block;
    font-weight: 700;
    background-image: linear-gradient(267.43deg, #5fb108 0%, #005fa8 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-carousel .content-box .lower-box {
    position: relative;
    display: block;
    width: 650px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-carousel .active .content-box .lower-box {
    opacity: 1;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.banner-carousel .content-box .lower-box .text {
    position: relative;
    display: block;
    font-size: 1vw;
    line-height: 1.3vw;
    color: #000;
    margin-bottom: 31px;
    /* max-width: 360px; */
}

.banner-carousel .slide-1 .content-box h2,
.banner-carousel .slide-1 .content-box .lower-box .text {
    color: #fff;
}

.banner-carousel .slide-1 .content-box .theme-btn-two {
    border-color: #fff;
    color: #fff;
}



.banner-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: 77px;
    height: 315px;
    margin-top: -150px;
}

.banner-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    position: absolute;
    left: 100px;
    right: 0;
    bottom: 40px;
    padding: 16px 40px;
    margin: 0 auto !important;
    height: 0;
    line-height: 0;
    border-radius: 16px;
}
.banner-slider .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-slider .owl-dots .owl-dot:hover span, 
.banner-slider .owl-dots .owl-dot.active span {
    background-color: #fff;
}





/* who-we-are */
.who-we-are {
    padding: 150px 60px;
    background-image: url("../images/img_.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.who-we-are .item {
    background-color: #fff;
    border-radius: 24px;
    padding: 38px 40px 43px;
}
.who-we-are .item .icon-box {
    display: flex;
    align-items: center;
}
.who-we-are .item .icon-box .title {
    width: 70%;
}
.who-we-are .item .icon-box .icon {
    width: 30%;
}
.who-we-are .item .icon-box .icon img {
    width: 50px;
    height: 50px;
    float: right;
}







/* about-section */
.about-section {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}
.about-section .sec-title {
    margin-bottom: 20px;
}
.about-section .sec-title h4 {
    color: #70b33e;
    font-weight: 400;
    font-size: 28px;
}
.about-section .left-box {
    position: relative;
    display: block;
}
.about-section .img-box {
    position: relative;
    display: block;
    z-index: 1;   
    padding: 0 70px 70px 80px;
}
.about-section .img-box img {
    transition: all 500ms linear;
    transition-delay: 0.2s;
}
.about-section .img-box .img-1 {
    position: relative;
    overflow: hidden;
    display: block;
    mask-image: url(../images/about-image-bg-shape.svg);
    background-image: url(../images/about-image-bg-shape.svg);
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    border-radius: 30px;
    width: 100%;
    height: 100%;
}
.about-section .img-box .img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about-section .img-box .img:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.about-section .img-box .img-2 {
    position: absolute;
    bottom: 0;
    right: 35px;
    border-radius: 14px;
    overflow: hidden;
}
.about-section .img-box .img-2:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.about-section .img-box .exp-box {
    position: absolute;
    left: 80px;
    top: 20%;
    z-index: 2;
    background: linear-gradient(263deg, var(--secondary-color) 0.16%, var(--primary-color) 99.84%);
    padding: 20px 30px;
    border-radius: 10px;
}
.about-section .img-box .exp-box .icon {
    width: 45px;
    margin-bottom: 10px;
}
.about-section .img-box .exp-box .icon img {
    filter: invert(1);
}
.about-section .img-box .exp-box h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 -4px 0;
}
.about-section .img-box .exp-box p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.about-section .img-box .company-info {
    position: absolute;
    left: 20px;
    bottom: 0;
    transform: rotate(-180deg) translate(-100%, 30%);
    writing-mode: vertical-rl;
}
.about-section .img-box .company-info h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #003f70;
}

.about-section .img-box .shape-1 {
    position: absolute;
    top: 91px;
    left: -100px;
    z-index: -1;
}
.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-30px);
    }
}
.about-section .img-box .shape-2 {
    position: absolute;
    right: 8px;
    bottom: -24px;
    z-index: -1;
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}

.img-bounce {
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}
@keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
.about-section .points {
    margin-bottom: 30px;
}
.about-section .points li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    padding-left: 30px;
    margin-bottom: 10px;
}
.about-section .points li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 20px;
    background-image: linear-gradient(267.43deg, var(--secondary-color) 4.95%, var(--primary-color) 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-section .btn-box {
    margin-top: 30px;
}





/* .services-section */
.services-section {
    background-image: url("../images/service2-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 0 100px 0;
}

.services-section .item {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    transition: all .4s ease-in-out;
}
.services-section .item:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.services-section .item:before,
.services-section .item:hover:before {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .4s ease-in-out;
}

.services-section .item-1:before,
.services-section .item-1:hover:before {
    background-image: url("../images/service-1-bg.jpg");
}
.services-section .item-2:before,
.services-section .item-2:hover:before {
    background-image: url("../images/service-2-bg.jpg");
}
.services-section .item-3:before,
.services-section .item-3:hover:before {
    background-image: url("../images/service-3-bg.jpg");
}
.services-section .item-4:before,
.services-section .item-4:hover:before {
    background-image: url("../images/service-4-bg.jpg");
}
.services-section .item-5:before,
.services-section .item-5:hover:before {
    background-image: url("../images/service-5-bg.jpg");
}

.services-section .item:hover:before {
    opacity: .88;
    z-index: 1;
}
.services-section .item:after {
    border-radius: 5px;
    background: #fff;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    padding: 28px 24px;
    top: 0;
    z-index: -1;
    transition: all .4s ease-in-out;
}
.services-section .item:hover:after {
    border-radius: 5px;
    opacity: .88;
    background: #022540;
    z-index: 1;
    transition: all .4s ease-in-out;
}

.services-section .icon {
    position: relative;
    z-index: 3;
    background-image: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    background-size: 200% auto;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.services-section .icon img {
    width: 40px;
    filter: invert(1);
}
.services-section .content {
    position: relative;
    z-index: 2;
}
.services-section .content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #004a83;
}

.services-section .content p {
    font-size: 16px;
    font-weight: 400;
}
.services-section .content .learn-more {
    text-transform: capitalize;
    margin-top: 12px;
    font-weight: 700;
    font-size: 16px;
    color: var(--secondary-color);
    display: inline-block;
    position: relative;
    padding-right: 30px;
}
.services-section .content .learn-more::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    background: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    transition: 0.4s ease-in-out;
}
.services-section .item:hover h2,
.services-section .item:hover p,
.services-section .item:hover .learn-more {
    color: #fff;
}




/* .who-section */
.who-section {
    padding: 0 0 100px;
}
.who-section .content .counter-wrap {
    border-bottom: 1px solid #DFE1DE;
    padding: 40px 0;
    margin-bottom: 40px;
}
.who-section .content .counter-box {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
}
.who-section .content .counter-box .counter-num {
border: 2px solid transparent;
    background: linear-gradient(263deg, var(--secondary-color) 0.16%, var(--primary-color) 99.84%) border-box;
    border-radius: 50%;
    margin-right: 30px;
    width: 125px;
    height: 125px;
}
.who-section .content .counter-box .counter-num h2 {
    font-size: 30px;
    font-weight: 700;
    background-color: #fff;
    border: 10px solid #F2F1ED;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.who-section .content .counter-box .info h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.who-section .content .inner-content h3 {
    color: #03243c;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}
.who-section .content .inner-content .points {
    margin-bottom: 30px;
}
.who-section .content .inner-content .points li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    padding-left: 30px;
    margin-bottom: 10px;
}
.who-section .content .inner-content .points li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 20px;
    background-image: linear-gradient(267.43deg, var(--secondary-color) 4.95%, var(--primary-color) 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.who-section .img-box {
    overflow: hidden;
    margin-left: 30px;
    height: 100%;
}
.who-section .img-box .img {
    position: relative;
    transition: all 500ms linear;
    transition-delay: 0.2s;
    border-radius: 14px;
    overflow: hidden;
}
.who-section .img-box .img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.who-section .img-box .img:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}





/* expertise-section */
.expertise-section {
    padding: 0 0 100px;
}
.expertise-section .btn-box {
    margin-top: 40px;
}
.expertise-section .list-wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
}
.expertise-section .list-wrap ul li {
    width: auto;
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 100px;
}
.expertise-section .list-wrap ul li .img-box {
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    position: relative;
}

.expertise-section .list-wrap ul li .img-box:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.expertise-section .list-wrap ul li:hover .img-box::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.expertise-section .list-wrap ul li .content {
    padding: 0 30px 0 15px;
}
.expertise-section .list-wrap ul li .content p {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}


.bg-section {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    border-radius: 30px;
}

/* .intro-video */
.intro-video {
    position: relative;
    z-index: 2;
    padding: 500px 0 100px;
    background: url(../images/about-video-bg.jpg);
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.intro-video::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(4, 42, 45, 0) 27.11%, #071f32 100%);
    width: 100%;
    height: 100%;
}
.intro-video .sec-title {
    margin-bottom: 0;
}
.intro-video .sec-title h2 span {
    background-image: linear-gradient(267.43deg, #5fb108 0%, #288ad5 80%);
}
.intro-video .sec-title .sub-title {
    color: #fff;
}
.intro-video .sec-title h2 {
    color: #fff;
    text-align: center;
}
.intro-video .video-play-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-video .video-play-button a {
    background-image: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}
.intro-video .video-play-button p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    margin: 0;
}
.intro-video .intro-video-list {
    border-top: 1px solid #FFFFFF33;
    margin-top: 30px;
    padding-top: 40px;
}
.intro-video .intro-video-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    justify-content: space-between;
}
.intro-video .intro-video-list ul li {
    position: relative;
    /* width: calc(25% - 22.5px); */
    color: #fff;
    font-size: 20px;
    padding-left: 30px;
}
.intro-video .intro-video-list ul li:after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: #fff;
}







/* .how-works-section */
.how-works-section {
    position: relative;
    padding: 100px 0 70px;
}

.how-works-section .item {
    margin-bottom: 30px;
    padding: 0px;
    overflow: hidden;
    transition: all .4s ease-in-out;
}

.how-works-section .icon {
    position: relative;
    z-index: 3;
    background-image: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    background-size: 200% auto;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.how-works-section .icon img {
    width: 40px;
    filter: invert(1);
}
.how-works-section .content {
    padding-top: 30px;
    margin-top: 30px;    
    border-top: 1px solid #DFE1DE;
}
.how-works-section .content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #03243c;
    text-transform: capitalize;
}

.how-works-section .content p {
    font-size: 16px;
    font-weight: 400;
}





/* scrolling-section */
.scrolling-section {
    margin-bottom: 70px;
}
.scrolling-section .scrolling-box {
    position: relative;
    display: flex;
    gap: 40px;
    overflow: hidden;
    user-select: none;
}

.scrolling-section .scrolling-box .content {
    flex-shrink: 0;
    display: flex;
    gap: 40px;
    min-width: 100%;
    animation: scroll 20s linear infinite;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% - 40px));
    }
}

.scrolling-section .scrolling-box .content span {
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 90px;
    line-height: 1.1em;
    font-weight: 600;
    background: linear-gradient(to left, var(--secondary-color) 0.16%, var(--primary-color) 99.84%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #F2F1ED;
}

.scrolling-section .scrolling-box .content span img {
    max-width: 50px;
    margin-right: 40px;
}





/* counter-section */
.counter-section {
    position: relative;
    display: block;
    padding: 120px 0 60px;
    z-index: 2;
    overflow: hidden;
    background-color: #fff;
}
.counter-section .sec-title h2 span {
    display: block;
}
.counter-section .content {
    margin-left: 30px;
}

.counter-section .img-box {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.counter-section .img-box:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.counter-section .img-box:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.counter-section .counter-wrap {
    margin-top: 80px;
}
.counter-section .counter-wrap h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
}

.counter-section .counter-wrap .item {
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.counter-section .counter-wrap .item h4 {
    color: var(--secondary-color);
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
}
.counter-section .counter-wrap .item h3 {
    font-size: 22px;
    color: #03243c;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.counter-section .counter-wrap .item p {
    margin-bottom: 0px;
}






/* faq-section */
.faq-section  {
    padding: 100px 0;
}
.faq-section .cta-box {
    display: inline-block;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-top: 20px;
}

.faq-section .cta-box .clients {
    margin-bottom: 15px;
}
.faq-section .cta-box .clients .image:first-child {
    margin: 0;
}
.faq-section .cta-box .clients .image {
    display: inline-block;
    margin-left: -18px;
    border: 1px solid #03243c;
    border-radius: 50%;
    overflow: hidden;
}
.faq-section .cta-box .cta-content h3 {
    color: #03243c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
} 
.faq-section .cta-box .cta-content .btn-phone {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: var(--secondary-color);
    margin-right: 25px;
    display: inline-flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
}
.faq-section .cta-box .cta-content .btn-phone i {
    color: var(--secondary-color);
    font-size: 20px;
    margin-right: 15px;
    transition: all 0.4s ease-in-out;
    transform: rotate(-35deg);
}


.faq-section .accordion-box .accordion-item {
    padding: 0;
    border: 1px solid #DFE1DE;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}
.faq-section .accordion-box .accordion-item h2 {
    border: none;
}
.faq-section .accordion-box .accordion-item .accordion-button {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    padding: 10px 20px;
    background: no-repeat;
    font-size: 22px;
    line-height: 30px;
    color: #03243c;
    background-color: #F2F1ED;
    font-weight: 700;
    box-shadow: none;
}
.faq-section .accordion-box .accordion-item .accordion-button:not(.collapsed) {
    background: linear-gradient(263deg, var(--secondary-color) 0.16%, var(--primary-color) 99.84%);
    color: var(--white-color);
    border-bottom: 1px solid #ffffff33;
    color: #fff;
}
.faq-section .accordion-box .accordion-item .accordion-button::after {
    content: "\f068";
    font-family: 'FontAwesome';
    color: #000;
    border-radius: 50%;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-image: none;
}
.faq-section .accordion-box .accordion-item .accordion-button.collapsed::after {
    content: "\f067";
}
.faq-section .accordion-box .accordion-item .accordion-body {
    background: linear-gradient(263deg, var(--secondary-color) 0.16%, var(--primary-color) 99.84%);
    padding: 20px;
}
.faq-section .accordion-box .accordion-item .accordion-body p {
    color: #fff;
}
.faq-section .accordion-box .accordion-item .accordion-button:not(.collapsed)::after {
    transform: none;
}





/* testimonials-section */
.testimonials-section {
    background: #fff;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
    padding: 100px 0;
    margin-bottom: 100px;
}
.testimonials-section .heading {
    position: sticky;
    top: 120px;
}

/* .testimonials-section .slider .item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.testimonials-section .slider .item .img-box, 
.testimonials-section .slider .item .content {
    width: calc(50% - 15px);
} */


.testimonials-section .slider .item .img-box {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.testimonials-section .slider .item .img-box:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.testimonials-section .slider .item .img-box:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.testimonials-section .slider .item .content .logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.testimonials-section .slider .item .content .logo {
    margin-right: 20px;
}

.testimonials-section .slider .item .content .logo img {
    max-width: 150px;
    max-height: 60px;
}
.testimonials-section .slider .item .content .quote img {
    max-width: 38px;
    filter: invert(1);
}
.testimonials-section .slider .item .content .rating {
    margin-bottom: 20px;
}
.testimonials-section .slider .item .content .rating i {
    font-size: 16px;
    color: var(--secondary-color);
    margin-right: 2px;
}
.testimonials-section .slider .item .content .info {
    margin-bottom: 40px;
}
.testimonials-section .slider .item .content .info p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.testimonials-section .slider .item .content .author h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonials-section .slider .item .content .author p {
    color: #000;
    text-transform: capitalize;
    margin: 0;
}



.testimonials-section .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: right;
    margin-top: 30px;
    z-index: 1;
}
.testimonials-section .owl-nav button {
    position: relative;
    width: 45px;
    height: 45px;
    background-image: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%) !important;
    background-size: 200% auto !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    color: #fff !important;
}
.testimonials-section .owl-nav button:hover {
    
}










.inner-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 320px 0 200px;
    margin-top: -120px;
}
.inner-banner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(4, 42, 45, 0) 22.28%, #021c2f 100%);
    z-index: 0;
}
.inner-banner .inner {
    position: relative;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 0px;
    z-index: 1;
}
.inner-banner .inner .content h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    line-height: 1.1em;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.inner-banner .inner .content h1 span {
    color: var(--secondary-color);
    font-weight: 700;
    background-image: linear-gradient(267.43deg, #79d517 0%, #0877cd 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}










/* cp-section */
.cp-section {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}
.cp-section .sec-title {
    margin-bottom: 20px;
}
.cp-section .sec-title h4 {
    color: #70b33e;
    font-weight: 400;
    font-size: 28px;
}
.cp-section .left-box {
    position: relative;
    display: block;
}
.cp-section .img-box {
    position: relative;
    display: block;
    z-index: 1;   
    padding: 0 0px 0px 80px;
}
.cp-section .img-box img {
    transition: all 500ms linear;
    transition-delay: 0.2s;
}
.cp-section .img-box .img-1 {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 30px;
    width: 100%;
    height: 100%;
}
.cp-section .img-box .img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.cp-section .img-box .img:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.cp-section .img-box .exp-box {
    position: absolute;
    left: 80px;
    top: 60%;
    z-index: 2;
    background: linear-gradient(263deg, var(--secondary-color) 0.16%, var(--primary-color) 99.84%);
    padding: 20px 30px;
    border-radius: 10px;
}
.cp-section .img-box .exp-box .icon {
    width: 45px;
    margin-bottom: 10px;
}
.cp-section .img-box .exp-box .icon img {
    filter: invert(1);
}
.cp-section .img-box .exp-box h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 -4px 0;
}
.cp-section .img-box .exp-box p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}






/* vision-mission-section */
.vision-mission-section {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}
.vision-mission-section .sec-title {
    margin-bottom: 20px;
}
.vision-mission-section .sec-title h4 {
    color: #70b33e;
    font-weight: 400;
    font-size: 28px;
}
.vision-mission-section .img-box img {
    transition: all 500ms linear;
    transition-delay: 0.2s;
}
.vision-mission-section .img-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 30px;
}
.vision-mission-section .img-box:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.vision-mission-section .img-box:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}




/* .service-page-section */
.service-page-section {
    padding: 100px 0;
}
.service-page-section .sidebar {
    position: sticky;
    top: 120px;
}
.service-page-section .sidebar .list {
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
}
.service-page-section .sidebar .list h2 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 32px;
}
.service-page-section .sidebar .list ul li a {
    padding: 15px 0;
    margin-bottom: 0;
    color: #000;
    display: block;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #e3e3e8;
    font-weight: 700;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.service-page-section .sidebar .list ul li a.active, 
.service-page-section .sidebar .list ul li a:hover {
    color: var(--secondary-color);
}
.service-page-section .sidebar .list ul li:last-child a {
    border-bottom: none;
}
.service-page-section .sidebar .list ul li a::after {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    opacity: 0.8;
}

.service-page-section .content .img-box {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.service-page-section .content .sec-title h2 {
    font-size: 40px;
}

.service-page-section .content h4 {
    font-size: 25px;
    font-weight: 700;
    color: #cf6506;
    margin-bottom: 10px;
}

.service-page-section .icons-wrap {
    margin-top: 30px;
}
.service-page-section .icons-wrap .item {
    margin-bottom: 30px;
    padding: 0px;
    overflow: hidden;
    transition: all .4s ease-in-out;
}
.service-page-section .icons-wrap .item .icon {
    position: relative;
    z-index: 3;
    background-image: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    background-size: 200% auto;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.service-page-section .icons-wrap .item .icon img {
    width: 40px;
    filter: invert(1);
}
.service-page-section .icons-wrap .item .content {
    padding-top: 20px;
    margin-top: 20px;    
    border-top: 1px solid #DFE1DE;
}
.service-page-section .icons-wrap .item .content h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #03243c;
    text-transform: capitalize;
}

.service-page-section .content .me-products {
    margin-bottom: 20px;
}
.service-page-section .content .me-products .item .img-box {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.service-page-section .content .me-products .item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: #03243c;
    text-transform: capitalize;
}
.service-page-section .content .points {
    margin-bottom: 20px;
}
.service-page-section .content .points li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    padding-left: 30px;
    margin-bottom: 10px;
}
.service-page-section .content .points li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 20px;
    background-image: linear-gradient(267.43deg, var(--secondary-color) 4.95%, var(--primary-color) 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}




.table>thead {
    background-color: var(--primary-color);
}
.table>thead tr th {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
}
.table>tbody {
    border-top: none !important;
}





/* contact-section */
.contact-section {
    position: relative;
    display: block;
    padding: 80px 0;
}
.contact-section .sec-title {
    margin-bottom: 30px;
}
.contact-section .img-box {
    border-radius: 20px;
    overflow: hidden;
    margin-right: 40px;
}
.contact-section .inner {
    position: relative;
    display: block;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #EAECF0;
    border-bottom: 0;
    background-color: #f0f1e7;
    border-radius: 20px;
    padding: 60px 80px;
}
.contact-section .form-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
.contact-section .form-box fieldset {
    margin-bottom: 40px;
}
.contact-section .form-box label {
    color: var(--black);
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.contact-section .form-box input[type="text"], 
.contact-section .form-box input[type="email"], 
.contact-section .form-box select, 
.contact-section .form-box textarea {
    height: 38px;
    width: 100%;
    border: none;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: #414651;
    display: block;
    font-weight: 400;
    background-color: transparent;
    border-bottom: 1px solid #D0D5DD;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-section .form-box textarea {
    height: 100px;
}
.contact-section .form-box input::placeholder, 
.contact-section .form-box select::placeholder, 
.contact-section .form-box textarea::placeholder {
    
}

.contact-section .form-box button {
    border: none;
    margin-top: 0px;
}


.contact-section .contact-info ul {
    padding: 0;
}
.contact-section .contact-info ul li {
    border-bottom: 1px solid #DFE1DE;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.contact-section .contact-info ul li .content {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.contact-section .contact-info ul li h3 {
    font-size: 25px;
    color: #03243c;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
}
.contact-section .contact-info ul li .content p,
.contact-section .contact-info ul li .content p a {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.contact-section .contact-info ul li .icon {
    position: relative;
    display: inline-block;
    background-image: linear-gradient(to right, #005fa8 0%, #5fb108 50%, #005fa8 100%);
    background-size: 200% auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
}


.contact-section .contact-info ul li p {
    display: -ms-grid;
    display: grid;
    text-align: left;
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
}

.contact-section .contact-info ul li a {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}

.contact-section .contact-info ul li a.email {
    margin-top: 10px;
}


.map-section iframe {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 70px;
}





/* -----------------
Footer Section
--------------------*/
footer {
    position: relative;
    background: #06233a;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    padding: 70px 0 0;
    margin-bottom: 60px !important;
}
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #152952f0;
}

footer .footer-content {
    padding: 0px 0 60px;
}

footer .widget h2 {
    color: var(--secondary-color);
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    margin-right: 15px;
    padding-bottom: 0px;
    position: relative;
}


footer .widget p {
    color: #e3e3e3;
    margin: 0;
}
footer .widget-about .logo-box {
    margin-bottom: 30px;
    width: 240px;
}
footer .widget-about p {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

footer .widget-links,
footer .widget-contact {
    position: relative;
    display: block;
    margin-left: 15px;
}

footer .widget-links .nav-links ul {
    padding: 0;
    list-style-type: none;
}

footer .widget-links .nav-links ul li {
    margin-bottom: 0;
}

footer .widget-links .nav-links ul li a {
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

/* footer .widget-links .nav-links ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    padding-right: 10px;
    color: #7ed200;
    font-size: 12px;
} */

footer .widget-links .nav-links ul li a:hover {
    color: #a5e767;
    background-color: transparent;
}

footer .widget-contact .contact-info ul {
    padding: 0;
}

footer .widget-contact .contact-info ul li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

footer .widget-contact .contact-info ul li .content h3 {
    font-size: 14px;
    font-weight: 400;
    color: #ffffffb0;
    line-height: 22px;
    margin-bottom: 0;
}
footer .widget-contact .contact-info ul li .content p {
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
}
footer .widget-contact .contact-info ul li.phone .content p a {
    font-size: 25px;
    font-weight: 600;
}
footer .widget-contact .contact-info ul li .icon {
    position: relative;
    top: 5px;
    display: inline-block;
}
footer .widget-contact .contact-info ul li .icon span {
    position: relative;
    display: inline-block;
    font-size: 21px;
    color: #ffffff;
}

footer .widget-contact .contact-info ul li .content {
    position: relative;
    display: block;
    margin-left: 0px;
}

footer .widget-contact .contact-info ul li p {
    display: -ms-grid;
    display: grid;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

footer .widget-contact .contact-info ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

footer .widget-contact .contact-info ul li a.email {
    margin-top: 10px;
}

/* footer .widget-contact .contact-info h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
} */

/* ----------------------
Footer Bottom Section
------------------------*/
.footer-bottom {
    padding: 35px 0;
    border-top: 1px solid #ffffff1a;
}

.footer-bottom p,
.footer-bottom p a {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.footer-bottom .copyrights {
    float: none;
    text-align: center;
}

.footer-bottom .copyrights p span {
    margin-left: 10px;
}
.footer-bottom .copyrights p span a:hover {
    color: #a5e767;
}

.footer-bottom .design {
    float: right;
}

.social-icons {
    margin-top: 20px;
    margin-bottom: 0px;
}

.social-icons li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.social-icons li a {
    width: 35px;
    height: 35px;
    display: block;
    color: #fff;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: 600ms ease all;
    -o-transition: 600ms ease all;
    transition: 600ms ease all;
}
.social-icons li a:hover {
    /* background-color: var(--secondary-color);
    border-color: var(--primary-color); */
}
.social-icons li a:hover i {
    color: #fff;
}

.social-icons li a i {
    font-size: 16px;
}

/* ----------------------
Go To Top
------------------------*/
.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 40px;
    border: none;
    position: fixed;
    bottom: 120px;
    right: 60px;
    font-size: 22px;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--secondary-color);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-size: auto 200%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.scroll-top .fa {
    color: #fff;
}

.scroll-top:hover {
    background: var(--primary-color);
}


.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top span {
    color: #fff;
}

.scroll-top:hover span {
    color: #fff;
}


.whatsapp-chat-icon {
    border: none;
    position: fixed;
    bottom: 215px;
    right: 80px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.whatsapp-chat-icon.show {
    opacity: 1;
    visibility: visible;
}






.captcha-img {
    display: flex;
}

.captcha-img img {
    width: 200px;
}

#captcha_reload i {
    color: #000000;
    font-size: 22px;
    line-height: 40px;
    padding-left: 10px;
}

#captcha-field {
    margin: 0;
}

#captcha-error {
    text-align: center;
}

#captcha-error p {
    margin: 0;
}

#captcha_reload i {
    color: #000;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

#captcha-field {
    margin-top: 0px;
}

#captcha_image {
    width: 80%;
    height: 100%;
    margin: 0 0px 0 0;
    text-align: center;
}

#success_message {
    text-align: center;
    background-color: #dff2d5;
    padding: 5px 10px;
    border: 1px solid #399d04;
    margin-top: 20px;
}

#success_message h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.help-block.error,
#file-error p {
    color: #f00 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
}

#employment_type-error {
    position: absolute;
    top: 100%;
}

#error_message {
    text-align: center;
    background-color: #f2d5d5;
    padding: 5px 10px;
    border: 1px solid #9d0404;
    margin-top: 20px;
}

#error_message h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}





@media only screen and (max-width: 1560px) {
    .header {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 55px;
    }
    .bg-section {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    .banner-slider {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    .banner-carousel .content-box .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1320px) {
    
}

@media only screen and (max-width: 1399px) {
    .banner-slider .slide-content .content .sub-heading h4 {
        font-size: 16px;
    }
    .banner-slider .slide-content .content .heading h2 {
        font-size: 45px;
        margin-bottom: 15px;
    }
    .banner-slider .slide-content .content .sub-heading-2 h5 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1366px) {
    .navbar {
        padding: 0 30px;
    }
    .about-section .img-box .img-2 {
        position: absolute;
        bottom: -20px;
        right: 10px;
        border-radius: 14px;
        overflow: hidden;
    }
    .inner-banner .inner {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar .contact-info {
        display: none;
    }
    .inner-header {
        margin-top: 35px;
    }
    .inner-banner {
        margin-top: -80px;
    }
    
    .navbar .contact-info {
        display: none;
    }
    #main-nav #main-menu > li > a {
        padding: 10px 0;
    }
    .banner-slider .slide-content .content .sub-heading h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .banner-slider .slide-content .content .heading h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .banner-slider .slide-content .content .sub-heading-2 h5 {
        font-size: 25px;
    }
    .banner-carousel .content-box {
        top: 54%;
    }
    .banner-carousel .content-box .container {
        max-width: 960px;
    }
    .about-section .img-box .img-2 {
        bottom: -20px;
        right: 40px;
        width: 40%;
    }
    .about-section .right-box {
        margin-top: 50px;
    }
    .cp-section .content {
        margin-bottom: 50px;
    }
    .who-section .content .counter-box .counter-num {
        margin-right: 18px;
        width: 105px;
        height: 105px;
    }
    .who-section .content .counter-box .counter-num h2 {
        width: 100px;
        height: 100px;
    }
    .expertise-section .list-wrap ul {
        gap: 10px;
    }
    .service-page-section .sidebar {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }

    
    footer .widget {
        margin-bottom: 40px;
    }
    footer .widget-links, 
    footer .widget-contact {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .top-bar {
        display: none;
    }
    .navbar-brand.light {
        display: none;
    }
    .navbar-brand.dark {
        display: block;
        width: 200px;
    }
    .navbar-nav {
        margin-top: 30px;
    }
    #main-nav {
        margin-left: 0px;
        margin-top: 40px;
    }
    #main-nav #main-menu > li > a .sub-arrow {
        background-color: #f1f1f1;
        margin-left: 10px;
        top: 1px;
    }
    #main-nav #main-menu > li > a {
        color: #000;
    }
    .navbar-nav li .nav-link {
        padding: 10px 0px !important;
        color: var(--black) !important;
    }
    .dropdown .dropdown-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
    }
    .navbar-nav li.dropdown:hover .dropdown-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
    }
    .banner-carousel .content-box .wrapper {
        margin-top: 10px;
    }
    .banner-carousel .content-box .lower-box {
        margin-top: 20px;
    }
    .banner-carousel .content-box .lower-box .text {
        font-size: 2vw;
        line-height: 2.5vw;
    }
    .banner-carousel .content-box .container {
        max-width: 780px;
    }
    .banner-slider .slide-item {
        position: relative;
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .about-section .img-box .img-2 {
        bottom: 0px;
        right: 40px;
        width: 40%;
    }
    .who-section .content .counter-box {
        margin-bottom: 20px;
    }
    .who-section .img-box {
        margin-left: 0px;
    }
    .intro-video .intro-video-list ul li {
        width: calc(50% - 15px);
    }
    .counter-section .content {
        margin-left: 0px;
        margin-top: 50px;
    }
    .faq-section .content {
        margin-bottom: 50px;
    }
    .testimonials-section .sec-title h2 br {
        display: none;
    }
    .contact-section .form-box {
        margin-bottom: 40px;
    }
    
    footer .footer-newsletter .title {
        font-size: 26px;
    }
    footer .widget {
        margin-bottom: 40px;
    }
    .footer-bottom .copyrights,
    .footer-bottom .design {
        float: none;
    }
    .footer-bottom .copyrights p,
    .footer-bottom .design p {
        text-align: center;
    }
}


@media only screen and (max-width: 767px) {
    .navbar {
        padding: 0 0px;
    }
    .navbar .navbar-collapse {
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        position: absolute !important;
        width: 100%;
        top: 100%;
    }
    .inner-header #main-nav #main-menu > li > a {
        color: #000;
    }
    .inner-banner .inner .content h1 {
        font-size: 50px;
    }
    #main-nav {
        margin-left: 0px;
        margin-top: 0px;
    }
    #main-nav #main-menu > .dropdown > a .sub-arrow::after {
        height: 0;
    }
    #main-nav #main-menu > li > a .sub-arrow {
        top: 21px;
        right: 0;
        position: absolute;
    }
    .banner-slider .slide-item {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .banner-carousel .content-box {
        max-width: 100%;
        padding: 0 20px;
    }
    .banner-carousel .content-box h2 {
        margin-bottom: 0;
        font-size: 5.5vw;
        line-height: 5.5vw;
    }
    .banner-carousel .content-box .lower-box {
        width: 100%;
    }
    .banner-slider .slide-content .image {
        display: none;
    }
    .banner-slider .slide-content {
        padding: 240px 0 350px;
    }
    .sec-title h2 {
        font-size: 30px;
    }
    .bg-section {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        background-size: cover !important;
        background-position: center !important;
    }
    .how-works-section .sec-title {
        text-align: left;
    }
    .expertise-section .list-wrap ul {
        justify-content: flex-start;
        margin-top: 50px;
    }
    .intro-video .sec-title h2 {
        text-align: left;
    }
    .intro-video .video-play-button {
        justify-content: flex-start;
    }
    .intro-video .intro-video-list ul {
        flex-direction: column;
    }
    .intro-video .intro-video-list ul li {
        width: calc(100% - 15px);
    }

    .inner-banner {
        padding: 260px 0 160px;
    }
    .about-section .img-box {
        padding: 0 0px 70px 20px;
    }
    .about-section .img-box .exp-box {
        left: 0px;
        top: 5%;
    }
    .about-section .img-box .company-info {
        left: -25px;
    }
    .about-section .img-box .img-2 {
        bottom: 30px;
        right: 0px;
    }
    .testimonials-section .heading {
        position: relative;
        top: 0;
    }
    .testimonials-section .sec-title {
        margin-bottom: 30px;
    }
    .testimonials-section .slider .item {
        flex-direction: column;
    }
    .testimonials-section .slider .item .img-box, 
    .testimonials-section .slider .item .content {
        width: 100%;
    }
    .vision-mission-section .img-box {
        margin-bottom: 30px;
    }
    
    .whatsapp-chat-icon {
        bottom: 235px;
        right: 30px;
    }
    .scroll-top {
        bottom: 150px;
        right: 10px;
    }
    footer {
        margin-bottom: 20px !important;
    }
    footer .footer-newsletter .newsletter-form {
        max-width: 498px;
        margin: 0 auto 0 0;
        position: relative;
    }
    footer .footer-newsletter .title {
        font-size: 26px;
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 575px) {
    .navbar-brand {
        width: 180px;
    }
}

@media only screen and (max-width: 480px) {
    
}

