@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Poppins', sans-serif; */
:root {
    --primary-color: #5ab14b;
    --secondary-color: #09568d;
}


* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Nunito", sans-serif;
}

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: #000;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

.sec-title {
    text-align: center;
    margin-bottom: 50px;
}
.sec-title.title-left {
    text-align: left
}

.sec-title h2 {
    font-weight: 800;
    font-size: 42px;
    letter-spacing: 0;
    color: var(--secondary-color);
    text-transform: none;
    font-style: normal;
}
.sec-title h2 em {
    color: var(--primary-color);
    text-transform: none;
    font-style: normal;
}
.sec-title span {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3px;
    color: #b0b6bf;
    text-transform: uppercase;
    font-style: normal;
}

.sec-title p {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
}




.readon-btn {
    color: var(--secondary-color);
    font-weight: 800;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    transition: 0.5s ease;
}
.readon-btn:hover {
    color: var(--primary-color);
}
.readon-btn span {
    position: relative;
}
.readon-btn span::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    transition: width .3s;
    z-index: 1;
}
.readon-btn:hover span:before {
    width: 100%;
}
.readon-btn span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #000;
}

.readon-btn.arrow-right::after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
}


.header.main-header {
    position: absolute;
}
.header {
    position: relative;
    width: 100%;
    z-index: 9;
}

/* -----------------
Top Bar
--------------------*/

.main-header .top-bar {
    border-bottom: 1px solid #ffffff33;
}

.top-bar {
    background-color: transparent;
    padding: 0px 40px;
    border-bottom: 1px solid #00000033;
}

.top-bar .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    font-family: 'Roboto', sans-serif;
}
.main-header .top-bar .wrapper.left ul li {
    border-right: 1px solid #ffffff33;
}
.top-bar .wrapper.left ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 13px 20px 11px 0;
    border-right: 1px solid #00000033;
    color: #fff;
    font-size: 14px;
}
.top-bar .wrapper.left ul li:last-child {
    border-right: none;
}
.main-header .top-bar .wrapper.left ul li i {
    color: #fff;
}
.top-bar .wrapper.left ul li i {
    margin-right: 7px;
    color: var(--primary-color);
}
.main-header .top-bar .wrapper.left ul li a {
    color: #fff;
}
.top-bar .wrapper.left ul li a {
    transition: all 0.3s ease;
    color: #000;
}

.top-bar .wrapper.right ul {
    display: flex;
}
.main-header .top-bar .wrapper.right ul  {
    border-left: 1px solid #ffffff33;
}
.top-bar .wrapper.right ul {
    color: #ffffff;
    padding-left: 10px;
    border-left: 1px solid #00000033;
}
.top-bar .wrapper.right ul li {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    padding: 5px 0;
}
.main-header .top-bar .wrapper.right ul li a {
    color: #fff;
}
.top-bar .wrapper.right ul li a {
    color: #000;
    text-transform: capitalize;
    float: right;
    font-size: 13px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar .wrapper.right ul li a:hover {
    color: var(--primary-color);
}



/* -----------------
Navbar
--------------------*/

.navbar {
    padding: 0px 40px;
    background-color: transparent !important;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid #ffffff33;
}

.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: 170px;
}

.navbar-brand.dark {
    display: none;
}
.main-header .navbar-brand.dark {
    display: none;
}
.navbar-brand.dark {
    display: block;
}
.navbar-brand.light {
    display: none;
}
.main-header .navbar-brand.light {
    display: block;
}
.fixed-header .navbar-brand {
    width: 120px;
}
.fixed-header .navbar-brand.dark {
    display: block;
}
.fixed-header .navbar-brand.light {
    display: none;
}

/* .navbar {
  padding: 0;
  background-color: #fff !important;
  border-bottom: 1px solid #e7e7e7;
} */

/* Menu Lines */
.navbar .navbar-toggler {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.navbar .navbar-toggler-icon {
    width: 24px;
    height: 0px;
    position: relative;
    padding: 0;
    float: left;
    margin: 14px 0;
    border-top: 2px solid var(--primary-color);
}
.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: var(--primary-color);
}
.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;
}

.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-nav {
    margin-left: 70px;
}

.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: 50px 0px !important;
    color: #000 !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
}
.main-header .navbar-nav li .nav-link {
    color: #fff !important;
}
.fixed-header .navbar-nav li .nav-link {
    color: #000 !important;
    padding: 30px 0px !important;
}

.navbar-nav li .nav-link.active,
.navbar-nav li:hover .nav-link {
    color: var(--primary-color) !important;
}


.dropdown-menu {
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu li a {
    padding: 8px 30px;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    text-wrap-mode: wrap;
}
.dropdown-menu li a:hover,
.sub-dropdown-menu li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

@media (min-width: 992px) {
    .dropdown-menu li a:before {
        position: absolute;
        content: '';
        left: 18px;
        top: 18px;
        width: 0;
        height: 2px;
        background-color: transparent;
        -webkit-transition: all .500s ease-in-out;
        transition: all .500s ease-in-out;
    }
    .dropdown-menu li:hover a:before {
        background-color: rgba(255, 255, 255, .50);
        width: 10px;
    }
    .dropdown-menu li:hover a {
        padding-left: 40px;
    }
}

.dropdown-menu,
.sub-dropdown-menu {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: #fff;
    border-radius: 0;
    padding: 0px 0px !important;
    -webkit-box-shadow: 0 10px 10px 0 #00000017;
            box-shadow: 0 10px 10px 0 #00000017;
}

.dropdown-menu li a,
.sub-dropdown-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.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 {
    display: flex;
    gap: 15px;
}
.navbar .contact-info .icon i {
    font-size: 40px;
    color: var(--primary-color);
}
.main-header .navbar .contact-info .text h2 {
    color: #fff;
}
.navbar .contact-info .text h2 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
}
.main-header .navbar .contact-info .text h4,
.main-header .navbar .contact-info .text h4 a {
    color: #fff;
}

.navbar .contact-info .text h4,
.navbar .contact-info .text h4 a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
}

.fixed-header .contact-info .text h2 {
    color: #000 !important;
}
.fixed-header .contact-info .text h4 a {
    color: #000 !important;
}


@media only screen and (min-width: 992px) {
    .dropdown .dropdown-menu {
        display: block;
    }

    .sub-dropdown:hover .sub-dropdown-menu {
        display: block;
    }
}

/* -----------------
Banner Area
--------------------*/

.banner-slider .slide-1 {
    background: url("../images/banners/n-slider-01.jpg");
}
.banner-slider .slide-2 {
    background: url("../images/banners/n-slider-02.jpg");
}
.banner-slider .slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.banner-slider .slide-content {
    position: relative;
    z-index: 2;
    height: 100vh;
}
.banner-slider .slide-content .content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banner-slider .slide-content .content .sub-heading h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.banner-slider .slide-content .content .heading h2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.banner-slider .slide-content .content .heading h2 span {
    color: var(--primary-color);
}
.banner-slider .slide-content .content .button a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    border-radius: 6px;
    padding: 16px 32px;
    border: 2px solid #fff;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.banner-slider .slide-content .content .button a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.banner-slider .owl-nav button {
    position: absolute;
    top: 55%;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    background-color: #00000080 !important;
    border-radius: 50px;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.banner-slider .owl-nav button i {
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner-slider:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}
.banner-slider .owl-nav .owl-prev {
    left: 0px;
}
.banner-slider .owl-nav .owl-next {
    right: 0px;
}
.banner-slider:hover .owl-nav .owl-prev {
    left: 50px;
}
.banner-slider:hover .owl-nav .owl-next {
    right: 50px;
}



/* .banner-bottom */
.banner-bottom {
    background-image: url("../images/n-bg-02.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 0;
    background-color: var(--primary-color);
    position: relative;
    z-index: 1;
}
.banner-bottom .inner {
    margin-top: -220px;
}
.banner-bottom .box img {
    width: 70px;
}
.banner-bottom .box {
    position: relative;
    padding: 30px 50px 40px 30px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 9px 24px 0 rgba(26, 47, 106, .05);
    overflow: hidden;
    min-height: 390px;
}
/* .banner-bottom .box:before {
    content: counter(csptbox2, decimal-leading-zero) " ";
    counter-increment: csptbox2;
    color: transparent;
    font-family: Nunito, sans-serif;
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    font-weight: 900;
    top: 20px;
    right: 20px;
    z-index: 1;
    -webkit-text-stroke: 1px #e3e4e9;
} */
.banner-bottom .box .inner-box .content {
    padding-top: 30px;
}
.banner-bottom .box .inner-box .content h2 {
    color: var(--secondary-color);
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}
.banner-bottom .box .inner-box .content p {
    color: #000;
    font-weight: 500;
    font-size: 19px;
}
.banner-bottom .box .inner-box .content .box-btn {
    position: absolute;
    bottom: -70px;
    right: -50px;
    margin: 0;
}
.banner-bottom .box .inner-box .content .box-btn a {
    background: var(--secondary-color);
    border-radius: 50%;
    padding: 0;
    width: 130px;
    height: 130px;
    display: block;
    text-align: left;
    background-image: none;
    font-size: 0;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.banner-bottom .box .inner-box .content .box-btn a:hover {
    background: var(--primary-color);
}
.banner-bottom .box .inner-box .content .box-btn a i {
    position: absolute;
    display: inline;
    left: 45px;
    top: 40px;
    color: #fff;
    height: 14px;
    font-size: 18px;
    line-height: 14px;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.banner-bottom .inner2 {
    padding: 80px 0;
}
.banner-bottom .inner2 .item {
    display: flex;
    gap: 30px;
}
.banner-bottom .inner2 .item.i1 {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF80;
    padding-right: 30px;
}
.banner-bottom .inner2 .item .text p {
    padding: 0;
    margin: 0;
    padding-left: 0px;
    position: relative;
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}
.banner-bottom .inner2 .item .text span {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    padding-top: 5px;
    font-weight: normal !important;
    padding-left: 50px;
    position: relative;
    text-transform: none;
    line-height: normal;
}
.banner-bottom .inner2 .item .text span:before {
    content: "";
    position: absolute;
    top: 16px;
    width: 40px;
    height: 1px;
    background: #fff;
    left: 0;
}
.banner-bottom .inner2 .text-wrap {
    padding-left: 0px;
}
.banner-bottom .inner2 .text-wrap p {
    padding: 0;
    margin: 0;
    padding-left: 0px;
    position: relative;
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}
.banner-bottom .item .icon img {
    width: auto;
}



/* about-section */
.about-section {
    padding: 100px 0;
}
.about-section img {
    width: auto;
}
.about-section .box {
    position: relative;
}
.about-section .img-wrap img {
    border-radius: 8px;
    box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
}
.about-section .img-wrap:before {
    content: '';
    width: 290px;
    height: 290px;
    position: absolute;
    top: -45px;
    left: -45px;
    border-radius: 10px;
    background: url("../images/dot-pattern.png") repeat 0 0;
    z-index: -1;
}

.about-section .img-wrap::after {    
    content: '';
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: -35px;
    right: 95px;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--secondary-color);
}

.about-section .box .wrapper {
    position: absolute;
    top: 100px;
    right: 80px;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 9px 0 30px 0 rgba(26, 47, 106, .09);
    display: flex;
    align-items: center;
    gap: 10px;
    width: 250px;
}
.about-section .box .wrapper .circle-wrap .circle {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    border: 4px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-section .box .wrapper .circle-wrap h3 {
    color: var(--secondary-color);
    font-size: 35px;
    font-weight: 800;
    margin: 0;
}

.about-section .box .wrapper .text p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.about-section .content .text-wrap {
    margin-bottom: 50px;
}

.about-section .content .list li {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.about-section .content .list li .icon {
    width: 130px;
}
.about-section .content .list li .text h2 {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 800;
}
.about-section .content .list li .text p {
    font-size: 16px;
    line-height: 1.6;
    color: #6d7a8c;
    font-weight: 500;
}
.about-section .content .small-text p {
    color: #6d7a8c;
    font-size: 16px;
}
.about-section .content .small-text p .underline {
    text-decoration: underline !important;
    color: #000;
}




/* services-section */
.services-section {
    background-color: #f8f8f9;
    padding: 100px 0;
}
.services-section .sec-title {
    margin-bottom: 20px;
}
.services-section .box {
    margin-bottom: 40px;
}
.services-section .box .img-box {
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 6px;
}
.services-section .box .img-box img {
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
.services-section .box:hover .img-box img {
    transform: scale(1.1);
}
.services-section .box .box-content {
    position: relative;
    transform: translateY(0);
}
.services-section .box .box-content .inner {
    padding: 25px 30px 10px;
    background: #fff;
    margin: -30px 20px 0;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 9px 24px 0 rgba(26, 47, 106, .05);
}
.services-section .box .box-content .inner span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    color: var(--primary-color);
}
.services-section .box .box-content .inner h3 {
    color: var(--secondary-color);
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0 0 10px 0;
}
.services-section .box .box-content .inner .btn-wrap {
    margin-bottom: -35px;
}
.services-section .box .box-content .inner .btn-wrap a {
    width: 55px;
    display: inline-block;
    height: 55px;
    background-color: var(--primary-color);
    line-height: 55px;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}
.services-section .box .box-content .inner .btn-wrap a:hover {
    background-color: var(--secondary-color);
}
.services-section .bottom-text {
    margin-top: 80px;
}

.services-section .owl-nav {
    text-align: center;
    margin-top: 50px;
}
.services-section .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 18px !important;
    margin: 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 14px 0 #00000014;
    transition: allease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: allease 500ms;
}
.services-section .owl-nav button:hover {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
}







.video-bg-section {
    padding: 110px 0px 220px 0px;
    background: url("../images/n-bg-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.video-bg-section .inner .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.video-bg-section .inner .icon a:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.video-bg-section .inner .icon a::after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.video-bg-section .inner .icon a:before, 
.video-bg-section .inner .icon a::after {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}


.video-bg-section .inner .icon a {
    background-color: #FFFFFF;
    color: #0C121D;
    font-size: 15px;
    padding: 28px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
}
.video-bg-section .inner .text {
    text-align: center;
}
.video-bg-section .inner .text h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 800;
}


#video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    background-color: #fff;
}
  
#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
  
#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
  
#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
  
#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
  
#video-popup-close:hover {
    background: #fff;
    color: #000;
}






.subscribe-section {
    position: relative;
    z-index: 1;
}
.subscribe-section .sec-title span {
    color: #fff;
}
.subscribe-section .sec-title h2 em {
    color: #fff;
}
.subscribe-section .left-box {
    margin: -140px 0px 0px 0px;
    padding: 60px 110px 60px 0px;
    position: relative;
}
.subscribe-section .left-box .bg-image {
    background-image: url("../images/trans-pattern.png");
    border-radius: 0px 6px 6px 0px;
    background-color: rgb(10, 173, 235);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    margin-left: -366.5px;
    background-color: var(--primary-color);
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    width: auto;
    z-index: -1;
    overflow: hidden;
}

.subscribe-section .form-box .form-group {
    margin-bottom: 20px;
}

.subscribe-section .form-box input,
.subscribe-section .form-box textarea {
    border: 1px solid #dce5e7;
    font-size: 14px;
    background: #fff;
    color: #888888;
    height: 55px;
    border-radius: 5px;
    box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
}
.subscribe-section .form-box textarea {
    height: 100px;
}
.subscribe-section .form-box .submit-btn {
    background-color: var(--secondary-color);
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    padding: 18px 30px;
    border: none;
    border-radius: 5px;
}

.subscribe-section .right-box {
    padding: 60px 0px 0px 60px;
    position: relative;
}

.subscribe-section .right-box .inner-img-box {
    display: flex;
    position: relative;
}
.subscribe-section .right-box .inner-img-box .img-box {
    margin-right: 60px;
}
.subscribe-section .right-box .inner-img-box .img-box img {
    border-radius: 6px;
}
.subscribe-section .right-box .inner-img-box .content-box {
    position: relative;
    height: 100%;
}
.subscribe-section .right-box .inner-img-box .content-box .title {
    width: 40px;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 6px;
    vertical-align: middle;
    z-index: 20;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: 0 top;
    top: 0;
    left: calc(100% - 0px);
    width: 155px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    height: 45px;
}
.subscribe-section .right-box .inner-img-box .content-box h4 {
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    margin-top: 8px;
    margin-bottom: 0;
}
.subscribe-section .right-box .skills-set {
    margin-top: 50px;
}
.subscribe-section .right-box .skills-set .skillbar-title {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.subscribe-section .right-box .skills-set .skillbar .skill-bar-percent {
    color: #000;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: -45px;
    font-size: 15px;
    font-weight: 600;
}

.subscribe-section .right-box .skillbar {
	position:relative;
	display:inline-block;
	margin:15px 0;
	width:100%;
	background:#eee;
	height:8px;
	border-radius:10px;
	width:100%;
}

.subscribe-section .right-box .skillbar-bar {
	height:8px;
	width:0px;
    background-color: var(--primary-color);
	border-radius:10px;
	display:inline-block;
    position: relative;
    overflow: visible !important;
}

.subscribe-section .right-box .skillbar-bar::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    z-index: 999;
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50px;
    border: 3px solid var(--primary-color);
}




/* process-section */
.process-section {
    padding: 100px 0;
}

.process-section img {
    width: auto;
}

.process-section .box {
    text-align: center;
    position: relative;
}
.process-section .box:before {
    content: '';
    top: 55px;
    right: -30%;
    z-index: 1;
    width: 192px;
    height: 15px;
    display: block;
    position: absolute;
    background: url("../images/pattern-02.png") no-repeat 0 center;
}
.process-section .box3:before {
    background: none;
}
.process-section .box .icon {
    display: inline-block;
    text-align: center;
}
.process-section .box .icon .icon-wrap {
    font-size: 60px;
    margin-bottom: 35px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 0 24px 0 rgba(26, 47, 106, .13);
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-section .box1 .icon .icon-wrap:before {
    content: "01";
}
.process-section .box2 .icon .icon-wrap:before {
    content: "02";
}
.process-section .box3 .icon .icon-wrap:before {
    content: "03";
}
.process-section .box .icon .icon-wrap:before {
    color: #fff;
    height: 35px;
    width: 35px;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 700;
    bottom: -10px;
    right: -5px;
    z-index: 1;
    background-color: var(--secondary-color);
}
.process-section .box .icon .icon-wrap img {
    width: 60px;
}

.process-section .box .content h2 {
    font-size: 25px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.process-section .box .content p {
    color: #6d7a8c;
}





/* projects-section */
.projects-section .item {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}

.projects-section .item .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.projects-section .item .content:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    background-color: rgb(12 18 29 / 80%);
}
.projects-section .item:hover .content:after {
    visibility: visible;
    opacity: 1;
}
.projects-section .item .content .content-inner {
    position: relative;
    z-index: 5;
    height: 100%;
}
.projects-section .item .content .content-inner .icon {
    width: 37px;
    height: 37px;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    line-height: .8;
    color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 2;
    padding: 11px 17px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
}
.projects-section .item:hover .content .content-inner .icon {
    visibility: visible;
    opacity: 1;
    right: 40px;
}
.projects-section .item .content .content-inner .icon a {
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #1c325b;
    border-radius: 50%;
    font-size: 24px;
}
.projects-section .item .content .content-inner .icon a i {
    font-size: 20px;
}
.projects-section .item .content .content-inner .title {
    position: absolute;
    left: 30px;
    bottom: 15px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
}
.projects-section .item:hover .content .content-inner .title {
    visibility: visible;
    opacity: 1;
    bottom: 32px;
}
.projects-section .item:hover .content .content-inner .title span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.projects-section .item:hover .content .content-inner .title h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 5px;
}





/* .testimonials-section */
.testimonials-section {
    background-image: url("../images/map-02.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--primary-color);
    margin-top: -160px;
    margin-bottom: 0px;
    padding: 250px 0px 105px 0px;
}
.testimonials-section .inner .sec-title {
    margin-bottom: 20px;
}
.testimonials-section .inner .sec-title span,
.testimonials-section .inner .sec-title em {
    color: #fff;
}
.testimonials-section .inner .sec-title h2 {
    font-size: 36px;
    color: #fff;
}
.testimonials-section .inner .sec-title h2 em {
    display: block;
}
.testimonials-section .readon-btn {
    color: #fff;
    font-size: 16px;
}
.testimonials-section .readon-btn span:after {
    background-color: #fff;
}
.testimonials-section .inner h4 {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}
.testimonials-section .readon-btn:hover {
    color: #fff;
}
.testimonials-section .readon-btn span::before {
    background-color: #fff;
}

.testimonials-section .slider .item {
    position: relative;
}
.testimonials-section .slider .item:after {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 60px;
    line-height: 60px;
    bottom: 40px;
    right: 40px;
    transform: rotate(180deg);
    color: var(--primary-color);
}

.testimonials-section .slider .item .content {
    position: relative;
    padding-top: 40px;
    padding-left: 60px;
}
.testimonials-section .slider .item .content .img-box {
    position: absolute;
    top: 0;
    left: 0;
}
.testimonials-section .slider .item .content .img-box img {
    border-radius: 6px;
    height: 100px;
    width: 100px;
    border: 5px solid #fff;
    box-shadow: 0 0 30px rgba(140, 152, 164, .5);
}

.testimonials-section .slider .item .content .inner-box {
    background: #fff;
    padding: 40px 30px 50px 80px;
    border-radius: 6px;
}
.testimonials-section .slider .item .content .inner-box .text {
    padding-bottom: 5px;
    padding-top: 0;
}
.testimonials-section .slider .item .content .inner-box .text p {
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    border: 0;
    font-style: normal;
    font-weight: 400;
    background: transparent;
    color: var(--secondary-color);
}
.testimonials-section .slider .item .content .inner-box .info {
    position: relative;
    text-align: left;
    display: inline-block;
}
.testimonials-section .slider .item .content .inner-box .info h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700 !important;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 25px;
    color: var(--primary-color);
}
.testimonials-section .slider .item .content .inner-box .info span {
    color: #6d7a8c;
}
.testimonials-section .slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.testimonials-section .slider .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    background: #fff;
    border-radius: 12px;
    margin: 0 5px;
    outline: none;
}
.testimonials-section .slider .owl-dots .owl-dot.active {
    width: 30px;
    background: #fff;
}



.inner-banner {
    position: relative;
    z-index: 2;
}
.inner-banner .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.inner-banner .content-box {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
.inner-banner .content-box .caption-title {
    color: #fff;
    font-weight: 700;
    font-size: 3vw;
}


/* about-page-section */
.about-page-section {
    padding: 100px 0;
}
.about-page-section .sec-title {
    margin-bottom: 20px;
}
.about-page-section img {
    width: auto;
}
.about-page-section .box {
    position: relative;
    float: right;
}
.about-page-section .img-wrap img {
    border-radius: 8px;
    box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
}
.about-page-section .img-wrap:before {
    content: '';
    width: 290px;
    height: 290px;
    position: absolute;
    top: -45px;
    right: -45px;
    border-radius: 10px;
    background: url("../images/dot-pattern.png") repeat 0 0;
    z-index: -1;
}

.about-page-section .img-wrap::after {    
    content: '';
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: -35px;
    left: -45px;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--secondary-color);
}

.about-page-section .box .wrapper {
    position: absolute;
    top: 100px;
    left: -80px;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 9px 0 30px 0 rgba(26, 47, 106, .09);
    display: flex;
    align-items: center;
    gap: 10px;
    width: 250px;
}
.about-page-section .box .wrapper .circle-wrap .circle {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    border: 4px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-page-section .box .wrapper .circle-wrap h3 {
    color: var(--secondary-color);
    font-size: 35px;
    font-weight: 800;
    margin: 0;
}

.about-page-section .box .wrapper .text p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.about-page-section .content .text-wrap {
    margin-bottom: 50px;
}

.about-page-section .content .list li {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.about-page-section .content .list li .icon {
    width: 130px;
}
.about-page-section .content .list li .text h2 {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 800;
}
.about-page-section .content .list li .text p {
    font-size: 16px;
    line-height: 1.6;
    color: #6d7a8c;
    font-weight: 500;
}
.about-page-section .content .small-text p {
    color: #6d7a8c;
    font-size: 16px;
}
.about-page-section .content .small-text p .underline {
    text-decoration: underline !important;
    color: #000;
}

.vision-mission-section {
    background-color: var(--primary-color);
    padding: 60px 0;
}
.vision-mission-section .item {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    min-height: 330px;
}
.vision-mission-section .item .icon img {
    width: auto;
    filter: invert(1);
}
.vision-mission-section .item .icon-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.vision-mission-section .item .icon-wrap .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 15px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.vision-mission-section .item .icon-wrap .heading h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--secondary-color);
    margin: 0;
}





/* product-page-section */
.product-page-section {
    padding: 80px 0;
}
.product-page-section .products-list {
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 24px 0px rgba(26, 47, 106, 0.13);
}
.product-page-section .products-list .nav-tabs {
    display: block;
    border-bottom: 0;
}
.product-page-section .products-list .nav-tabs li button {
    text-align: left;
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dce5e7;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    padding-right: 30px;
    position: relative;
}
.product-page-section .products-list .nav-tabs li button::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
}
.product-page-section .products-list .nav-tabs li button.active,
.product-page-section .products-list .nav-tabs li button:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.product-page-section .tab-content .product-inner {
    padding-left: 40px;
}
.product-page-section .tab-content .product-inner .img-box {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 0px 24px 0px rgba(26, 47, 106, 0.13);
}
.product-page-section .tab-content .product-inner .box-content h3 {
    font-size: 25px;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 10px;
}




/* ----------------------
Contact Section
------------------------*/
.contact-section .sec-title {
    margin-bottom: 30px;
}
.contact-section .contact-details {
    margin-bottom: 60px;
}
.contact-section .contact-details .info {
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
    padding: 30px 25px;
    border: 1px solid #dce5e7;
    background-color: #fff;
    margin-bottom: 0px;
    display: flex;
    gap: 20px;
    min-height: 170px;
}
.contact-section .contact-details .info .icon-wrap {
    flex: 0 0 auto;
}

.contact-section .contact-details .info .icon-wrap .icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: var(--primary-color);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-section .contact-details .info .icon-wrap .icon img {
    filter: invert(1);
}

.contact-section .contact-details .info .text h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 5px;
}
.contact-section .contact-details .info .text a,
.contact-section .contact-details .info .text p {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    margin: 0;
}
.contact-section .contact-details .info .text p span {
    font-weight: 700;
}

.contact-section .wrap {
    padding: 60px 60px 60px 60px;
    background: #ffffff;
}
.contact-section {
    background: #f9f9f9;
    padding: 100px 0;
}

.contact-section .contact-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-section .contact-content .social-icons li a {
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-section .contact-content .social-icons li a i {
    color: #fff;
    font-size: 20px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    padding: 15px 20px 15px 20px;
    border-style: solid;
    border: 1px solid #dce5e7;
    background-color: #fff;
    width: 100%;
    opacity: 1;
    outline: none;
    box-shadow: 0 9px 24px 0 rgb(26 47 106 / 5%);
}




.contact-form fieldset {
    margin-bottom: 1em;
}


.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--primary-color);
}

.contact-form button {
    margin-top: 0px;
    font-size: 16px;
    color: #fff;
    background-color: var(--secondary-color);
    padding: 12px 30px 12px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    display: block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form button:hover {
    background-color: var(--primary-color);
}

.contact-form textarea {
    padding: 20px;
    height: 120px;
}

.contact-form::-webkit-input-placeholder {
    /* Edge */
    color: #cacaca;
}

.contact-form:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cacaca;
}

.contact-form::-moz-placeholder {
    color: #cacaca;
}

.contact-form::-ms-input-placeholder {
    color: #cacaca;
}

.contact-form::placeholder {
    color: #cacaca;
}

form fieldset .radio {
    margin-top: 10px;
    position: relative;
}

form fieldset .radio li {
    margin: 0 10px;
}

.contact-form input[type="radio"] {
    width: auto;
    margin-bottom: 0;
}

form fieldset .radio li label {
    width: auto;
}


.contact-section .contact-box {
    box-shadow: 0 9px 35px 0 rgb(26 47 106 / 7%);
    padding: 50px;
    background-color: #fff;
}


.contact-section .contact-box .address-box {
    display: flex;
    margin-bottom: 35px;
}

.contact-section .contact-box .address-box .icon {
    margin-right: 25px;
    width: 40px;
    height: 40px;
}

.contact-section .contact-box .address-box .text span {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
.contact-section .contact-box .address-box .text p {
    color: #ffffff;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.contact-section .contact-box .address-box .text a {
    color: #ffffff;
}




/* partners-section */
.partners-section {
    padding: 80px 0;
}
.partners-section img {
    width: auto;
}
.partners-section .tabs-wrap {
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.partners-section .nav-tabs {
    border: none;
    justify-content: center;
    gap: 10px;
}
.partners-section .nav-tabs .nav-link {
    border: none;
    padding: 15px 40px;
    isolation: auto;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    box-shadow: 0 5px 25px rgb(147 156 165 / 15%);
}
.partners-section .nav-tabs .nav-link::before {
    content: "\f058";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #000;
    display: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.partners-section .nav-tabs .nav-link.active::before,
.partners-section .nav-tabs .nav-link:hover::before {
    color: #fff;
}
.partners-section .nav-tabs .nav-link.active,
.partners-section .nav-tabs .nav-link:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.partners-section .tab-content {
    margin-top: 50px;
}
.partners-section .tab-content .tab-pane .content h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #1d1d18;
}
.partners-section .tab-content .tab-pane .content ul {
    margin-top: 30px;
}
.partners-section .tab-content .tab-pane .content ul li {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #1d1d18;
    font-family: "Manrope", sans-serif;
}
.partners-section .tab-content .tab-pane .content ul li::before {
    content: "\e930";
    font-family: icomoon;
    font-size: 16px;
    margin-right: 10px;
    color: var(--primary-color);
    position: relative;
    top: 2px;
}
.partners-section .tab-content .tab-pane .row {
    justify-content: center;
}
.partners-section .tab-content .item {
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}


/* footer-top */
.footer-top {
    padding: 70px 0;
    background-color: var(--secondary-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
/* .footer-top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/cspt-hand-image-2.png") no-repeat 0 center;
    top: 0;
    left: 62%;
    z-index: -1;
} */
.footer-top .left-box h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    position: relative;
    padding-left: 90px;
}
.footer-top .left-box h3:after {
    content: "\f2a0";
    font-family: "FontAwesome";
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: var(--primary-color);
    transform: rotate(-45deg);
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 500;
    font-size: 32px;
}
.footer-top .right-box {
    float: right;
}
.footer-top .right-box .book-btn {
    text-align: center;
    border: 1px solid transparent;
    background-color: transparent;
    color: #fff;
    border-style: solid;
    border-color: #fff;
    border-width: 2px;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 18px;
    padding-left: 40px;
    padding-right: 40px;
    transition: all 0.6s;
}
.footer-top .right-box .book-btn span {
    font-weight: 800;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
}
.footer-top .right-box .book-btn:hover {
    background-color: #fff;
    color: #000;
}






/* -----------------
Footer Section
--------------------*/
footer {
    background: #fff;
    padding-bottom: 50px;
}


footer .footer-content {
    padding: 70px 0;
}

footer .widget h2 {
    color: var(--secondary-color);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px;
    margin-right: 15px;
    padding-bottom: 10px;
    position: relative;
}
footer .widget h2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: var(--primary-color);
    width: 100px;
    height: 2px;
    z-index: 1;
}
footer .widget h2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: rgb(0 0 0 / 10%);
    width: 100%;
    height: 1px;
}

footer .widget p {
    color: #0c121db3;
    margin: 0;
}
footer .widget-about .logo-box {
    width: 230px;
    margin-bottom: 20px;
}
footer .widget-about p {
    text-align: justify;
    font-size: 19px;
    color: #000;
}
footer .widget .contact-box {
    background-color: #fff;
    padding: 20px 55px 20px 85px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 #0000000d;
    margin-top: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 700;
    color: var(--cspt-emphires-blackish-color);
}
footer .widget .contact-box:before {
    content: "\f2a0";
    font-size: 25px;
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    font-weight: normal;
    line-height: 50px;
    border-radius: 50px;
    color: #ffffff;
    background: var(--primary-color);
    width: 50px;
    height: 50px;
    text-align: center;
    transform: translateY(-50%) rotate(-45deg);
}
footer .widget .contact-box span {
    display: block;
}


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: #000;
    font-size: 19px;
    padding: 8px 0;
    font-weight: 500;
    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: 11px;
    color: var(--primary-color);
    font-size: 16px;
}

footer .widget-links .nav-links ul li:hover a,
footer .widget-links .nav-links ul li:hover a:before {
    color: var(--primary-color);
    background-color: transparent;
}

footer .widget-contact .contact-info ul {
    padding: 0;
}

footer .widget-contact .contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #fff;
    padding-bottom: 30px;
    padding-left: 30px;
}

footer .widget-contact .contact-info ul li i {
    position: absolute;
    left: 0;
    width: 20px;
    height: 40px;
    color: var(--primary-color);
    font-size: 18px;
    margin-right: 0px;
    text-align: center;
    border-radius: 60px;
    line-height: 37px;
}

footer .widget-contact .contact-info ul li p {
    display: -ms-grid;
    display: grid;
    text-align: left;
    color: #000;
    font-size: 19px;
    font-weight: 500;
}

footer .widget-contact .contact-info ul li a {
    color: #000;
    font-size: 19px;
    font-weight: 500;
}

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: 36px 20px;
    /* border-top: 2px solid #333; */
    box-shadow: 0 0 30px 0 #0000000d;
    position: relative;
}

.footer-bottom p,
.footer-bottom p a {
    margin: 0;
    color: #000;
    font-size: 19px;
    font-weight: 600;
}

.footer-bottom .copyrights {
    float: left;
}

.footer-bottom .design {
    float: right;
}

.social-icons {
    margin-top: 20px;
    margin-bottom: 0px;
}

.social-icons li {
    display: inline-block;
    margin: 0 5px;
}

.social-icons li a {
    width: 45px;
    height: 45px;
    display: block;
    background-color: #ffffff;
    border: 2px solid var(--secondary-color);
    border-radius: 7px;
    text-align: center;
    line-height: 45px;
    -webkit-transition: 600ms ease all;
    -o-transition: 600ms ease all;
    transition: 600ms ease all;
}
.social-icons li a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.social-icons li a:hover i {
    color: #fff;
}

.social-icons li a i {
    color: var(--secondary-color);
    font-size: 16px;
}

/* ----------------------
Go To Top
------------------------*/

.scroll-top {
    width: 55px;
    height: 55px;
    line-height: 40px;
    border: none;
    position: absolute;
    bottom: 105%;
    left: 50%;
    font-size: 22px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    z-index: 5;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: var(--secondary-color);
    -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 {
    bottom: 45px;
  }
  .scroll-top span{
    color: #fff;
  }
  /* .scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  } */
  






.captcha-img {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
    font-size: 14px;
}

#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: 1366px) {
    .about-section .img-wrap::after {
        right: 15px;
    }
    .about-page-section .content {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar .contact-info {
        display: none;
    }
    .banner-slider .slide-content {
        height: 90vh;
    }
    .banner-slider .slide-content .content {
        top: 60%;
    }
    .banner-bottom .inner {
        margin-top: 0;
    }
    .about-section {
        padding: 50px 0;
    }
    .sec-title h2 {
        font-size: 30px;
    }
    .subscribe-section .right-box .inner-img-box {
        display: flex;
        position: relative;
        flex-direction: column;
        gap: 10px;
    }
    .subscribe-section .right-box .inner-img-box .img-box {
        margin-right: 0;
    }
    .subscribe-section .right-box .inner-img-box .content-box .title {
        left: 0;
        transform: none;
        width: 100%;
    }
    .subscribe-section .right-box .skills-set {
        margin-top: 80px;
    }
    .testimonials-section .inner .sec-title h2 {
        font-size: 32px;
    }
    .footer-top .left-box h3 {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .top-bar {
        display: none;
    }
    .navbar {
        background-color: #fff !important;
        padding: 20px 20px;
    }
    .navbar-brand {
        width: 130px;
    }
    .navbar-brand.light {
        display: none !important;
    }
    .navbar-brand.dark {
        display: block !important;
    }
    .navbar-nav {
        margin-top: 30px;
        margin-left: 0;
        height: 70vh;
        overflow-y: scroll;
    }
    .navbar-nav li .nav-link {
        padding: 10px 0px !important;
        color: #000 !important;
    }
    .main-header .navbar-nav li .nav-link:not(.active) {
        color: #000 !important;
    }
    .fixed-header .navbar-nav li .nav-link {
        padding: 10px 0px !important;
    }
    .dropdown .dropdown-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
    }
    .navbar-nav li.dropdown:hover .dropdown-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
    }

    .banner-bottom .box {
        margin-bottom: 30px;
    }
    .banner-bottom .inner2 .item.i1 {
        border: none;
    }
    .banner-bottom .inner2 .text-wrap {
        padding-left: 0px;
        margin-top: 30px;
    }
    .about-section .img-wrap::after {
        right: 155px;
    }
    .about-section .content {
        margin-top: 80px;
    }
    .services-section .sec-title h2 em {
        display: inline-block;
    }
    .services-section .text-inner {
        margin-top: 30px;
    }
    .services-section .box {
        margin-bottom: 100px;
    }
    .services-section .bottom-text {
        margin-top: 0px;
    }
    .subscribe-section .right-box {
        padding: 60px 0px 0px 0px;
    }
    .testimonials-section .inner {
        margin-bottom: 50px;
    }
    .services-section .owl-nav {
        margin-top: 0px;
    }
    .testimonials-section .inner .sec-title h2 em {
        display: inline-block;
    }
    .partners-section img {
        width: 100%;
    }
    .process-section .box {
        margin-bottom: 40px;
    }
    .process-section .box:before {
        display: none;
    }
    .footer-top .left-box {
        padding-left: 40px;
    }
    .footer-top .right-box {
        float: left;
        margin-top: 20px;
    }
    .footer-top .right-box .book-btn {
        display: inline-block;
        margin-top: 30px;
    }
    .scroll-top.show {
        bottom: 125px;
    }
    .about-page-section .content {
        padding-right: 0px;
    }
    .vision-mission-section .item {
        margin-bottom: 30px;
    }
    .product-page-section .tab-content .product-inner {
        padding-left: 0px;
        margin-top:50px;
    }
    .contact-section .contact-details .info {
        margin-bottom: 20px;
    }
    .contact-section .contact-form {
        margin-top: 40px;
    }

    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) {
    .contact-section .contact-details .info {
        flex-direction: column;
    }
    .banner-slider .slide-content {
        height: 80vh;
    }
    .inner-banner .content-box {
        left: 6%;
    }
    .banner-slider .slide-content .content .sub-heading h4 {
        font-size: 14px;
    }
    .banner-slider .slide-content .content .heading h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .banner-slider .slide-content .content .button a {
        font-size: 14px;
        padding: 7px 16px;
    }
    .about-section .box .wrapper {
        top: 90%;
        left: 0;
    }
    .about-section .img-wrap::after {
        right: -25px;
    }
    .about-section .img-wrap::after {
        display: none;
    }
    .testimonials-section .slider .item .content {
        position: relative;
        padding-top: 70px;
        padding-left: 0;
    }
    .scroll-top {
        bottom: 130px;
    }
    .contact-section .contact-details .info {
        flex-direction: column;
    }
    .footer-top .right-box {
        margin-top: 0px;
    }
    .about-page-section .box .wrapper {
        top: 60px;
        left: 0;
    }
    .about-page-section .img-wrap::after {
        display: none;
    }
    .about-page-section .img-wrap:before {
        top:0;
        right: 0;
    }
    .footer-bottom .copyrights {
        margin-bottom: 10px;
    }

}


@media only screen and (max-width: 575px) {
    .banner-slider .slide-content {
        height: 70vh;
    }
    .banner-slider .slide-content .content .heading h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .banner-slider .slide-content .content .heading h2 br {
        display: none;
    }
    .banner-slider .slide-content .content .sub-heading h4 {
        font-size: 14px;
        line-height: 10px;
    }
    .banner-slider .slide-content .content .button a {
        font-size: 14px;
        padding: 8px 22px;
    }
}

@media only screen and (max-width: 425px) {
    .banner-slider .slide-content {
        height: 60vh;
    }
    .banner-slider .slide-content .content .heading h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .banner-slider .slide-content .content .sub-heading h4 {
        font-size: 16px;
        line-height: 10px;
    }
    .subscribe-section .left-box {
        padding: 60px 10px 60px 0px;
    }
}

