@charset "utf-8";

html {
	scroll-behavior: smooth;
}

.scrollmagic-toggle-class {
	opacity: 0;
	transition: all 1s ease;
}

.scrollmagic-toggle-class.scrollmagic-active {
	transition: all 2.5s ease;
	opacity: 1;
}

.menu_box ul.menu li a img {
	max-width: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}

a {
	color: #2D3490;
	text-decoration: none;
}

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

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

.pad_0 {
	padding: 0 !important;
}

.mar_0 {
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #000;
}

p {
	margin: 0 0 0;
}

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

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

.tables {
	margin: 10px 0px;
}

.tables td {
	padding: 3px 7px;
	border: 1px solid grey;
}

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

/* Header Section */
.page-header {
	float: left;
	width: 100%;
	margin: 0px 0px;
	padding: 0px 0px;
	border-bottom: 0;
	background-color: #000000;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.page-header .top_cont {
	background: #ee1c24;
	padding: 7px 0;
	text-align: center;
}

.page-header .top_cont p {
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
}

.page-header .top_cont .read_btn {
	display: inline-block;
	padding: 6px 25px;
	margin-left: 10px;
	background: #000000;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.page-header .top_cont .read_btn:hover {
	background: #fff200;
	color: #002d74;
}

.page-header .logo {
	float: left;
	width: 213px;
	padding: 15px 0;
}

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

.page-header .cb_logo {
	float: left;
	width: 175px;
	padding: 10px 0;
}

.page-header .cb_logo img {
	width: 100%;
	height: auto;
}

.page-header .top_right {
	float: right;
	width: 73%;
	padding: 12px 0;
}

.page-header .top_right .top_text {
	font-family: "Kalam", cursive;
	float: left;
	width: auto;
	padding: 20px 0;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
}

.page-header .top_right+.top_right {
	display: none;
}

.page-header .top_right .top_row {
	float: right;
	width: auto;
}

.page-header .top_right .top_row ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.page-header .top_right .top_row ul li {
	position: relative;
	display: inline-block;
	padding: 0 0px;
}

.page-header .top_right .top_row ul li:after {
	content: "|";
	color: #ffffff;
}

.page-header .top_right .top_row ul li:last-child:after {
	content: none;
}

.page-header .top_right .top_row ul li a.emergenciesBtn {
	padding: 7px 12px;
	background: #DA1000;
	line-height: 20px;
}

.page-header .top_right .top_row ul li a.emergenciesBtn:hover {
	color: #ffffff;
	background: #21266A;
}

.page-header .top_right .top_row ul li a {
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.page-header .top_right .top_row ul li:first-child a {
	margin-left: 0;
}

.page-header .top_right .top_row ul li:last-child a {
	margin-right: 0;
}

.page-header .top_right .top_row ul li a:hover {
	color: #21266A;
	text-decoration: none;
}

.page-header .top_right .top_row ul>li>a:hover,
.page-header .top_right .top_row ul>li.active>a {
	color: #5860CB;
}

.page-header .top_right .top_row ul>li:hover>ul.sub-menu {
	display: block;
}

.page-header .top_right .top_row ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 150px;
	background-color: #21266A;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 2;
	display: none;
}

.page-header .top_right .top_row ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0;
}

.page-header .top_right .top_row ul.sub-menu li:after {
	display: none;
}

.page-header .top_right .top_row ul.sub-menu li a {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	font-size: 16px;
	color: #ffffff;
	text-transform: none;
	text-align: left !important;
}

.page-header .top_right .top_row ul.sub-menu li a:hover {
	background-color: #e2af14;
	color: #ffffff;
	text-decoration: none;
}

.page-header .top_right .top_row ul.sub-menu li.active a {
	color: #ffffff;
	text-decoration: none;
	background-color: #002d74;
}

.page-header .top_right .top_row ul.sub-menu {
	display: none;
}

.page-header .top_right ul>li:hover>ul.sub-menu {
	display: block;
}

.page-header .top_right .phone {
	float: right;
	width: auto;
	padding-top: 10px;
}

.page-header .top_right .phone .call {
	display: inline-block;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-align: right;
}

.page-header .top_right .phone .call:hover {
	color: #21266A;
}

.menu_box {
	float: right;
	width: 100%;
	background: #21266A;
}

.menu_box ul.menu {
	display: inline-flex;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align: middle;
	/* display: flex; */
}

.menu_box ul.menu li {
	display: inline-block;
	position: relative;
}

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

.menu_box ul.menu li a {
	display: block;
	padding: 14px 15px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	border: solid #2E3594;
	border-width: 0 2px 0 0;
}

.menu_box ul.menu li:last-child a {
	border-right: none;
}

.menu_box ul.menu>li>a:hover,
.menu_box ul.menu>li.active>a {
	background: linear-gradient(180deg, #5860CB 0%, #2D3490 100%);
	border-color: #2D3490;
}

.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: 200px;
	background-color: #21266A;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 2;
	display: none;
}

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

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

.menu_box ul.menu li ul.sub-menu li a:hover {
	background: linear-gradient(180deg, #45484D 0%, #010101 100%);
	color: #ffffff;
	text-decoration: none;
}

.menu_box ul.menu li ul.sub-menu li.active a {
	color: #ffffff;
	text-decoration: none;
	background-color: #002d74;
}

.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;
}

.cb-header {
	position: fixed;
	left: 0;
	visibility: hidden;
	height: 178px;
}

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

.header2 {
	float: left;
	width: 100%;
}

.page-header.top2 {
	float: left;
	width: 100%;
	height: 100px;
}

.page-header.top2 #slider {
	margin-top: 200px;
}

.page-header.top2 .top_right .top_menu2 {
	float: left;
	width: 100%;
	display: inline;
}

/* Slider Section */
#slider {
	float: left;
	width: 100%;
	margin-top: 178px;
	position: relative;
	overflow: hidden;
}

#slider>img {
	width: 100%;
}

#slider .bx-wrapper {
	box-shadow: none;
	margin-bottom: 0;
	border: 0px solid #fff;
	background: #fff;
}

#slider .bx-wrapper .bx-prev {
	left: 20px;
	background: url('../images/pre_arrow.png') no-repeat 0 0px;
}

#slider .bx-wrapper .bx-prev:hover,
#slider .bx-wrapper .bx-prev:focus {
	background: url('../images/pre_arrow.png') no-repeat 0 0px;
}

#slider .bx-wrapper .bx-next {
	right: 20px;
	background: url('../images/next_arrow.png') no-repeat 0px 0px;
}

#slider .bx-wrapper .bx-next:hover,
#slider .bx-wrapper .bx-next:focus {
	background: url('../images/next_arrow.png') no-repeat 0px 0px;
}

#slider .bx-wrapper .bx-controls-direction a {
	width: 31px;
	height: 62px;
	margin-top: -25px;
}

#slider img {
	width: 100%;
}

#slider .bx-controls {
	position: absolute;
	width: 100%;
	top: 85%;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #DA1000;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	width: 15px;
	height: 15px;
	border-radius: 10px;
}

#slider .bx-wrapper .bx-caption {
	width: 70%;
	margin: 0 auto;
	background: none;
	position: absolute;
	right: 0;
	left: 0;
	bottom: auto;
	top: 70%;
	transform: translateY(-50%);
	text-align: center;
}

#slider .bx-wrapper .bx-caption strong {
	display: block;
	padding: 10px 20px;
	margin-bottom: 10px;
	background: rgba(70, 68, 69, 0.50);
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}

#slider .bx-wrapper .bx-caption p {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 36px;
}

#slider .bx-wrapper .bx-caption a {
	display: inline-block;
	width: auto;
	padding: 10px 33px;
	background: #002c74;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#slider .bx-wrapper .bx-caption a:hover {
	background: #fff200;
	color: #002c74;
}

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

/* Welcome Section */
.welcome_sec {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F2F2F2;
}

.welcome_sec .welcome_cont {
	float: left;
	width: 100%;
	padding: 0 100px;
}

.welcome_sec .welcome_cont h2 {
	margin: 0 0 20px 0;
	font-size: 50px;
	line-height: 100%;
	text-align: center;
	color: #21266A;
	text-transform: uppercase;
}

.welcome_sec .welcome_cont p {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #000000;
}

.welcome_sec .welcome_cont p a {
	color: #000000;
	font-weight: 600;
	border-bottom: solid 1px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.welcome_sec .welcome_cont p a:hover {
	color: #DA1000;
}

.welcome_sec .welcome_cont h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

/* Service Section */
.service_sec .service_img {
	float: left;
	width: 50%;
}

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

.service_sec .service_cont {
	float: left;
	width: 50%;
	padding: 50px 120px 50px 70px;
}

.service_sec .service_cont h2 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #21266A;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
}

.service_sec .service_cont p {
	margin: 0 0 5px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}

.service_sec .service_cont p strong {
	font-weight: 700;
}

.service_sec .service_cont ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
}

.service_sec .service_cont ul li {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	padding-left: 25px;
}

.service_sec .service_cont ul li::before {
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
	width: 17px;
	height: 18px;
	background-image: url(../images/check-icon.svg);
	background-repeat: no-repeat;
}





.service_sec .service_cont .read_btn {
	display: inline-block;
	padding: 14px 44px;
	background: #21266A;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.service_sec .service_cont .read_btn:hover {
	background: linear-gradient(180deg, #5860CB 0%, #2D3490 100%);
	color: #ffffff;
}

/* Footer Section */
#footer {
	float: left;
	width: 100%;
	background-color: #000000;
}

#footer .ftr_text {
	float: left;
	width: 100%;
	padding: 45px 0;
	text-align: center;
}

#footer .ftr_text p {
	margin: 0;
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	line-height: 34px;
	text-transform: uppercase;
}

#footer .footer_section {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
}

#footer .footer_section h4 {
	margin: 0 0 0 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
}

#footer .footer_section .ftr_contact {
	display: inline-block;
}

.footer_section .ftr_contact p {
	margin: 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
}

.footer_section .ftr_contact a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.footer_section .ftr_contact a:hover {
	color: #5860CB;
}

#footer .footer_bottom {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer .footer_bottom .copy_right {
	float: left;
	width: 100%;
	padding: 10px 0 0 0px;
}

.footer_bottom .copy_right p {
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
}

.footer_bottom .btm_menu {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0px;
}

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

.footer_bottom .btm_menu ul li {
	display: inline-block;
	padding: 0 5px 0 0;
}

.footer_bottom .btm_menu ul li a {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.footer_bottom .btm_menu ul li a:after {
	position: absolute;
	content: '|';
	right: 0;
}

.footer_bottom .btm_menu ul li:last-child a::after {
	content: '';
}

.footer_bottom .btm_menu ul li a:hover {
	color: #5860CB;
}

.footer_bottom .ftr_social {
	float: left;
	width: 100%;
	text-align: right;
}

.footer_bottom .ftr_social p {
	margin: 0;
	padding: 0 20px 0 0px;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
	vertical-align: middle;
}

.footer_bottom .ftr_social a img {
	margin-right: 10px;
}

.footer_bottom .ftr_social a:last-child img {
	margin-right: 0;
}

/* Cookie Alert Css Start */
.cookiealert {
	width: 100%;
	margin: 0 !important;
	background: #000000;
	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: #21266A;
	border-color: #21266A;
	vertical-align: baseline;
	transition: all .3s ease-out;
	outline: 0;
}

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

/* 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;
}


/*----------------- 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: 175px;
	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: #21266A;
	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: 500;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}

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

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

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

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

.inner_section ul li::before {
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
	width: 17px;
	height: 18px;
	background-image: url(../images/check-icon.svg);
	background-repeat: no-repeat;
}

.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 {
	padding: 20px 0 0 0;
}

.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 {
	float: left;
	width: auto;
	padding: 14px 44px;
	background: #21266A;
	font-size: 18px;
	color: #ffffff;
	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: linear-gradient(180deg, #45484D 0%, #010101 100%);
	color: #ffffff;
}

.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: #5860CB;
	text-decoration: none;
}

/*----------------- Service Area Page -----------------*/
.locations {
	padding-top: 50px;
}

.locations table tbody tr th {
	padding: 5px;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	line-height: 26px;
	white-space: nowrap;
}

.locations table tbody tr td {
	padding: 5px 0;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	line-height: 26px;
	white-space: nowrap;
}

.locations ul li:before {
	display: none;
}

.locations ul li a {
	display: inline-block;
	color: #333333;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.locations ul li a:hover {
	color: #21266A;
}

/*----------------- Photos Gallery Page -----------------*/
.gallrey_box {
	float: left;
	width: 100%;
	padding: 20px 0px;
}

.gallrey_box a.cboxElement {
	width: 100%;
	display: inline-block;
	height: 220px;
	overflow: hidden;
	margin-bottom: 30px;
}

.gallrey_box .img_tag {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 2px solid #5860CB;
}

.gallrey_box .img_tag {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*----------------- Thank You Page -----------------*/
.thankyou-cnt {
	padding-top: 260px;
	padding-bottom: 150px;
}

.thankyou-cnt h1 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #21266a;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
}

.thankyou-cnt p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}