body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
	margin: 0;
}

body.no-scroll {
    overflow: hidden;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.container {
    max-width: 1250px;
    padding: 0;
}

:root {
    --container-width: 1250px;
    --container-padding: calc((100vw - var(--container-width)) / 2);
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Space Grotesk", sans-serif;
}

#wrap {
    position: relative;
    float: left;
    width: 100%;
}

#header {
    position: sticky;
    display: flex;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #00C2B8;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
#header .headerWrap{
    display: flex;
	width: 100%;
}
#header .headerWrap .logo {
	display: flex;
	width: 205px;
}
#header .headerWrap .logo img {
	width: 100%;
	height: auto;
}

#header .headerWrap .topRight {
	display: flex;
	width: calc(100% - 205px);
	justify-content: flex-end;
	align-items: center;
}

#header .headerWrap .topRight .mainMenu {
	float: left;
	width: auto;
	text-align: center;
	display: flex;
}
#header .headerWrap .topRight .mainMenu ul.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#header .headerWrap .topRight .mainMenu ul.menu li {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 20px;
}
#header .headerWrap .topRight .mainMenu ul.menu li:last-child {
	padding: 0px 0px 0px 20px;
}
#header .headerWrap .topRight .mainMenu ul.menu li a {
	position: relative;
	display: block;	
	padding: 0 0 3px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
#header .headerWrap .topRight .mainMenu ul.menu li a::before {
	content: '';
	position: absolute;
	width: 65%;
	height: 2px;
	background-color: #1F3A5F;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform .5s ease-in-out;
}
#header .headerWrap .topRight .mainMenu ul.menu > li > a:hover,
#header .headerWrap .topRight .mainMenu ul.menu > li > a:hover::before,
#header .headerWrap .topRight .mainMenu ul.menu > li:hover > a,
#header .headerWrap .topRight .mainMenu ul.menu > li.current_page_item > a,
#header .headerWrap .topRight .mainMenu ul.menu > li.current_page_item > a::before ,
#header .headerWrap .topRight .mainMenu ul.menu > li.current-menu-parent > a {
	transform: scaleX(1);
	transform-origin: left;
	opacity: 1;
	color: #1F3A5F;
}

#header .headeWrap .topRight .mainMenu ul.menu li a svg {
	display: none;
}
#header .headerWrap .topRight .mainMenu ul.menu li.menu-item-has-children a {
	padding-right: 25px;
}
/*#header .header-wrap .topRight .mainMenu ul.menu li.menu-item-has-children>a:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(../images/menu-icon.svg);
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100%;
}*/
#header .headerWrap .dark .topRight .mainMenu ul.menu li.menu-item-has-children>a:after {
	color: #ffffff;
}
#header .headerWrap .topRight .mainMenu ul.menu>li:hover>ul.sub-menu {
	display: block;
}
#header .headerWrap .topRight .mainMenu ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 300px;
	background-color: #1E320D;
	border-radius: 15px;
	position: absolute;
	top: 100%;
	left: 20px;
	z-index: 2;
	display: none;
	overflow: hidden;
}
#header .headerWrap .topRight .mainMenu ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
	margin: 0;
}
#header .headerWrap .topRight .mainMenu ul.menu li ul.sub-menu li a {
	padding: 10px 15px;
	font-size: 18px;
	color: #ffffff;
	text-transform: none;
	transition: all 0.3s ease-in-out;
}
#header .headerWrap .topRight .mainMenu ul.menu li ul.sub-menu li a::before {
	position: absolute;
	content: '';
	width: 17px;
	height: 13px;
	background-image: url(../images/blog-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 50%;
	right: 15px;
	background-color: unset;
	bottom: auto;
	left: unset;
	transform-origin: unset;
	transform: translateY(-50%);
	filter: brightness(0) invert(1);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.3s ease-in-out;
}
#header .headerWrap .topRight .mainMenu ul.menu li ul.sub-menu li a:hover::before {
	opacity: 1;
	visibility: visible;
}
#header .headerWrap .topRight .mainMenu ul.menu li ul.sub-menu li.current_page_item a::before {
	opacity: 1;
	visibility: visible;
}
#header .headerWrap .topRight .mainMenu ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
#header .headerWrap .topRight .mainMenu ul.menu>li>ul>li:hover>ul.sub-menu {
	display: block;
}
#header .headerWrap .topRight .rightButton {
	display: flex;
	align-items: center;
	margin: 0 0 0 145px;
}
#header .headerWrap .topRight .rightButton .scheduleBtn {
	display: inline-block;
	padding: 19px 15px;
	background-color: #0B1F3A;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;	
}
#header .headerWrap .topRight .rightButton .scheduleBtn:hover {
	background-color: #00C2B8;
}

/*---------------------- Mobile Hamburger Menu CSS Start --------------------*/

.hamburger-menu {
	float: right;
	width: auto;
}
.hamburger-menu #nav-btn {
	position: fixed;
	top: 40px;
	right: 15px;
	width: 40px;
	height: 40px;
	margin: 0;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
}
.hamburger-menu #nav-btn + label {
	position: fixed;
	top: 40px;
	right: 15px;
	width: 40px;
	height: 40px;
	margin: 0;
	background: #0b1f3a;
	border-radius: 5px;
	z-index: 99;
	cursor: pointer;
	transition: all .25s ease-in-out;
}
.hamburger-menu #nav-btn + label + span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	position: fixed;
	top: 60px;
	right: 25px;
	cursor: pointer;
	z-index: 99;
	transition: all .25s ease-in-out;
}
.hamburger-menu #nav-btn + label + span::before,
.hamburger-menu #nav-btn + label + span::after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
}
.hamburger-menu #nav-btn + label + span::before {
	top: -6px;
}
.hamburger-menu #nav-btn + label + span::after {
	bottom: -6px;
}
.hamburger-menu #nav-btn:checked + span {
	background-color: #F5060A;
}
.hamburger-menu #nav-btn + label + span::before,
.hamburger-menu #nav-btn + label + span::after {
	transition-delay: 0.3s, 0s;
	transition-duration: 0.3s, 0.3s;
}
.hamburger-menu #nav-btn + label + span::before {
	transition-property: top, transform;
}
.hamburger-menu #nav-btn + label + span::after {
	transition-property: bottom, transform;
}
.hamburger-menu #nav-btn:checked + label + span {
	background: none;
}
.hamburger-menu #nav-btn:checked + label + span::before {
	top: 0;
	transform: rotate(45deg);
}
.hamburger-menu #nav-btn:checked + label + span::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.hamburger-menu #nav-btn:checked + label + span::before,
.hamburger-menu #nav-btn:checked + label + span::after {
	transition-delay: 0s, 0.3s;
}
.hamburger-menu #nav-btn:checked ~ nav {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	overflow: hidden;
}
.hamburger-menu nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #ffffff;
	opacity: 1;
	z-index: 98;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
	overflow: hidden;
}
.hamburger-menu nav .nav-logo {
	margin: 100px 0 0 0;
	text-align: center;
}
.hamburger-menu nav .nav-logo img {
	width: 185px;
	height: auto;
}
.hamburger-menu nav ul {
	width: 85%;
	left: 0;
	right: 0;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	margin: 0 auto;
	padding: 0;
}
.hamburger-menu nav li {
	list-style: none;
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}
.hamburger-menu nav li a {
	position: relative;
	padding: 0 0 5px 0;
	color: #000000;
	text-decoration: none;
}
.hamburger-menu nav li a:hover {
	color: #1F3A5F;
}
.hamburger-menu nav li.current-menu-item > a {
	color: #1F3A5F;
}

.hamburger-menu nav li a::before {
	content: '';
	position: absolute;
	width: 65%;
	height: 2px;
	background-color: #1F3A5F;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform .5s ease-in-out;
}
.hamburger-menu nav li a:hover,
.hamburger-menu nav li a:hover::before,
.hamburger-menu nav li.current-menu-item a,
.hamburger-menu nav li.current-menu-item a::before {
	transform: scaleX(1);
	transform-origin: left;
	opacity: 1;
	color: #1F3A5F;
}
.hamburger-menu nav li.scheduleBtn {
	margin: 35px 0 0 0;
}
.hamburger-menu nav li.scheduleBtn a {
	display: inline-block;
	padding: 16px 12px;
	background-color: #0B1F3A;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.hamburger-menu nav li.scheduleBtn a:hover {
	background-color: #00C2B8;
}
.hamburger-menu nav li.scheduleBtn a:before {
	display: none;
}


.hamburger-menu nav ul > li:hover > ul.sub-menu {
	display: block;
}
.hamburger-menu nav ul li ul.sub-menu {
	margin: 0 auto;
    padding: 0;
    list-style-type: none;
    float: inherit;
    width: 250px;
    background-color: #333470;
    position: absolute;
    top: 125%;
	left: 0;
	z-index: 3;
	display: none;
}
.hamburger-menu nav ul li ul.sub-menu li {
	float: left;
	width: 100%;
	margin: 0 0px;
}
.hamburger-menu nav ul li ul.sub-menu li a {
	width: 100%;
    display: inline-block;
    padding: 8px 15px;
    border-bottom: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: none;
}
.hamburger-menu nav ul li ul.sub-menu li a:hover, 
.hamburger-menu nav ul li ul.sub-menu li:hover > a, 
.hamburger-menu nav ul li ul.sub-menu li.current-menu-item > a {
	background-color: #f7921c;
	color: #FFFFFF;
	text-decoration: none;
}
.hamburger-menu nav ul li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.hamburger-menu nav ul > li > ul > li:hover > ul.sub-menu {
	display: block;
}


#header.sticky {
	top: 0;
	z-index: 5;
	animation: slide-down 0.7s;
	background: rgb(255 255 255 / 95%);
	backdrop-filter: blur(10px);
}
#header.sticky .headerWrap .logo {
	width: 175px;
}
#header.sticky .headerWrap .topRight {
	width: calc(100% - 175px);
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}


/*---------------------- Mobile Hamburger Menu END Start --------------------*/

#heroSection {
	position: relative;
	float: left;
	width: 100%;
	padding: 90px 0 90px 0;
	background-repeat: no-repeat;
	background-size: 40%;
}
#heroSection:before {
	position: absolute;
	content: '';
	width: 300px;
	height: 300px;
	background: #BFCDF2;
	border-radius: 50%;
	filter: blur(150px);
	top: 60px;
	left: 50px;
	z-index: -1;
}
#heroSection:after {
	position: absolute;
	content: '';
	width: 300px;
	height: 300px;
	background: #BFCDF2;
	border-radius: 50%;
	filter: blur(150px);
	bottom: 300px;
	right: 100px;
	z-index: -1;

}
#heroSection .heroWrap {
	position: relative;
	display: flex;
	gap: 60px;
	align-items: center;
}
#heroSection .heroWrap .heroCont {
	position: relative;
	display: flex;
	max-width: 100%;
	width: 635px;
	flex-wrap: wrap;
}
#heroSection .heroWrap .heroCont:after {
	position: absolute;
	content: '';
	width: 150px;
	height: 150px;
	background: #1B4174;
	border-radius: 50%;
	filter: blur(150px);
	right: -110px;
	top: 10px;
	z-index: -1;
}
#heroSection .heroWrap .heroCont h1 {
	position: relative;
	margin: 0 0 40px 0;
	font-size: 55px;
	color: #1F1818;
	font-weight: 700;
	line-height: 65px;
}
#heroSection .heroWrap .heroCont h1 span {
	position: relative;
}
#heroSection .heroWrap .heroCont h1 span:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 24px;
	background-color: #09D9CF;
	bottom: 2px;
	left: 0;
	z-index: -1;
}
#heroSection .heroWrap .heroCont p {
	margin: 0 0 50px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
}
#heroSection .heroWrap .heroCont .heroButton {
	display: flex;
	gap: 20px;
}
#heroSection .heroWrap .heroCont .heroButton .getBtn {
	display: inline-block;
	padding: 19px 30px;
	background-color: #0B1F3A;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#heroSection .heroWrap .heroCont .heroButton .getBtn:hover {
	background-color: #00C2B8;
}
#heroSection .heroWrap .heroCont .heroButton .callBtn {
	display: inline-block;
	padding: 19px 30px;
	background-color: #00C2B8;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#heroSection .heroWrap .heroCont .heroButton .callBtn:hover {
	background-color: #0B1F3A;
}
#heroSection .heroWrap .heroImage {
	position: relative;
	display: flex;
	width: 535px;
	max-width: 100%;
	margin: 0 20px 0px 0px;
	z-index: 1;
}
#heroSection .heroWrap .heroImage img {
	width: 100%;
	height: auto;
	border: 2px solid #1F3A5F;
	border-radius: 30px;
	overflow: hidden;
}
#heroSection .heroWrap .heroImage:before {
	position: absolute;
	content: '';
	width: 406px;
	height: 406px;
	background-image: url(../images/hero-banner-bg-pattern-right-2.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	top: 40px;
	left: -80px;
	z-index: -1;
}
#heroSection .heroWrap .heroImage:after {
	position: absolute;
	content: '';
	width: 482px;
	height: 483px;
	background-color: #2BE5DC;
	border-radius: 30px;
	border: 2px solid #1F3A5F;
	bottom: -20px;
	right: -20px;
	z-index: -1;
}

#middle {
    float: left;
    width: 100%;
}
#aboutSection {
	display: flex;
	padding: 110px 75px 100px 75px;
}
#aboutSection .aboutWrap {
	position: relative;
	float: left;
	width: 100%;
	padding: 100px;
	background-color: #00C2B8;
	border-radius: 30px;
	background-repeat: no-repeat;
	background-size: cover;
}
#aboutSection .aboutWrap .contentCol {	
	position: relative;
	display: flex;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	justify-content: space-between;
	align-items: stretch;
	z-index: 1;
}
#aboutSection .aboutWrap .contentCol .about-content {
	display: flex;
	max-width: 515px;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
}
#aboutSection .aboutWrap .contentCol .about-content .subTitle {
	display: inline-block;
	padding: 8px 22px;
	background-color: #0B1F3A;
	border-radius: 30px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	line-height: 19px;
}

#aboutSection .aboutWrap .contentCol .about-content h2 {
	margin: 0 0 30px 0;
	font-size: 40px;
	color: #ffffff;
	font-weight: 700;
	line-height: 50px;
}
#aboutSection .aboutWrap .contentCol .about-content p {
	margin: 0 0 40px 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 30px;
}
#aboutSection .aboutWrap .contentCol .about-content .moreBtn {
	display: inline-block;
	padding: 19px 44px;
	background-color: #0B1F3A;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#aboutSection .aboutWrap .contentCol .about-content .moreBtn:hover {
	background-color: #1F3A5F;
}
#aboutSection .aboutWrap .contentCol .about-images {
	display: flex;
	max-width: 680px;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
}
#aboutSection .aboutWrap .contentCol .about-images .about-image {
	overflow: hidden;
	border-radius: 20px;
}
#aboutSection .aboutWrap .contentCol .about-images .about-image img {
	width: 100%;
	height: auto;
}
#aboutSection .aboutWrap .bottomTitle {
	position: absolute;
	width: fit-content;
	font-size: 130px;
	color: rgba(255,255,255,0.5);
	font-weight: 700;
	line-height: 157px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
	bottom: -40px;
}
#serviceSection {
	display: flex;
	padding-top: 50px;
	padding-bottom: 70px;
	overflow: hidden;
}
#serviceSection .serviceContent {
	display: flex;
	max-width: 515px;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}
#serviceSection .serviceContent .subTitle {
	display: inline-block;
	padding: 8px 23px;
	margin: 0 0 25px 0;
	background-color: #0B1F3A;
	border-radius: 30px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	line-height: 19px;
}
#serviceSection .serviceContent h2 {
	position: relative;
	margin: 0 0 40px 0;
	font-size: 40px;
	color: #000000;
	font-weight: 700;
	line-height: 50px;
}
#serviceSection .serviceContent h2 span {
	position: relative;
}
#serviceSection .serviceContent h2 span:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 15px;
	background-color: #09D9CF;
	bottom: 3px;
	right: 0;
	z-index: -1;
}
#serviceSection .serviceContent p {
	margin: 0 0 0px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
}
#serviceSection .serviceContent p strong {
	font-weight: 700;
}
#serviceSection .serviceWrap {
	position: relative;
	padding-top: 50px;
	padding-bottom: 0;
}
#serviceSection .serviceWrap:after {
	position: absolute;
	content: '';
	width: 100vw;
	height: 766px;
	background-color: #EFEFEF;
	top: 356px;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
}
#serviceSection .serviceWrap .item {
	position: relative;
	border-radius: 20px;
	margin: 0 0 30px 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
#serviceSection .serviceWrap .item:before {
	position: absolute;
	content: '';
	width: 79%;
	height: 2px;
	background-color: #2BE5DC;
	left: 0;
	right: 0;
	bottom: 40px;
	z-index: 2;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
}
#serviceSection .serviceWrap .item .service-image {
	position: relative;
	transition: all 0.3s ease-in-out;
}
#serviceSection .serviceWrap .item .service-image:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(11, 31, 58, 0) 0%, rgba(11, 31, 58, 0.7) 0.01%);
	left: 0;
	top: 0;
	border-radius: 0 0 20px 20px;
	z-index: 0;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}
#serviceSection .serviceWrap .item:hover .service-image:before {
	opacity: 1;
}
#serviceSection .serviceWrap .item .service-image:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(11, 31, 58, 0) 45%, #0B1F3A 100%);
	left: 0;
	top: 0;
	border-radius: 0 0 20px 20px;
	z-index: 0;
	transition: all 0.3s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
#serviceSection .serviceWrap .item:hover .service-image:after {	
	opacity: 0;
}
#serviceSection .serviceWrap .item .service-image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
#serviceSection .serviceWrap .item .service-cont {
	width: 100%;
	height: 100%;
	padding: 50px 45px;
	position: absolute;
	left: 0;
	top: 67%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}
#serviceSection .serviceWrap .item:hover .service-cont {
	top: 0;
}

#serviceSection .serviceWrap .item h4 {
	margin: 0 0 55px 0;
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: 26px;
}
#serviceSection .serviceWrap .item p {
	margin: 0 0 0 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
}
#ourProcess {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
}
#ourProcess .subTitle {
    display: inline-block;
    padding: 8px 23px;
    margin: 0 0 25px 0;
    background-color: #0B1F3A;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 19px;
}
#ourProcess .processCont {
	padding: 0 60px 0 0;
	position: sticky;
	top: 170px;
}
#ourProcess .processCont h2 {
	position: relative;
    margin: 0 0 40px 0;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 50px;
}
#ourProcess .processCont p {
    margin: 0 0 0px 0;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
}

#ourProcess .process {
	float: right;
	display: flex;
	width: 100%;
	max-width: 575px;
	flex-wrap: wrap;
	flex-direction: column;
}
#ourProcess .process .item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 45px 40px 140px;
	margin: 0 0 15px 0;
	background-color: #00C2B8;
	border-radius: 20px;
	counter-increment: item;
}
#ourProcess .process .item:last-child {
	margin: 0 0 0 0;
}
#ourProcess .process .item:before {
	display: flex;
	position: absolute;
	font-size: 60px;
	color: rgb(255 255 255 / 50%);
	font-weight: 700;
	line-height: 60px;
	top: 35px;
	left: 45px;
	content: counters(item, ".", decimal-leading-zero);
	align-items: center;
	z-index: 1;
	justify-content: center;
}
#ourProcess .process .item h5 {
	position: relative;
    margin: 0 0 20px 0;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    line-height: 30px;
}
#ourProcess .process .item p {
    margin: 0 0 0px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
}

#contentSec {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #00C2B8;
	background-repeat: no-repeat;
    background-size: cover;
}
#contentSec .itemBox {
	position: relative;
	display: flex;
	padding: 35px 45px;
	max-width: 600px;
	width: 100%;
	height: 100%;
	background-color: #183152;
	border-radius: 30px;
	z-index: 1;
	flex-wrap: wrap;
}
#contentSec .row [class*=col-] {
	position: relative;
}
#contentSec .row [class*=col-]::after {
	position: absolute;
	content: '';
	width: 88%;
	height: 94%;
	background-color: #EFEFEF;
	border-radius: 30px;
	top: 40px;
	right: 12px;
}
#contentSec .itemBox.light {
	background-color: #1F3A5F;
}
#contentSec .itemBox h2 {
	margin: 0 0 25px 0;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    line-height: 50px;
}
#contentSec .itemBox p {
    margin: 0 0 40px 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
}
#contentSec .itemBox ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#contentSec .itemBox ul li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 0 10px 30px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
}
#contentSec .itemBox ul li:last-child {
	padding-bottom: 0;
}
#contentSec .itemBox ul li:before {
	position: absolute;
	content: '';
	width: 17px;
	height: 13px;
	background-image: url(../images/bullet-point-vector.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
	top: 6px;
}

#faqSec {
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1136px;
}
#faqSec .cont-col {
	padding: 0 100px 0 0;
}
#faqSec .cont-col .subTitle {
	display: inline-block;
	padding: 8px 35px;
	margin: 0 0 25px 0;
	background-color: #0B1F3A;
	border-radius: 30px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	line-height: 19px;
}
#faqSec .cont-col h2 {
	position: relative;
	margin: 0 0 0 0;
	font-size: 40px;
	color: #000000;
	font-weight: 700;
	line-height: 50px;
}
#faqSec .faqItem {
	float: left;
	width: 100%;
	padding: 45px 40px 0 0;
}
#faqSec .faqItem .accordion {
	float: left;
	width: 100%;
}
#faqSec .faqItem .accordion .accordion-item {
	background-color: transparent;
	border-top: 1px solid #EFEFEF;
	border-right: 0px solid #EFEFEF;
	border-bottom: 0px solid #EFEFEF;
	border-left: 0px solid #EFEFEF;
	border-radius: 0;
}
#faqSec .faqItem .accordion .accordion-item:last-child {
	border-bottom: 1px solid #EFEFEF;
}
#faqSec .faqItem .accordion .accordion-item .accordion-header {
	margin: 0;
}
#faqSec .faqItem .accordion .accordion-item .accordion-header .accordion-button {
	padding: 25px 0 25px 0;
	font-size: 25px;
	color: #0B1F3A;
	font-weight: 700;
	line-height: 30px;
	box-shadow: unset;
	border-radius: 0;
	background-color: transparent;
	transition: all 0.3s ease;
}
#faqSec .faqItem .accordion .accordion-item .accordion-header .accordion-button:after {
	display: flex;
	width: 35px;
	height: 35px;
	background-color: #000000;
	background-image: url(../images/accordion-plus-vector.svg);
	background-position: center center;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	background-size: 16px;
}
#faqSec .faqItem .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
	transform: unset;
	background-image: url(../images/accordion-minus-vector.svg);
	background-size: 15px;
	background-position: top 17px center;
}
#faqSec .faqItem .accordion .accordion-item .accordion-body {
	padding: 0px 0 0px 0;
}
#faqSec .faqItem .accordion .accordion-item .accordion-body p {
	margin: 0 0 25px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
}
#faqSec .faqItem .accordion .accordion-item .accordion-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#faqSec .faqItem .accordion .accordion-item .accordion-body ul li {
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 30px;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
}
#faqSec .faqItem .accordion .accordion-item .accordion-body ul li:last-child {
	padding: 0 0 25px 30px;
}
#faqSec .faqItem .accordion .accordion-item .accordion-body ul li:before {
	position: absolute;
	content: '';
	width: 17px;
	height: 13px;
	background-image: url(../images/bullet-point-vector.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
	top: 6px;
	filter: brightness(0);
}

#faqSec .faq-cta {
	display: flex;
	padding: 200px 0 0 93px;
}
#faqSec .cta-wrap {
	display: flex;
	text-align: center;
	padding: 75px 85px;
	width: 100%;
	background-color: #0B1F3A;
	border-radius: 30px;
	justify-content: center;
	flex-wrap: wrap;
}
#faqSec .cta-wrap .cta-image {
	margin: 0 auto 35px auto;
	max-width: fit-content;
}
#faqSec .cta-wrap .cta-image img {
	width: 100%;
	height: auto;
}
#faqSec .cta-wrap .cta-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#faqSec .cta-wrap .cta-cont h4 {
	margin: 0 0 30px 0;
	font-size: 35px;
	color: #ffffff;
	font-weight: 500;
	line-height: 40px;
}
#faqSec .cta-wrap .cta-cont p {
	margin: 0 0 30px 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 30px;
}
#faqSec .cta-wrap .cta-cont .ctaBtn {
	display: inline-block;
	padding: 19px 30px;
	background-color: #00C2B8;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#faqSec .cta-wrap .cta-cont .ctaBtn:hover {
	background-color: #EFEFEF;
	color: #1F3A5F;
}

#footer {
   position: relative;
   float: left;
   width: 100%;
   margin-top: 185px;
   background-color: #0B1F3A;
}
#footer .ftr-cta {
	display: flex;
	padding: 60px;
	background-color: #00C2B8;
	margin-top: -185px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#footer .ftr-cta .cta-cont {
	margin: 0 auto;
	width: 60%;
	text-align: center;
}
#footer .ftr-cta .cta-cont h5 {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 22px;
	text-transform: capitalize;
}
#footer .ftr-cta .cta-cont h2 {
	margin: 0 0 25px 0;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 45px;
	text-transform: capitalize;
}
#footer .ftr-cta .cta-cont p {
	margin: 0 0 40px 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 28px;
}
#footer .ftr-cta .cta-cont .ctaBtn {
	display: inline-block;
	padding: 19px 30px;
	background-color: #0B1F3A;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#footer .ftr-cta .cta-cont .ctaBtn:hover {
	background-color: #1F3A5F;
}
#footer .footerSec {
	padding-top: 75px;
	padding-bottom: 75px;
}
#footer .footerSec h5 {
	position: relative;
	margin: 0 0 35px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 20px;
}
#footer .footerSec h5:after {
	position: absolute;
	content: '';
	width: 16%;
	height: 1px;
	background-color: #ffffff;
	left: 0;
	bottom: 0;
}
#footer .footerSec .ftr-logo {	
	margin: 0 0 20px 0;
	width: 205px;
}
#footer .footerSec .ftr-logo img {
	width: 100%;
	height: auto;
}
#footer .footerSec .ftr-text {
	margin: 0 0 20px 0;
}
#footer .footerSec .ftr-text p {
	margin: 0 0 0 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 28px;
}
#footer .footerSec .ftr-social {
	display: flex;
	width: 100%;
}
#footer .footerSec .ftr-social ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 15px;
}
#footer .footerSec .ftr-social ul li {
    display: flex;
}
#footer .footerSec .ftr-social ul li a {
	transform: translateY(0);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#footer .footerSec .ftr-social ul li a:hover {
	transform: translateY(-5px);
}
#footer .footerSec .ftr-social ul li a img {
	width: 100%;
	height: auto;
}
#footer .footerSec .ftr-menu {
	float: left;
	width: 100%;
	padding: 0 0 0 50px;
}
#footer .footerSec .ftr-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .footerSec .ftr-menu ul li {
	display: flex;
	padding: 0 0 15px 0;
}
#footer .footerSec .ftr-menu ul li a {
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 22px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#footer .footerSec .ftr-menu ul li a:hover {
	color: #00C2B8;
}

#footer .footerSec .ftr-contact {
	float: left;
	width: 100%;
}
#footer .footerSec .ftr-contact ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer .footerSec .ftr-contact ul li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 0 15px 35px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
}
#footer .footerSec .ftr-contact ul li:last-child {
	padding-bottom: 0px;
}
#footer .footerSec .ftr-contact ul li:before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
}

#footer .footerSec .ftr-contact ul li.address:before {
	background-image: url(../images/location-vector.svg);
	top: 6px;
}
#footer .footerSec .ftr-contact ul li.phone:before {
	background-image: url(../images/phone-vector.svg);
}
#footer .footerSec .ftr-contact ul li.email:before {
	background-image: url(../images/email-vector.svg);
	top: 2px;
}
#footer .footerSec .ftr-contact a {
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#footer .footerSec .ftr-contact a:hover {
	color: #00C2B8;
}

#footer .footerSec .ftr-newsletter {
	float: left;
	width: 100%;
}
#footer .footerSec .ftr-newsletter .field {
	width: 100%;
}
#footer .footerSec .ftr-newsletter .field .input-group {
	margin: 0 0 20px 0;
}
#footer .footerSec .ftr-newsletter .field .input-group:last-child {
	margin: 0;
}
#footer .footerSec .ftr-newsletter .field .input-group .form-control {
	display: inline-block;
	padding: 15px;
	height: 50px;
	background-color: #1F3A5F;
	border: 1px solid #09D9CF;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	outline: none;
	box-shadow: unset;
}
#footer .footerSec .ftr-newsletter .field .input-group .form-control::placeholder {
	color: #ffffff;
}
#footer .footerSec .ftr-newsletter .field .input-group .submitBtn {
	display: inline-block;
	padding: 10px 42px;
	background-color: #00C2B8;
	border: none;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	outline: none;
}
#footer .footerSec .ftr-newsletter .field .input-group .submitBtn:hover {
	background-color: #ffffff;
	color: #1F3A5F;
}
#footer .footerSec .ftr-newsletter .field .input-group label.error {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    color: #ff5757;
    right: 5px;
    top: 0;
}
#footer .footerBottom {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #1F3A5F;
}
#footer .footerBottom .ftr-copyright {
	float: left;
	width: 100%;
}
#footer .footerBottom .ftr-copyright p {
	margin: 0 0 0 0;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 26px;	
}
#footer .footerBottom .ftr-link {
	float: right;
}
#footer .footerBottom .ftr-link ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .footerBottom .ftr-link ul li {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 10px;
	color: #ffffff;
	line-height: normal;
}
#footer .footerBottom .ftr-link ul li:last-child {
	padding: 0 0px 0 10px;
}
#footer .footerBottom .ftr-link ul li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 50%;
	background-color: #ffffff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#footer .footerBottom .ftr-link ul li:last-child::after {
	display: none;
}
#footer .footerBottom .ftr-link ul li a {
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#footer .footerBottom .ftr-link ul li a:hover {
	color: #00C2B8;	
}


/*----------------- Inner Pages -----------------*/


#innerBanner {
	position: relative;
	float: left;
	width: 100%;
	padding: 50px 0 50px 0;
	z-index: 1;
}	

#innerBanner .innerWrap {
	position: relative;
	float: left;
	width: 100%;
	padding: 50px;
	background-color: #00C2B8;
	border-radius: 30px;
	background-repeat: no-repeat;
	background-size: cover;
}

#innerBanner .innerWrap .caption {
	width: 55%;
}
#innerBanner .innerWrap .caption h1 {
	position: relative;
    margin: 0 0 0 0;
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
    line-height: 65px;
}
#innerBanner .innerWrap .caption .breadcrumb {
	margin: 0;
}
#innerBanner .innerWrap .caption .breadcrumb li {
	font-size: 18px;
	color: #ffffff;
}
#innerBanner .innerWrap .caption .breadcrumb li a {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#innerBanner .innerWrap .caption .breadcrumb li a:hover {
	color: #0B1F3A;
}
#innerBanner .innerWrap .caption .breadcrumb li:before {
	color: #ffffff;
}

#innerSection {
	padding-top: 100px;
	padding-bottom: 100px;
}

#innerSection h2 {
	margin: 0 0 30px 0;
    font-size: 40px;
    color: #0000000;
    font-weight: 700;
    line-height: 50px;
}
#innerSection h3 {
	margin: 0 0 30px 0;
    font-size: 35px;
    color: #0000000;
    font-weight: 700;
    line-height: 45px;
}
#innerSection h4 {
	margin: 0 0 30px 0;
    font-size: 30px;
    color: #0000000;
    font-weight: 700;
    line-height: 40px;
}
#innerSection h5 {
	margin: 0 0 30px 0;
    font-size: 28px;
    color: #0000000;
    font-weight: 700;
    line-height: 30px;
}
#innerSection h6 {
	margin: 0 0 30px 0;
    font-size: 25px;
    color: #0000000;
    font-weight: 700;
    line-height: 30px;
}
#innerSection p {
	margin: 0 0 20px 0;
	font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
}
#innerSection p:last-child {
	margin: 0 0 0px 0;
}
#innerSection ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#innerSection ul li {
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 30px;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
}
#innerSection ul li:last-child {
	padding: 0 0 30px 30px;
}
#innerSection ul li:before {
	position: absolute;
	content: '';
	width: 17px;
	height: 13px;
	background-image: url(../images/bullet-point-vector.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
	top: 6px;
	filter: brightness(0);
}
#innerSection ol {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}
#innerSection ol li {
	position: relative;
	display: list-item;
	width: 100%;
	padding: 0 0 10px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
}
#innerSection ol li:last-child {
	padding: 0 0 30px px;
}



#aboutCont {
	padding-top: 50px;
	padding-bottom: 100px;
}
#aboutCont .about-image {
	width: 100%;
	border: 2px solid #1F3A5F;
	border-radius: 30px;
	overflow: hidden;
}
#aboutCont .about-image img {
	width: 100%;
	height: auto;
}
#aboutCont .cont-col {
	padding: 0 0 0 50px;
}
#aboutCont .subTitle {
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 8px 22px;
	background-color: #0B1F3A;
	border-radius: 30px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	line-height: 19px;
}
#aboutCont h2 {
	margin: 0 0 30px 0;
	font-size: 40px;
	color: #000000;
	font-weight: 700;
	line-height: 50px;
}
#aboutCont p {
	margin: 0 0 30px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
}
#aboutCont .image-col {
	width: 100%;
}
#aboutCont .image-col .item {
	float: right;
	width: fit-content;
	border: 2px solid #1F3A5F;
	border-radius: 30px;
	overflow: hidden;
}
#aboutCont .image-col .item img {
	width: 100%;
	height: auto;
}
#approachSec {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #EFEFEF;
	overflow: hidden;
}
#approachSec .cont-col {
	flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
#approachSec .cont-col h2 {
	margin: 0 0 25px 0;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 50px;
	text-align: center;
}
#approachSec .cont-col p {
    margin: 0 0 0 0;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 26px;
	text-align: center;
}
#approachSec .approachWrap {
	margin-top: 50px;
}
#approachSec .approachWrap .item {
	display: flex;
	padding: 45px 40px;
	gap: 40px;
	background-color: #0B1F3A;
	border-radius: 30px;
	flex-direction: column;
}
#approachSec .approachWrap .item.green {
	background-color: #00C2B8;
}
#approachSec .approachWrap .item.dark-blue {
	background-color: #1F3A5F;
}
#approachSec .approachWrap .item .item-icon {	
    display: flex;
	width: 70px;
    height: 70px;
}
#approachSec .approachWrap .item .item-icon img {
	filter: invert(1);
	width: 100%;
	height: auto;
}
#approachSec .approachWrap .item .item-cont {
	display: flex;
}
#approachSec .approachWrap .item .item-cont h4 {
	margin: 0;
	font-size: 28px;
	color: #ffffff;
	font-weight: 700;
	line-height: 32px;
}
#approachSec .bottomTitle {
	position: absolute;
	width: fit-content;
	font-size: 100px;
	color: rgb(0 0 0 / 7%);
	font-weight: 700;
	line-height: 150px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
	bottom: -40px;
}

#serviceSec {
	padding-top: 50px;
	padding-bottom: 0;
	overflow: hidden;
}
#serviceSec .service-wrap {
	position: relative;
	display: flex;
	padding-bottom: 120px;
	align-items: center;
}
#serviceSec .service-wrap:nth-child(even) {
	padding-top: 120px;
	margin-bottom: 120px;
}
#serviceSec .service-wrap:nth-child(even)::after {
	position: absolute;
	content: '';
	width: 100vw;
	height: 100%;
	background-color: #00C2B8;
	top: 0;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
}
#serviceSec .service-wrap:last-child {
	margin-bottom: 0px;
}
#serviceSec .service-image {
	position: relative;
	width: 559px;
	max-width: 100%;
	padding: 0 0 20px 20px;
	z-index: 2;
}
#serviceSec .service-image:before {
	position: absolute;
	content: '';
	width: 87%;
	height: 81%;
	background-color: #2BE5DC;
	border-radius: 30px;
	border: 2px solid #1F3A5F;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#serviceSec .service-image img {
	width: 100%;
	height: auto;
	border: 2px solid #1F3A5F;
	border-radius: 30px;
	overflow: hidden;
}
#serviceSec .service-wrap:nth-child(even) .service-image {
	padding: 0 20px 20px 0px;
	float: right;
}
#serviceSec .service-wrap:nth-child(even) .service-image:before {
	left: auto;
	right: 0;
	background-color: #EFEFEF;
}
#serviceSec .service-wrap .row {
	align-items: center;
}
#serviceSec .service-wrap:nth-child(even) .row {
	flex-direction: row-reverse;
}
#serviceSec .service-cont {
	width: 100%;
}
#serviceSec .service-cont h2 {
	position: relative;
    margin: 0 0 40px 0;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 50px;
}
#serviceSec .service-wrap:nth-child(even) .service-cont h2 {
	color: #ffffff;
}
#serviceSec .service-cont p {
    margin: 0 0 25px 0;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
}
#serviceSec .service-wrap:nth-child(even) .service-cont p {
	color: #ffffff;
}
#serviceSec .service-cont ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#serviceSec .service-cont ul li {
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 30px;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
}
#serviceSec .service-wrap:nth-child(even) .service-cont ul li {
	color: #ffffff;
}
#serviceSec .service-cont ul li:last-child {
	padding: 0 0 25px 30px;
}
#serviceSec .service-cont ul li:before {
	position: absolute;
	content: '';
	width: 17px;
	height: 13px;
	background-image: url(../images/bullet-point-vector.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
	top: 6px;
	filter: brightness(0);
}
#serviceSec .service-wrap:nth-child(even) .service-cont ul li:before {
	filter: unset;
}
#serviceSec .service-cont .ctaBtn {
	display: inline-block;
	padding: 19px 44px;
	background-color: #0B1F3A;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#serviceSec .service-cont .ctaBtn:hover {
	background-color: #00C2B8;
}
#serviceSec .service-wrap:nth-child(even) .service-cont .ctaBtn:hover {
	background-color: #1F3A5F;
}


#contactSec {
	padding-top: 50px;
	padding-bottom: 50px;
}
#contactSec .left-col {
	float: left;
	width: 100%;
	padding: 0 50px 0 0;
}
#contactSec .left-col .subTitle {
	display: inline-block;
	padding: 8px 22px;
	margin: 0 0 30px 0;
	background-color: #0B1F3A;
	border-radius: 30px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	line-height: 19px;
}
#contactSec .left-col h2 {
	position: relative;
    margin: 0 0 40px 0;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 50px;
}
#contactSec .left-col p {
	margin: 0 0 25px 0;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
}
#contactSec .left-col .contact-info {
	float: left;
	width: 100%;
	padding: 0 150px 0 0;
}
#contactSec .left-col .contact-info ul {
	display: flex;
	list-style: none;
	gap: 30px;
	margin: 0px;
	padding: 0px;
	flex-wrap: wrap;
}
#contactSec .left-col .contact-info ul li {
	position: relative;
	display: flex;
	width: 100%;
	padding: 0 0 0px 65px;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 25px;
	flex-wrap: wrap;
	flex-direction: column;
}
#contactSec .left-col .contact-info ul li:last-child {
	padding-bottom: 0px;
}
#contactSec .left-col .contact-info ul li:before {
	position: absolute;
	display: flex;
	content: '';
	width: 50px;
	height: 50px;
	background-color: #0b1f3a;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 55%;
	left: 0;
	top: 0;
	justify-content: center;
	align-items: center;
}

#contactSec .left-col .contact-info ul li.address:before {
	background-image: url(../images/location-vector.svg);
}
#contactSec .left-col .contact-info ul li.phone:before {
	background-image: url(../images/phone-vector.svg);
}
#contactSec .left-col .contact-info ul li.email:before {
	background-image: url(../images/email-vector.svg);
}
#contactSec .left-col .contact-info ul li h4 {
	display: block;
	margin: 0 0 5px 0;
	font-size: 22px;
	color: #000000;
	font-weight: 700;
	line-height: 28px;
}
#contactSec .left-col .contact-info a {
	color: #000000;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#contactSec .left-col .contact-info a:hover {
	color: #00C2B8;
}
#contactSec .right-col {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 50px 30px;
	background-color: #0B1F3A;
	border-radius: 30px;
}
#contactSec .right-col h3 {
	margin: 0 0 30px 0;
	font-size: 35px;
	color: #ffffff;
	font-weight: 500;
	line-height: 40px;
}
#contactSec .right-col .field {
	display: flex;
	width: 100%;
	flex-direction: column;
}
#contactSec .right-col .field .row {
	padding-bottom: 30px;
}
#contactSec .right-col .field .row.hidden {
	padding-bottom: 0;
}
#contactSec .right-col .field .row:last-child {
	padding-bottom: 0;
}
#contactSec .right-col .field .input-group .form-control {
	display: inline-block;
	padding: 15px;
	height: 60px;
	background-color: #1F3A5F;
	border: 1px solid #09D9CF;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	outline: none;
	box-shadow: unset;
}
#contactSec .right-col .field .input-group .form-control::placeholder {
	color: #ffffff;
}
#contactSec .right-col .field .input-group .form-control.form-select {
	padding: 12px 15px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
#contactSec .right-col .field .input-group textarea.form-control {
    height: 150px;
    resize: none;
}
#contactSec .right-col .input-group .submitBtn {
	display: inline-block;
	padding: 15px 45px;
	background-color: #00C2B8;
	border: none;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	outline: none;
}

#contactSec .right-col .field .input-group .submitBtn:hover {
	background-color: #ffffff;
	color: #1F3A5F;
}
#contactSec .right-col .input-text {
	display: flex;
	gap: 20px;
	padding: 0 0 0 20px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	align-items: center;
}
#contactSec .right-col .input-text .ctaBtn {
	display: inline-block;
	padding: 0;
	border: none;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	outline: none;
	text-align: center;
}

#contactSec .right-col .field .input-text .ctaBtn:hover {
	color: #00C2B8;
}



#contactSec .right-col .field .input-group label.error {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    color: #ff5757;
    right: 5px;
    top: 0;
}


#mapSec {
	padding-top: 50px;
}
#mapSec h2 {
	position: relative;
	margin: 0 0 40px 0;
	font-size: 40px;
	color: #000000;
	font-weight: 700;
	line-height: 50px;
}
#mapSec .mapBox {
	width: 100%;
}
#mapSec .mapBox iframe {
	width: 100%;
	height: 550px;
	vertical-align: top;
}

#consultationSec {
	position: relative;
	width: 100%;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 100px;
	vertical-align: top;
	margin: 200px 0 150px 0;
	background-color: #EFEFEF;
	z-index: 1;
}
#consultationSec .form-wrap {
    position: relative;
    width: 75%;
    margin: -100px auto 0 auto;
    padding: 45px 45px;
    border-radius: 30px;
    background-color: #00c2b8;
}
#consultationSec .form-wrap h3 {
	margin: 0 0 30px 0;
	font-size: 35px;
	color: #ffffff;
	font-weight: 500;
	line-height: 40px;
}
#consultationSec .form-wrap .field {
	display: flex;
	width: 100%;
	flex-direction: column;
}
#consultationSec .form-wrap .field .row {
	padding-bottom: 30px;
}
#consultationSec .form-wrap .field .row.hidden {
	padding-bottom: 0;
}
#consultationSec .form-wrap .field .row:last-child {
	padding-bottom: 0;
}
#consultationSec .form-wrap .field .input-group .form-control {
	display: inline-block;
	padding: 15px;
	height: 60px;
	background-color: #ffffff;
	border: 0px solid #ffffff;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	outline: none;
	box-shadow: unset;
}
#consultationSec .form-wrap .field .input-group .form-control::placeholder {
	color: #000000;
}
#consultationSec .form-wrap .field .input-group .form-control.form-select {
	padding: 12px 15px;	
}
#consultationSec .form-wrap .field .input-group textarea.form-control {
    height: 150px;
    resize: none;
}
#consultationSec .form-wrap .field .input-group .submitBtn {
	display: inline-block;
	padding: 15px 45px;
	background-color: #1F3A5F;
	border: none;
	border-radius: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	outline: none;
}

#consultationSec .form-wrap .field .input-group .submitBtn:hover {
	background-color: #ffffff;
	color: #1F3A5F;
}

#consultationSec .form-wrap .field .input-group label.error {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    color: #EF2121;
    right: 5px;
    top: 0;
}

#consultationSec .bottomTitle {
	position: absolute;
	width: fit-content;
	font-size: 90px;
	color: rgb(0 0 0 / 7%);
	font-weight: 700;
	line-height: 90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -13px;
	z-index: 0;
}