@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	font-size: 16px;
	overflow-x: hidden;
}
body {
	position: relative;
	font-family: 'Jost', sans-serif;
	background: #fff;
	overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
	--white: #ffffff;
	--black: #000;
	--gary-color: #727272;
	--lightgary-color: #b2b9bd;
	--theme-color: #003599;
	--primary-color: #53c2e7;
}

p {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
figure {
	margin: 0;
}
section {
	padding: 5rem 0;
}

/* loader */
.preLoader {
	width: 100%;
	height: 100%;
	z-index: 1111;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.preLoader.black {
	background-color: var(--primary-color);
	z-index: 11113;
}
.preLoader.white {
	z-index: 11112;
	background-color: var(--theme-color);
}
.preLoader.black img {
	filter: brightness(0%) invert(1);
}

/* loader */

/* Cursor Start */

.mouse-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
}

.cursor-inner {
	margin-left: 2px;
	margin-top: 2px;
	width: 7px;
	height: 7px;
	z-index: 10000001;
	background-color: var(--primary);
	-webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
	margin-left: -10px;
	margin-top: -10px;
	width: 30px;
	height: 30px;
	background-color: var(--primary);
	opacity: 0.3;
}

/* Cursor End */

/* btn css */

.themeBtn {
	background: var(--primary-color);
	font-size: 1.25rem;
	color: var(--white);
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block;
	padding: 0.55em 2.04em;
	border-radius: 0px;
	line-height: normal;
}

.themeBtn.borderBtn {
	background: transparent;
	border: 1px solid #fff;
	padding: 1.04em 2em;
}

/* btn css */

/* mouse animation css  */

.bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
}

/* mouse animation css  */

/* navigation css */
header {
	padding: 10px 0;
}
.navbar-nav {
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
}
.navbar-nav .nav-item .nav-link {
	font-size: 1rem;
	color: var(--black);
	text-transform: capitalize;
	font-weight: 500;
	padding: 0 0;
	display: inline-block;
}

.form-inline a i {
	background: #ececec;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.form-inline a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-left: 2rem;
}

.form-inline a span {
	font-size: 1.375rem;
	color: var(--primary-color);
}
.navbar-nav .nav-item .sub-menu {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.navbar-nav .nav-item .sub-menu li {
	min-width: 205px;
	position: relative;
	list-style: none;
}

.navbar-nav .nav-item .sub-menu li a {
	padding: 17px 10px;
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
	color: #151515;
	display: block;
	text-transform: uppercase;
}

.navbar-nav .nav-item .sub-menu:hover {
	opacity: 1;
	top: 28px;
	left: 0;
	visibility: visible;
}
.navbar-nav .nav-item .sub-menu li a:hover {
	background: linear-gradient(179deg, #53c2e7, #262262);
	color: var(--white);
}
.navbar-nav  .sub-menu, .dropleft, .dropright, .dropup {
	position: relative;
	z-index: 999;
}
/* navigation css */

/* slider css */

.mainSlider {
	height: 960px;
	position: relative;
	z-index: 1;
}
.homeSlider.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.homeSlider.swiper-container .swiper-slide {
	/* overflow: hidden; */
}
.homeSlider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.slideContent {
	text-align: left;
}

.mainSlider h2 {
	margin: 0 0 0rem;
}

.headingOne {
	font-size: 1.25rem;
	color: var(--white);
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 0.5rem;
}
.headingTwo {
	font-size: 5rem;
	color: var(--white);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
}
.headingThre {
	font-size: 2.8125rem;
	font-weight: 500;
	color: var(--white);
}
.slideContent p {
	color: var(--white);
	line-height: 1.9;
	margin: 0 0 1.3rem;
}
/* slider css */

.radiusImg img {
	width: 100%;
	border-radius: 20px;
}
.subHeading {
	font-size: 1.25rem;
	color: var(--theme-color);
	text-transform: uppercase;
}
.heading {
	font-size: 3.75rem;
	text-transform: capitalize;
	margin: 0;
	font-weight: 600;
}
.wellcomeContent .subHeading {
	margin: 0 0 1rem;
}
.findHeading {
	font-size: 2.5rem;
	line-height: 1.3;
	margin: 0 0 1rem;
}
.nedsList {
	display: flex;
	align-items: center;
	margin: 2.5rem 0 2.5rem;
	gap: 6rem;
}
.nedsList li figure {
	width: 65px;
	height: 65px;
	background: var(--theme-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nedsList li {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.nedsList li span {
	color: var(--theme-color);
	font-size: 1.25rem;
	display: block;
	width: 150px;
	font-weight: 500;
}
.wellcomeContent .d-flex {
	align-items: center;
	gap: 1.5rem;
}
.wellcomeContent .d-flex .jobsBtn {
	background: #d2e2ff;
	font-size: 1.125rem;
	color: var(--theme-color);
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 2.12rem 2.52rem;
	border-radius: 10px;
}
.wellcomeContent .d-flex .jobsBtn i {
	color: var(--theme-color);
	font-size: 1.9rem;
	font-weight: 400;
}
.wellcomeContent .d-flex .badge {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
.welcomeSec {
	background: #f3fcff;
}
.serviceSlider {
	margin-right: -20rem;
}
.serviceBox figure {
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.serviceBox figure img {
	border-radius: 20px;
}
.serviceContent {
	text-align: center;
	padding-top: 1.8rem;
}
.serviceContent h2 {
	font-size: 1.875rem;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0.8rem;
}
.serviceContent a {
	font-size: 1.125rem;
	color: var(--theme-color);
	font-weight: 400;
}
.serviceBox figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.serviceBox:hover figure::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
.serviceBox figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.serviceBox:hover figure img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}
.title p {
	color: var(--black);
}
.benefitBox {
	background: #f1f1f1;
	border-radius: 20px;
	position: relative;
}
.benefitSec {
	padding: 5rem 7rem;
}
.benefitBox figure {
	width: 120px;
	height: 120px;
	background: var(--theme-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #ffffff;
	margin: 0rem auto 0;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.benefitSlider {
	padding-top: 4rem;
}
.benefitContent {
	padding: 5rem 1rem 1.5rem;
	text-align: center;
}
.benefitContent h2 {
	font-size: 1.5rem;
	color: var(--theme-color);
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 10px;
}
.benefitContent p {
	color: var(--black);
	padding: 0 10px;
}
.benefitContent a {
	font-size: 1.125rem;
	color: var(--black);
	font-weight: 600;
}
.benefitBox:hover figure {
	background: var(--primary-color);
}
.visionContent {
	text-align: center;
	padding: 0 13rem;
}
.visionSec {
	padding: 0;
	background: var(--theme-color);
}
.visionContent .heading {
	color: var(--white);
	margin: 0 0 1.4rem;
}
.visionContent p {
	font-size: 1.5rem;
	color: var(--white);
	line-height: 1.5;
	margin: 0 0 2rem;
}
.misionSec {
	background: var(--primary-color);
}
.misionSec .themeBtn {
	background: var(--theme-color);
}
.visionSec .themeBtn {
	color: var(--black);
}
.healthBox {
	background: #f6fdff;
	border-radius: 20px;
	text-align: center;
	padding: 2rem 2rem;
	margin-bottom: 1.7rem;
}
.healthBox .heading {
	font-size: 4.375rem;
	color: rgb(0 0 0 / 10%);
	font-weight: bold;
}
.healthBox h3 {
	font-size: 1.875rem;
	color: var(--theme-color);
	margin: 0.4rem 0 1.5rem;
}
.healthBox a {
	font-size: 1.125rem;
	color: #53c2e7;
	font-weight: 500;
}
.consultContent {
	background: var(--theme-color);
	border-radius: 20px;
	padding: 3.5rem 4rem;
	margin-bottom: -7rem;
}
.consultContent ul {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.consultContent ul li h2 {
	font-size: 1.875rem;
	color: var(--white);
	font-weight: 400;
}
.consultContent ul li .heading {
	color: var(--white);
	line-height: 0.8;
}
.consultContent ul li:last-child {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.number {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}
.number i {
	background: #ececec;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--theme-color);
	font-weight: 400;
	font-size: 1.1rem;
}
.number span {
	font-size: 1.375rem;
	color: var(--white);
	font-weight: 600;
}
.healthcareSec {
	padding-bottom: 3rem;
}
.reviewSec {
	background: url(../images/testimonialbg.jpg) no-repeat top center/ cover;
	padding-top: 12rem;
}
.reviewBox {
	background: #fff;
	border-radius: 19.5px;
	padding: 2rem 3rem;
	position: relative;
	/* overflow: hidden; */
}
.quote {
	position: absolute;
	right: 0;
	top: 0;
	width: 101px;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/shape.png) no-repeat;
	background-position: top right;
}
.quote img {
	margin: 0 -10px 10px 0;
	display: block;
}
.revewImg {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.revewImg h6 {
	font-size: 22px;
	color: #000000;
	margin: 8px 0 0;
}
.reviewBox p {
	font-size: 1.5rem;
	color: #000000;
	margin: 2rem 3rem 0 0;
}
.revewImg h6 span {
	font-weight: 400;
}
.reviewBox:before {
	content: '';
	position: absolute;
	left: 88px;
	bottom: -82px;
	width: 43px;
	height: 81px;
	background: url(../images/arodown.png) no-repeat;
	z-index: 1;
}
.reviewBox:after {
	content: '';
	position: absolute;
	left: 10px;
	bottom: -90px;
	width: 100%;
	height: 429px;
	background: url(../images/border.png) no-repeat;
	z-index: 1;
	background-size: 100%;
	opacity: 0;
}
.reviewSlider {
	padding-bottom: 5rem;
	padding-top: 2rem;
	padding-right: 10px;
}
.reviewSlider .swiper-slide.swiper-slide-active .reviewBox:after {
	opacity: 1;
}
.stopBox {
	text-align: center;
	position: relative;
}

.stopBox figure {
	width: 196px;
	height: 162px;
	background: #fff;
	box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
	margin: 0 auto 1.7rem;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stopBox h2 {
	font-size: 1.625rem;
	margin: 0 0 15px;
}

.stopBox p {
	margin: 0;
	line-height: 1.5;
}

.stopBox:before {
	content: '';
	position: absolute;
	right: -50px;
	background: url(../images/arowright.png) no-repeat;
	width: 78px;
	height: 88px;
	top: 40px;
	/* bottom: 0; */
	margin: auto;
}
footer {
	background: #110100;
	padding-top: 3rem;
}
.quickList h2 {
	font-size: 1.875rem;
	color: var(--primary-color);
	font-weight: 600;
	margin: 0 0 1rem;
}
.quickList ul li a {
	font-size: 1rem;
	color: var(--white);
}
.quickList ul li + li {
	margin: 6px 0 0;
}
.subcribe p {
	font-size: 0.875rem;
	color: var(--white);
	margin: 0 0 10px;
}
.subcribe form {
	position: relative;
	display: block;
}
.subcribe form input {
	background: rgb(255 255 255 / 12%);
	width: 100%;
	border: 0;
	height: 67px;
	font-weight: 500;
	padding: 0 1.5rem;
	color: #fff;
}
.subcribe form button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: transparent;
	border: 0;
	background: var(--primary-color);
	padding: 0 1.7rem;
	color: var(--white);
	font-size: 1.5rem;
}
.subcribe ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2rem 0 0;
}
.subcribe ul li .number span {
	font-weight: 400;
	color: var(--primary-color);
}
.subcribe ul li:last-child .number span {
	color: var(--white);
}
.copyRight {
	border-top: 1px solid #707070;
	align-items: center;
	padding: 2rem 0;
	margin-top: 2.5rem;
}
.copyRight p {
	font-size: 1rem;
	color: var(--white);
	margin: 0;
}
.copyRight ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.themeBtn:hover {
	background: var(--theme-color);
	color: var(--white);
}
.quickList ul li a:hover,
.subcribe ul li:last-child .number:hover span {
	color: var(--primary-color);
}

.visionSec .themeBtn:hover {
	background: var(--white);
	color: var(--theme-color);
}
.misionSec .themeBtn:hover {
	background: var(--black);
	color: var(--white);
}
.wellcomeContent .d-flex .jobsBtn:hover {
	background: var(--theme-color);
	color: var(--white);
}
.wellcomeContent .d-flex .jobsBtn:hover i {
	color: var(--white);
}

/* inner pages css start */

.innerBaner {
	position: relative;
}
.innerBaner h2 {

	margin: 0;

	position: absolute;

	top: 0;

	bottom: 0;

	display: flex;

	align-items: center;

	font-size: 3.125rem;

	font-weight: bold;

	color: var(--white);

	text-transform: uppercase;
}
.themeBtn.blueBg {
	background: var(--theme-color);
}
.healthPage .heading {
	font-size: 3.125rem;;
}
a.teamCal {
	display: flex;
	align-items: center;
	color: #003599;
	font-size: 1.125rem;
	font-weight: 400;
	gap: 0.4rem;
	margin: 0 0 1rem;
}
.teamContent h2 {
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 13px;
}
a.teamCal span {
	border-bottom: 1px solid #003599;
}
.teamContent {margin: 23px 0 0 0;}
.teamBox figure img {
	border-radius: 12px;
}
.teamBox {
	margin-bottom: 3rem;
}
.teamContent .themeBtn {
	border-radius: 10px;
	padding: 0.75em 1.3em;
	font-size: 16px;
}
.reviewPage .reviewBox:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0;
	bottom: 0px;
	top: 0;
	width: 100%;
	height: 463px;
	background: url(../images/border.png) no-repeat;
	z-index: 1;
	background-size: 100%;
	opacity: 1;
}
.reviewPage .reviewBox {
	margin-bottom: 8rem;
}
.reviewPage {
	padding-bottom: 3rem;
}
.jobPage .teamBox figure img {
	border-radius: 22px;
}
.sectionHeading {
	font-size: 3.125rem;
	font-weight: bold;
}

.jobSearch form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jobSearch form input {
	width: 590px;
	height: 57px;
	background: #eeeeee;
	border: 0;
	padding: 0 20px;
	font-weight: 400;
}

.jobSearch form select {
	width: 300px;
	height: 57px;
	background: #eeeeee;
	border: 0;
	color: #0f0f0f;
	font-weight: 400;
	padding: 0 20px;
}

.jobSearch form input::placeholder {
	color: #0f0f0f;
}

.jobSearch .sectionHeading {
	margin: 0 0 1.5rem;
}

.jobSearch {
	margin: 0 0 3rem;
}
.postBox {
	border: 1px solid #b4b4b4;
	padding: 4rem;
}

.postBox .sectionHeading {
	font-weight: 400;
	margin: 0 0 2.5rem;
	color: #001f3c;
}

.postBox form label {
	display: block;
	font-size: 1rem;
	color: #0f0f0f;
	font-weight: 400;
	margin: 0 0 10px;
}

.postBox form input {
	width: 100%;
	height: 57px;
	background: #eeeeee;
	border: 0;
	padding: 0 20px;
	font-weight: 400;
	margin: 0 0 1.2rem;
}

.postBox form select {
	width: 100%;
	height: 57px;
	background: #eeeeee;
	border: 0;
	padding: 0 20px;
	font-weight: 400;
	margin: 0 0 1.2rem;
}

.postBox form textarea {
	width: 100%;
	height: 149px;
	background: #eeeeee;
	border: 0;
	padding: 0 20px;
	font-weight: 400;
	margin: 0 0 1.2rem;
	resize: none;
}
.postBox form .themeBtn {
	border: 0;
	background: var(--theme-color);
}
.candidatePage .jobSearch {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.candidatePage .jobSearch .sectionHeading {
	margin: 0;
}
.candidatePage .teamContent p {
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	display: inline-block;
	border-bottom: 1px solid;
	margin: 0 0 1.9rem;
}

.candidatePage .teamContent .d-flex {
	align-items: center;
	gap: 0.7rem;
}
.upload {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 3rem;
	margin: 0 0 3rem;
}

.upload .themeBtn {
	width: fit-content;
	position: relative;
	background: var(--primary-color) !important;
}

.upload .themeBtn input[type="file"] {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.upload label {
	margin: 0;
	font-size: 1.2rem !important;
}

/*Contact Page CSS Start*/
.contactSec {
	padding: 8rem 0;
}

.contactSec h3 {
	font-size: 3.0625rem;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 1rem;
	/* font-family: "Russo One"; */
}

.contactSec p {
	color: #000;
	margin-bottom: 3rem;
}

.contactSec ul li strong {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}

.contactSec ul li strong a {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	color: #000000;
	text-transform: none;
}

.contactSec .hotelRequest {
	background: #fff;
	border: 1px solid #b5b5b5;
	padding: 4rem 3rem;
}

.contactSec .formStyle {
	/* padding: 2rem 3rem 2rem; */
}

.contactSec .hotelRequest .head h2 {
	text-align: center;
	margin: 0 0 2rem;
	color: #001F3C;
	text-transform: capitalize;
	/* padding: 1rem 3rem 0; */
	font-size: 50px;
	text-align: left;
}

.contactSec .formStyle .form-control {
	border-radius: 0;
	background: #eeeeee;
}

.contactSec .formStyle label {
	color: #000;
	font-size: 16px;
	padding-left: 0;
}

.contactSec .formStyle textarea.form-control {
	min-height: 149px;
	background: #eeeeee;
	border: 1px solid #666666ab;
}

.contactSec .formStyle .themeBtn {
	border: none;
	background: var(--theme-color);
	padding: 1rem 2rem;
}

.contactSec .formStyle .themeBtn:hover {
	background: var(--primary-color);
	color: var(--white);
}

.contactSec .form-control {
	display: block;
	width: 100%;
	height: calc(2.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #e8e8e8;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 1rem;
}

.contactPage h2 {
	font-size: 18px;
	margin-top: 2rem;
}

.contactPage ul {
	display: flex;
	gap: 1rem;
}

ul.contctlist li h2 {
	font-size: 16px;
	/* font-family: 'Roboto'; */
	color: #001F3C;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

ul.contctlist li a {
	font-size: 30px;
	/* font-family: 'Roboto'; */
	color: #001f3c;
	font-weight: 400;
}

ul.contctlist li a i {
	/* margin: 2rem; */
}

ul.contctlist li + li {
	/* margin-top: 7rem; */
}

.map iframe {
	filter: grayscale(1);
}
.contctlist li:last-child {
	display: flex;
	align-items: center;
	gap: 2rem;
	border-bottom: 0;
	padding-bottom: 0;
}

ul.contctlist li a:hover {
	color: var(--theme-color);
}
.contctlist {
	padding-left: 2.5rem;
}

.contctlist li {
	border-bottom: 1px solid #b1b1b1;
	padding: 2.5rem 0;
}

ul.contctlist li a:hover {}

.contctlist li:last-child a {
	color: var(--primary-color);
	font-size: 50px;
}
/* inner pages css end */
.aboutPage .headingThre {
	color: #000;
}
.navbar-nav li {
    position: relative;
    z-index: 999;
}

.navbar-nav li:hover .sub-menu {
    opacity: 1;
    top: 28px;
    left: 0;
    visibility: visible;
}
div#navbarSupportedContent {
    justify-content: flex-end;
}
.page-content.notfoundPg {
    text-align: center;
}

h1.notfoundHad {
    font-size: 200px;
    color: #003599;
}

input.search-field {
    border: 2px solid #003599;
    height: 50px;
    width: 299px;
}

input.search-submit {
    height: 51px;
    background: #003599;
    border: 2px solid #003599;
    width: 133px;
}

.page-content.notfoundPg {
    margin-bottom: 70px;
}

.notfoundPg .search-form .search-submit:hover, .notfoundPg .search-form .search-submit:focus {
    background: #212529 !important;
    color: #003599;
}