@charset "utf-8";

@font-face {
	font-family: 'Fat Ink';
	src: url('FatInk-Regular.eot');
	src: local('Fat Ink Regular'), local('FatInk-Regular'),
		url('./fonts/FatInk-Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/FatInk-Regular.woff2') format('woff2'),
		url('./fonts/FatInk-Regular.woff') format('woff'),
		url('./fonts/FatInk-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	line-height: 26px;
}

a {
	color: #034088;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

hr {
	width: 100%;
	margin: 40px 0%;
	border: none;
	border-top: 1px dashed #c7c7c7 !important;
}

.p-0 {
	padding-right: 0;
	padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

#wrap {
	float: left;
	width: 100%;
}

.container {
	max-width: 1300px;
	width: 100%;
	padding: 0;
}

#header {
	float: left;
	width: 100%;
	padding: 20px 0px;
	transition: all .3s ease-in-out;
}

#header * {
	transition: all .3s ease-in-out;
}

#header .logo {
	float: left;
	width: 200px;
	background: #FFFFFF;
	border-radius: 0px 0px 90px 90px;
	padding: 3px 16px 7px 17px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

#header .logo img {
	width: 100%;
	height: auto;
}

#header .top_right {
	float: right;
	width: 75%;
	margin-top: 15px;
}

.rightTop {
	float: right;
	width: 100%;
	padding: 0px 0 0 0;
	text-align: right;
	color: #ffffff;
	margin: 0 0 20px 0;
}

.rightTop a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
}

.rightTop a:hover {
	color: #0C3A65;
	text-decoration: none;
}

.rightTop a.phone {
	margin-left: 30px;
}

.rightTop a.call-link {
	font-size: 18px;
}

.rightTop a.bookBtn {
	display: inline-block;
	padding: 8px 28px;
	background-color: #0C3A65;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease-in-out;
	margin-right: 10px;
	text-transform: uppercase;
}

.rightTop a.bookBtn:hover {
	background-color: #000000;
}

.rightTop a.call {
	color: #034088;
	font-weight: 700;
	text-decoration: none;
}

.top_text {
	display: block;
	float: left;
	font-family: 'Ink Free';
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
}

.menu_box {
	position: relative;
	float: right;
	width: 100%;
	margin: 10px 0 0 0;
}

.menu_box::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(12, 58, 101, 0.5);
	opacity: 0.2;
}

.menu_box ul.menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu_box ul.menu li {
	float: left;
	width: auto;
	position: relative;
	border-right: 1px solid rgb(255 255 255 / 10%);
}

.menu_box ul.menu li a {
	display: block;
	padding: 11px 24px;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

.menu_box ul.menu>li>a:hover,
.menu_box ul.menu>li.current_item>a {
	background: rgba(12, 58, 101, 0.2);
}

.menu_box ul.menu>li:last-child {
	padding-right: 0;
}

.menu_box ul.menu>li:hover>ul.sub-menu {
	display: block;
}

.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 330px;
	background: #034088;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}

.menu_box ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}

.menu_box ul.menu li ul.sub-menu li a {
	padding: 10px 20px;
	font-size: 18px;
	color: #ffffff;
	text-transform: none;
}

.menu_box ul.menu li ul.sub-menu li a:hover {
	background: #282828;
	color: #ffffff;
	text-decoration: none;
}

.menu_box ul.menu li ul.sub-menu li.current_page_item a {
	background-color: #282828;
	color: #ffffff;
	text-decoration: none;
}

.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}

.menu_box ul.menu>li>ul>li:hover>ul.sub-menu {
	display: block;
}

#slider {
	float: left;
	width: 100%;
	margin-top: 210px;
	position: relative;
	overflow: hidden;
}

#slider>img {
	width: 100%;
}

#slider .owl-theme .owl-dots,
#slider .owl-theme .owl-nav {
	width: 100%;
}

#slider .owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 0 4px;
	background: #ffffff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 13px;
}

#slider .owl-theme .owl-dots .owl-dot.active span,
#slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #034088;
}

#slider .owl-theme .owl-nav button.owl-prev {
	left: 20px;
}

#slider .owl-theme .owl-nav button.owl-next {
	right: 20px;
}

#middle {
	float: left;
	width: 100%;
}

.welcome_sec {
	padding-top: 60px;
}

.welcome_sec .content {
	padding: 0 60px;
}

.welcome_sec .content h1 {
	margin: 0 0 25px 0;
	font-size: 40px;
	color: #034088;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
}

.welcome_sec .content p {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
}

.welcome_sec .content p strong {
	font-weight: 600;
}

.welcome_sec .content p:last-child {
	margin: 0;
}

.welcome_sec .content h3 {
	margin: 0 0 0px 0;
	font-size: 18px;
	color: #034088;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
}

.welcome_sec .content p.callUsLink {
	font-size: 22px;
	text-align: center;
	margin-top: 40px;
}

.services {
	padding-top: 90px;
	padding-bottom: 90px;
}

.services .cnt_row {
	display: inline-block;
	width: 100%;
}

.services .pic_img {
	float: left;
	width: 50%;
}

.services .pic_img img {
	width: 100%;
	height: auto;
}

.services .pad_50 {
	padding-left: 30px;
}

.services .thumbnail {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 0px solid #ddd;
	border-radius: 10px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

.services .thumbnail .thumb {
	display: inline-block;
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}

.services .thumbnail .thumb img {
	width: 100%;
	height: auto;
}

.thumbnail .caption {
	float: left;
	width: 100%;
	padding: 15px;
}

.thumbnail .caption h3 {
	margin: 0 0 20px 0;
	font-size: 22px;
	color: #000000;
	font-weight: 600;
	line-height: 32px;
}

.thumbnail .caption .learnmoreBtn {
	display: inline-block;
	padding: 11px 26px;
	background-color: #0C3A65;
	border-radius: 8px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.thumbnail .caption .learnmoreBtn:hover {
	background-color: #1464c1;
}

.mapsSec iframe {
	width: 100%;
	height: 600px;
}

#footer {
	float: left;
	width: 100%;
	background-color: #1E578C;
}

.footer_section {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
}

.footer_section h3 {
	margin: 0px 0px 20px 0px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}

.footer_section .ftr_contact {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 0 30px 0;
}

.footer_section .ftr_contact ul {
	list-style-type: none;
	margin: 0px;
	padding: 30px 135px;
	background: #174B7C;
	border: 1px solid #2A659D;
}

.footer_section .ftr_contact ul li {
	position: relative;
	display: inline-flex;
	margin-right: 60px;
	padding: 0 0 0 30px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
}

.footer_section .ftr_contact ul li:last-child {
	margin-right: 0px;
}

.footer_section .ftr_contact ul li:before {
	position: absolute;
	left: 0;
	content: '»';
	font-family: "Material Design Icons";
	font-size: 20px;
}

.footer_section .ftr_contact ul li.address:before {
	content: '\F34E';
}

.footer_section .ftr_contact ul li.phone:before {
	content: '\F3F2';
}

.footer_section .ftr_contact a {
	color: #ffffff;
	transition: all .3s ease-out;
	text-decoration: none;
}

.footer_section .ftr_contact a:hover {
	text-decoration: underline;
}

.footer_section .ftr_socialMedia {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 0 30px 0;
}

.footer_section .ftr_socialMedia ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	display: flex;
	gap: 15px;
}

.footer_section .ftr_socialMedia ul li a {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #174B7C;
}

.footer_section .cardBox {
	text-align: center;
	margin-bottom: 25px;
}

.footer_section .cardBox img {
	max-width: 234px;
	width: 100%;
	height: auto;
}

.footer_section .copy_text {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}

.footer_section .copy_text a {
	display: inline-block;
	padding: 0 5px;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-out;
}

.footer_section .copy_text a:hover {
	text-decoration: underline;
}

/* ----------------- Cookie Alert Css Start ----------------- */
.cookiealert {
	width: 100%;
	margin: 0 !important;
	background: #444444;
	border-radius: 0;
	color: #ffffff;
	opacity: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.cookiealert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert a {
	color: #ffffff;
	text-decoration: underline;
}

.cookiealert a:hover {
	color: #ffffff;
	text-decoration: none;
}

.cookiealert .acceptcookies {
	margin-top: 10px;
	background-color: #034088;
	border-color: #034088;
	vertical-align: baseline;
	transition: all .3s ease-out;
}

.cookiealert .acceptcookies:hover {
	background-color: #000000;
	border-color: #000000;
}

/* ----------------- Cookie Alert Css End ----------------- */

/* ----------------- contact form 7 ----------------- */
body div.wpcf7-response-output {
	padding: 0 0px;
	margin: 20px 0 0 0;
	box-sizing: border-box;
	border: none;
}

body span.wpcf7-not-valid-tip {
	position: absolute;
	top: 3px;
	right: 4px;
	font-size: 12px;
	white-space: nowrap;
}

body .wpcf7-not-valid {
	border-color: #97292c !important;
}

/* ----------------- Cb Header Start ----------------- */
.cb-header {
	position: fixed;
	left: 0;
	visibility: hidden;
	height: 250px;
}

.cb-header::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../images/header-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.header1 {
	width: 100%;
	background-color: #ffffff;
}

.header2 {
	float: left;
	width: 100%;
	background-color: #ffffff;
}

#header .header2 {
	float: left;
	width: 100%;
	height: 140px;
}

#header .header2 .top_right .top_link {
	display: none;
}

#header .header2 .logo {
	width: 130px;
	padding: 3px 12px 7px 12px;
}

#header .header2 .top_right .dl-menuwrapper {
	margin: 35px 0;
}

/* ----------------- Cb Header Start End ----------------- */

/* ----------------- Inner Pages ----------------- */
.alignleft,
.alignnone {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 0 20px 20px 0;
	border: 5px solid #5860CB;
}

.alignright {
	float: right;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px 20px;
	border: 5px solid #5860CB;
}

.aligncenter {
	float: none;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
	border: 5px solid #5860CB;
}

#inner_banner {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 210px;
	overflow: hidden;
}

#inner_banner>img {
	width: 100%;
}

.inner_section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.inner_section h1 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #034088;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
}

.inner_section h2 {
	margin: 0 0 20px 0;
	font-size: 26px;
	color: #000000;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
}

.inner_section h3 {
	margin: 0 0 20px 0;
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	line-height: 30px;
}

.inner_section h4 {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	line-height: 30px;
}

.inner_section p {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}

.inner_section strong a {
	color: #21266A;
}

.inner_section strong a:hover {
	color: #DA1000;
}

.inner_section span {
	display: block;
	margin: 0 0 10px 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}

.inner_section span a {
	text-decoration: none;
	font-weight: 500;
}

.inner_section span a:hover {
	color: #000000;
	text-decoration: underline;
}

.inner_section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.inner_section ul li {
	position: relative;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.inner_section ul li:last-child {
	margin: 0;
}

.inner_section ul li::before {
	position: absolute;
	top: 0px;
	left: 0;
	content: "\f12c";
	font-family: "Material Design Icons";
	font-size: 20px;
	color: #034088;
	font-weight: 600;
}

.inner_section .service_cont {
	float: left;
	width: 50%;
	padding-right: 50px;
}

.inner_section .service_img {
	float: left;
	width: 50%;
}

.inner_section .service_img img {
	width: 100%;
	height: auto;
}

/* ----------------- Contact pages ----------------- */
.contact-form .form-group {
	margin-bottom: 20px;
}

.contact-form .form-control {
	display: block;
	width: 100%;
	height: 49px;
	padding: 10px 14px;
	margin-bottom: 15px;
	border: 1px solid #999999;
	background-color: #fff;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}

.contact-form .form-control::placeholder {
	color: #000000;
}

.contact-form .form-group .submit_btn {
	padding: 14px 44px;
	background: #0C3A65;
	font-size: 18px;
	color: #ffffff;
	border-radius: 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	transition: all .3s ease-in-out;
	text-align: center;
}

.contact-form .form-group .submit_btn:hover {
	background: #034088;
}

.contact-form textarea.form-control {
	height: auto;
	resize: vertical;
}

.contact_detail {
	padding: 0px 0 0 0;
}

.contact_detail p a {
	color: #000000;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.contact_detail p a:hover {
	color: #034088;
	text-decoration: none;
}

/* ----------------- Portfolio Page ----------------- */
.photos_box {
	margin-top: 40px;
}

.photos_box .thumbnail {
	margin-bottom: 30px;
	border-color: #034088;
	border-radius: 0px;
}

.photos_box .thumbnail a {
	display: flex;
	align-items: center;
	height: 210px;
	overflow: hidden;
}

.photos_box .thumbnail a img {
	width: 100%;
	height: auto;
}