@font-face {
    font-family: 'assistantBold';
    src: url('../fonts/assistant/Assistant-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'assistantRegular';
    src: url('../fonts/assistant/Assistant-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'assistantMedium';
    src: url('../fonts/assistant/Assistant-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'overpassRegular';
    src: url('../fonts/overpass/Overpass-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'dosisBold';
    src: url('../fonts/dosis/Dosis-Bold.ttf') format('truetype');
}

.fontAssitantBold {
    font-family: 'assistantBold';
}

.fontAssitantReg {
    font-family: 'assistantRegular';
}

.fontAssitantMed {
    font-family: 'assistantMedium';
}

.fontOverpassReg {
    font-family: 'overpassRegular';
}

.fontDosisBold {
    font-family: 'dosisBold';
}

/*Main Css */
::selection {
    background: #87ceeb;
    color: #fff;
    text-shadow: none;
}

.emailVal.is-invalid {
    border-color: red !important;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.header_partner {
    display: flex;
    gap: 0px;
}

.header_partner a {
    position: relative;
}

.header_partner a:nth-child(1)::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    content: "";
    background-color: #204287;
}

.header_partner a:nth-child(1)>img {
    width: 45px;
    height: 100%;
    object-fit: contain;
}

.header_partner a>img {
    width: 100px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #204287;
}

/* Tabbing CSS */
[class^='box-'] {
    display: none;
}

[class^='box-'].showfirst {
    display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: '\f077';
}

body {
    font-family: 'Roboto';
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
    font-family: 'Century Gothic';
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type='submit'] {
    -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;
    display: inline-block;
    cursor: pointer;
}

/* a:hover {
    color: #e00000;
    text-decoration: none;
} */

p,
a {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

p {
    line-height: 26px;
    display: block;
}

span {
    display: inline-block;
}

/* Custom Slick Css */
.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

ul.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

ul.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -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;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}

span.arrows {
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    line-height: 39px;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    top: 0;
    border-radius: 0;
    background: #f7f7f7;
    color: #696969;
}

span.arrows.next {
    right: 1%;
}

textarea,
select,
/* input[type], */
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: 'Roboto';
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

/* Padding Classes */
.pad-sec {}

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

/* Global Css */
.sprite-icn:before {
    content: '';
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}

/* Heading Classes */
.mn-hd h1 {}

.mn-hd h2 {}

.mn-hd h3 {}

.mn-hd h4 {}

.mn-hd h5 {}

.mn-hd h6 {
    position: relative;
    font-size: 55px;
    font-family: 'Century Gothic';
    color: #060708;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mn-hd h6 span {
    font-weight: 400;
}

.mn-hd h6:after {
    content: '';
    background-color: #f9cf14;
    width: 165px;
    height: 7px;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.mn-hd p {
    font-size: 16px;
    font-family: 'Roboto';
    color: #4f5152;
    line-height: 1.6;
    font-weight: 400;
    /* height: 120px; */
}

.mn-hd p b {
    font-weight: 700;
}

/* .mn-btn a {
    background-image: -moz-linear-gradient(0deg, rgb(4, 188, 255) 0%, rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(4, 188, 255) 0%, rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(4, 188, 255) 0%, rgb(32, 66, 135) 100%);
    padding: 15px 45px;
    font-size: 20px;
    font-family: "Roboto";
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 50px;
}

.mn-btn a:hover {
    background-image: -moz-linear-gradient(180deg, rgb(4, 188, 255) 0%, rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(4, 188, 255) 0%, rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(4, 188, 255) 0%, rgb(32, 66, 135) 100%);
} */

.dark.mn-hd h6,
.dark.mn-hd p {
    color: #fff;
}

/* header CSS */
header {
    -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;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

header:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 6px;
    background-color: #021647;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/* .logo{margin-top:15px;display:inline-block;} */
/* .logo img{display:block;} */

/*Top Header*/
.top-header {
    background-image: url(../images/topheader-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 0;
    /* background-position: center; */
}

.top-header ul li {
    display: inline-block;
}

.top-header .topHeader-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header .cta li {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.top-header .cta li:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #4d689f;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.top-header .cta li a {
    font-size: 16px;
    font-family: 'Roboto';
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

.top-header .social li {
    padding-right: 5px;
}

.top-header .social li.last {
    padding-right: 0;
}

.top-header .social li a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(249, 207, 20);
    border-radius: 50%;
    background-color: rgba(22, 22, 22, 0);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgb(249, 207, 20);
}

.top-header .social li a:hover {
    background-color: rgb(249, 207, 20);
    color: #204287;
}

/* Menu Css */
.main-header {}

.menuWrap {
    padding-top: 20px;
}

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 60px;
}

.menu li.last {
    padding-right: 0;
}

.menu li a {
    display: block;
    font-size: 18px;
    color: rgb(53, 53, 53);
    font-weight: 300;
}

.menu li:hover a,
.menu li.active a {
    color: #204287;
}

.menu li.nav-btn a {
    background-image: -moz-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    border-radius: 50px;
    padding: 15px 55px;
    font-size: 16px;
    font-family: 'Roboto';
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 1.2;
}

.menu li.nav-btn a:hover {
    background-image: -moz-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
}

/* Dropdown CSS*/
@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }

    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }

    100% {
        top: 20px;
        opacity: 1;
    }
}

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 380px;
    left: -80px;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    border-radius: 9px;
    animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 15px;
    padding-right: 0;
}

ul.dropdown li.last {
    padding-bottom: 0;
}

ul.dropdown li a {}

ul.dropdown li.last a {
    margin-bottom: 0px;
}

ul.dropdown li a:hover {
    color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
    animation: btot 0.5s forwards;
    z-index: 9;
}

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    /* bottom: -30px; */
    margin: auto;
    z-index: 9;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #f9cf14;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #ffffff;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/* Main Banner CSS */
.mainBanner {
    /* background-size: cover;
    background-position: center;
    /* min-height: 100vh; */
    /*  background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    max-height: 600px;
    padding: 100px 0 265px; */

    background-size: 100% 100%;
    background-position: center;
    /* min-height: 100vh; */
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    /* max-height: 600px; */
    /* padding: 100px 0 265px; */
    height: 640px;

}

.mainBanner h1,
.mainBanner p {
    text-shadow: 1px 1px 10px #000;
}

/* .mainBanner::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0000007a;
    z-index: 2;
    top: 0;
} */

/* .mainBanner::before {
    position: absolute;
    content: '';
    width: calc(100% - 485px);
    height: 100%;
    background-color: #204287ba;
    transform: skew(-10deg);
    z-index: 3;
    top: 0;
    left: -74px;
} */

.mainBanner h1 {
    font-size: 55px;
    font-family: 'Century Gothic';
    color: #060708;
    line-height: 1.2;
    font-weight: 700;
}

.mainBanner h1 span {
    font-weight: 400;
    display: inline;
}

.mainBanner p {
    font-size: 19px;
    color: #060708;
    line-height: 1.5;
    font-weight: 300;
    /* text-transform:uppercase; */
    padding: 20px 0 45px;
}

/* .mainBanner .banner-btn a {
    background-image: -moz-linear-gradient(0deg, rgb(4, 188, 255) 0%, rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(4, 188, 255) 0%, rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(4, 188, 255) 0%, rgb(32, 66, 135) 100%);
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    padding: 14px 40px;
    border-radius: 50px;
}

.mainBanner .banner-btn a:hover {
    background-image: -moz-linear-gradient(180deg, rgb(4, 188, 255) 0%, rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(4, 188, 255) 0%, rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(4, 188, 255) 0%, rgb(32, 66, 135) 100%);
} */

.index-slider .slick-arrow {
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

button.slick-prev.slick-arrow {
    right: auto;
}

.index-slider .slick-arrow:after {
    content: '\f30a';
    position: absolute;
    font-size: 30px;
    font-family: 'Font Awesome 5';
    background-color: #0a80c2;
    background-image: -moz-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    color: #fff;
    line-height: 69px;
    transition: all 0.4s ease-In-out;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
}

.index-slider .slick-next.slick-arrow:after {
    content: '\f30b';
    left: auto;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.index-slider .slick-arrow:hover:after {
    background-color: transparent;
    transition: all 0.4s ease-In-out;
    background-image: -moz-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
}

/*Home Section 1*/
.homeSection1 {
    width: 100%;
    height: auto;
    padding: 100px 0 60px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.hSec1-hd {
    padding-bottom: 50px;
}

.hSec1-card {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
    width: 100%;
    min-height: 480px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.hSec1-card::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 2;
    content: "";
    border-radius: 20px;
}

.hSec1-card>* {
    z-index: 3;
    position: relative;
    color: white !important;

}

.hSec1_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;

}

.hSec1-card:hover .hSec1_image img {
    transform: scale(1.3);
}

.hSec1_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in;
}

.hSec1-card h5 {
    font-size: 27px;
    font-family: 'Century Gothic';
    color: #060708;
    line-height: 1.3;
    font-weight: 400;
    padding: 30px 0 25px;
}

.hSec1-bottom {
    padding-top: 180px;
}

.hSec1-bottom p {
    padding-right: 40px;
    text-align: right;
    font-size: 19px;
}

.hSec1-bottom h6 {
    text-align: left;
    padding-left: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.aboutSection2 .hSec1-bottom h6:after {
    width: 7px;
    height: 165px;
    top: 0;
    bottom: 0;
    right: 0;
    /* margin: 0; */
    margin-right: 0;
}

.aboutSection2 .hSec1-bottom p {
    padding-right: 40px;
    text-align: left;
    font-size: 19px;
}

.hSec1-bottom h6:after {
    width: 7px;
    height: 165px;
    top: 0;
    bottom: 0;
    right: auto;
    left: -20px;
}

/*Home Section 2*/
.homeSection2 {
    width: 100%;
    padding: 40px 0 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.homeSection2 ul {
    display: flex;
    justify-content: center;
    height: 500px;
    align-items: center;
}

.homeSection2 ul li {
    position: relative;
    height: 200px;
    width: 300px;
    display: flex;
    justify-content: center;
}

.homeSection2 ul li:nth-child(2n) {
    padding-top: 30px;
}

.homeSection2 ul li img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

.homeSection2 ul li:hover img {
    transform: scale(1.1);
}

.homeSection2 ul li.last {
    padding-right: 0;
}

.homeSection2 ul li .hsec2-icon {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #f9cf14;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 10px;
}

.homeSection2 ul li:nth-child(2n) .hsec2-icon {
    background-color: #fff;
}

.homeSection2 ul li .hsec2-icon:after {
    content: '';
    width: 180px;
    height: 180px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: -12px;
    animation: circlesize 6s linear infinite;
}

@keyframes circlesize {

    0%,
    100% {
        transform: rotate(0deg);
        width: 180px;
        height: 180px;
    }

    50% {
        transform: rotate(360deg);
        width: 160px;
        height: 165px;
    }
}

.homeSection2 ul li:nth-child(2n) .hsec2-icon:after {
    border-color: #f9cf14;
}

.homeSection2 ul li .hsec2-icon span {
    border-radius: 50%;
    background-image: -moz-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    width: 44px;
    height: 44px;
    position: absolute;
    font-size: 22px;
    font-family: 'Century Gothic';
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    top: 15px;
    left: 0;
    z-index: 1;
    animation: updownspan 2s ease-in-out infinite;
}

@keyframes updownspan {

    0%,
    100% {
        top: 15px;
        left: 0;
    }

    50% {
        top: 10px;
        left: 5px;
    }
}

.homeSection2 ul li:nth-child(2n) .hsec2-icon span {
    background-image: none;
    background-color: #f9cf14;
}

.homeSection2 ul li h5 {
    font-size: 25px;
    font-family: 'Century Gothic';
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding-top: 30px;
}

/*Home Section 3*/
.homeSection3 {
    width: 100%;
    height: auto;
    padding: 125px 0 60px;
}

.hSec3-cont h6 {
    text-align: left;
    padding-bottom: 25px;
    margin-bottom: 35px;
    font-size: 46px;
}

.hSec3-cont h6:after {
    right: auto;
}

.hSec3-cont p {
    padding-bottom: 40px;
}

/*Home Section 4*/
.homeSection4 {
    width: 100%;
    height: auto;
    padding: 100px 0 120px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}

.homeSectionBorder {}

.hSec4-hd {
    padding-bottom: 35px;
}

.hSec4-card {
    transition: all 0.4s ease-in-out;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(10, 191, 255);
    border-radius: 9px;
    background-color: rgb(255, 255, 255);
    padding: 7px;
    width: 100%;
    min-height: 450px;
}

.hSec4-card h5 {
    font-size: 28px;
    font-family: 'Century Gothic';
    color: rgb(35, 34, 34);
    font-weight: bold;
    line-height: 1.25;
    padding-left: 10px;
    padding-top: 25px;
    font-weight: 700;
}

.hSec4-card p {
    font-size: 16px;
    padding: 20px 0 0 10px;
}

.slick-current .hSec4-card {
    border-color: #153881;
}

.hSec4-card:hover {
    border-color: #f9cf14;
}

.service-slider .slick-arrow {
    z-index: 3;
    font-size: 0;
    cursor: pointer;
}

.service-slider .slick-arrow:after {
    content: '\f104';
    position: absolute;
    font-size: 22px;
    font-family: 'Font Awesome 5';
    color: #53450b;
    line-height: 55px;
    transition: all 0.4s ease-In-out;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(180deg, #f9cf14 0%, #f9cf14 100%);
    background-image: -webkit-linear-gradient(180deg, #f9cf14 0%, #f9cf14 100%);
    background-image: -ms-linear-gradient(180deg, #f9cf14 0%, #f9cf14 100%);
    z-index: 3;
    bottom: -10px;
    left: 15px;
    margin: auto;
}

.service-slider .slick-next.slick-arrow:after {
    content: '\f105';
    left: auto;
    right: 15px;
    margin: auto;
}

.service-slider .slick-arrow:hover:after {
    background-image: -moz-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    transition: all 0.4s ease-In-out;
    color: #fff;
}

.service-slider ul.slick-dots {
    padding: 0;
    width: calc(100% - 250px);
    text-align: left;
    margin: auto;
    text-align: center;
    padding-top: 60px;
    display: flex;
    height: 90px;
}

.service-slider .slick-dots li.slick-active button {
    height: 16px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
}

.service-slider ul.slick-dots li {
    margin-right: 0;
    width: 100%;
}

.service-slider .slick-dots li button {
    width: 100%;
    height: 3px;
    background-color: #b8d3e4;
    border-radius: 0;
}

/*Home Section 5*/
.homeSection5 {
    width: 100%;
    height: auto;
    padding: 60px 0 95px;
}

.hSec5-cont {
    padding-right: 50px;
}

.hSec5-cont h6 {
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 45px;
}

.hSec5-cont h6:after {
    right: auto;
}

.hSec5-card {
    width: 100%;
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(213, 213, 213);
    padding: 30px 35px 25px 25px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 25px;
}

.hSec5-card:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 8px;
    width: 35px;
    height: 35px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(213, 213, 213);
    background-color: #fff;
    transform: rotate(57deg);
    border-top: none;
    border-left: none;
}

.hSec5-card p {
    font-size: 21px;
    font-family: 'Roboto';
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.619;
    padding-bottom: 20px;
    font-style: italic;
    letter-spacing: 0.3px;
}

.hSec5-card h5 {
    font-size: 18px;
    font-family: 'Roboto';
    color: rgb(6, 189, 255);
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500;
}

.hSec5-card em {
    color: #153881;
    font-size: 15px;
    font-weight: 300;
}

ul.slick-dots {
    padding: 10px 0 0;
    text-align: left;
}

.slick-dots li.slick-active button {
    background-color: #193b83;
    width: 60px;
    height: 9px;
}

ul.slick-dots li {
    margin-right: 10px;
}

.slick-dots li button {
    width: 20px;
    height: 9px;
    background-color: #bac4da;
    border-radius: 15px;
}

/*Home Section 6*/
.homeSection6 {
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.homeSection6 h6 span {
    font-size: 55px;
    color: #f9cf14;
    display: block;
}

.homeSection6 h6 {
    font-size: 45px;
    color: #fff;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.homeSection6 p {
    color: #fff;
    font-size: 19px;
    padding-bottom: 25px;
    width: 90%;
    margin: auto;
}

/*Home Section 7*/
.homeSection7 {
    width: 100%;
    height: auto;
    padding: 70px 0 110px;
}

.homeSection7 ul {
    padding: 0 40px;
}

.hSec7-hd {
    padding-bottom: 60px;
}

.hSec7-card {
    margin-top: 15px;
}

.hSec7-img {
    width: 330px;
    height: 330px;

    position: relative;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}

.hSec7-img:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #163c83;
    position: absolute;
    top: 0px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.hSec7-card:hover .hSec7-img:before {
    background-color: #f9cf14;
}

.hSec7-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
    z-index: 2;
    padding-top: 20px;
    border-radius: 50%;
}

.hSec7-cont {
    width: 100%;
    background-color: #ccc;
    margin-top: -130px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(21, 56, 129, 0);
    border-radius: 9px;
    background-color: rgba(249, 207, 20, 0);
    text-align: center;
    padding: 140px 30px 30px 30px;
    transition: all 0.4s ease-in-out;
}

.hSec7-card:hover .hSec7-cont {
    border-color: #f9cf14;
}

.hSec7-cont h5 {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 5px;
    color: #403819;
}

.hSec7-cont p {
    font-size: 18px;
    color: #403819;
    font-weight: 400;
    padding-bottom: 20px;
    line-height: 1.2;
}

.hSec7-cont ol li {
    display: inline-block;
    padding-right: 10px;
}

.hSec7-cont ol li a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(21, 56, 129);
    border-radius: 50%;
    background-color: rgba(12, 21, 41, 0);
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: rgb(21, 56, 129);
    line-height: 30px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.hSec7-card:hover .hSec7-cont ol li a {
    color: f9cf14;
    border-color: f9cf14;
}

.hSec7-card:hover .hSec7-cont ol li a:hover {
    background-color: #fff;
    border-color: #fff;
}

.team-slider .slick-arrow {
    z-index: 3;
    font-size: 0;
    cursor: pointer;
}

.team-slider .slick-arrow:after {
    content: '\f104';
    position: absolute;
    font-size: 22px;
    font-family: 'Font Awesome 5';
    color: #fff;
    line-height: 55px;
    transition: all 0.4s ease-In-out;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    z-index: 3;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
}

.team-slider .slick-next.slick-arrow:after {
    content: '\f105';
    left: auto;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.team-slider .slick-arrow:hover:after {
    background-image: -moz-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    transition: all 0.4s ease-In-out;
}

.slick-current .hSec7-img:before {
    background-color: #f9cf14;
}

/*Home Section 8*/
.homeSection8 {
    width: 100%;
    height: auto;
    padding: 230px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.hSec8-hd {
    padding-bottom: 40px;
}

.hSec8-img {
    position: relative;
    font-size: 0;
}

.hSec8-date {
    position: absolute;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    width: 65px;
    height: 100%;
    border-radius: 10px 0 0 10px;
    padding: 10px 10px 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
}

.hSec8-date:after,
.hSec8-date:before {
    content: '';
    border-radius: 50%;
    background-color: rgb(249, 207, 20);
    width: 72px;
    height: 53px;
    position: absolute;
    bottom: 0;
}

.hSec8-date:after {
    bottom: -26px;
    right: 13px;
}

.hSec8-date:before {
    width: 34px;
    height: 35px;
    background-color: rgb(25, 59, 131);
    z-index: 1;
    right: -8px;
    bottom: -14px;
}

.hSec8-card h4 {
    font-size: 25px;
    font-family: 'Century Gothic';
    color: rgb(6, 7, 8);
    font-weight: bold;
    line-height: 1.3;
    padding: 30px 0 15px;
}

.hSec8-card a {
    font-size: 22px;
    font-family: 'Roboto';
    color: rgb(9, 190, 255);
    text-decoration: underline;
    line-height: 1.2;
}

.hSec8-card a:hover {
    color: rgb(6, 7, 8);
}

.hSec8-date span {
    font-size: 19px;
    font-family: 'Century Gothic';
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    transform: rotate(270deg);
    white-space: nowrap;
    width: 100%;
}

.hSec8-date h5 {
    border-top: 1px solid #7be3fe;
    padding-top: 5px;
    margin-top: 20px;
    font-size: 17px;
    font-family: 'Century Gothic';
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

/*Home Section 9*/
.homeSection9 {
    padding: 120px 0 130px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 70px;
}

.hSec9-hd {
    padding-bottom: 65px;
}

.homeSection9 ul {
    display: flex;
    justify-content: center;
}

.homeSection9 ul li {
    padding-right: 0px;
}

.homeSection9 ul li.last {
    padding-right: 0;
    position: relative;
}

.homeSection9 ul li:nth-child(1) {}

.homeSection9 ul li:nth-child(2) {
    margin-top: 20px;
}

.homeSection9 ul li:nth-child(3) {
    margin-top: -30px;
}

.homeSection9 ul li:nth-child(4) {}

.homeSection9 ul li:nth-child(5) {
    margin-top: 35px;
}

.homeSection9 ul li:nth-child(6) {
    top: 55px;
}

.homeSection9 ul li a img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

.homeSection9 ul li a:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

/*Home Section 10*/
section.homeSection10.mn-hd {
    position: relative;
    margin-bottom: -200px;
}

.hSec10-card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 55px 120px;
    border-radius: 20px;
    z-index: 2;
    position: relative;
}

.hSec10-card h6 {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 50px;
}

.hSec10-card h6:after {
    display: none;
}

.hSec10-form .hSec10-feild {
    position: relative;
}

.hSec10-feild input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(30, 28, 16);
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 65px;
    border-radius: 50px;
    padding: 0 190px 0 40px;
}

.hSec10-feild button {
    background-image: -moz-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(120 152 216) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(120 152 216) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(120 152 216) 100%);
    width: 160px;
    height: 55px;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    ont-size: 22px;
    font-family: 'Roboto';
    color: rgb(255, 255, 255);
    line-height: 1.2;
    transition: all 0.4s ease-in-out;
}

.hSec10-feild button:hover {
    background-image: -moz-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(120 152 216) 100%);
    background-image: -webkit-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(120 152 216) 100%);
    background-image: -ms-linear-gradient(180deg,
            rgb(4, 188, 255) 0%,
            rgb(120 152 216) 100%);
}

/*Footer*/
footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 280px 0 0;
    z-index: 1;
    position: relative;
}

.soclai-icon {
    padding-top: 25px;
}

.soclai-icon li {
    display: inline-block;
    padding-right: 15px;
}

.soclai-icon li.last {
    padding-right: 0;
}

.soclai-icon li a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgba(22, 22, 22, 0);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

.soclai-icon li a:hover {
    border-color: transparent;
    background-color: #f9cf14;
    color: #162c59;
}

.widget h5 {
    font-size: 20px;
    font-family: 'Century Gothic';
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 30px;
}

.footer-nav li {
    padding-bottom: 15px;
}

.footer-nav li.last {
    padding-bottom: 0;
}

.footer-nav li a {
    font-size: 17px;
    font-family: 'Roboto';
    color: rgb(255, 255, 255);
    line-height: 1.2;
    font-weight: 300;
}

footer a {
    text-decoration: none;
}

.footer-nav li a:hover,
.footer-cta li a:hover,
.footer-cta li a:hover span,
.footer-cta li a:hover p {
    color: #f9cf14;
}

.footer-cta li {
    padding-bottom: 20px;
}

.footer-cta li a {
    display: flex;
}

.footer-cta li a span {
    font-size: 22px;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.footer-cta li a p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    padding-left: 10px;
    transition: all 0.4s ease-in-out;
}

.footer-cta li a p em {
    display: block;
    font-weight: 500;
}

.copyright {
    width: 100%;
    padding-top: 15px;
    margin-top: 75px;
    border-top: 2px solid #2c4069;
}

.copyright p,
.copyright a {
    font-size: 17px;
    font-family: 'Roboto';
    color: rgb(255, 255, 255);
    line-height: 1.2;
    font-weight: 300;
}

.copyright ul {
    text-align: right;
}

.copyright ul li {
    display: inline-block;
    position: relative;
    padding-right: 12px;
    margin-right: 10px;
    border-right: 2px solid #fff;
}

.copyright ul li.last {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.copyright a:hover {
    color: #f9cf14;
}

.copyright p a img {
    margin-bottom: -4px;
    width: 15px;
    /* margin-top: 10px; */
    margin-left: 2px;
}

/*Inner Pages*/
.innerBanner {
    min-height: 550px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.innerBanner h1 {
    font-weight: 200;
    font-size: 50px;
    color: #ffffff;
    line-height: 1.1;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.6);
    padding-bottom: 25px;
}

.innerBanner h1 span {
    /* font-weight: 700; */
}

.innerBanner ul li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.innerBanner ul li.last {
    padding-right: 0;
}

.innerBanner ul li:after {
    content: '\f105';
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: #162d59;
    font-family: 'Font Awesome 5';
    position: absolute;
    right: 3px;
    top: 0;
}

.innerBanner ul li.last:after {
    display: none;
}

.innerBanner ul li a,
.innerBanner ul li p {
    font-size: 20px;
    color: #060708;
    font-weight: 300;
    line-height: 1;
}

.innerBanner ul li a:hover {
    color: rgb(4, 188, 255);
}

/*About Us Page*/
.aboutSection1 {
    padding: 45px 0;
}

.sec-title h4 {
    font-weight: 600;
    color: #000;
}

.aboutSec1-cont {
    padding-left: 30px;
    padding-top: 70px;
}

.content-column ul {
    list-style: none !important;
    padding-left: 0px;
}

.case_study_nav>div,
.tools_nav>div {
    text-align: center
}

.crossTool {
    position: relative;
    height: 600px;
    width: 100%;
}

.crossTool>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    transform: translate(-50%, -50%)
}

.crossTool>div>img {
    animation: scaleBig 2s linear infinite alternate;
}

.crossBigWrapper>img {
    transform: scale(0.6);
    position: absolute;

}

@keyframes scaleBig {
    from {
        transform: scale(0.6);
    }

    to {
        transform: scale(0.8);
    }
}

.crossBigWrapper>img:nth-child(1) {
    top: -10px;
    left: 130px;
    animation-delay: 0.5s
}

.crossBigWrapper>img:nth-child(2) {
    top: -10px;
    right: 140px;
    animation-delay: 1s
}

.crossBigWrapper>img:nth-child(3) {
    top: 130px;
    left: 0px;
    animation-delay: 1.5s
}


.crossBigWrapper>img:nth-child(4) {
    top: 130px;
    right: 0px;
    animation-delay: 2s
}

.crossBigWrapper>img:nth-child(5) {
    bottom: -10px;
    left: 140px;
    animation-delay: 2.5s
}

.crossBigWrapper>img:nth-child(6) {
    bottom: 0px;
    right: 100px;
    animation-delay: 3s
}

.crossBigWrapper>img:nth-child(7) {
    bottom: 130px;
    left: 0px;
    animation-delay: 3.5s
}

.crossBigWrapper>img:nth-child(8) {
    bottom: 130px;
    right: 0px;
    animation-delay: 4s
}


.crossSmallWrapper {
    width: 350px;
    height: 350px;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.crossSmallWrapper>img {
    transform: scale(0.6);
    position: absolute;
}

.crossSmallWrapper>img:nth-child(1) {
    top: -45px;
    left: 120px;
    animation-delay: 0.3s
}

.crossSmallWrapper>img:nth-child(2) {
    top: 120px;
    right: -50px;
    animation-delay: 0.6s
}

.crossSmallWrapper>img:nth-child(3) {
    top: 0px;
    left: 0px;
    animation-delay: 0.9s
}

.crossSmallWrapper>img:nth-child(4) {
    top: 0px;
    right: 0px;
    animation-delay: 1.2s
}

.crossSmallWrapper>img:nth-child(5) {
    bottom: 0px;
    left: 0px;
    animation-delay: 1.5s
}

.crossSmallWrapper>img:nth-child(6) {
    bottom: 0px;
    right: 0px;
    animation-delay: 1.8s
}

.crossSmallWrapper>img:nth-child(7) {
    bottom: 120px;
    left: -40px;
    animation-delay: 2.1s
}

.crossSmallWrapper>img:nth-child(8) {
    bottom: -40px;
    right: 120px;
    animation-delay: 2.4s
}

.case_study_nav>div span,
.tools_nav>div span {
    border: 2px solid rgb(32, 66, 135);
    padding: 20px 0px;
    color: rgb(32, 66, 135);
    border-radius: 10px;
    display: block;
    margin: 0 20px;
    position: relative;
}

.tools_nav>div span {
    margin: 0 !important;
}

.case_study_nav>div span::after,
.tools_nav>div span::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}

.case_study_nav>div .slick-current span,
.tools_nav>div .slick-current span {
    background-color: rgb(32, 66, 135);
    color: #fff;
}

.content-column ul li {
    color: #4f5152 !important;
}

.case_slides img {
    width: 200px;
    object-fit: contain
}



.aboutSec1-cont p {
    color: #000;
    font-size: 17px;
    padding-bottom: 35px;
    /* padding-left: 35px; */
    font-weight: 400;
    position: relative;
}

.aboutSec1-cont ul {
    padding-left: 0;
}

.aboutSec1-cont p:after {
    content: '';
    background-color: #f9cf14;
    width: 165px;
    height: 7px;
    border-radius: 15px;
    position: absolute;
    top: -30px;
    left: 35px;
    margin: auto;
    display: none;
}

.aboutSec1-cont ul li,
.content-column ul li {
    position: relative;
    font-size: 17px;
    font-family: 'Roboto';
    color: rgb(0, 0, 0);
    line-height: 1.684;
    font-weight: 400;
    padding-bottom: 15px;
    padding-left: 35px;
}

.aboutSec1-cont ul li:after,
.content-column ul li::after {
    content: '\f560';
    font-family: 'Font Awesome 5';
    position: absolute;
    left: 0;
    top: 0px;
    margin: auto;
    color: #193b83;
    font-size: 19px;
    font-weight: 700;
}

.aboutSection2 {
    padding: 150px 0 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

/* .aboutSection2:after {
    content: '';
    border-style: solid;
    border-width: 4px;
    border-color: rgb(249, 207, 20);
    border-radius: 50%;
    background-color: rgba(249, 207, 20, 0);
    width: 186px;
    height: 186px;
    position: absolute;
    top: 150px;
    right: 5%;
} */

.aboutSection3 {
    padding: 45px 0 100px;
    background-repeat: no-repeat;
    background-size: 100% 79%;
    background-position: 0 73%;
}

.aboutSection3 .aboutSec1-cont {
    padding-top: 90px;
}

.aboutSection3 .aboutSec1-cont p:after {
    display: none;
}

.form-control:focus {
    border-color: #f9cf14;
}

.aboutSection3 .aboutSec1-cont h6 {
    text-align: left;
    padding-left: 30px;
    margin-bottom: 30px;
}

.aboutSection3 .aboutSec1-cont h6:after {
    left: 35px;
    right: auto;
}

/*Team Page*/
.teamSection1 {
    padding: 120px 0 0px;
    background-repeat: no-repeat;
    background-size: 100% 79%;
    background-position: 0 73%;
}

.teamSection1 .hSec7-cont {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.11);
    margin-bottom: 60px;
    background-color: #fff;
}

/*Blog Page*/
.blogSection1 {
    width: 100%;
    height: auto;
    padding: 115px 0 0;
}

.blogSection1 .hSec8-card {
    margin-bottom: 60px;
}

/*Service Pages*/
.serviceSection1 {
    padding: 100px 0 50px;
}

.serviceSec-cont h6 {
    text-align: left;
    font-size: 50px;
}

.serviceSec-cont h6:after {
    left: 0;
    right: auto;
}

.serviceSection2,
.serviceSection3 {
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: center;
    padding: 30px 0;
}

.serviceSection3 {
    background-size: 100% 100%;
    padding: 100px 0;
}

/*Contact Pages*/
.contactSection1 {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.contactSec2-main {
    padding: 40px 80px 40px;
    position: relative;
    border-radius: 20px;
    background-color: rgb(245, 245, 245);
    box-shadow: 0px 3px 17.46px 0.54px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
}

.contactSec2-hd {
    text-align: center;
    padding-bottom: 60px;
}

.contactSec2-form-feild {
    padding-bottom: 30px;
    position: relative;
}

.contactSec2-form-feild input,
.contactSec2-form-feild textarea {
    resize: none;
    width: 100%;
    background-color: #fff;
    padding: 0 40px 0 20px;
    height: 70px;
    font-weight: 700;
    font-size: 15px;
    color: #616161;
    border-radius: 5px;
}

.contactSec2-form-feild span {
    position: absolute;
    top: 25px;
    right: 10px;
    font-size: 20px;
    color: rgb(32, 66, 135);
}

.contactSec2-form-feild textarea {
    height: 140px;
    padding-top: 20px;
}

.contactSec2-form-feild button {
    background-color: #021647;
    padding: 15px 45px;
    font-size: 20px;
    font-family: 'Roboto';
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}

.contactSec2-form-feild button:hover {
    background-color: #0b0b0b;
}

.contactSec1-cta {
    width: 100%;
    padding: 175px 0 150px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.contactSec1-cta ul {
    display: flex;
    justify-content: center;
}

.contactSec1-cta ul li {
    padding-right: 50px;
    flex: 0 0 30%;
    text-align: center;
}

.contactSec1-cta ul li img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

.contactSec1-cta ul li:hover img {
    transform: scale(1.1);
}

.contactSec1-cta ul li.last {
    padding-right: 0;
}

.contactSec1-cta ul li a {
    text-align: center;
    margin: auto;
    display: inline-block;
}

.contactSec1-cta ul li .hsec2-icon {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
}

.contactSec1-cta ul li:nth-child(2n) .hsec2-icon {
    background-color: #f9cf14;
}

.contactSec1-cta ul li .hsec2-icon:after {
    content: '';
    width: 180px;
    height: 180px;
    border: 4px solid #f9cf14;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: -12px;
    animation: circlesize 6s linear infinite;
}

@keyframes circlesize {

    0%,
    100% {
        transform: rotate(0deg);
        width: 180px;
        height: 180px;
    }

    50% {
        transform: rotate(360deg);
        width: 160px;
        height: 165px;
    }
}

.contactSec1-cta ul li:nth-child(2n) .hsec2-icon:after {
    border-color: #fff;
}

.contactSec1-cta ul li .hsec2-icon span {
    border-radius: 50%;
    background-color: #f9cf14;
    width: 44px;
    height: 44px;
    position: absolute;
    font-size: 22px;
    font-family: 'Century Gothic';
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    top: 15px;
    left: 0;
    z-index: 1;
    animation: updownspan 2s ease-in-out infinite;
}

@keyframes updownspan {

    0%,
    100% {
        top: 15px;
        left: 0;
    }

    50% {
        top: 10px;
        left: 5px;
    }
}

.contactSec1-cta ul li:nth-child(2n) .hsec2-icon span {
    background-image: none;
    background-image: -moz-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(4, 188, 255) 0%,
            rgb(32, 66, 135) 100%);
}

.contactSec1-cta ul li h5 {
    font-size: 18px;
    font-family: 'Century Gothic';
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding-top: 30px;
}

.hsec2-icon h4 {
    font-size: 32px;
    font-family: 'Roboto';
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-weight: 300;
}

.hsec2-icon h4 b {
    font-weight: 700;
}

.contactSection2 iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -200px;
}

.serviceSec2-cont .aboutSec1-cont {
    padding-left: 0px;
    padding-top: 10px;
}

@media (max-width: 1660px) {}

@media (max-width: 1440px) {
    .aboutSection2:after {
        width: 145px;
        height: 145px;
    }
}


@media (max-width: 1200px) {
    .top-header .cta li {
        padding-right: 10px;
        margin-right: 10px;
    }

    .top-header .cta li a {
        font-size: 14px;
    }

    .top-header .social li a {
        width: 25px;
        height: 25px;
        font-size: 10px;
    }

    .menu li {
        padding-right: 40px;
    }

    .menu li.nav-btn a {
        padding: 10px 30px;
        font-size: 16px;
    }

    .mainBanner h1 {
        font-size: 45px;
    }

    .mn-hd h6 {
        font-size: 40px;
    }

    .hSec1-card {
        min-height: 520px;
    }

    .homeSection2 ul li .hsec2-icon,
    .contactSec1-cta ul li .hsec2-icon {
        width: 140px;
        height: 140px;
    }

    @keyframes circlesize {

        0%,
        100% {
            transform: rotate(0deg);
            width: 140px;
            height: 140px;
        }

        50% {
            transform: rotate(360deg);
            width: 130px;
            height: 135px;
        }
    }

    .homeSection2 ul li h5 {
        font-size: 18px;
        padding-top: 15px;
    }

    .homeSection2 ul li .hsec2-icon span,
    .contactSec1-cta ul li .hsec2-icon span {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }

    .homeSection2 ul li img {
        width: 50%;
    }

    .hSec4-card h5 {
        font-size: 20px;
    }

    .hSec4-card {
        min-height: 400px;
    }

    .homeSection6 h6 span {
        font-size: 45px;
    }

    .hSec8-card h4 {
        font-size: 18px;
    }

    .hSec8-card a {
        font-size: 16px;
    }

    .widget h5 {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .footer-nav li a {
        font-size: 14px;
    }

    .soclai-icon li a {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .soclai-icon li {
        padding-right: 5px;
    }

    .footer-cta li a span {
        font-size: 16px;
    }

    .footer-cta li a p {
        font-size: 14px;
    }

    .copyright p,
    .copyright a {
        font-size: 14px;
    }

    .innerBanner {
        min-height: 450px;
        background-size: cover;
    }

    .aboutSec1-cont {
        padding-left: 0px;
    }

    .aboutSection2 {
        background-size: cover;
        padding: 10px 0 170px 0;
    }

    .hSec1-bottom h6 {
        position: relative;
        z-index: 1;
    }

    .aboutSection2:after {
        width: 100px;
        height: 100px;
        border-width: 2px;
        top: 210px;
        right: 3%;
    }

    .innerBanner h1 {
        font-size: 65px;
        padding-bottom: 15px;
    }

    .hsec2-icon h4 {
        font-size: 22px;
    }

    .contactSec1-cta ul li h5 {
        font-size: 16px;
        padding-top: 20px;
    }
}

@media (max-width: 991px) {
    .top-header .cta li {
        padding-right: 5px;
        margin-right: 5px;
    }

    .top-header .social li {
        padding-right: 0px;
    }

    .top-header .cta li a {
        font-size: 11px;
    }

    .top-header .social li a {
        width: 20px;
        height: 20px;
        font-size: 8px;
    }

    .menu li {
        padding-right: 25px;
    }

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

    .mainBanner .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .hSec1-card {
        padding: 15px;
        min-height: 480px;
    }

    .hSec1-card h5 {
        font-size: 20px;
        padding: 15px 0;
    }

    .mn-hd p {
        font-size: 14px;
    }

    .hSec1-bottom p {
        padding-right: 15px;
    }

    .hSec1-bottom h6 {
        padding-left: 0;
    }

    .csr_slider_cards_img .csr_slider_cards_img_container {
        height: 320px !important;
    }

    .mn-btn>a {
        padding: 10px 30px;
        font-size: 16px;
    }

    .mn-hd h6 {
        font-size: 32px !important;
    }

    .homeSection4 {
        padding: 120px 0 120px;
    }

    .homeSection2 ul li {
        padding-right: 25px;
    }

    .homeSection2 ul li .hsec2-icon,
    .contactSec1-cta ul li .hsec2-icon {
        width: 100px;
        height: 100px;
        margin: auto;
    }

    @keyframes circlesize {

        0%,
        100% {
            transform: rotate(0deg);
            width: 100px;
            height: 100px;
        }

        50% {
            transform: rotate(360deg);
            width: 90px;
            height: 93px;
        }
    }

    .homeSection2 ul li .hsec2-icon:after,
    .contactSec1-cta ul li .hsec2-icon:after {
        top: 5px;
        left: -10px;
        border-width: 2px;
    }

    .homeSection2 ul li .hsec2-icon span,
    .contactSec1-cta ul li .hsec2-icon span {
        width: 25px;
        height: 25px;
        font-size: 10px;
        line-height: 25px;
    }

    @keyframes updownspan {

        0%,
        100% {
            top: 0px;
            left: 0;
        }

        50% {
            top: 5px;
            left: 3px;
        }
    }

    .homeSection2 ul li h5 {
        font-size: 14px;
    }

    .copyright p,
    .copyright a {
        font-size: 12px;
    }

    .widget h5 {
        font-size: 16px;
    }

    section.homeSection10.mn-hd {
        position: relative;
        margin-bottom: -125px;
    }

    .hSec10-card {
        padding: 25px 30px;
    }

    .hSec10-feild button {
        width: 120px;
        height: 45px;
        top: 5px;
        right: 5px;
        font-size: 14px;
    }

    .hSec10-feild input {
        height: 55px;
        padding: 0 140px 0 20px;
        font-size: 14px;
    }

    .homeSection6 h6 span {
        font-size: 35px;
    }

    .innerBanner h1 {
        font-size: 55px;
    }

    .innerBanner ul li a,
    .innerBanner ul li p,
    .innerBanner ul li:after {
        font-size: 18px;
    }



    .aboutSection3 .aboutSec1-cont h6:after {
        left: 20px;
    }

    .aboutSec1-cont ul li {
        font-size: 14px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .aboutSec1-cont ul li:after {
        font-size: 14px;
    }

    .aboutSec1-cont p:after {
        left: 20px;
    }

    .aboutSection2:after {
        width: 100px;
        height: 100px;
        border-width: 2px;
        top: 100px;
        right: 3%;
    }

    .aboutSection3 .aboutSec1-cont {
        padding-top: 30px;
    }

    .aboutSection3 {
        padding: 40px 0 40px;
        background-size: 100% 80%;
    }

    footer {
        padding: 180px 0 30px;
    }

    .aboutSection1 {
        padding: 45px 0 0 0;
    }

    .contactSec2-main {
        padding: 20px 20px 0;
    }

    .hsec2-icon h4 {
        font-size: 15px;
    }

    .contactSec1-cta ul li h5 {
        font-size: 12px;
        padding-top: 15px;
    }

    .contactSec1-cta ul li h5 br {
        display: none;
    }

    .contactSection1 {
        padding: 70px 0 70px;
    }

    .contactSection2 iframe {
        height: 450px;
    }
}



.boxShadow1 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.navbar-brand {
    width: 200px;
}

.navbar .navbar-nav {
    display: flex;
    gap: 30px;
    font-size: 17px;
}

/* .mainBtn1 {
    font-family: "overpassRegular";
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 20px 2px 20px;
    color: #F9CF14;
    background-color: transparent;
    border: 2px solid #F9CF14;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}

.mainBtn1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F9CF14;
    top: 0%;
    left: -100%;
    scale: 1;
    border-radius: inherit;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.mainBtn1 span {
    transition: all 0.7s;
    display: block;
    position: relative;
    overflow: hidden;
}

.mainBtn1 span::before {
    position: absolute;
    content: attr(data-text);
    top: 0;
    left: 0;
    color: #204287;
    width: 0;
    overflow: hidden;
}

.mainBtn1:hover span::before {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    transition-delay: 0.4s;
}

.mainBtn1:hover::before {
    scale: 1;
    top: 0%;
    left: 0%;
}

.mainBtn1:hover {
    border-color: transparent;
}

.mainBtn1:active {
    scale: 0.9;
} */

.mainBtn2 {
    font-family: 'overpassRegular';
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 20px 2px 20px;
    color: #204287;
    background-color: transparent;
    border: 2px solid #204287;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}

.mainBtn2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #204287;
    top: 0%;
    left: -100%;
    scale: 1;
    border-radius: inherit;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.mainBtn2 span {
    transition: all 0.7s;
    position: relative;
    overflow: hidden;
}

.mainBtn2 span::before {
    position: absolute;
    content: attr(data-text);
    top: 0;
    left: 0;
    color: #f9cf14;
    width: 0;
    overflow: hidden;
}

.mainBtn2:hover span::before {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.4s;
}

.mainBtn2:hover::before {
    scale: 1;
    top: 0%;
    left: 0%;
}

.mainBtn2:hover {
    border-color: transparent;
}

.mainBtn2:active {
    scale: 0.9;
}

.mainBtn3 {
    font-family: 'overpassRegular';
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 17px;
    border-radius: 10px;
    overflow: hidden;
    background: #f9cf14;
    color: ghostwhite;
}

.mainBtn3 span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
}

/* .mainBtn3:hover span {
    color: whi;
   } */

.mainBtn3::before,
.mainBtn3::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mainBtn3::before {
    content: '';
    background: #000;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.mainBtn3:hover::before {
    transform: translate3d(100%, 0, 0);
}

.mainBtn3:hover {
    color: #000;
}

.mainBtn1 {
    font-family: 'overpassRegular';
    outline: none;
    cursor: pointer;
    border: none;
    padding: 10px 30px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 17px;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
    color: #000;
}

.mainBtn1 span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
}

/* .mainBtn1:hover span {
    color: whi;
   } */

.mainBtn1::before,
.mainBtn1::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mainBtn1::before {
    content: '';
    background: #f9cf14;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.mainBtn1:hover:hover {
    color: #fff;
}

.mainBtn1:hover::before {
    transform: translate3d(100%, 0, 0);
}

.topHeader {
    background-color: #204287;
    padding: 10px 0;
}

.topHeader .social {
    display: flex;
    margin-bottom: 0;
    gap: 10px;
}

.topHeader .social li a {
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: #f9cf14;
    border-radius: 50%;
    background-color: rgba(22, 22, 22, 0);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #f9cf14;
}

.topHeader .social li a:hover {
    background-color: #f9cf14;
    color: #204287;
}

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

.topHeaderIn .info a {
    color: #f9cf14;
    margin-left: 20px;
    text-decoration: none;
}

.topHeaderIn .info {
    display: flex;
    align-items: center;
}

.hoverUnderline {
    display: inline-block;
    position: relative;
}

.hoverUnderline::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #204287;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hoverUnderline:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.index-slider .slick-arrow {
    display: none !important;
}

/* .dotSlider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}


.dotSlider .slick-dots li {
    margin: 0 0.25rem;
}

.dotSlider .slick-dots button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: blue;

    text-indent: -9999px;
} */

.dotSlider ul.slick-dots {
    padding: 10px 0 0;
    text-align: left;
    position: relative;
    z-index: 4;
    display: flex;
    bottom: 58px;
    left: 35%;
}

.dotSlider .slick-dots li.slick-active button {
    background-color: #193b83;
    width: 60px;
    height: 9px;
}

.dotSlider ul.slick-dots li {
    margin-right: 10px;
}

.dotSlider .slick-dots li button {
    width: 20px;
    height: 9px;
    background-color: #bac4da;
    border-radius: 15px;
}

.brandImg {
    position: relative;
    height: 485px;
}

.brandInImg {
    position: absolute;
    max-width: 380px;
    max-height: 380px;
    width: 100%;
    height: 100%;
}

.brandInImg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 20px solid white;
    object-position: center !important;
}

.brandInImg1 {
    z-index: 1;
    top: 0;
    right: 0;
}

.brandInImg2 {
    bottom: 0;
    left: 0;
}

.backBrandImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
}

.circles1 {
    position: relative;
}

.cricleIn1 {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #f9cf14;
    border-radius: 50%;
    left: 0;
    top: 0;

    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.cricleIn2 {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #193b83;
    border-radius: 50%;
    left: 60px;
    top: 0;

    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.cricleIn3 {
    width: 15px;
    position: absolute;
    height: 15px;
    background-color: #09beff;
    border-radius: 50%;
    left: 50px;
    top: 50px;

    animation-name: floating;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.cricleIn4 {
    width: 80px;
    position: absolute;
    height: 80px;
    background-color: #f9cf14;
    border-radius: 50%;
    right: 50px;
    bottom: 0px;

    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}

.weServeRowInner .col-md-4,
.weServeRowInner .col-md-6 {
    display: flex;
    justify-content: center;
}

.cards-wrap {
    /* max-width: 300px; */
    width: 100%;
    background: #fff;
    border-radius: 20px;
    border: 5px solid #fff;
    overflow: hidden;
    padding-bottom: 20px;
    color: var(--color-text);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.cards-header {
    height: 280px;
    width: 100%;
    border-radius: 100% 0% 100% 0% / 0% 75% 100% 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.cards-wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cards-wrap:hover {
    transform: scale(1.04);
}

.cards-header i {
    color: #fff;
    font-size: 72px;
}

.cards-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
}

.cards-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cards-text {
    font-size: 12px;
    margin-bottom: 20px;
}

.weServeRow .cards-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cards-btn {
    border: none;
    border-radius: 100px;
    padding: 5px 30px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.customerCard {
    position: relative;
    background-color: #f3c919;
}

.customerCard::after {
    content: '”';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #162d59;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.customerCard::before {
    content: '“';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #162d59;
    top: 0;
    left: 0;
    z-index: 2;
}

.testimonial {
    width: 100%;
    margin: 40px 0 45px 0;
    max-width: 100%;
    /* gap: 30px; */
    min-height: 500px;
    background: white;
    padding: 3em 3em 7em 3em;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column-reverse;
    position: relative;
    box-shadow: 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 3px 3px hsl(0deg 0% 0% / 0.075), 0 5px 5px hsl(0deg 0% 0% / 0.075), 0 9px 9px hsl(0deg 0% 0% / 0.075), 0 17px 17px hsl(0deg 0% 0% / 0.075);
    position: relative;


    &:after {
        content: '';
        border: 8px solid #214089;
        border-radius: 50px;
        width: 85%;
        height: 110%;
        position: absolute;
        z-index: -1;
        left: 1.5em;
        top: -1.3em;
    }


    .quote {
        position: absolute;
        font-size: 3em;
        width: 40px;
        height: 40px;
        background: #214089;
        color: #fff;
        text-align: center;
        line-height: 1.25;

        &.open {
            top: 0;
            left: 0;
        }

        /* &.close {
			bottom: 0;
			right: 0;
		} */
    }

    p {
        /* width: 60%; */
        display: inline-block;
        font-weight: 400;
        font-size: 1em;
        font-style: italic;
    }

    .source {
        /* width: 40%; */
        height: 100%;
        position: relative;

        span {
            display: inline-block;
            font-weight: bold;
            font-size: 1.15em;
            position: relative;
            margin-left: 1rem;
            text-align: right;

            &:before {
                content: '\2014';
                display: inline;
                margin-right: 5px;
            }
        }
    }

    .image img {
        border: 5px solid #f3c919;
        margin: 0;
        padding: 0;
        height: 150px;
        width: 150px;
        object-fit: contain;
    }


    .image {
        max-width: 140px;
        width: 100%;
        align-self: end;
        max-height: 140px;
    }

}

.testiImg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.blueBottom {
    border-bottom: 5px solid #193b83 !important;
}

.lightBlueBottom {
    border-bottom: 5px solid #09beff !important;
}

.yellowBottom {
    border-bottom: 5px solid #f9cf14 !important;
}

.bgBlueBottom::after {
    border-bottom: 5px solid #193b83 !important;
}

.bgLightBlueBottom::after {
    border-bottom: 5px solid #09beff !important;
}

.bgYellowBottom::after {
    border-bottom: 5px solid #f9cf14 !important;
}

.partnerImg {
    width: 100%;
    height: auto;
    max-width: 100px;
    /* margin-bottom: 30px; */
}

.partnerImg1 {
    height: 100%;
    width: auto;
    max-height: 100px;
    /* margin-bottom: 30px; */
}

/* .bubble {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 162, 255, 0.7);
    border-radius: 50%;
    position: absolute;
    animation: moveBubble 5s infinite ease-in-out;
    opacity: 0.6;
  }

  .bubble1 {
    left: 10%;
    animation-duration: 6s;
    animation-delay: 0s;
  }

  .bubble2 {
    left: 30%;
    animation-duration: 8s;
    animation-delay: 2s;
  }

  .bubble3 {
    left: 50%;
    animation-duration: 10s;
    animation-delay: 4s;
  }

  @keyframes moveBubble {
    0% {
      transform: translate(0, 0);
    }
    25% {
      transform: translate(100px, -100px);
    }
    50% {
      transform: translate(-50px, 50px);
    }
    75% {
      transform: translate(-100px, -50px);
    }
    100% {
      transform: translate(0, 0);
    }
  } */

@keyframes float-up {
    to {
        transform: translateY(-175vh);
    }
}

@keyframes sway-left-to-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes sway-right-to-left {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.bubbles {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bubble {
    position: absolute;
    bottom: -75%;
    display: block;
    border-radius: 50%;
    animation: float-up ease-in infinite;
}

.bubble::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(183, 94%, 76%, 0.3);
    border-radius: inherit;
    animation: ease-in-out alternate infinite;
}

/* Bubble 1 */
.bubble:nth-child(1) {
    left: 30vw;
    width: 5vw;
    height: 5vw;
    animation-duration: 7s;
    animation-delay: 1s;
}

.bubble:nth-child(1)::before {
    animation: sway-left-to-right 5s 2s ease-in-out alternate infinite;
    background: #ffd0003d;
}

/* Bubble 2 */
.bubble:nth-child(2) {
    left: 70vw;
    width: 8vw;
    height: 8vw;
    animation-duration: 10s;
    animation-delay: 3s;
}

.bubble:nth-child(2)::before {
    animation: sway-right-to-left 4s 1s ease-in-out alternate infinite;
}

/* Bubble 3 */
.bubble:nth-child(3) {
    left: 10vw;
    width: 6vw;
    height: 6vw;
    animation-duration: 8s;
    animation-delay: 2s;
}

.bubble:nth-child(3)::before {
    animation: sway-left-to-right 5s 1.5s ease-in-out alternate infinite;
    background: #ffd0003d;
}

/* Bubble 4 */
.bubble:nth-child(4) {
    left: 50vw;
    width: 7vw;
    height: 7vw;
    animation-duration: 9s;
    animation-delay: 2.5s;
}

.bubble:nth-child(4)::before {
    animation: sway-right-to-left 4.5s 2s ease-in-out alternate infinite;
}

/* Bubble 5 */
.bubble:nth-child(5) {
    left: 80vw;
    width: 4vw;
    height: 4vw;
    animation-duration: 7s;
    animation-delay: 1.8s;
}

.bubble:nth-child(5)::before {
    animation: sway-left-to-right 4.2s 1.2s ease-in-out alternate infinite;
    background: #ffd0003d;
}

/* Bubble 6 */
.bubble:nth-child(6) {
    left: 20vw;
    width: 9vw;
    height: 9vw;
    animation-duration: 11s;
    animation-delay: 3.5s;
}

.bubble:nth-child(6)::before {
    animation: sway-right-to-left 5s 1.8s ease-in-out alternate infinite;
}

/* Bubble 7 */
.bubble:nth-child(7) {
    left: 65vw;
    width: 3vw;
    height: 3vw;
    animation-duration: 6s;
    animation-delay: 1.2s;
}

.bubble:nth-child(7)::before {
    animation: sway-left-to-right 4s 1.4s ease-in-out alternate infinite;
    background: #ffd0003d;
}

/* Bubble 8 */
.bubble:nth-child(8) {
    left: 90vw;
    width: 10vw;
    height: 10vw;
    animation-duration: 12s;
    animation-delay: 4s;
}

.bubble:nth-child(8)::before {
    animation: sway-right-to-left 5.5s 2.3s ease-in-out alternate infinite;
}

/* Bubble 9 */
.bubble:nth-child(9) {
    left: 40vw;
    width: 7vw;
    height: 7vw;
    animation-duration: 9s;
    animation-delay: 2.7s;
}

.bubble:nth-child(9)::before {
    animation: sway-left-to-right 4.8s 1.5s ease-in-out alternate infinite;
}

/* Bubble 10 */
.bubble:nth-child(10) {
    left: 15vw;
    width: 6vw;
    height: 6vw;
    animation-duration: 8s;
    animation-delay: 3.2s;
}

.bubble:nth-child(10)::before {
    animation: sway-right-to-left 4.5s 2s ease-in-out alternate infinite;
    background: #ffd0003d;
}

.education {
    --bg-color: #ffd861;
    --bg-color-light: #ffeeba;
    --text-color-hover: #4c5656;
    --box-shadow-color: rgba(255, 215, 97, 0.48);
}

.credentialing {
    --bg-color: #b8f9d3;
    --bg-color-light: #e2fced;
    --text-color-hover: #4c5656;
    --box-shadow-color: rgba(184, 249, 211, 0.48);
}

.serviceAnimation {
    height: 600px;
    position: relative;
    /* Ensure absolute children are positioned correctly */
}

.serviceAnimation div {
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
}

.serviceAnimation div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.serviceAnimation>div:nth-child(2) {
    animation: spin 30s infinite linear;
    filter: drop-shadow(1px 0px 1px white);
}

.serviceAnimation>div:nth-child(3) {
    animation: spin2 30s infinite linear;
}

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

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin2 {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.wallet {
    --bg-color: #ceb2fc;
    --bg-color-light: #f0e7ff;
    --text-color-hover: #4c5656;
    --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.human-resources {
    --bg-color: #dce9ff;
    --bg-color-light: #f1f7ff;
    --text-color-hover: #4c5656;
    --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.cardCustom {
    width: 100%;
    padding: 40px 20px;
    height: 100%;
    background: #fff;
    border-top-right-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.carousel-caption {
    position: absolute;
    width: 100%;
    background: #2140899e;
    bottom: 30px;
    left: 0;
    padding: 30px 200px;
}

.carousel-caption p {
    color: #fff;
}

.cardCustom i {
    color: #214089;
    z-index: 99999;
    font-size: 70px;
}

.cardCustom svg {
    width: 70px !important;
    height: 70px !important;
    fill: #214089 !important;
}

.cardCustom:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
        0 24px 46px var(--box-shadow-color);
}

.cardCustom:hover .overlayCustom {
    transform: scale(6) translateZ(0);
}

.cardCustom:hover .circle {
    border-color: var(--bg-color-light);
    background: var(--bg-color);
}

.cardCustom:hover .circle:after {
    background: var(--bg-color-light);
}

.cardCustom:hover p {
    color: var(--text-color-hover);
}

.cardCustom:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
        0 15px 24px var(--box-shadow-color);
}

.cardCustom p {
    font-size: 17px;
    color: #4c5656;
    z-index: 995;
    transition: color 0.3s ease-out;
}

.cardCustom h6 {
    color: #4c5656;
    font-weight: 600;
    margin-top: 30px;
    z-index: 995;
    transition: color 0.3s ease-out;
}

.circle {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.circle:after {
    content: '';
    width: 118px;
    height: 118px;
    display: block;
    position: absolute;
    background: var(--bg-color);
    border-radius: 50%;
    top: 5px;
    left: 5px;
    transition: opacity 0.3s ease-out;
}

.circle svg {
    z-index: 10000;
    transform: translateZ(0);
}

.overlayCustom {
    width: 118px;
    position: absolute;
    height: 118px;
    border-radius: 50%;
    background: var(--bg-color);
    top: 45px;
    left: 135px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

.about-section {
    position: relative;
    padding: 120px 0px;
}

.about-section .content-column {
    position: relative;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 50px;
    padding-right: 100px;
}

.about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 2em;
}

.about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .inner-column {
    position: relative;
    padding: 40px 40px 0px 0px;
    margin-left: 50px;
    /* max-width: 500px; */
    width: 100%;
}

@keyframes wave {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 100;
    }
}

#curvedLine {
    animation: wave 2s infinite linear;
}

.homeSection2 ul li svg {
    width: 100px;
    height: auto;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

.homeSection2 ul li:hover svg {
    transform: scale(1.1);
}

.about-section .image-column .inner-column:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    max-height: 500px;
    left: 40px;
    bottom: 100px;
    z-index: -1;
    border: 2px solid #f9cf14;
    border-radius: 30px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

.about-section .image-column .inner-column .image {
    position: relative;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 20px;
    height: 450px;
}

.about-section .image-column .inner-column .image .overlay-box {
    position: absolute;
    left: 40px;

    bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    color: #f9cf14;
    font-size: 68px;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.sec-title2 {
    color: #fff;
}

.sec-title {
    position: relative;
    padding-bottom: 40px;
}

.sec-title .title {
    position: relative;
    color: #f9cf14;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}

.processImgs {
    position: absolute;
    z-index: 9;
}

.procImg1 {
    top: -60px;
}

.procImg2 {
    top: 0;
}

.procImg3 {
    top: 30px;
}

.procImg4 {
    top: 0;
}

.procImg5 {
    top: -60px;
}

.homeSection2 {
    position: relative;
}

.homeSectionInner::before {
    /* background-image: url('../images/home/sec2-bg.png'); */
    background-color: #214089;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    z-index: -4;
    display: block;
    background-position: center;
    background-size: 100% 100%;
}

.homeSection2::before {}

.mobileSvgHs2 {
    display: none;
}

.silverPartners .silverLogoImg {
    width: 300px;
    border-radius: 50%;
    padding: 50px;
    background-color: white;
    border: 3px dashed transparent;
    /* Initially transparent border */
    position: relative;
    /* Required for the pseudo-element */
}

.silverPartners .silverLogoImg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 50px;
    border: 20px solid #f9cf14;
    box-sizing: border-box;
    animation: rotate 13s linear infinite;
    /* Rotating animation */
}

.silverPartners .silverLogoImg img {
    width: 100%;
    height: auto;
}

.silverPartners {
    position: relative;
    width: 40%;
}

.partnersLine1 {
    position: absolute;
    border-bottom: 3px dashed #f9cf14;
    border-right: 3px dashed #f9cf14;
    border-radius: 0 0 20px 0;
    width: 85%;
    height: 100px;
    top: 26%;
    transform: translateY(-50%);
    z-index: -1;
    left: 30px;
    animation: 0.45s linear infinite borderMove;
}

.partnersLine2 {
    position: absolute;
    border-top: 3px dashed #f9cf14;
    border-right: 3px dashed #f9cf14;
    border-radius: 0 20px 0 0;
    width: 85%;
    height: 100px;
    top: 73%;
    transform: translateY(-50%);
    z-index: -1;
    left: 30px;
    animation: 0.45s linear infinite borderMove;
}

@keyframes borderMove {
    0% {
        border-radius: 20px;
    }

    100% {
        border-radius: 15px;
    }
}

.svpOut {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    z-index: 4;
}

.svpIn {
    width: 150px;
    border-radius: 50%;

    background-color: white;
    border: 3px dashed transparent;
    position: relative;
}

.svp-1 .svpIn {
    padding: 20px;
}

.svp-2 .svpIn {
    padding: 36px 0;
}

.svpIn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 50px;
    border: 3px dashed #f9cf14;
    box-sizing: border-box;
    animation: rotate 13s linear infinite;
    /* Rotating animation */
}

img {
    object-fit: cover;
}

.svp-2 {
    left: 79%;
    top: -55px;
}

.svp-1 {
    left: 79%;
    bottom: 0;
}

.silverPartnerOut {
    display: flex;
    justify-content: center;
}

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

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

.loaderOuter {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease;
    /* Smooth transition for fade out */
}

.loader {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}

.loader::before,
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #f9cf14;
    animation: prixClipFix 2s linear infinite;
}

.loader::after {
    border-color: #021647;
    animation: prixClipFix 2s linear infinite,
        rotate 0.5s linear infinite reverse;
    inset: 6px;
}

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

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

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }

    50% {
        clip-path: polygon(50% 50%,
                0 0,
                100% 0,
                100% 100%,
                100% 100%,
                100% 100%);
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}

.form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 997;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-form {
    background-color: #021647;
    position: relative;
}

.circleContact {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #f9cf14);
    position: absolute;
}

.circleContact.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.circleContact.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}

.contact-form:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #021647;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.input-container {
    position: relative;
    margin: 1rem 0;
}

.inputFormField {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}

.formContainer p {
    margin-bottom: 0;
}

textarea.inputFormField {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
}

.input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.btnForm {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #f9cf14;
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
}

.btnForm:hover {
    background-color: transparent;
    color: #fff;
}

.input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.input-container span:before,
.input-container span:after {
    content: '';
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #021647;
    top: 50%;
    transform: translateY(-50%);
}

.input-container:has(input.is-invalid, textarea.is-invalid) span::before,
.input-container:has(input.is-invalid, textarea.is-invalid) span::after {
    content: '';
    position: absolute;
    width: 10%;
    opacity: 0;
    /* Make sure this is set to 1 for visibility */
    transition: 0.3s;
    height: 5px;
    background-color: #dc3545;
    top: 50%;
    transform: translateY(-50%);
}

.input-container .form-control:focus {
    background-color: transparent !important;
}

.input-container span:before {
    left: 50%;
}

.input-container span:after {
    right: 50%;
}

.input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}

.contact-info .title {
    color: #021647;
}

.text {
    color: #333;
    margin: 1.5rem 0 0rem 0;
}

.information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
}

.information i {
    color: #f9cf14;
}

.icon {
    width: 28px;
    margin-right: 0.7rem;
}

.social-media {
    padding: 2rem 0 0 0;
}

.social-media p {
    color: #333;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(45deg, #f9cf14, #d3af11);
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
}

.social-icons a:hover {
    transform: scale(1.05);
}

.contact-info:before {
    content: '';
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #021647;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    /* opacity: 0.3; */
}

.big-circle {
    /* position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    opacity: 0.6;
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%); */

    position: absolute;
    width: 450px;
    border-radius: 50%;
    opacity: 0.6;
    bottom: 50%;
    left: 1%;
    bottom: 50%;
    transform: translateY(52%);
}

.formContainer {
    position: relative;
    width: 100%;
    padding: 2rem;
    /* background-color: #fafafa; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
  } */

.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}

.aboutPara2 img {
    min-height: 500px;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    padding: 25px;
}

.aboutPara2 {
    position: relative;
}

.aboutPara2::before {
    background-color: #f3c71936;
    content: '';
    width: 80%;
    height: 100%;
    position: absolute;
    border-radius: 40px;
}

.mobileSvgHs1 {
    position: absolute;
    z-index: -1;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.navbar {
    position: sticky !important;
    top: -1px;
    z-index: 1000;
    transition: background-color 0.3s;
}

.sticky {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.certificationRow .card {
    max-width: 300px;
    width: 100%;
}

.certificationRow {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
}

.homeSection4 input[type='radio'] {
    position: absolute;
    visibility: hidden;
    display: none;
    /* background-color: #204287; */
}

.homeSection4 label {
    color: #204287;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 20px;
}

.homeSection4 input[type='radio']:checked+label {
    color: rgb(255, 255, 255);
    background: rgb(255, 196, 0);
    border-radius: 20px;
}

.homeSection4 .radio-group {
    /* border-bottom: solid 3px rgb(255, 196, 0); */
    display: inline-block;
    color: white;
    overflow: hidden;
    padding-bottom: 7px;
    max-width: 415px;
}

.form-control:focus {
    color: #fff !important;
}

#quoteModal .form-control:focus {
    color: #000 !important;
}




@media (max-width: 850px) {
    .form {
        /* grid-template-columns: 1fr; */
        display: flex;

        flex-direction: column;
    }

    .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
    }

    .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px;
    }

    .square {
        transform: translate(140%, 43%);
        height: 350px;
    }

    .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
    }

    .text {
        margin: 1rem 0 1.5rem 0;
    }

    .social-media {
        padding: 1.5rem 0 0 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 1.5rem;
    }

    .contact-info:before {
        display: none;
    }

    .square,
    .big-circle {
        display: none;
    }

    form,
    .contact-info {
        padding: 1.7rem 1.6rem;
    }

    .text,
    .information,
    .social-media p {
        font-size: 0.8rem;
    }

    .title {
        font-size: 1.15rem;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .icon {
        width: 23px;
    }

    .input {
        padding: 0.45rem 1.2rem;
    }

    .btn {
        padding: 0.45rem 1.2rem;
    }
}

@media (max-width: 1300px) {
    .brandInImg2 img {
        object-position: right;
    }

    .navbar .navbar-nav {
        display: flex;
        gap: 10px;
        font-size: 15px;
    }

    .mn-hd h6 {
        position: relative;
        font-size: 50px;
    }

    /* .bubbles {
        height: 90vh;
    } */
    .hSec1-card {
        min-height: 560px;
    }

    .copyright {
        font-size: 14px;
    }

    .navbar .navbar-nav {
        display: flex;
        gap: 6px;
    }

    .csr_slider_cards .col-md-10:nth-child(even) .csr_dots {
        left: -7%;
    }
}

@media (max-width: 1200px) {
    .mainBanner {
        background-size: cover;
    }

    .procImg1 {
        top: 0px;
    }

    .procImg2 {
        top: 60px;
    }

    .procImg3 {
        top: 70px;
    }

    .procImg4 {
        top: 60px;
    }

    .procImg5 {
        top: 0px;
    }

    .silverPartners {
        width: 70%;
    }

}

@media (max-width: 1100px) and (min-width: 992px) {
    .navbar .navbar-nav {
        display: flex;
        gap: 0px;
        font-size: 14px;
    }

    .header_partner a:nth-child(1)>img {
        width: 70px;
        height: 100%;
        object-fit: contain;
    }

    .copyright {
        font-size: 13px !important;
    }

    .csr_dots {
        right: -20px;
    }

    .hSec1-bottom {
        padding-top: 254px;
    }

    .cardCustom {
        padding: 40px 7px;
        min-height: 390px;
    }

    .navbar-brand {
        width: 120px;
    }

    .ag-courses_item {
        max-height: 300px !important;
    }

    .hSec1-card h5 {
        font-size: 20px;
    }

    .ag-courses-item_link {
        padding: 30px 10px !important;
    }

    .hSec1-card {
        padding: 20px;
    }

    .brandInImg {
        max-width: 300px;
        max-height: 300px;
    }
}

@media (max-width: 991px) {
    .testimonial {
        flex-direction: column-reverse;
    }

    .homeSection2 ul {
        height: 300px;
    }

    .homeSection2 ul li {
        height: 255px;
    }

    .hSec1-bottom {
        padding-top: 233px;
    }

    .hSec1-bottom h6 {
        margin: 35px 0;
        text-align: center;
    }

    .navbar .navbar-nav {
        align-items: start !important;
    }

    .header_partner a:nth-child(1)>img {
        margin-right: 20px;
    }

    .header_partner a:nth-child(2)>img {
        margin-left: 20px;
    }

    .address_card:not(.single) {
        height: 200px !important;
    }

    .address_card p {
        font-size: 14px !important;
    }

    ul.infoGraphic li {
        width: 100% !important;
    }

    .csr_slider_cards .col-md-10:nth-child(even) .csr_dots {
        left: -13% !important;
    }

    .csr_slider_cards .col-md-10:nth-child(even) .csr_slider_cards_img.slick-slider {
        left: auto;
        right: 0% !important;
    }

    .aboutSection2 .hSec1-bottom h6:after {
        width: 7px;
        height: 165px;
        top: -35px;
        bottom: 0;
        right: 0;
        margin: 0 auto;
        /* margin-left: 0; */
        left: 0px;
        rotate: 90deg;
    }

    .csr_slider_cards_img.slick-slider {
        left: 0% !important;
    }

    .mainBanner::before {
        width: 100%;
        transform: skew(0);
        left: 0;
    }

    .brandImg {
        height: 300px;
    }

    .brandInImg {
        max-width: 300px;
        max-height: 300px;
    }

    .loaderOuter {
        height: 100%;
        width: 100%;
    }

    .brandInImg1 {
        right: -50px;
    }

    .brandInImg2 {
        bottom: -65px;
        left: -52px;
    }

    .cricleIn4 {
        bottom: -24px;
    }

    .mn-hd p {
        line-height: unset;
    }

    .hsi-3 {
        max-width: 360px;
        margin: 0 auto;
    }

    .circles2 {
        display: none;
    }

    .homeSection2 ul li svg {
        width: 56px;
        height: auto;
        transform: scale(1);
        transition: all 0.4s ease-in-out;
    }

    .procImg1 {
        top: 60px;
    }

    .procImg2 {
        top: 100px;
    }

    .procImg3 {
        top: 110px;
    }

    .procImg4 {
        top: 100px;
    }

    .procImg5 {
        top: 60px;
    }
}

@media (max-width: 768px) {
    .hSec1-bottom>div {
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutSection2 .hSec1-bottom h6:after {
        width: 7px;
        height: 165px;
        top: -35px;
        bottom: 0;
        right: 0;
        margin: 0 auto;
        /* margin-left: 0; */
        left: 0px;
        rotate: 90deg;
    }

    .homeSection6 a:not(.mainBtn1) {
        padding-left: 0px !important;
    }

    .csr_slider_cards .card.p-5 {
        padding: 20px !important;
    }

    .serviceAnimation {
        height: 400px;
        position: relative;
    }

    .csr_dots {
        right: -34px;
    }

    .serviceAnimation div {
        position: absolute;
        top: 0;
        left: 0;
        height: 330px;
    }



    .aboutSection2 .hSec1-bottom>div {
        display: flex;

        flex-direction: column;
        gap: 30px;
    }

    .bubbles {
        height: auto;
        margin-bottom: 30px;
    }

    .homeSection2 ul {
        height: auto;
    }

    .aboutPara2::before {
        width: 100%;
        height: 80%;
        bottom: 0;
        z-index: -1;
    }

    .about-section .image-column .inner-column .image img {
        height: 350px;
    }

    .aboutPara2 .aboutSec1-cont {
        padding: 0 10px;
    }

    .aboutPara2 .aboutSec1-cont h6 {
        padding-left: 0;
    }

    /* .homeSection2::before {
        content: '';
        background-image: url('../images/home/sec2-bg-m.png');
        height: 100%;
        width: 100%;
        position: absolute;
        top: -40px;
        z-index: -4;
        display: block;
        background-position: center;
        background-size: 100% 100%;
    } */
    .copyright-year {
        line-height: 22px;
    }

    .homeSection2 {
        /* background-color: #021647; */
        padding: 0;
    }

    .silverPartners {
        width: 100%;
    }

    .silverPartnerOut {
        padding: 150px 0;
        rotate: 90deg;
    }

    .silverPartners .silverLogoImg {
        rotate: -90deg;
    }

    .svpOut .svpIn {
        rotate: -90deg;
    }

    .processImgs {
        position: relative;
    }

    .homeSection2 {
        max-height: fit-content;
        height: auto;
    }

    .homeSection2 ul li {
        height: auto;
    }

    .procImg1 {
        left: 50%;
        top: 0;
    }

    .procImg2 {
        left: 30%;
        top: 0;
    }

    .procImg3 {
        /* left: 200%; */
        top: 0;
    }

    .procImg4 {
        left: 40%;
        top: 0;
    }

    .procImg5 {
        left: 50%;

        top: 0;
    }

    .mobileSvgHs2 {
        display: block;
        position: absolute;
        z-index: -1;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .processImgs {
        transform: translateX(-50%);
    }

    .mobileSvgHs1 {
        display: none;
    }

    .homeSection2 ul li {
        width: 150px;
    }

    .homeSection2 ul {
        padding: 30px 0;
    }

    .homeSection4 {
        background-image: none !important;
        padding-top: 0;
    }
}

@media (max-width: 576px) {
    /* .homeSection2::before {
        background-image: none;
        background-color: #15357f;
    } */

    .certificationRow .col-md-4 {
        display: flex;
        justify-content: center;
    }

    .certificationRow .card {
        max-width: 300px;
        width: 100%;
    }

    .navbar .container,
    .topHeader .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .homeSection2 ul li {
        width: 100%;
    }

    .procImg1 {
        left: 10%;
        top: 0;
    }

    .procImg2 {
        left: 30%;
        top: 0;
    }

    .procImg3 {
        left: 0%;
        top: 0;
    }

    .procImg4 {
        left: 10%;
        top: 0;
    }

    .procImg5 {
        left: 15%;

        top: 0;
    }

    .silverPartnerOut {
        transform: scale(0.7) translateY(45px);
        padding: 30px 0;
        width: 100%;
        width: 400px;
        left: 50%;
    }

    .silverPartners {
        width: 1000px;
    }

    .silverPartnerCont {
        display: flex;
        justify-content: center;
    }

    .weServeRow .cards-wrap {
        max-width: 300px;
        margin: 0 auto;
        width: 100%;
    }

    /* .weServeRow .col-md-4{
      display: flex;
      justify-content: center;
    } */
}

@media (max-width: 767px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .menu-Bar {
        display: block;
        top: 15px;
    }

    .menuWrap.open {
        display: flex;
        left: 0px;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        margin: auto;
        background: #204287;
        height: 100vh;
        display: flex;
        align-items: flex-start;
        justify-content: left;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 8;
        width: 100vw;
        padding: 60px 30px;
    }

    ul.menu li {
        display: block;
    }

    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }

    .logo img {
        max-width: 80%;
        margin: auto;
    }

    .container {
        position: relative;
    }

    .navbar .navbar-nav {
        align-items: baseline !important;
    }

    .brandInImg2 img {
        object-position: right;
    }

    header .header-top {
        display: none;
    }

    .hSec3-cont {
        text-align: center !important;
    }

    .mn-hd h6 {
        text-align: center !important;
    }

    header .main-header ul.menu>li {
        display: block;
        padding: 0px;
    }

    .homeSection4 label {
        display: block !important;
        text-align: center;
        margin: 10px auto;
    }

    .hSec3-cont h6:after,
    .hSec5-cont h6:after {
        right: 0;
    }

    .overlayCustom {
        top: 56px !important;
        left: 90px !important;
    }

    .cardCustom:hover .overlayCustom {
        transform: scale(6) translateZ(0) !important;
    }

    .cardCustom {
        width: 80% !important;
    }

    .about-section {
        position: relative;
        padding: 0px 0px;
    }

    header .main-header ul.menu>li a {
        color: #fff;
        padding: 0px;
        text-align: left;
    }

    header .main-header ul.menu>li a:before {
        display: none;
    }

    .menu li.nav-btn a {
        background-image: none;
        background-image: none;
        background-image: none;
        border-radius: 0;
        padding: 0;
        font-size: 16px;
    }

    header .col-md-3 {
        order: 2;
        text-align: center !important;
    }

    .top-header .cta li {
        display: block;
    }

    header:after {
        height: 4px;
        background-color: #f9cf14;
    }

    .mainBanner h1 {
        font-size: 35px;
    }

    footer .container>.row {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .mainBanner p {
        font-size: 16px;
        padding: 10px 0 10px;
    }

    .mainBanner .banner-btn a {
        font-size: 14px;
        padding: 13px 20px;
    }

    .mainBanner {
        padding: 170px 0 90px;
    }

    .index-slider .slick-arrow:after {
        font-size: 16px;
        line-height: 25px;
        width: 25px;
        height: 25px;
    }

    .homeSection1 {
        padding: 30px 0;
    }

    .mn-hd h6:after {
        width: 165px;
        height: 5px;
        bottom: -6px !important;
    }

    .mn-hd h6:after {
        width: 165px;
        height: 5px;
    }

    .homeSectionInner::before {
        background-size: cover !important;
    }

    .hSec1-hd {
        padding-bottom: 20px;
    }

    .hSec1-card {
        padding: 15px;
        min-height: 1px;
        margin-bottom: 15px;
        text-align: center;
    }

    .hSec1-card h5 {
        font-size: 16px;
        padding: 10px 0;
    }

    .mn-hd p {
        font-size: 12px;
    }

    .hSec1-icon img {
        width: 40px;
    }

    .hSec1-bottom {
        padding-top: 30px;
    }

    .hSec1-bottom p {
        padding-right: 0;
        text-align: center;
    }

    .hSec1-bottom .col-md-7 {
        order: 2;
    }

    .hSec1-bottom .col-md-5 {
        order: 1;
    }

    .hSec1-bottom h6 {
        margin: 15px 0;
        text-align: center;
    }

    .hSec1-bottom h6:after {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .homeSection2 ul {
        flex-direction: column;
    }

    .homeSection2 ul li:nth-child(2n),
    .homeSection2 ul li {
        padding: 0;
        margin-bottom: 15px;
    }

    .homeSection2 ul li:nth-child(1n) {
        padding-left: 30px;
    }

    .homeSection2 ul li:nth-child(2n) {
        padding-left: 0;
    }

    /* .homeSection2 {
        padding: 30px 0;
        background-image: url(../images/home/sec2-bg-m.png) !important;
    } */

    .hSec3-cont.mn-hd.mn-btn {
        padding-top: 15px;
    }

    .hSec3-cont p {
        padding-bottom: 15px;
    }

    .mn-btn>a {
        padding: 8px 25px;
        font-size: 12px;
    }

    br {
        display: none;
    }

    .homeSection3 {
        padding: 35px 0;
    }

    .footer-cta li a {
        display: flex;
        flex-direction: column;
    }

    .homeSection4 {
        padding: 40px 0;
    }

    .hSec4-hd {
        padding-bottom: 5px;
    }

    .service-slider .col-md-4 {
        padding: 0 15px !important;
    }

    .service-slider ul.slick-dots {
        padding: 0;
        width: calc(100% - 100px);
        height: 30px;
    }

    .service-slider .slick-arrow:after {
        font-size: 16px;
        line-height: 25px;
        width: 25px;
        height: 25px;
        bottom: 3px;
    }

    .homeSection5 {
        padding: 30px 0;
    }

    .hSec5-cont h6 {
        margin-bottom: 20px;
    }

    .hSec5-cont {
        padding-right: 0;
    }

    .hSec5-card {
        padding: 15px;
    }

    .hSec5-card p {
        padding-bottom: 10px;
    }

    .hSec5-card h5 {
        font-size: 16px;
        z-index: 2;
        position: relative;
    }

    .hSec5-card em {
        font-size: 12px;
        z-index: 1;
        position: relative;
    }

    .hSec5-img {
        padding-top: 15px;
    }

    .homeSection6 {
        padding: 30px 0 65px;
        background-size: cover;
        background-position: left;
    }

    .homeSection6 h6 span {
        font-size: 20px;
    }

    .homeSection6 h6 {
        margin-bottom: 10px;
    }

    .homeSection6 p {
        padding-bottom: 10px;
        width: 100%;
    }

    .homeSection8 {
        padding: 0;
        background-size: cover;
    }

    .hSec8-date span {
        font-size: 14px;
    }

    .hSec8-date h5 {
        padding-top: 5px;
        margin-top: 25px;
        font-size: 12px;
    }

    .hSec8-card {
        margin-bottom: 15px;
    }

    .hSec8-card h4 {
        font-size: 14px;
        padding: 10px 0 5px;
    }

    .hSec8-card a {
        font-size: 14px;
    }

    .homeSection9 {
        padding: 30px 0 10px;
    }

    .hSec9-hd {
        padding-bottom: 50px;
    }

    .homeSection9 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .homeSection9 ul li {
        padding-right: 0px;
        width: 33.33%;
        flex: 0 0 33%;
        position: relative;
    }

    .homeSection9 ul li:nth-child(2) {
        margin-top: -60px;
        margin-left: -8px;
    }

    .homeSection9 ul li:nth-child(3) {
        margin-top: -10px;
    }

    .homeSection9 ul li:nth-child(4) {
        margin-top: 10px;
        margin-right: -15px;
    }

    .homeSection9 ul li:nth-child(5) {
        margin-top: -51px;
    }

    .homeSection9 ul li:nth-child(6) {
        margin-top: -15px;
        top: 0;
    }

    .homeSection9 ul li.last {
        margin-top: -70px;
        margin-right: -40px;
        position: relative;
    }

    .hSec10-card {
        padding: 15px;
        text-align: center;
    }

    .hSec10-card h6 {
        text-align: center;
    }

    footer {
        padding: 120px 0 10px;
    }

    .hSec10-feild button {
        width: 100px;
        height: 35px;
    }

    .hSec10-feild input {
        height: 45px;
        padding: 0 110px 0 10px;
        font-size: 14px;
    }

    .soclai-icon {
        padding-top: 10px;
    }

    .widget h5 {
        font-size: 18px;
        padding-bottom: 10px;
        padding: 15px 0 10px;
    }

    .copyright {
        padding-top: 10px;
        margin-top: 15px;
    }

    .copyright .col-md-6,
    .copyright ul {
        text-align: center !important;
    }

    .copyright .col-md-6:nth-child(1) {
        order: 2;
    }

    .copyright ul {
        padding-bottom: 10px;
    }

    .hSec8-hd {
        padding-bottom: 20px;
    }

    .aboutSec1-img {
        text-align: center;
    }

    .aboutSec1-img img {
        width: 250px;
        margin: auto;
    }

    .innerBanner {
        min-height: 380px;
        background-size: cover;
        padding: 170px 0 120px 0px;
    }

    .innerBanner h1 {
        font-size: 30px;
    }

    .innerBanner ul li a,
    .innerBanner ul li p,
    .innerBanner ul li:after {
        font-size: 12px;
        line-height: 17px;
    }

    .innerBanner ul li {
        padding-right: 15px;
    }

    .aboutSection1 {
        padding: 10px 0 0;
    }

    .aboutSec1-cont {
        padding-top: 25px;
    }

    .aboutSec1-cont p:after {
        top: -15px;
        padding-bottom: 15px;
    }

    .aboutSec1-cont ul li {
        font-size: 12px;
    }

    .aboutSection2 {
        background-size: 100% 100%;
        padding: 20px 0 100px 0;
    }

    section.aboutSection2.mn-hd.dark h6 {
        text-align: center;
    }

    section.aboutSection2.mn-hd.dark p {
        position: relative;
        z-index: 1;

        padding-right: 0;
    }

    .aboutSection2:after {
        width: 40px;
        height: 40px;
        border-width: 2px;
        top: 30px;
    }

    .aboutSection3 {
        padding: 30px 0;
        background-size: 100% 80%;
    }

    .blogSection1 .hSec8-card {
        margin-bottom: 30px;
        text-align: center;
    }

    .hSec8-img img {
        width: 100%;
    }

    .blogSection1 {
        padding: 0;
    }

    .contactSec2-form-feild {
        padding-bottom: 15px;
        position: relative;
    }

    .contactSec2-hd {
        padding-bottom: 20px;
    }

    .contactSec2-form-feild button {
        padding: 15px 30px;
        font-size: 16px;
    }

    .contactSec1-cta {
        padding: 65px 0 50px;
    }

    header .main-header ul.menu>li {
        display: block;
        padding: 0px;
        padding-left: 25px;
    }

    ul.dropdown {
        position: relative;
        width: auto;
        left: 0;
        margin: auto;
        background: transparent;
        padding: 0 0 20px 20px;
        text-align: left;
        border-radius: 2px;
        box-shadow: 0 0 10px 3px #00000000;
        opacity: 1;
        border-radius: 9px;
        animation: none;
    }

    .footer-logo img {
        width: 65%;
    }

    .aboutSec1-cont p:after,
    .aboutSection2:after {
        display: none;
    }

    .dropdown-nav:hover ul.dropdown {
        animation: none;
        z-index: 9;
    }

    .serviceSection1 {
        padding: 30px 0;
    }

    .serviceSec-cont {
        padding-top: 15px;
    }

    section.serviceSection2 .col-md-6:nth-child(1) {
        order: 2;
    }

    .serviceSection3 {
        background-size: cover;
        padding: 30px 0 110px 0;
    }

    .hSec1-bottom .col-md-5 {
        order: 3;
    }

    .mainBanner .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mn-hd p {
        line-height: 20px;
    }

    .brandInImg {
        max-width: 220px;
        max-height: 220px;
    }

    .brandInImg1 {
        right: 0px;
    }

    .brandInImg2 {
        bottom: 0px;
        left: -15px;
    }

    .mn-hd h6 {
        font-size: 25px !important;
    }


    .testimonial {
        padding: 50px 20px;
    }

    .testiImg {
        height: 30px;
    }

    .case_study_slider h6 {
        font-size: 19px !important;
        text-align: left !important;
    }

    .address_card {
        height: 200px !important;
    }

    .ag-courses-item_link {
        padding: 22px 15px !important;
    }

    .single {
        margin: 20px 0;
    }
}

@media (max-width: 575px) {
    .formContainer {
        padding: 0rem;
    }

    F .top-header .topHeader-bg {
        text-align: center;
    }

    header .col-md-9 {
        padding: 0;
        text-align: left !important;
    }

    .top-header {
        background-image: none;
        background-color: #204287;
        text-align: left;
    }

    .top-header .topHeader-bg {
        text-align: left;
        padding-left: 15px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: left;
    }

    .top-header .cta li {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 5px;
    }

    .top-header .cta li.last {
        padding-bottom: 0;
    }

    .top-header .cta li:after {
        display: none;
    }

    ul.social {
        padding-top: 5px;
    }

    .aboutSection2 {
        background-size: cover;
        padding: 20px 0 50px 0;
        background-position: right;
    }

    .blogSection1 .hSec8-card {
        margin-bottom: 20px;
        text-align: left;
    }

    .about-section .content-column .inner-column {
        padding-right: 0px;
    }

    .contactSec1-cta ul {
        flex-direction: column;
    }

    .contactSec1-cta ul li {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .contactSec1-cta ul li h5 br {
        display: block;
    }

    .contactSection1 {
        padding: 30px 0;
    }
}
