*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Roboto Condensed", sans-serif !important;
}

.navbar .container-fluid {
	padding-left: 70px;
	padding-right: 70px;
}

.navbar.bg-white {
	background: #183B4E !important;
	padding: 18px 0px !important;
}

li.nav-item {
	margin-right: 10px;
}

a.nav-link {
	/* font-family: "Nunito", sans-serif; */
	font-weight: 400;
	font-style: Medium;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	transition: 0.8s all;
}

a.nav-link.active {
	color: #fff !important;
	border-bottom: 1px solid #fff;
}

a.nav-link:hover {
	color: #DDA853;
}

a.contact-us {
	border-radius: 100px;
	padding: 10px 18px;
	border: 1px solid #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	line-height: 14px;
	letter-spacing: 0.4px;
	color: #fff;
	transition: 0.8s all;
	margin-left: 40px;
}

a.contact-us img {
	width: 20px;
}

a.contact-us:hover {
	background: #007c85;
	border: 1px solid #007c85;
}

#founder-main-banner {
	position: relative;
	z-index: 9;
}

#founder-main-banner:before {
	position: absolute;
	content: "";
	background-image: url(../../images/founder/banner-img-new.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.banner-text {
	padding-top: 80px;
}

.banner-text h1 {
	margin-bottom: 20px;
}

.banner-text h1 span {
	font-weight: 700;
	font-style: Bold;
	font-size: 60px;
	line-height: 170%;
	letter-spacing: 0%;
	color: #fff;
}

.banner-text p {
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
	line-height: 170%;
	letter-spacing: 0%;
	color: #fff;
	margin-bottom: 30px;
	width: 565px;
}


.banner-text a.expert-help {
	padding: 18px 28px;
	background: #007c85;
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	display: inline-block;
	font-size: 16px;
	line-height: 14px;
	letter-spacing: 0.4px;
	vertical-align: middle;
	color: #fff;
	border-radius: 100px;
	text-decoration: none;
	transition: 0.4s all;
}

.banner-text a.expert-help:hover {
	background: #183b4e;
}

.banner-panel {
	margin-top: 75px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	padding-bottom: 25px;
}

a.banner-card {
	text-decoration: none;
	background: #0a323f;
	border: 1px solid #FFFFFF;
	padding: 20px;
	position: relative;
	border-radius: 30px;
	width: 206px;
	height: 172px;
	margin-right: 20px;
	text-align: center;
	transition: 0.8s all;
	margin-bottom: 20px;
}

a.banner-card:hover {
	background: #183b4e;
	border: 1px solid #183b4e;
	color: #effe43;
}

a.banner-card:hover .arrow-icon {
	filter: invert(80%) sepia(85%) saturate(3600%) hue-rotate(60deg) brightness(210%) contrast(95%);
}

img.arrow-icon {
	position: absolute;
	right: 20px;
	top: 20px;
}

a.banner-card:hover p {
	color: #effe43;
}

a.banner-card p {
	font-family: Inter;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 0px;
}

#who-section {
	margin: 100px 0px;
}

.who-card {
	background: #dbefe8;
}

.who-img {
	height: 100%;
}

.who-img img {
	height: 100%;
	object-fit: cover;
}

.who-text {
	padding: 30px 0px;
	width: 609px;
}

.who-text h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 170%;
	letter-spacing: 0%;
	color: #0a323f;
}

.who-text p {
	font-family: "Nunito", sans-serif;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 170%;
	letter-spacing: 0%;
	color: #232323;
	margin-bottom: 0px;
}

.who-text p span {
	color: #007c85 ;
	font-style: italic;
}

#qualification {
	background: #dbefe8;
	padding: 90px 0px;
}

.qualification-heading {
	text-align: center;
	margin-bottom: 40px;
}

.qualification-heading h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 39.84px;
	text-align: center;
	color: #0a323f;
}

.qualification-card {
	background: #FFFFFF;
	box-shadow: 0px 4px 6px -2px #10182808;
	padding: 22px 24px;
	border-radius: 16px;
	height: 100%;
	min-height: 340px;
}

.card-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.card-heading h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 39.84px;
	letter-spacing: 0%;
	color: #333333;
	margin-bottom: 0px;
}

.card-heading h3 span {
	font-size: 24px;
}

.card-heading img {
	width: 50px !important;
}

.qualification-card p {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	leading-trim: NONE;
	line-height: 190%;
	letter-spacing: 0%;
	color: #666666;
	margin-bottom: 0px;
}

#qualification {
	padding-left: 80px;
}

#qualification-slider button span {
	display: none;
}

#qualification-slider .owl-nav {
	margin-top: 40px;
	text-align: center;
}

#qualification-slider button.owl-prev {
	background-image: url(../../images/founder//arrow-left-icon.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 41px;
	height: 41px;
	margin-right: 88px;
}

#qualification-slider button.owl-next {
	background-image: url(../../images/founder//arrow-right-icon.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 41px;
	height: 41px;
}

#qualification-slider .owl-dots {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 88%;
	transform: translate(-50%, 50%);
}

#qualification-slider button.owl-dot.active {
	background: #27548A;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

#qualification-slider button.owl-dot {
	background: #D7D6DE;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 8px;
}

#brands {
	padding: 90px 0px;
}

.brand-heading {
	margin-bottom: 44px;
	text-align: center;
}

.brand-heading h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 39.84px;
	letter-spacing: 0px;
	text-align: center;
	color: #0a323f;
}

#brand-carousel .brands-img img {
	height: 55px !important;
	object-fit: contain;
}

#expertise {
	background: #0a323f;
	padding: 100px 0px 70px;
	position: relative;
	z-index: 9;
}

#expertise:after {
	position: absolute;
	content: "";
	background-image: url(../../images/founder//expertise-vector.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 488px;
	left: 0px;
	bottom: 20px;
	z-index: -1;
}

.expertise-heading {
	text-align: center;
	margin-bottom: 56px;
}

.expertise-heading h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 39.84px;
	letter-spacing: 0%;
	color: #fff;
}

.expertise-card {
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 6px -2px #10182808;
	padding: 20px 16px 30px;
	border-radius: 16px;
	height: 100%;
}

.number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #007c85;
	border-radius: 50%;
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

.expertise-card h3 {
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 170%;
	letter-spacing: 0%;
	text-align: center;
	color: #0a323f;
	margin-bottom: 20px;
	margin-top: 20px;
}

.expertise-card p {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 190%;
	letter-spacing: 0%;
	text-align: center;
	color: #666;
	margin-bottom: 0px;
}

.contact-btn {
	text-align: center;
	margin-top: 55px;
}

a.contact-us-btn {
	border-radius: 100px;
	padding: 10px 18px;
	border: 1px solid #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	line-height: 14px;
	letter-spacing: 0.4px;
	color: #fff;
	transition: 0.8s all;
	margin-left: 40px;
}

a.contact-us-btn:hover {
	background: #007c85;
	border: 1px solid #007c85;
}

#story {
	padding: 90px 0px 70px;
	position: relative;
	z-index: 9;
}

#story:after {
	position: absolute;
	content: "";
	background-image: url(../../images/founder//story-vector.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 640px;
	left: 0px;
	top: 110px;
	z-index: -1;
}

.story-heading {
	margin-bottom: 50px;
	text-align: center;
}

.story-heading h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 39.84px;
	letter-spacing: 0%;
	text-align: center;
	color: #0a323f;
}

.story-card {
	padding: 20px;
	border-radius: 16px;
	background: #FFFFFF;
	box-shadow: 0px 0px 34px 0px #00000014;
}

.story-card h3 {
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 170%;
	letter-spacing: 0%;
	text-align: center;
	color: #0a323f;
	width: 230px;
	margin: auto;
	margin-bottom: 12px;
}

.story-card p {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 190%;
	letter-spacing: 0%;
	text-align: center;
	color: #666;
	margin-bottom: 0px;
}

.mt-172 {
	margin-top: 172px;
}

.mt-310 {
	margin-top: 310px;
}

.certificate-img img {
	width: 855px;
	height: 425px;
	object-fit: cover;
	margin-bottom: 16px;
}

.certificate-text {
	width: 586px;
	height: 56px;
	background: #dbefe8;
	border-radius: 10px;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.certificate-text p {
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0px;
	color: #232323;
	margin-bottom: 0px;
}

.award-img img {
	height: 375px;
	width: 100%;
}

.award-text {
	width: 100%;
	height: 56px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dbefe8;
	margin-top: 21px;
}

.award-text p {
	/* font-family: Inter; */
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0px;
	color: #232323;
	margin-bottom: 0px;
	text-align: center;
}

#achievement {
	margin-bottom: 40px;
}

.achievement-card {
	border-radius: 27px;
	background: #0a323f;
	padding: 64px 17px 42px;
	text-align: center;
}

.achievement-card h2 {
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-size: 51px;
	line-height: 170%;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}

footer {
	background: #183B4E;
	padding: 50px 0px 25px;
}

footer .container-fluid {
	padding-left: 70px;
	padding-right: 70px;
}

.footer-about h2 {
	font-family: "Nunito", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 20px;
}

.footer-about p {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 190%;
	letter-spacing: 0px;
	color: #fff;
	width: 274px;
	margin-bottom: 45px;
}

.follow-icons {
	margin-top: 27px;
	display: flex;
	align-items: center;
}

.icons-back {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #FFFFFF20;
	margin-right: 12px;
	transition: 0.8s all;
}

.icons-back:hover {
	background: #DDA853;
}

.footer-links h3 {
	font-family: "Nunito", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #fff;
	margin-bottom: 27px;
}

.footer-links ul {
	list-style: none;
	padding-left: 0px;
}

.footer-links ul li {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 190%;
	letter-spacing: 0px;
	margin-bottom: 14px;
	color: #fff;
}

.footer-links ul li a {
	color: #fff;
	text-decoration: none;
	transition: 0.4s all;
}

.footer-links ul li a:hover {
	color: #DDA853;
	letter-spacing: 0.6px;
	border-bottom: 1px solid #dda853;
}

.footer-locations h3 {
	font-family: "Nunito", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #fff;
	margin-bottom: 27px;
}

.locations {
	margin-bottom: 30px;
}

.locations p {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 190%;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 10px;
}

.locations span {
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #fff;
	display: flex;
	align-items: start;
}

.locations span a {
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	transition: 0.4s all;
}

.locations span a:hover {
	color: #DDA853;
}

.hide-desktop {
	display: none;
}

#achievement .owl-dots {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 95%;
	transform: translate(-50%, 50%);
}

#achievement button.owl-dot.active {
	background: #27548A;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

#achievement button.owl-dot {
	background: #D7D6DE;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 8px;
}

   /* Popup Modal Styles */
        .founder.form-modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /*background-color: rgba(0,0,0,0.6);*/
            z-index: 9999;
            display: none;
            justify-content: center;
            align-items: center;
        }
       .founder .callback-form{
            background-color:none !important;
        }
    .founder .form-modal-content {
            background:rgb(255, 255, 255);;
            padding: 30px;
            border-radius: 10px;
            position: relative;
            max-width: 500px;
            width: 90%;
            border:.5px solid #ced4da;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

       .founder .form-modal-close {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            cursor: pointer;
        }

        /* Basic form styles */
    .founder    .form-title {
            font-size: 20px;
            font-weight: bold;
        }

      .founder  .form-group {
            margin-bottom: 15px;
        }

       .founder .form-control {
            width: 100%;
            padding: 10px;
        }

       .founder .primary-btn {
            background-color: #0077b5;
            color: #fff;
            padding: 10px 20px;
            border: none;
            cursor: pointer;
        }

       .founder .primary-btn:hover {
            background-color: #005f8d;
        }