@font-face {
	font-family: 'GravesendSans-Medium';
	src: url('../font/GravesendSans-Medium.otf');
	font-weight: normal;
	font-style: normal;
  }

body {
	background: #fff;
	font-family: 'DM Sans', sans-serif;
	padding-top: 20px;
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
}
::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background: #f4f6f9;
	margin: 0 2px;
}
::-webkit-scrollbar-thumb {
	background: #c1c6d4;
	border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
	background: #858c9c;
}
li,
label {
	font-family: 'DM Sans', sans-serif;
}
.call{
	color: #fff;
	font-size: 14px;
}
.call img{
	width: 24px;
	margin-right: 5px;
}
/* Navigation Sub */
nav.sub {
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0;
}
nav.main .navbar-brand img {
	max-width: 300px;
	width: 100%;
}
nav.main ul {
	padding-left: 0;
	list-style-type: none;
}
nav.main .nav-item {
	margin: 0 5px;
}
nav.main .megamenu {
	padding: 20px 20px;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	max-width: 1165px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
nav.main .midmenu {
	position: absolute;
	padding: 20px 20px;
	float: left;
	top: auto;
	left: auto;
	right: auto;
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* .dropdown-menu.megamenu.midmenu.show {
	right: 0;
}
.dropdown-menu.show {
	right: 0;
}
.dropdown:hover .dropdown-menu {
	display: block;
} */
.srch-ico i {
	font-size: 16px;
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	font-size: 15px;
}
.megamenu ul li {
	width: 100%;
	display: inline-block;
}
.megamenu ul li a {
	width: 100%;
	text-decoration: none;
	color: #1f1f1f;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 8px 0;
	transition: ease 0.5s;
	font-size: 14px;
}
.megamenu ul li a:hover {
	color: #0072bc;
	border-bottom: 1px solid #0072bc;
}
.scrollable-content {
	padding: 0;
	max-height: 500px;
	width: 100%;
	overflow: scroll;
	overflow-x: hidden;
}
.scrollable-content::-webkit-scrollbar-track {
	background: #ffffff;
	margin: 0 2px;
}
.list-card .card {
	margin-top: 10px;
	background: #f5f7fa;
	border-radius: 5px;
	padding: 15px;
	box-shadow: none;
}
.list-card .card:hover {
	background: #0072bc;
	cursor: pointer;
}
.list-card .card:hover h5,
.list-card .card:hover p {
	color: #fff !important;
}
.list-card .card h5 {
	margin-bottom: 0px;
}
.list-card .card p {
	margin: 0;
	font-size: 13px;
}
.jce {
	justify-content: flex-end;
	display: flex;
}
.dsm-none {
	display: inherit;
}
.dmd-none {
	display: none;
}
h1 {
    font-family: 'GravesendSans-Medium', sans-serif;
	font-size: 30px;
	color: #004786;
	font-weight: 700;
	margin: 0 0 5px 0;
}
h2 {
    font-family: 'GravesendSans-Medium', sans-serif;
	font-size: 24px;
	line-height: 27px;
	color: #004786;
	font-weight: 700;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
h3 {
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	color: #002E5B;
	line-height: 25px;
	margin-bottom: 5px;
}
h4 {
	text-align: left;
	font-weight: 500;
	font-size: 15px;
	color: #002E5B;
	line-height: 23px;
	margin-bottom: 5px;
}
h5 {
	text-align: left;
	font-weight: 500;
	font-size: 15px;
	color: #002E5B;
	line-height: 20px;
	margin-bottom: 5px;
}
h6 {
	text-align: left;
	font-weight: 500;
	font-size: 13px;
	color: #002E5B;
	line-height: 20px;
	margin-bottom: 5px;
}
p {
	line-height: 22px;
	font-size: 15px;
	font-weight: 400;
	color: #1f1f1f;
}
span {
	font-size: 16px;
}
a {
	font-size: 13px;
	/* font-weight: 400; */
	text-decoration: none;
}

.banner {
	background: #fff;
	padding: 30px 0;
}
.banner h1 {
    font-family: 'GravesendSans-Medium', sans-serif;
	color: #062441;
	font-size: 31px;
	line-height: 37px;
	margin-top: 25px;
	font-weight: 600;
}
.banner h2 {
	color: #062441;
	font-size: 33px;
	line-height: 44px;
	margin-top: 0px;
}
.banner .lft span {
	background: #b60505;
	color: #fff;
	/* padding: 5px 10px; */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 6px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: background-color 0.3s;
}
.banner .lft span:hover {
    background-color: #8c0000; /* Change the background color on hover */
}
.carousel_main .carousel-caption p {
	margin: 0 0 5px 0;
	font-size: 18px;
}
.carousel_main img {
	width: 100%;
}
.carousel_main .carousel-indicators {
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	margin: 0;
}
.carousel_main_thumb .owl-item {
	background: #fff;
	color: #001d37;
	font-size: 14px;
	padding: 15px !important;
}
.carousel_main_thumb .owl-item:hover {
	background: #001d37;
	color: #fff;
}
.carousel_main_thumb .owl-item.active {
	background: #001d37;
	color: #fff;
}
.carousel_main .carousel-caption {
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	/* background: #00000047; */
}
.carousel_main .carousel-caption p {
	margin: 0;
    color: #000;
    font-size: 20px;
    line-height: 26px;
}
.carousel-control-next,
.carousel-control-prev {
	z-index: 1000;
}
.card {
    margin-bottom: 15px;
    padding: 15px;
    border: 0;
    border-radius: 0;
    box-shadow: -2px 2px 5px 0px rgb(0 0 0 / 22%);
}
.head_box {
	background: #002E5B;
	padding: 6px 20px;
	color: #fff;
	margin: 0px 0 20px 0;
	text-transform: uppercase;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: auto;
	height: auto;
	background-color: #ccc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}
.owl-nav button span {
	font-size: 13px;
	height: 100%;
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -18px;
}
.owl-carousel .owl-nav button.owl-next {
	right: -18px;
}
.owl-carousel .owl-nav {
	margin: 0;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}
button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.owl-theme .owl-nav .disabled,
button.disabled {
	opacity: 0.6;
}

/********************** service-home **********************/
.service_home .card {
	height: calc(100% - 20px);
	margin-top: 5px; 
    padding-bottom: 2px; 
	box-shadow: none;
}
.service_ico {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f2f2f2;
	padding: 12px;
}
.service_ico img{
	width: 100%;
}
.service_home p {
	position: relative;
}
.service_home p::after {
	content: '';
	position: absolute;
	height: 3px;
	background: #fde428;
	width: 30px;
	bottom: -10px;
	left: 0;
}
/********************** matters-home **********************/
.matters_home {
    background: #F7F6F6;
    padding-top: 20px; 
    padding-bottom: 20px; 
}

.matters_home .card {
    background: #F7F6F6;
    height: calc(100% - 10px); 
    margin-top: 5px; 
    border: none;
    box-shadow: none;
    padding-bottom: 0; 
}

.matter_ico {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f2f2f2;
    padding: 10px; 
}

.matter_ico img {
    width: 100%;
}

.matters_home h3 {
    font-size: 16px;
    margin-bottom: 5px; 
}

.matters_home h3::after {
    content: '';
    position: absolute;
    height: 3px;
    background: #fde428;
    width: 30px;
    bottom: -5px; 
    left: 0;
}
/********************** about_home **********************/
.about_home {
	background: #F7F6F6;
	padding: 30px 0 0 0;
}
.about_home img{
	width: 100%;
}
.about_home p {
	line-height: 26px;
	font-size: 17px;
}

/********************** contact_home **********************/
.contact_home {
	background: #001D37;
	padding: 30px 0;
}
.contact_home h2 {
	color: #fff;
}
.contact_home p {
	color: #fff;
}

/********************** latest_news **********************/
.latest_news {
	padding: 30px 0;
}
.latest_news .card i {
	margin-right: 5px;
}
.latest_news .card small {
	margin-bottom: 2px;
	display: block;
}
.latest_news .card span,
.latest_news .card a,
.latest_news .card small {
	color: #333333;
}
.latest_news .card a {
	font-size: 13px;
}
.latest_news .card span {
	font-size: 13px;
}
.latest_news .card small {
	font-size: 13px;
}
.latest_news .card img {
	width: 100%;
}
.latest_news .card p {
	line-height: 20px;
	margin: 5px 0;
	font-weight: 600;
	font-size: 16px;
}
/********************** clients_home **********************/
.clients_home {
	padding:30px 0;
}
.clients_home .owl-carousel .owl-item {
	padding: 0 10px 0 10px;
}
.clients_home .owl-carousel .owl-stage {
    align-items: center;
    vertical-align: middle;
    display: flex;
}
.clients_home .card {
	box-shadow: none;
	height: 100%;
	padding: 0 50px;
	margin: 0;

}
.clients_home .owl-nav {
	visibility: hidden;
	transition: all 500ms ease;
}
.clients_home .owl-carousel:hover .owl-nav {
	visibility: visible;
}
/********************** latest_news **********************/
.discover {
	padding: 0px 0 30px 0;
}
.discover .card {
	border-radius: 4px;
	margin-bottom: 9px;
	box-shadow: 0px 3px 4px 0px #afc8f899;
}
.discover .artcl .card {
	margin-bottom: 20px;
}
.discover .m-online.guest {
	margin-bottom: 9px;
	height: calc(100% - 93px);
}
.discover .card i {
	margin-right: 5px;
}
.discover .card small {
	margin-bottom: 2px;
	display: block;
}
.discover .card span,
.discover .card a,
.discover .card small {
	color: #333333;
}
.discover .card p {
	line-height: 20px;
	margin: 5px 0;
	font-weight: 500;
	font-size: 16px;
}
.discover .card p {
	line-height: 24px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
}
.discover .m-online {
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 3px 4px 0px #afc8f899;
}
.discover .card {
	border-radius: 4px;
	margin-bottom: 9px;
	box-shadow: 0px 3px 4px 0px #afc8f899;
}
.discover .owl-nav button span {
	font-size: 16px;
	height: 100%;
	display: block;
	width: 100%;
	background: #fff;
	padding: 5px 2px;
	border-radius: 2px;
	box-shadow: 0px 1px 2px 0px #afc8f899;
	line-height: 15px;
}
.discover .owl-carousel .owl-item {
	padding: 0 30px;
}
/************************** reviews_home **************************/
.reviews_home  {
	background: #F7F6F6;
	padding: 30px 0;
}
.reviews_home .user {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0;
	text-align: center;
	margin: 0 auto 15px auto;
}
.reviews_home .card {
	box-shadow: none;
	text-align: center;
	padding: 0 100px;
	background: transparent;
	margin: 0;
}
.reviews_home h3 {
	text-align: center;
	font-weight: 600;
}
.reviews_home .user img {
	width: 100%;
}
.reviews_home small {
	margin: 5px 0;
}
.reviews_home .owl-carousel .owl-nav button.owl-prev, .clients_home .owl-carousel .owl-nav button.owl-next, .clients_home .owl-carousel .owl-nav button.owl-prev,
.reviews_home .owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 31px;
	height: 31px;
	background-color: #e5e5e5 !important;
	color: #59B0E8;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	align-items: center;
	text-align: center;
	padding: 9px !important;
}
.reviews_home .owl-carousel .owl-nav button.owl-next, .clients_home .owl-carousel .owl-nav button.owl-next{
	right: -6px;
}
.reviews_home .owl-carousel .owl-nav button.owl-prev, .clients_home .owl-carousel .owl-nav button.owl-prev{
	left: -6px;
}


/* Footer */
footer {
	padding: 20px 15px;
}
footer .navbar-brand img {
	max-width: 85px;
	width: 100%;
}
footer .list {
	text-align: center;
	margin: 0;
	padding: 0;
}
footer .list li {
	list-style: none;
	display: inline-block;
	padding: 0 0 0 20px;
}
footer .list li a {
	line-height: 18px;
	color: #fff;
	font-size: 13px;
	list-style: none;
	text-decoration: none;
}
footer .list li a:hover {
	color: #0072bc;
}
footer p {
	color: #fff;
	font-size: 13px;
}
.social {
	margin: 0;
	padding: 0;
}
.social li {
	list-style: none;
	display: inline-grid;
	background: #d7254b;
	color: #fff;
	width: 30px;
	height: 30px;
	margin: 0 2.5px;
	text-align: center;
	padding-top: 0px;
	transition: ease 0.5s;
	border-radius: 50%;
	align-items: center;
	vertical-align: middle;
}
.social li:hover {
	background: #fff !important;
	color: #001d37;
}
.social a:nth-child(2) li {
	background: #1ea1f3;
}
.social a:nth-child(3) li {
	background: #3b5998;
}
.social a:nth-child(4) li {
	background: #ce201f;
}
.social a:nth-child(5) li {
	background: #007bb6;
}
.social a {
	text-decoration: none;
}
#button.show {
	opacity: 1;
	visibility: visible;
}

#button {
	display: inline-block;
	background-color: #00000030;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 10px;
	right: 10px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	color: #000;
	align-items: center;
	vertical-align: middle;
	display: grid;
	font-size: 20px;
	cursor: pointer;
}
#button::after {
	content: '';
	display: inline-block;
	margin-left: 18px;
	width: 0.5em;
	height: 0.5em;
	border-top: 0.1em solid #fff;
	border-right: 0.1em solid #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	position: absolute;
}


.phone-call,
.whatsapp {
    position: fixed;
    bottom: 85px;
    z-index: 9;
    width: 50px;
    height: 50px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-call {
    right: 35px; 
}

.whatsapp {
    left: 35px; 
}

.bg-section {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 500px; /* Set the desired height */
    background-size: cover;
    background-position: center;
    overflow: hidden; /* Prevent any overflowing content */
}

/* Style for the image to be on top of the overlay */
.bg-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the container */
    z-index: 1; /* Ensure the image is above the overlay */
}

/* Style for the transparent gray shade overlay */
.bg-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    opacity: 0.7; /* Change the last value (0.5) to adjust transparency */
    z-index: 2; /* Ensure the overlay is above the image */
}

.col-img {
	height: 700px !important;
	padding: 60px;
	overflow: hidden;
  }




.content_thankyou  {
	padding-top:300px;
	padding-bottom:300px;
	text-align:center;
	font-size: larger;
	
	
}
.cont-cont{
	text-align:center;
}






.awards {
    padding-top: 30px;
    padding-bottom: 30px;
    
}

.awards .card{
	border: none; 
	box-shadow: none;
	text-align: center; 
	padding-top: 30px;

}

.awards img {
	display: inline-block; 
    width: 417px;
    height: 270px;
    border-radius: 10px;
}

.awards p{
	padding-top: 20PX;
	font-size: 20PX;
	font-weight: bold;
	text-align:center ;
}

/* .button-btn{
	display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.button-btn:hover {
    background-color: #0056b3;
  } */