.justify-content-center form a{
        display: none !important;
    }
.justify-content-center form {
    justify-content: center!important;
}
/**/
.testimonial.testimonial-style-2 blockquote p {
    color: #3a3a3a !important;
}
.testimonial blockquote p {
    font-family: "Montserrat", "Arial", sans-serif !important;
    font-size: 18px !important;
	font-weight: 500 !important;
}

@media (max-width: 991px) {
	.testimonial blockquote p {
		font-size: 12px !important;
	}
}



/*Custom container width and padding*/
@media only screen and (max-width: 1199px) and (min-width: 992px)  {
	.container {
		padding-left: 0 !important;
		padding-right: 0 !important;
		max-width: 1000px;
	}
}
@media (min-width: 1200px) {
.custom-ps-lg-5 {
	padding-left: 3rem!important;
}
}
/*
* Services cards in service page
*/


.thumb-info.custom-thumb-info-style-1 {
	border: none;
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption {
	background: #02aaac !important;
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-thumb-info-title span {
	color: #FFF !important;
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow {
	width: 55px;
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:before {
	border-top: 1px solid #FFF;
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:after {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption {
	position: relative;
	padding: 25px;
	display: block;
	transition: ease background 300ms, ease width 300ms;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title span {
	color: #777;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-name {
	display: block;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow {
	position: absolute;
	top: 50%;
	right: 25px;
	width: 40px;
	transform: translateY(-50%);
	transition: ease all 300ms;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -2px;
	width: 100%;
	border-top: 1px solid #fff;
	transform: translateY(-50%);
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 15px;
	height: 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
/**/
.custom-thumb {
	position: absolute!important;
	top: 0px;
	width: 254px;
	height: 152px;
	z-index: 1;
}
.download-list a {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 6px;
	text-decoration: none;
	padding: 35px 20px 13px 60px;
	margin-right: 40px;
	color: #444;
	background: url('../img/download.png') 2px 0 no-repeat;
}
.download-list a:hover {
	border-color: #444;
	box-shadow: 0 0 10px #444;
}
.download-list a:active {
	border-color: #ccc;
	box-shadow: none;
}
.download-list a[href$=".pdf"]:before {
	position: absolute;
	width: 62px;
	height: 72px;
	top: 2px;
	left: 2px;
	transition: all .4s;
}
.download-list a[href$=".pdf"]:before {
	content: url('../img/pdf.png');
}
.download-list a[href$=".pdf"]:hover:before {
	opacity: 0;
}
.download-list a[href$=".pdf"]:after {
	position: absolute;
	top: 10px;
	left: 60px;
	color: #aaa;
}
.download-list span {
    position: relative;
    bottom: 12px;
    left: 6px;
}
/*
* FAQ- Custom Accordion Style
*/
.custom-accordion-style-1 > .card {
	border: 1px solid transparent !important;
	transition: ease border-color 300ms;
}
.custom-accordion-style-1 > .card .card-header a {
	position: relative;
	padding: 23px 30px;
	background-color: #FFF;
	transition: ease background-color 300ms, ease color 300ms;
}
.custom-accordion-style-1 > .card .card-header a:after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: inherit;
	font-weight: inherit;
	transform: translate3d(0, -50%, 0) rotate(45deg);
	transform-origin: 50% 50%;
	transition: ease transform 300ms;
}
.custom-accordion-style-1 > .card .card-header a.collapsed:after {
	transform: translate3d(0, -50%, 0) rotate(0deg);
}
.custom-accordion-style-1 > .card + .card {
	margin-top: 20px;
}
/*---------------------*/

.custom-card-style-1:hover {
	border-color: #02aaac
}
.custom-card-style-1:hover .custom-card-style-1-title {
	color: #02aaac!important
}
.custom-card-style-1:hover .custom-card-style-1-link {
	color: #183f72!important
}
.custom-accordion-style-1>.card .card-header a {
	background-color: #02aaac
}
.custom-accordion-style-1>.card .card-header a:not(.collapsed) {
	color: #fff!important
}
.custom-accordion-style-1>.card .card-header a.collapsed {
	background-color: #fff
}
.custom-accordion-style-1>.card:hover {
	border-color: #02aaac!important
}
.custom-accordion-style-1>.card:hover .card-header a.collapsed {
	color: #02aaac!important
}

/*Dropdowm*/
@media (min-width: 992px) {
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	border-bottom: 1px solid #f7f7f7;
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 18px 6px 18px;
	position: relative;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.5px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	padding: 0;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
	background-color: #02aaac;
	color: #fff;
}
}

/**/
@media (max-width: 991px) {
.col-half-section {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
	.owl-carousel.custom-nav-1 .owl-nav .owl-prev, .owl-carousel.custom-nav-1 .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: rgba(175,171,211,0.5) !important;
}
	.owl-carousel.custom-nav-1 .owl-nav .owl-prev, .owl-carousel.custom-nav-1 .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: rgba(175,171,211,0.5) !important;
}
	
}

/*Career page-----------*/
@media (max-width: 767px) {
.call-to-action .call-to-action-content, .call-to-action .call-to-action-btn {
	padding: 0;
}
}
/* Modern scrollbar styles */
.scrollable-div {
	height: 200px; /* Set the desired height */
	overflow: auto; /* Enable vertical scroll when content exceeds height */
}
html {
 --scrollbarBG: #CFD8DC;
 --thumbBG: #90A4AE;
}
.scrollable-div:hover::after {
	opacity: 1;
}
 .scrollable-div::-webkit-scrollbar {
 width: 5px;
 background-color: #f0f0f0;
}
 .scrollable-div::-webkit-scrollbar-track {
 box-shadow: 0;
 border-radius: 0;
}
 .scrollable-div::-webkit-scrollbar-thumb {
 background: #cccccc;
 border-radius: 15px;
}

@media (max-width: 767px) {
.owl-carousel.carousel-center-active-item-2 .owl-item > div {
	width: 100%;
	padding: 15px;
}
}
.owl-item p {
	font-size: 15px;
	font-weight: 400;
}
/*listing*/
.call-to-action {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 30px 30px;
	clear: both;
}
.container .call-to-action {
	border-radius: 8px !important;
}
.call-to-action .call-to-action-content {
	text-align: left;
}
/*List services page*/
li {
	line-height: 1.75;
	font-size: 18px;
	font-weight: 500;
	color: #3a3a3a;
}
.list.list-icons li {
	position: relative;
	padding-left: 30px;
}
html .list-primary.list-icons li > [class*="fa-"]:first-child {
	position: absolute;
	left: 0;
	top: 5px;
}
/*About us oage gallery*/
.portfolio-list .portfolio-item {
	margin-bottom: 0;
}
/*Divider*/

.heading-divider {
	margin-bottom: 30px;
	width: 120px;
	height: 12px;
	border-radius: 15px 0 15px 0;
	background-color: #afabd3 !important;
}
.heading-divider-center {
	margin-bottom: 30px;
	width: 120px;
	height: 12px;
	border-radius: 15px 0 15px 0;
	background-color: #afabd3 !important;
	display: flex;
	justify-content: center;
}
/*Page header*/
.page-header.page-header-modern.page-header-background.page-header-background-md {
	padding: 100px 0;
	background-image: url(../img/page-h-bg.jpg);
	background-position: center;
}
.page-header.page-header-modern h1 {
	font-size: 30px;
	font-weight: 600;
}
.page-header {
	background-color: #E4F0F2;
	margin: 0;
	padding: 10px 0;
	position: relative;
	text-align: left;
}
ul.breadcrumb li {
	text-transform: none !important;
	font-size: 16px;
}

@media (max-width: 991px) {
.page-header.page-header-modern h1 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-right: 60px;
}
.page-header.page-header-modern.page-header-background.page-header-background-md {
	padding: 30px 0;
}
}
/*Half bg video section*/
.custom-column-bg::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 50vw;
	height: 100%;
	background: #fff;
	opacity: 0.6;
	transform: translate3d(0, -50%, 0);
	z-index: -1;
}
/*Home Text left right*/
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
	background: #00406E;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background-color: #afabd3;
	border-color: #afabd3 #afabd3 #afabd3;
	color: #FFF;
}
.bg-color-grey {
	background-color: #F2F5F7 !important;
}
/*
* Home services
*/
.overlay-gradient-left-content:before {
	opacity: 1 !important;
	background: rgba(33, 37, 41, 0);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #212529 100%);
}
.card-title-shadow {
	text-shadow: 1px 1px 2px #000;
}
/**/
html .bg-color-light, html .bg-light {
	background-color: #E4F0F2 !important;
}

@media (min-width: 992px) {
#header .header-nav-main.header-nav-main-text-size-4 nav > ul > li > a {
	font-size: 17px;
	font-weight: 600 !important;
	letter-spacing: 0;
	color: #5f5d5d !important;
}
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0px;
	line-height: 1.5;
}
p {
	color: #3a3a3a;
	line-height: 1.75;
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0px;
}
body {
	color: #3a3a3a;
}
.form-label {
	font-size: 16px;
	font-weight: 500;
}
#footer a:not(.btn):not(.no-footer-css) {
	color: #fff;
	transition: all 0.1s ease-in-out;
}
#footer {
	background: url(../img/footer-bg.jpg), #00406E;
	background-size: cover;
	border-top: 4px solid #212529;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 0;
	position: relative;
	clear: both;
}
