*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Roboto" !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: Roboto;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	transition: 0.8s all;
}

a.nav-link.active {
	color: #DDA853 !important;
	border-bottom: 1px solid #DDA853;
}

a.nav-link:hover, .nav-link:focus {
	color: #DDA853 !important;
	text-decoration: underline;
}

a.contact-us {
	border-radius: 100px;
	padding: 18px 28px;
	border: 1px solid #FFFFFF;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	line-height: 14px;
	letter-spacing: 0.4px;
	color: #fff;
	transition: 0.8s all;
	margin-left: 10px;
}

a.contact-us:hover {
	background: #DDA853;
	border: 1px solid #DDA853;
}

#main-banner {
	position: relative;
	z-index: 9;
}

#main-banner:before {
	position: absolute;
	content: "";
	background-image: url(../img/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-family: Roboto;
	font-weight: 700;
	font-style: Bold;
	font-size: 60px;
	line-height: 170%;
	letter-spacing: 0%;
	color: #fff;
}

.banner-text p {
	font-family: Roboto;
	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: #DDA853;
	font-family: Roboto;
	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.8s 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: #27548A;
	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: #DDA853;
}

a.banner-card:hover .arrow-icon {
	filter: invert(0%) sepia(77%) saturate(7094%) hue-rotate(312deg) brightness(89%) contrast(94%);
}

img.arrow-icon {
	position: absolute;
	right: 20px;
	top: 20px;
}

a.banner-card:hover p {
	color: #DDA853;
}

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: #0000000A;
}

.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;
	font-weight: 700;
	font-size: 40px;
	line-height: 170%;
	letter-spacing: 0%;
	color: #27548A;
}

.who-text p {
	font-family: Roboto;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 170%;
	letter-spacing: 0%;
	color: #27548A;
	margin-bottom: 0px;
}

.who-text p span {
	color: #DDA853;
}

#qualification {
	background: #F3F3E0;
	padding: 90px 0px;
}

.qualification-heading {
	text-align: center;
	margin-bottom: 40px;
}

.qualification-heading h2 {
	font-family: Roboto;
	font-weight: 700;
	font-size: 40px;
	line-height: 161%;
	letter-spacing: 0%;
	text-align: center;
	color: #27548A;
}

.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;
	font-weight: 800;
	font-size: 28px;
	line-height: 190%;
	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: Roboto;
	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(../img/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(../img/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;
	font-weight: 700;
	font-size: 40px;
	line-height: 170%;
	letter-spacing: 0px;
	text-align: center;
	color: #27548A;
}

#brand-carousel .brands-img img {
	height: 55px !important;
	object-fit: contain;
}

#expertise {
	background: #27548A;
	padding: 100px 0px 70px;
	position: relative;
	z-index: 9;
}

#expertise:after {
	position: absolute;
	content: "";
	background-image: url(../img/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;
	font-weight: 700;
	font-size: 40px;
	line-height: 170%;
	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: #DAEBFF;
	border-radius: 50%;
	font-family: Roboto;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	color: #27548A;
}

.expertise-card h3 {
	font-family: Roboto;
	font-weight: 700;
	font-size: 20px;
	line-height: 170%;
	letter-spacing: 0%;
	text-align: center;
	color: #27548A;
	margin-bottom: 20px;
	margin-top: 20px;
}

.expertise-card p {
	font-family: Roboto;
	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: 1px solid #FFFFFF;
	padding: 18px 28px;
	border-radius: 100px;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.4px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	transition: 0.8s all;
}

a.contact-us-btn:hover {
	background: #DDA853;
	border: 1px solid #DDA853;
}

#story {
	padding: 90px 0px 70px;
	position: relative;
	z-index: 9;
}

#story:after {
	position: absolute;
	content: "";
	background-image: url(../img/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;
	font-weight: 700;
	font-size: 40px;
	line-height: 170%;
	letter-spacing: 0%;
	text-align: center;
	color: #27548A;
}

.story-card {
	padding: 20px;
	border-radius: 16px;
	background: #FFFFFF;
	box-shadow: 0px 0px 34px 0px #00000014;
}

.story-card h3 {
	font-family: Roboto;
	font-weight: 700;
	font-size: 20px;
	line-height: 170%;
	letter-spacing: 0%;
	text-align: center;
	color: #27548A;
	width: 230px;
	margin: auto;
	margin-bottom: 12px;
}

.story-card p {
	font-family: Roboto;
	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: #183B4E;
	border-radius: 10px;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.certificate-text p {
	font-family: Inter;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0px;
	color: #DDA853;
	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: #183B4E;
	margin-top: 21px;
}

.award-text p {
	font-family: Inter;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0px;
	color: #DDA853;
	margin-bottom: 0px;
	text-align: center;
}

#achievement {
	margin-bottom: 40px;
}

.achievement-card {
	border-radius: 27px;
	background: #27548A;
	padding: 64px 17px 42px;
	text-align: center;
}

.achievement-card h2 {
	font-family: Roboto;
	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: Roboto;
	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: Roboto;
	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: Roboto;
	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: Roboto;
	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: Roboto;
	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: Roboto;
	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;
}

/* service page */
.top-banner {
	background-color: #27548b;
	color: #fff;
	padding: 40px 0;
}

.top-banner .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-banner .row{
	width: 100%;
	margin: 0 auto;
}
.top-banner .banner-h {
	font-size: 54px;
}
.top-banner h1 {
	font-size: 36px;
	font-weight: 700;
	font-family: Roboto;
}

.top-banner .highlight {
	color: #f5a623;
}

.top-banner form {
	width: 90%;
	margin: 0 auto;
	font-family: Roboto;
}

.top-banner form input {
	font-size: 14px;
	padding: 15px 15px;
	margin-bottom: 25px !important;
}
.top-banner input.form-control:focus {
	/*border: none;*/
	box-shadow: 0 0 2px #0b3d73 !important; /* Custom shadow */
	outline: none;
  }
.top-banner form button {
	background-color: #f5a623;
	color: #fff;
	border-radius: 20px;
	font-size: 20px;
}
.top-banner form button:hover {
	background-color: #f5a623;
	color: #fff;
	border-radius: 20px;
	font-size: 20px;
}
.top-banner form button:active {
	background-color: #f5a623 !important;
	color: #fff !important;
}

.sidebar a {
	display: block;
	padding: 12px;
	margin-bottom: 10px;
	/* background: #f1f4f9; */
	box-shadow: 0px 0px 2px lightblue;
	color: #0c3e74;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
	border-radius: 10px;
}

.sidebar a.active,
.sidebar a:hover {
	background-color: #0c3e74;
	color: #fff;
}

.section {
	margin-bottom: 60px;
	scroll-margin-top: 80px;
}

.section h4 {
	color: #0c3e74;
	font-weight: 700;
	font-size: 31px;
}

.sticky-sidebar {
	position: sticky;
	top: 85px;
}

.service-page-content {
	font-family: Roboto;
	padding: 0 70px;
}

.service-page-content h3 {
	color: #0c3e74;
	font-size: 20px;
}

.service-page-content p {
	color: #666666;
	font-size: 18px;
	line-height: 1.8;
}

.service-page-content ul {
	padding: 0 0 0 3%;
}

.service-page-content ul li strong {
	display: block;
	color: #666666;
}

.service-page-content ul li {
	color: #666666;
	font-size: 18px;
	line-height: 1.9;
	list-style-type: circle;
}

.service-page-content ol {
	padding-left: 20px;
}

.service-page-content ol li {
	font-size: 18px;
	color: #666;
	line-height: 1.9;
	/* list-style: none; */
}

.service-page-content table {
	font-size: 16px;
	color: #666;
}

.service-page-content table th {
	background-color: #f3f3e0;
	padding: 10px 15px;
	box-shadow: 0 1px 1px #33333363;
}

.service-page-content table td {
	/* background-color: #f3f3e0; */
	padding: 10px 15px;
	box-shadow: 0 1px 1px #33333363;
}

.service-page-content table th:first-child {
	width: 40%;
}

.service-page-content table th:last-child {
	width: 60%;
}

.custom-accordion {
	width: 100%;
}

.custom-accordion-item {
	margin-bottom: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 1px 0px #33333363;
}

.custom-accordion-title {
	padding: 30px 5px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	color: #666;
}

.custom-accordion-content {
	max-height: 0;
	overflow: hidden;
	padding: 0 16px;
	line-height: 1.5;
	transition: max-height 0.4s ease, padding 0.3s ease;
}

.custom-accordion-item.open .custom-accordion-content {
	max-height: 200px;
	padding: 16px;
}

.custom-accordion-icon {
	transition: transform 0.3s ease;
}

.custom-accordion-item.open .custom-accordion-icon {
	transform: rotate(45deg);
	/* + becomes × */
}
.custom-accordion-icon{
	font-size: 30px;
}
.service-page-content form {
	width: 100%;
	font-family: Roboto;
}

.service-page-content form input {
	font-size: 14px;
	padding: 15px 15px;
	margin-bottom: 25px !important;
}
.service-page-content input.form-control:focus {
	/*border: none;*/
	box-shadow: 0 0 2px #0b3d73 !important; /* Custom shadow */
	outline: none;
  }
.service-page-content form button {
	background-color: #f5a623;
	color: #fff;
	border-radius: 20px;
	font-size: 20px;
	border-color:#f5a623 !important ;
}
.service-page-content form button:hover{
    background-color: #f5a623;
	color: #fff;
	border-radius: 20px;
	font-size: 20px;
	border-color:#f5a623 !important ;
}
.service-page-content form button:active{
    background-color: #f5a623 !important;

}
.modal-content form {
	width: 100%;
	font-family: Roboto;
}

.modal-content form input {
	font-size: 14px;
	padding: 15px 15px;
	margin-bottom: 25px !important;
}
.modal-content input.form-control:focus {
	border: none;
	box-shadow: 0 0 2px #0b3d73 !important; /* Custom shadow */
	outline: none;
  }
.modal-content form button {
	background-color: #f5a623;
	color: #fff;
	border-radius: 20px;
	font-size: 20px;
}
.banner-l img{
    width: 50%;
}

.dropdown-item:hover {
  color: #183b4e !important;
}