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

/* CSS Document */

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #222222;
	line-height: 25px;
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
	/**overflow: hidden;**/
	transition: all 0.3s ease-out;
	padding: 0 !important;
}

a {
	text-decoration: none;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
a:hover,
a:focus,
a:visited,
a.active {
	outline: none;
	box-shadow: none !important;
	text-decoration: none;
}

::placeholder {
	color: #626261;
	opacity: .9;
	font-size: 17px;
	font-weight: 400;
}

:-ms-input-placeholder {
	color: #626261;
	opacity: .9;
	font-size: 17px;
	font-weight: 400;
}

::-ms-input-placeholder {
	color: #626261;
	opacity: .9;
	font-size: 17px;
	font-weight: 400;
}

:focus {
	outline: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 7px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	background-color: #0d5087;
}


/*****form*******/

.form-control {
	outline: none;
	box-shadow: none !important;
	background-color: transparent;
	height: calc(1.2em + .75rem + 2px) !important;
	border: none;
	border-radius: 0;
	resize: none;
	border-bottom: 1px solid #74b8d5;
	padding-left: 0;
	font-size: 14px;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #ffffff;
}

textarea.form-control {
	height: 117px !important;
}

.faq_form .form-group {
	margin-bottom: 22px;
}

.submit_button input {
	border: none;
	background: #0d5087;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 5px 26px;
	border-radius: 3px;
}

.form-control:focus {
	color: #232359;
	background-color: white;
	border-color: #777;
}

.bootstrap-datetimepicker-widget table td.active.today:before {
	border-bottom-color: #1c658d;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #73b21a;
	color: #ffffff;
}

.bootstrap-datetimepicker-widget table th {
	color: #73b21a;
}

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
	background-color: #73b21a;
	color: #ffffff;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #18183d;
	color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: #73b21a;
	border-color: #73b21a;
}

.btn-primary:hover {
	background-color: #73b21a;
	border-color: #73b21a;
}

.btn-primary {
	background-color: #73b21a;
	border-color: #73b21a;
}


/******sticky-sidebar*****/

.make-me-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 57px;
}

.sidebar-item {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/******modal*****/

.modal-open {
	overflow: hidden !important;
}

.modal-lg {
	max-width: 900px;
	margin-top: 80px;
}

.modal-body {
	padding: 20px;
}

.modal-content {
	border-radius: 0;
}

button.close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9;
	background: #804f9f;
	float: unset;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	padding: 2px 8px;
	border-radius: 49px;
}


/***custom-dropdown******/

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #b6bbbf !important;
	background-color: transparent !important;
	border-color: #c1c1c1 !important;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #ffffff !important;
	color: #000 !important;
}

.btn-light {
	background-color: transparent !important;
	border-color: #74b8d5 !important;
	border-radius: 0px !important;
	padding: 4px 0px !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	color: #777 !important;
	border: none;
	border-bottom: 1px solid;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.btn-light:hover {
	color: #777 !important;
	background-color: transparent !important;
	border-color: #c1c1c1 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #262525 !important;
	text-decoration: none !important;
	background-color: #ffffff !important;
}

.dropdown-item {
	color: #ffffff!important;
	font-size: 14px!important;
}

.bootstrap-select .bs-ok-default:after {
	border-width: 0 0.2em 0.2em 0 !important;
}

.dropdown-menu {
	padding: 0 !important;
	margin: .125rem 0 0 !important;
	border-radius: 0 !important;
	background: #804f9f;
}

.filter-option-inner-inner {
	font-weight: 400;
	font-size: 15px;
	color: #3c3c3c;
}


/*******loader*******/


/* The Loader */

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999;
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #804f9f;
	z-index: 10;
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

div#loader {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.load_logo {
	z-index: 99999;
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.load_logo img {
	width: 65px;
	height: 77px;
}

.spinner-box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	z-index: 9999;
}

.configure-border-1 {
	width: 120px;
	height: 120px;
	padding: 3px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	animation: configure-clockwise 4s ease-in-out 0s infinite alternate;
	z-index: 99;
	border-radius: 25px;
}

.configure-border-2 {
	width: 120px;
	height: 120px;
	padding: 3px;
	left: -115px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(255, 255, 255);
	transform: rotate(45deg);
	animation: configure-xclockwise 4s ease-in-out 0s infinite alternate;
	z-index: 99;
}

.configure-core {
	width: 100%;
	height: 100%;
}

@keyframes configure-clockwise {
	0% {
		transform: rotate(0);
	}
	25% {
		transform: rotate(90deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(270deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes configure-xclockwise {
	0% {
		transform: rotate(45deg);
	}
	25% {
		transform: rotate(-45deg);
	}
	50% {
		transform: rotate(-135deg);
	}
	75% {
		transform: rotate(-225deg);
	}
	100% {
		transform: rotate(-315deg);
	}
}


/* Loaded styles */

.loaded {
	overflow: visible;
	transition: all 0.3s ease-out;
}

.loaded .load_logo {
	opacity: 0 !important;
	z-index: -9;
	visibility: hidden;
	transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}


/***********go-top****/

#button {
	display: inline-block;
	background-color: #804f9f;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button::after {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 27px;
	line-height: 50px;
	color: #fff;
}

#button:hover {
	cursor: pointer;
	background-color: #262525;
}

#button:active {
	background-color: #262525;
}

#button.show {
	opacity: 1;
	visibility: visible;
}


/******top*****/

.top_area {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.top_quick a:not(:last-child) {
	margin-right: 38px;
}

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

.call {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.call_icon {
	margin-right: 7px;
}

.call_icon span {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

.top_quick a {
	color: #e7e7e7;
	font-size: 16px;
	transition: all 0.2s ease-in-out;
}

.top_quick a:hover {
	color: #79a605;
	transition: all 0.2s ease-in-out;
}

.social ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.social ul li a {
	font-size: 14px;
	color: #000;
	transition: all 0.2s ease-in-out;
	background: #fff;
	width: 25px;
	height: 25px;
	display: flex;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
}

.social ul li a:hover {
	background: #804f9f;
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.social ul li:not(:last-child) {
	margin-right: 15px;
}

.top {
	padding: 8px 0;
	background: #0d5087;
}


/******second-top*****/

.second_top_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.second_top_area_logo {
	width: 291px;
}

.second_top_area_contact_location {
	display: flex;
	justify-content: flex-end;
	text-align: end;
	margin-bottom: 8px;
}

.second_top_area_contact_emergency {
	display: flex;
	text-align: end;
}

.second_top_area_contact_emergency_content a {
	display: block;
}

.second_top_area_contact_location_content {
	margin-right: 8px;
}

.second_top_area_contact_emergency_content {
	margin-right: 7px;
}

.second_top_area_contact_emergency_icon {
	font-size: 19px;
	transform: rotateY(180deg);
}

.second_top_area_contact span {
	font-weight: 600;
	font-size: 18px;
	display: block;
	line-height: 31px;
	color: #666666;
}

.second_top_area_contact p {
	font-size: 16px;
	color: #666666;
	font-weight: 500;
}

.second_top_area_contact a {
	color: #666666;
	font-size: 16px;
	transition: all 0.2s ease-in-out;
	font-weight: 500;
}

.second_top_area_contact a:hover {
	color: #804f9f;
	transition: all 0.2s ease-in-out;
}

.second_top_area_covid_19 a {
	background: #e4e3e3;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding: 10px;
	border-radius: 26px;
	transition: all 0.2s ease-in-out;
}

.second_top_area_covid_19 a:hover {
	background: #804f9f;
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.second_top {
	padding: 14px 0 24px;
}
.second_top_area_contact svg {
    font-size: 21px;
    margin-top: 7px;
}

/****nav****/

a.navbar-brand {
	width: 160px;
	padding: 0;
}

nav.navbar.navbar-expand-lg.navbar-light {
	padding: 0 !important;
}

nav.navbar ul li a {
	color: #ffffff !important;
	font-size: 18px !important;
	position: relative;
	transition: all 0.2s ease-in-out;
	font-weight: 400;
	text-transform: uppercase;
}

nav.navbar ul li {
	position: relative;
	transition: all 0.2s ease-in-out;
}

nav.navbar ul li:before {
	content: '';
	position: absolute;
	background: #804f9f;
	height: 3px;
	width: 0%;
	bottom: 4px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.2s ease-in-out;
}

nav.navbar ul li:hover:before {
	width: 40%;
	transition: all 0.2s ease-in-out;
}

nav.navbar ul li.active:before {
	content: '';
	position: absolute;
	background: #804f9f;
	height: 3px;
	width: 40%;
	bottom: 3px;
	left: 0;
	right: 0;
	margin: auto;
}

nav.navbar ul li:not(:last-child) {
	margin-right: 20px;
}

nav.navbar ul li .dropdown-menu a {
	font-size: 14px !important;
	width: 50%;
	padding: 1px 5px !important;
	border-bottom: 1px solid #56565696;
}

nav.navbar ul li .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	margin: 0 !important;
	text-align: center;
	display: flex;
	flex-flow: wrap;
	min-width: unset !important;
	width: 52rem;
	justify-content: center;
	align-items: center;
}
nav.navbar ul li .dropdown-menu a:nth-child(2n) {
    border-left: 1px solid #56565696;
}

nav.navbar ul li.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transition: all 0.2s ease-in-out;
}

.navigation {
	padding: 8px 0;
	background: #79a605;
	transition: all 0.2s ease-in-out;
	position: sticky;
	top: 0;
	z-index: 999;
}

.referral_form a {
	background: #0d5087;
	color: #fff;
	font-size: 15px;
	padding: 10px;
	text-transform: uppercase;
}

.referral_form a:hover {
	background: #804f9f;
}


/*******banner*****/

.banner {
	position: relative;
}

.camera_caption {
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner_text_box {
	text-align: center;
}

.banner_text_box h1 {
	color: #fff;
	font-weight: 700;
	font-size: 95px;
	text-shadow: 0px 3px 0px #0000003b;
}

.banner_text_box h2 {
	font-weight: 700;
	font-size: 52px;
}

.button_banner {
	display: inline-block;
	background: #79a605;
	padding: 17px 65px;
	margin-top: 15px;
	clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
}

.button_banner span {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	display: block;
}

.button_banner span a {
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.button_banner span a:hover {
	color: #804f9f;
	transition: all 0.2s ease-in-out;
}

.banner_text_box p {
	font-size: 20px;
	margin-top: 12px !important;
	font-weight: 500;
	max-width: 537px;
	line-height: 26px;
	margin: auto;
	text-transform: uppercase;
}

.camera_bar {
	z-index: 2;
}

.camera_thumbs {
	margin-top: -100px;
	position: relative;
	z-index: 1;
}

.camera_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.camera_overlayer {
	opacity: .2;
}

.camera_thumbs_cont>div {
	display: none;
}

.camera_bar {
	display: none;
}

.camera_wrap {
	width: 100%;
	margin-bottom: 0 !important;
}

.camera_commands {
	display: none;
}

.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
	background: none !important;
}

.camera_wrap .camera_pag .camera_pag_ul {
	position: absolute;
	left: 0;
	right: 0;
	margin: -2.5% 0 0 0;
	text-align: center;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	background: #804f9f;
	border-radius: 0;
	display: inline-block;
	float: none;
	height: 5px !important;
	margin: 0 3px !important;
	width: 10px !important;
	border: none;
}

.camera_wrap .camera_pag .camera_pag_ul li>span {
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
}

.camera_wrap .camera_pag .camera_pag_ul li>span {
	border-radius: 0;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
	background: #fff !important;
	border: none !important;
	width: 25px !important;
}


/*****news*****/

.rightCSS {
	overflow: hidden;
}

.rightCSS div {
	position: relative;
	animation: CSSright linear 30s infinite;
	white-space: nowrap;
}

@keyframes CSSright {
	0% {
		right: -100%
	}
	100% {
		right: 100%
	}
}

.rightCSS:hover div {
	animation-play-state: paused;
}

.news_area {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.news_marquee {
	width: 87%;
}

.news {
	background: #f1f1f1;
	padding: 15px 0;
}

.news_fixed h6 {
	color: #202020;
	font-weight: 500;
	font-size: 18px;
}

.news_fixed h6 svg {
	margin-left: 7px;
}

.news_marquee a {
	color: #666666;
	font-weight: 400;
	font-size: 19px;
	margin-right: 15px;
	transition: all 0.2s ease-in-out;
	position: relative;
}

.news_marquee a:hover {
	color: #804f9f;
	transition: all 0.2s ease-in-out;
}

.news_marquee a:not(:last-child):after {
	content: '';
	position: absolute;
	background: #d6d6d6;
	height: 100%;
	width: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -10px;
}

.news_marquee a span {
	color: #79a605;
}


/*******title*****/

.title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.title span {
	font-weight: 600;
	font-size: 43px;
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	color: #333333;
}

.title p {
	font-weight: 500;
	max-width: 658px;
	margin: auto;
	margin-top: 46px;
	font-size: 18px;
}

.title span:after {
	content: '';
	position: absolute;
	background: #505050;
	height: 2px;
	width: 100px;
	bottom: -19px;
	left: 0;
	right: 0;
	margin: auto;
}


/*******about******/

.about_us {
	background: #e9e8e8;
	padding: 80px 0 90px;
}

.about_us_box {
	text-align: center;
	background: #6a2875;
	color: #fff;
	padding: 35px 13px 20px;
}

.about_us_box span {
	display: block;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 24px;
}

.about_us_box a {
	color: #000;
	font-size: 19px;
	letter-spacing: 4px;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
}

.about_us_box a:after {
	content: '';
	position: absolute;
	background: #000;
	height: 1px;
	width: 22%;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: auto;
}

.about_us_box h4 {
	font-weight: 600;
	max-width: 213px;
	display: flex;
	height: 61px;
	margin: auto;
	line-height: 34px;
	font-size: 34px;
}

.about_us_box p {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 27px;
	margin-top: 24px;
	line-height: 25px;
	color: #fff;
}

.about_us_box a:last-child {
	color: #000 !important;
	background: #fff;
	margin: 0;
	padding: 10px 27px;
	letter-spacing: 0;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 26px;
	box-shadow: 0 0 9px 5px #00000024;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

.about_us_box a:last-child:after {
	content: none;
}

.about_us_box a:last-child:hover {
	color: #fff !important;
	background: #0d5087;
	transition: all 0.2s ease-in-out;
}

.about_us_area .col-md-4:nth-child(1) .about_us_box {
	background: linear-gradient(0deg, rgba(127, 166, 50, 1) 0%, rgba(147, 194, 54, 1) 100%);
}

.about_us_area .col-md-4:nth-child(3) .about_us_box {
	background: linear-gradient(0deg, rgba(13, 80, 135, 1) 0%, rgba(5, 32, 99, 1) 100%);
}

.about_us_area .col-md-4:nth-child(3) .about_us_box a {
	color: #fff
}

.about_us_area .col-md-4:nth-child(3) .about_us_box a:after {
	background: #fff
}


.about_us_area .col-md-4:nth-child(2) .about_us_box span {
	font-size: 26px;
	text-transform: capitalize;
}

.about_us_area.inner_about .col-md-12 .row .col-md-6:nth-child(1) .about_us_box {
	background: linear-gradient(0deg, rgba(127, 166, 50, 1) 0%, rgba(147, 194, 54, 1) 100%);
	margin-bottom: 20px;
}

.about_us_area.inner_about .col-md-12 .row .col-md-6:nth-child(2) .about_us_box {
	background: linear-gradient(0deg, rgba(13, 80, 135, 1) 0%, rgba(5, 32, 99, 1) 100%);
}

.about_us_area.inner_about .col-md-12 .row .col-md-6:nth-child(2) .about_us_box a {
	color: #fff
}

.about_us_area.inner_about .col-md-12 .row .col-md-6:nth-child(2) .about_us_box a:after {
	background: #fff
}
.about_us_area.inner_about .col-md-12 .row .col-md-6 .about_us_box span {
	display: block;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
}
.about_us_area .col-md-4:nth-child(2) .about_us_box a:after {
    content: none;
}

.about_us_area .col-md-4:nth-child(2) .about_us_box a {
    margin-bottom: 0px;
}

.about_us_area .col-md-4:nth-child(1) .about_us_box p {
    margin-bottom: 50px;
}
.about_us_area .col-md-4:nth-child(3) .about_us_box p {
    /* margin-bottom: 60px; */
    /* margin-top:38px */
}
/*****aim****/

.aim {
	padding: 90px 0;
}

.aim_area {
	padding-top: 40px;
}

.aim_box {
	border: 1px solid #a4a4a4;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #fff;
	margin-bottom: 40px;
	padding: 29px 0px;
	border-radius: 5px;
}

.aim_box_icon {
	position: absolute;
	left: -18px;
	top: -18px;
	border: 1px solid #a4a4a4;
	border-radius: 5px;
	background: #fff;
	padding: 8px;
}

.aim_box_content {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	z-index: 99;
}

.aim_box_content span {
	background: #666566;
	color: #fff;
	display: flex;
	width: 28px;
	height: 27px;
	align-items: center;
	justify-content: center;
	border-radius: 27px;
	margin-right: 8px;
	font-size: 18px;
	font-weight: 600;
}

.aim_box_icon:before {
	content: '';
	position: absolute;
	background: #fff;
	height: 1px;
	width: 72%;
	right: -1px;
	bottom: -1px;
}

.aim_box_icon:after {
	content: '';
	position: absolute;
	background: #fff;
	height: 74%;
	width: 5px;
	right: -2px;
	bottom: -1px;
}

.aim_box_content h5 {
	font-size: 20px;
	max-width: 75%;
	font-weight: 500;
}
.aim_area .col-md-4:last-child .aim_box .aim_box_content h5 {
    margin-left: 9px;
}
.aim_area .col-md-4:last-child .aim_box .aim_box_icon {
	right: -18px;
	left: unset;
}

.aim_area .col-md-4:last-child .aim_box .aim_box_icon:before {
	left: 0px;
}

.aim_area .col-md-4:last-child .aim_box .aim_box_icon:after {
	left: -1px;
}

.aim_area .col-md-4:last-child .aim_box .aim_box_content span {
	position: absolute;
	right: 13px;
	margin: 0;
	top: -2px;
}

.aim_area .col-md-4:last-child .aim_box .aim_box_content {
	text-align: right;
	position: relative;
	justify-content: flex-start;
}


/*******service******/

.service {
	padding: 90px 0;
	background: #e9e8e8;
}

.service_item_content {
	background: #fff;
	padding: 10px;
}

.service_item_content h4 {
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	height: 50px;
	margin-bottom: 13px;
	display: flex;
	align-items: center;
	color: #282828;
}

.service_item_content p {
	color: #696969;
	margin-bottom: 11px;
	font-size: 15px;
	height: 125px;
}

.service_item_image img {
	height: 181px;
	width: 100%;
}

.service_item_link a {
	background: #f2f2f2;
	display: block;
	text-align: center;
	padding: 5px;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}

.service_item {
	margin-bottom: 25px;
	box-shadow: 0 0 7px 2px #0000000f;
}

.service_area .col-md-3:nth-last-child(-n+4) .service_item {
	margin: 0;
}

.service_item_link a:hover {
	background: #79a605;
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.service_area {
	padding-top: 20px;
}
.service_item_link {
    margin-top: 1px;
}

/*****faq*****/

.faq {
	padding: 40px 0px;
}

.faq_area {
	padding-top: 15px;
}

.faq_content a {
	font-size: 14px;
	color: #79a605;
}

.accordion_section .card {
	border: none;
	border-radius: 0px;
}

.accordion_section .card:not(:last-child) {
	margin-bottom: 15px;
}

.accordion_section .card-header {
	position: relative;
	background: transparent;
	border-radius: 0px !important;
	border: none;
	padding: 22px 22px;
	color: #000000;
	font-weight: 400 !important;
	transition: all 500ms ease-in-out;
}

.accordion_section .card-header:before {
	content: '\f078';
	position: absolute;
	font-family: "Font Awesome 5 Free";
	top: 0;
	bottom: 0;
	margin: auto;
	height: 25px;
	width: 25px;
	right: 15px;
	color: #79a605;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px;
	transition: all 500ms ease-in-out;
}

.accordion_section .card-header.collapsed:before {
	content: '\f054';
	background: #fff;
	color: #bcccdc;
	transition: all 500ms ease-in-out;
}

.accordion_section .card-header h5 {
	font-weight: 600;
	font-size: 21px;
	color: #79a605;
}

.accordion_section .card {
	box-shadow: 3px 20px 20px 3px #4242420d;
	border-radius: 17px;
}

.accordion_section .card-body {
	padding: 0px 22px 22px;
}

.accordion_section .card-header.collapsed h5 {
	color: #4e4d4dde;
}

.faq_form span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 24px;
}

.submit_button {
	margin-top: 14px;
}


/******testimonial****/

.testimonial {
	background: url(../image/test_back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.test_slider_item_image {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 75px;
	margin: auto;
}

.test_slider_item {}

.test_slider_item {
	text-align: center;
}

.test_slider_item_client_name h3 {
	display: block;
	font-weight: 600;
	font-size: 17px;
}

.test_slider_item_client_name em {
	font-style: normal;
	font-size: 14px;
	display: block;
}

.test_slider_item_client_name {
	margin: 10px 0;
	color: #fff;
}

.test_slider_item_content {
	max-width: 97%;
	margin: auto;
	color: #fff;
}

.test_slider_item_content p {
	font-size: 22px;
	font-weight: 400;
	position: relative;
	line-height: 34px;
	margin-bottom: 30px;
	color: #fefefe;
}

.test_slider_item_content p:before {
	content: '\f10d';
	position: absolute;
	font-family: "Font Awesome 5 Free";
	top: -30px;
	left: 0;
	font-weight: 600;
	color: #ffe400;
	font-size: 16px;
}

.test_slider_item_content p:after {
	content: '\f10e';
	position: absolute;
	font-family: "Font Awesome 5 Free";
	bottom: -30px;
	right: 0;
	font-weight: 600;
	color: #ffe400;
	font-size: 16px;
}

.testimonial .title span{
	margin-bottom: 45px;
	color: #fff !important;
}

.testimonial .title span:after {
	background: #fff;
}

.testimonial .owl-nav {
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
}

.testimonial button.owl-prev,
.testimonial button.owl-next {
	position: relative;
	height: 100%;
	margin: auto 0 !important;
}

.testimonial button.owl-prev:before,
.testimonial button.owl-next:before {
	content: 'Previous';
	color: #fff;
	background: #646464;
	padding: 14px 22px;
	text-transform: uppercase;
	font-size: 19px;
}

.testimonial button.owl-next:before {
	content: 'Next';
	background: #000;
	margin-left: 14px;
}

.testimonial.owl-theme .owl-nav [class*=owl-]:hover:before {
	color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #86979100;
}

.testimonial_area {
	position: relative;
}


/****newsletter*****/

.newsletter_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.newsletter {
	background: #7ca709;
	padding: 50px 0;
}

.newsletter_area_content {
	color: #fff;
}

.newsletter_area_content h5 {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 9px;
}

.newsletter_area_content span {
	font-size: 14px;
	color: #e7e7e7;
}

.newsletter_area_button button {
	border: none;
	padding: 16px 24px;
	border-radius: 3px;
	color: #fff;
	background: #537102;
	transition: all 0.2s ease-in-out;
	font-size: 20px;
	font-weight: 400;
}

.newsletter_area_button button:hover {
	background: #0d5087;
	transition: all 0.2s ease-in-out;
}


/*****footer*****/

.footer {
	background: linear-gradient(20deg, rgba(13, 80, 135, 1) 56%, rgba(79, 78, 78, 1) 90%);
	padding: 70px 0;
}

.footer_content_box_logo {
	width: 100%;
}

.footer_content_box_content p {
	color: #fcfcfc;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.footer_content_box_content {
	padding-top: 19px;
}

.footer_content_box_social a {
	color: #ffffff;
	width: 20px;
	height: 20px;
	font-size: 16px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease-in-out;
}

.footer_content_box_social {
	display: flex;
	align-items: center;
}

.footer_content_box_social a:not(:last-child) {
	margin-right: 8px;
}

.footer_content_box_title h1 {
	color: #fff;
	font-size: 18px;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
}

.footer_content_box_title {
	margin-bottom: 35px;
	margin-top: 40px;
}

.footer_content_box_title h1:before {
	content: '';
	position: absolute;
	background: #7ca709;
	height: 15px;
	width: 3px;
	bottom: 0;
	left: -12px;
	top: 0;
	margin: auto;
}

.footer_content_box_quick_link ul li a {
	color: #f8f8f8;
	font-size: 17px;
	line-height: 0;
	transition: all 0.2s ease-in-out;
	font-weight: 400;
}

.footer_content_box_quick_link ul li a:hover {
	color: #79a605;
	transition: all 0.2s ease-in-out;
}

.footer_content_box_quick_link ul li {
	position: relative;
	margin-left: 16px;
	line-height: 20px;
}

.footer_content_box_quick_link ul li:not(:last-child) {
	margin-bottom: 14px;
}

.footer_content_box_quick_link ul li:before {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 13px;
	color: #ffffff;
	position: absolute;
	transform: rotate(90deg);
	left: -16px;
	top: 0;
}

.footer_content_box_address ul li span {
	color: #f8f8f8;
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-bottom: 7px;
}

.footer_content_box_address ul li h6 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
}

.footer_content_box_address ul li h6 p {
	font-size: 14px !important;
	margin-top: 4px;
	color: #7b8088;
	font-weight: 400;
}

.footer_content_box_address ul li a {
	color: #f8f8f8;
	font-size: 18px;
	font-weight: 300;
	transition: all 0.2s ease-in-out;
}

.footer_content_box_address ul li a:hover {
	color: #79a605;
	transition: all 0.2s ease-in-out;
}

.footer_content_box_address ul li p {
	color: #f8f8f8;
	font-size: 18px;
}

.footer_content_box_address ul li:not(last-child) {
	margin-bottom: 8px;
}

.footer_content_box {
	margin-top: auto;
}

footer {
	background: #023d6d;
}

.copyright_box p {
	color: #c3c3c3;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.copyright_box p span {
	display: inline-block;
	margin-right: 3px;
	font-size: 14px;
	line-height: 0;
}

.copyright_box a {
	color: #79a605;
	margin-left: 4px;
	transition: all 0.2s ease-in-out;
	font-size: 16px;
}

.copyright_box a:hover {
	color: #ffffff;
	transition: all 0.2s ease-in-out;
}

.copyright_box {
	padding: 17px 0px;
}

.copyright_box_sub {
	display: flex;
	justify-content: center;
}

.call_footer span {
	display: block;
	color: #cacbd1;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 9px;
}

.call_footer a {
	color: #cacbd1;
	font-weight: 500;
	font-size: 30px;
	display: block;
}

.call_footer {
	margin-top: 15px;
}

.footer_content_box_content span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 6px;
	display: block;
}

.footer_social ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_social ul li a {
	text-transform: uppercase;
	color: #949494;
	font-size: 14px;
	font-weight: 400;
}

.footer_social ul li a:hover {
	color: #79a605;
}

.footer_social ul li {
	position: relative;
}

.footer_social ul li:not(:last-child) {
	line-height: 1;
	padding-right: 45px;
	margin-right: 45px;
}

.footer_social ul li:not(:last-child):after {
	content: '';
	position: absolute;
	background: #949494;
	height: 13px;
	width: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0px;
	transform: rotate(24deg);
}

.footer_social {
	border-bottom: 1px solid #3a6181;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
/******subscribe-modal*****/
#subscribeModal .modal-content{
	overflow:hidden;
	border: none;
}
             
#subscribeModal .top-strip{
	height: 155px;
	background: #0d5087;
	transform: rotate(141deg);
	margin-top: -94px;
	margin-right: 190px;
	margin-left: -130px;
	border-bottom: 65px solid #4CAF50;
	border-top: 10px solid #4caf50;
}
#subscribeModal .bottom-strip{
	height: 155px;
	background: #0d5087;
	transform: rotate(112deg);
	margin-top: -110px;
	margin-right: -215px;
	margin-left: 300px;
	border-bottom: 65px solid #4CAF50;
	border-top: 10px solid #804f9f;
}

/*******inner-banner******/
.inner_banner{
	 position: relative;
}
.inner_banner_area{
	width:100%;
}
.inner_banner_image{
	 position: relative;
}
.inner_banner_image img {
    height: 370px;
}

.inner_banner_image:before {
    content: '';
    position: absolute;
    background: #63636363;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.inner_banner_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: center;
}

.inner_banner_content h2 {
    color: #ffffff;
    font-size: 56px;
    font-weight: 600;
    text-shadow: 0 0 2px #000000a8;
}
.inner_banner_content .bred {
    margin-top: 16px;
}
.inner_banner_content .bred ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner_banner_content .bred ul li {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 22px;
    position:relative;
}
.inner_banner_content .bred ul li:not(:last-child) {
    padding-right: 30px;
}
.inner_banner_content .bred ul li:not(:last-child):before {
    content: '';
    position: absolute;
    background: #fff;
    height: 1px;
    width: 12px;
    border-radius: 0;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
}

.inner_banner_content .bred ul li a {
    color: #fff;
	transition: all 0.4s ease-in-out
}
.inner_banner_content .bred ul li a:hover{
	color:#0d5087;
   transition: all 0.4s ease-in-out
}


/*******about-inner******/
.inner_about_content p img {
    float: left;
    width: 30%;
    margin-right: 25px;
    margin-top: 6px;
}

.inner_about_content p {
    text-align: justify;
    margin-bottom: 19px;
}

.about_us_area.inner_about {
    padding-top: 25px;
}
/*****service-inner****/
.service_inner {
    padding: 70px 0;
    background: #e9e8e8;
}

.service_inner_area {
    padding-top: 25px;
}

.service_inner_content h2 {
    font-size: 26px;
    color: #804f9f;
    margin-bottom: 9px;
}

.service_inner_content p {
    text-align: justify;
}

.service_inner_content p:not(:last-child) {
    margin-bottom: 15px;
}

.service_inner_image img {
    width: 100%;
}
.service_inner_content p img {
    float: left;
    margin-right: 10px;
}


.service_inner_content span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
    color: #79a605;
}

.service_inner_content a {
    font-size: 16px;
    color: #0d5087;
    margin-bottom: 10px;
    display: block;
}

.service_inner_content h5 {
    font-size: 20px;
    color: #804f9f;
    margin-bottom: 20px;
}

.service_inner_content h6 {
    color: #000;
    margin-bottom: 11px;
    text-transform: uppercase;
    border-bottom: 1px solid #804f9f;
    padding-bottom: 7px;
    font-size: 18px;
}

.service_inner_content ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: decimal;
    margin-left: 19px;
}

.service_inner_content ul li {
    width: 50%;
    font-size: 15px;
    margin-bottom: 6px;
    color: #0d5087;
}


/*****contact-inner****/
.cont_box h2 {
    font-size: 23px;
    margin-bottom: 3px;
    color: #79a605;
}

.cont_box h3 {
    font-size: 15px;
    color: #222222;
}
.cont_box h3 a{
    color: #222222;
    transition: all 0.2s ease-in-out;
}
.cont_box h3 a:hover{
    color: #79a605;
    transition: all 0.2s ease-in-out;
}

.cont_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_box_img {
    height: 50px;
    width: 50px !important;
    margin-right: 16px;
}
.contact_inner_content {
    text-align: center;
}

.contact_inner_content h2 {
    margin-bottom: 14px;
}

.contact_home {
    text-align: center;
    margin-top: 53px;
    padding-bottom: 70px;
}
.contact_inner {
    padding-top: 70px;
}

.contact_form_content h1 {
    margin-bottom: 10px;
}

.contact_form_content p {
    padding-bottom: 20px;
    max-width: 518px;
    margin: auto;
}
.contact_form_form textarea {
    height: 94px;
    resize: none;
}
.map iframe {
    width: 100%;
    height: 400px;
}

/********blog********/
.blog {
    padding: 70px 0px;
    background: #e9e8e8;
}
.second_blog_box_content h1 {
    color: #212121;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
}

.second_blog_box_content p {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
}
.second_blog_box_content a {
    color: #268fbf;
	transition: all 0.4s ease-in-out
}
.second_blog_box_content a:hover{
    color: #bfa743;
	transition: all 0.4s ease-in-out
}
.second_blog_image_date_box {
    position: relative;
}

.second_blog_box_image img {
    width: 100%;
    height: 250px;
}
.second_blog_date_box {
    position: absolute;
    top: 20px;
    width: 70px;
    text-align: center;
    left: 20px;
}

.second_blog_date_box_date {
    background: #bfa743;
    color: #fff;
    font-size: 22px;
    padding: 17px 0px;
    font-weight: 600;
}
.second_blog_date_box_month span {
    line-height: 16px;
    display: block;
}
.second_blog_date_box_month {
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 0;
}
.second_blog .slick-current{
	opacity: 1 !important;
	
}
.second_blog .slick-slide{
	opacity: 0.5;
	margin-bottom: 25px;
}
.first_blog_box {
    position: relative;
    margin-bottom: 20px;
}

.first_blog_image_date_box {
    position: relative;
}

.first_blog_box_image img {
    width: 100%;
    height: 172px;
}

.first_blog_date_box {
    position: absolute;
    top: 5px;
    width: 48px;
    text-align: center;
    right: 5px;
}

.first_blog_date_box_date {
    background: #0d5087;
    color: #fff;
    font-size: 18px;
    padding: 6px 0px;
    font-weight: 600;
}

.first_blog_date_box_month span {
    line-height: 16px;
    display: block;
}
.first_blog_date_box_month {
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 0;
}
.first_blog_box_content {
    background: #79a605;
    padding: 8px;
    position: relative;
}
.first_blog_box_content h1 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
}

.first_blog_box_content p {
    color: #ffffff;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 12px;
    font-weight: 300;
}

.cata h3 {
    color: #79a605;
    font-size: 21px;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: 1px solid #804f9f38;
    padding-bottom: 7px;
}

.cata a {
    color: #ffffff;
    font-size: 16px;
    background: #0d5087;
    padding: 3px 7px;
    display: block;
    transition: all 0.4s ease-in-out;
}

.cata {
    margin-bottom: 20px;
}

.latest_post h3 {
	color: #79a605;
	font-size: 21px;
	margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: .5px;
	border-bottom: 1px solid #804f9f38;
	padding-bottom: 7px;
}

.latest_post a {
    color: #804f9f;
    font-size: 15px;
    line-height: 16px;
    display: block;
}
.latest_post p {
    font-size: 14px;
    color: #0d5087;
}
.latest_post_box {
    margin-bottom: 10px;
}
.button_solid a {
    background: #804f9f;
    color: #fff;
    font-size: 16px;
    padding: 9px 15px;
    border-radius: 3px;
    display: block;
    text-align: center;
}

.cata ul li:not(:last-child) {
    margin-bottom: 4px;
}

.cata a:hover {
    background: #79a605;
    transition: all 0.4s ease-in-out;
}

/****blog-details******/
.service_inner_area.blog_inner .first_blog_box_image img {
    height: 235px;
}



/******career****/
section.careers_inner {
    padding: 70px 0;
    background: #e9e8e8;
}

.careers_inner_item h2 {
    font-size: 23px;
    color: #0d5087;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e8e8;
    padding-bottom: 10px;
}

.careers_inner_item {
    padding: 15px;
    box-shadow: 0 0 17px 0px #00000026;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff;
}

.careers_inner_item p {
    height: 175px;
    text-align: justify;
}

.careers_inner_item a {
    text-align: center;
    display: block;
    background: #000;
    color: #fff;
    padding: 5px;
    margin-top: 20px;
    transition: all 0.4s ease-in-out;
    border-radius: 3px;
}

.careers_inner_area {
    padding-top: 25px;
}

.careers_inner_item a:hover {
    background: #804f9f;
    transition: all 0.4s ease-in-out;
}



/*****referal*****/
.referal{
	 padding: 70px 0px;
	 background: #e9e8e8;
}
.edp_sec_tit h2 {
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 18px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 9px;
    color: #804f9f;
}
.referal_form.shadow {
    padding: 20px;
    background: #fff;
}
.referal_form  label {
    font-size: 16px;
}

.covid-banner img {
	width: 100%;
}
.ndis img {
    width: 140px;
}
/**************responsive***********/

@media screen and (max-width: 1199.98px) {
	.news_marquee {
		width: 85%;
	}
	.aim_box_content h5 {
		font-size: 17px;
		max-width: 72%;
	}
	.aim_area .col-md-4:last-child .aim_box .aim_box_content span {
		right: 31px;
	}
	.footer_content_box_title h1 {
		font-size: 15px;
	}
	.call_footer a {
		font-size: 26px;
	}
nav.navbar ul li a {
    font-size: 15px !important;
}
.banner_text_box h1 {
    font-size: 80px;
}
.banner_text_box h2 {
    font-size: 45px;
}
.button_banner span {
    font-size: 23px;
}
.button_banner {
    padding: 13px 65px;
}
.banner_text_box p {
    font-size: 18px;
    max-width: 497px;
}
.banner_text_box p {
    font-size: 18px;
}
.footer_content_box_quick_link ul li a {
    font-size: 16px;
}
.inner_about_content {
    margin-bottom: 20px;
}
nav.navbar ul li .dropdown-menu {
    left: -160px;
}
}

@media screen and (max-width: 991.98px) {
	.second_top_area_logo {
		width: 190px;
	}
	button.navbar-toggler {
		background: #804f9f;
		border: none;
	}
	button.navbar-toggler svg {
		color: #fff;
	}
	.navigation {
		padding: 10px 0;
	}
	div#navbarNavDropdown {
		position: absolute;
		background: #0d5087;
		width: 100%;
		left: 0;
		top: 39px;
		text-align: center;
		max-height: 205px;
		overflow-y: auto;
	}
	nav.navbar ul li .dropdown-menu.show {
		display: block !important;
	}
	nav.navbar ul li .dropdown-menu {
		display: none;
	}
	.navigation ul li.active a:before {
		content: none !important;
	}
	.navigation ul li:before {
		content: none !important;
	}
	nav.navbar ul li:not(:last-child) {
		margin-right: 0;
	}
	.news_marquee {
		width: 80%;
	}
	.aim_box {
		padding: 50px 0px 21px;
	}
	.aim_box_content h5 {
		max-width: 70%;
	}
	.aim_area .col-md-4:last-child .aim_box .aim_box_content {
		margin-right: 20px;
	}
	.aim_area .col-md-4:last-child .aim_box .aim_box_content span {
		right: -3px;
	}
	.faq_form span {
		font-size: 15px;
	}
	
	.inner_banner_image img {
    height: 266px;
}
.inner_banner_content h2 {
    font-size: 35px;
}
.contact_form_content p {
    font-size: 13px;
    line-height: 17px;
}
.service_inner_area.blog_inner .first_blog_box_image img {
    height: 141px;
}
.service_inner_image img {
    height: 141px;
}
.first_blog_box_image img {
    height: 141px;
}
.service_inner_content p img {
    width: 20%;
}
.second_top_area_contact span {
    font-size: 16px;
}
.second_top_area_contact p {
    font-size: 15px;
}
.second_top_area_contact a {
    font-size: 15px;
}
.second_top_area_contact svg {
    font-size: 18px;
}
.newsletter_area_content h5 {
    font-size: 28px;
}
.newsletter_area_button button {
    padding: 12px 16px;
    font-size: 18px;
}
.service_inner_image {
    margin-bottom: 25px;
}
.service_inner_content h2 {
    font-size: 25px;
}
span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    width: 50% !important;
}
nav.navbar ul li .dropdown-menu a {
    width: 100%;
}
nav.navbar ul li .dropdown-menu {
    width: 100%;
}
}

@media screen and (max-width: 767.98px) {
	.top_area {
		flex-flow: column;
	}
	.top_quick {
		margin-bottom: 10px;
	}
	.second_top_area {
		flex-flow: column;
	}
	.second_top {
		padding: 5px;
	}
	.second_top_area_covid_19 a {
		display: block;
		margin: 12px 0;
	}
	.second_top_area_logo {
		width: 250px;
	}
	.second_top_area_contact {
		display: flex;
		justify-content: space-between;
	}
	.second_top_area_contact_emergency_icon {
		display: none;
	}
	.second_top_area_contact_location {
		display: none;
	}
	.second_top_area_contact_emergency {
		display: flex;
		text-align: center;
	}
	.second_top_area_contact_emergency_content {
		margin-right: 0;
	}
	.second_top_area_contact span {
		font-size: 17px;
		line-height: inherit;
	}
	.second_top_area_contact a {
		font-size: 17px;
	}
	div#navbarNavDropdown {
		top: 38px;
	}
	.banner_text_box h1 {
		font-size: 37px;
	}
	.banner_text_box h2 {
		font-size: 25px;
	}
	.button_banner {
		padding: 5px 36px;
		margin-top: 6px;
	}
	.button_banner span {
		font-size: 14px;
	}
	.banner_text_box p {
		font-size: 14px;
		margin-top: 3px !important;
		max-width: 315px;
	}
	.camera_wrap .camera_pag .camera_pag_ul {
		margin: -6% 0 0 0;
	}
	.news_marquee {
		width: 67%;
	}
	.news {
		background: #f1f1f1;
		padding: 10px;
	}
	.about_us {
		padding: 30px 0;
	}
	.title p {
		font-size: 15px;
		line-height: 18px;
		margin-top: 36px;
	}
	.title span:after {
    bottom: -19px;
}
	.about_us_area .col-md-4:nth-child(1) .about_us_box {
		margin-bottom: 20px;
	}
	.about_us_area .col-md-4:nth-child(2) .about_us_box {
		margin-bottom: 20px;
	}
	.aim_box {
		margin: 40px 20px 0;
		padding: 40px 0px 20px;
	}
	.aim_area {
		padding-top: 0;
	}
	.aim_box_content h5 {
		max-width: 87%;
	}
	.aim_area .col-md-4:last-child .aim_box .aim_box_content span {
		right: -19px;
	}
	.service_item_image img {
		height: 267px;
	}
	.title span {
		font-size: 38px;
		line-height: 39px;
	}
	.faq_form {
		margin-top: 25px;
	}
	.testimonial .owl-nav {
		position: relative;
		top: 21px;
	}
	.test_slider_item_content p {
		font-size: 14px;
	}
	.newsletter_area {
		flex-flow: column;
		text-align: center;
	}
	.newsletter_area_content h5 {
		font-size: 24px;
	}
	.newsletter_area_content {
		margin-bottom: 18px;
	}
	.newsletter_area_button button {
		padding: 9px 44px;
		font-size: 19px;
	}
	.footer_social ul {
		flex-wrap: wrap;
	}
	.footer_social ul li:not(:last-child) {
		padding-right: 15px;
		margin-right: 15px;
	}
	.footer_social ul li a {
		font-size: 12px;
	}
	.footer {
		padding: 25px 0;
	}
	.footer_social {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.footer_content_box_title {
		margin-bottom: 15px;
		margin-top: 20px;
	}
	.footer_content_box_title h1:before {
		left: -8px;
	}
	.copyright_box p {
		justify-content: center;
		font-size: 15px;
	}
	.copyright_box_sub {
		text-align: center;
		flex-flow: column;
	}
	.service_item_content h4 {
		height: auto;
		margin-bottom: 8px;
	}
	nav.navbar ul li a {
		font-size: 14px !important;
		padding: 2px 0 !important;
	}
	.inner_banner_image img {
    height: 143px;
}
.service_inner {
    padding: 40px 0;
}
.service_inner_image img {
    height: auto;
}
.service_inner_content a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.service_inner_content ul li {
    width: 100%;
    font-size: 16px;
}
.faq {
    padding: 40px 0px;
}
.about_us_area.inner_about {
    padding-top: 0;
}
.inner_about_content {
    padding-bottom: 20px;
}
.inner_banner_content h2 {
    font-size: 28px;
    padding: 0 10px;
}
.inner_banner_content .bred ul {
    flex-flow: wrap;
}
.inner_banner_content .bred ul li {
    font-size: 16px;
}
.service_inner_content h2 {
    font-size: 21px;
}
section.careers_inner {
    padding: 25px 0;
}
.careers_inner_item p {
    height: auto;
}
.careers_inner_item {
    height: auto;
}
.referal {
    padding: 25px 0px;
}
.edp_sec_tit h2 {
    font-size: 22px;
}
.first_blog_box_image img {
    height: 254px;
}
.first_blog_box {
    margin-bottom: 0;
    margin-top: 25px;
}

.service_inner_area.blog_inner .first_blog_box_image img {
    height: 258px;
    margin-bottom: 25px;
}
.cont_box {
    justify-content: start;
    margin-bottom: 20px;
}
.contact_home {
    margin-top: 15px;
    padding-bottom: 35px;
}
.contact_form_content h1 {
    font-size: 35px;
}
.contact_form {
    margin-bottom: 25px;
}
.top_quick a:not(:last-child) {
    margin-right: 15px;
}
.top_quick a {
    font-size: 14px;
}
.accordion_section .card-header h5 {
    font-size: 16px;
}
.news_marquee a {
    font-size: 15px;
}
.about_us_box p {
    font-size: 17px;
}
.about_us_area .col-md-4:nth-child(1) .about_us_box p {
    margin-bottom: 20px;
}
.about_us_area .col-md-4:nth-child(3) .about_us_box p {
    margin-bottom: 20px;
    margin-top: 0;
}
.about_us_box a:last-child {
	padding: 8px 21px;
	font-size: 15px;
}
.aim {
    padding: 40px 0;
}
.service {
    padding: 40px 0;
}
span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    width: 100% !important;
}
}

@media screen and (max-width: 575.98px) {}

@media screen and (max-width: 375.98px) {
	.top_quick {
		flex-flow: column;
	}
	.top_quick a:not(:last-child) {
		margin-right: 0;
	}
	.news_marquee {
		width: 69%;
	}
	.banner_text_box h1 {
		font-size: 35px;
	}
	.banner_text_box h2 {
		font-size: 24px;
	}
	.news_fixed h6 {
		font-size: 14px;
	}
	.service_item_image img {
		height: 231px;
	}
	.newsletter_area_content h5 {
		font-size: 25px;
	}
	.newsletter_area_content span {
		font-size: 15px;
	}
	.copyright_box p {
		font-size: 13px;
	}
	.service_inner_area.blog_inner .first_blog_box_image img {
    height: 221px;
}
.first_blog_box_image img {
    height: 221px;
}
.inner_banner_content h2 {
    font-size: 24px;
    padding: 0 10px;
}
.inner_banner_content .bred {
    margin-top: 3px;
}
.title span {
    font-size: 30px;
    line-height: 39px;
}
}

@media screen and (max-width: 321.98px) {
	.service_item_image img {
		height: 204px;
	}
	.footer_social ul li a {
		font-size: 11px;
	}
	.footer_social ul li:not(:last-child) {
		padding-right: 10px;
		margin-right: 10px;
	}
	.copyright_box p {
		font-size: 11px;
	}
	.aim_box_content h5 {
		max-width: 83%;
	}
	.aim_area .col-md-4:last-child .aim_box .aim_box_content span {
		right: -7px;
	}
	.news {
		padding: 8px;
	}
	.news_fixed h6 {
		font-size: 13px;
	}
	.news_marquee {
		width: 67%;
	}
	.news_marquee {
		width: 67%;
	}
	.banner_text_box h2 {
		font-size: 22px;
	}
	.banner_text_box h1 {
		font-size: 31px;
	}
	nav.navbar ul li .dropdown-menu a {
		padding: .25rem .5rem;
	}
	.title p {
		font-size: 12px;
	}
	.service_inner_content p img {
    width: 28%;
}
.service_inner_content h5 {
    font-size: 17px;
}
.first_blog_box_image img {
    height: 195px;
}
.service_inner_area.blog_inner .first_blog_box_image img {
    height: 195px;
}
.banner_text_box p {
    font-size: 11px;
    line-height: 16px;
}
.referral_form a {
    font-size: 13px;
}

}

.cus_upload input {
    position: absolute;
    z-index: -9;
    visibility: hidden;
}

.cus_upload label {
    background: #79a605;
    color: #fff;
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cus_upload label span {
    color: #0d5087;
    font-size: 26px;
    display: inline-block;
    margin-right: 9px;
}

.sub_button input {
    border: none;
    background: #804f9f;
    color: #fff;
    padding: 6px 24px;
    font-size: 17px;
    border-radius: 5px;
    margin-top: 25px;
}

.pov_form {
    padding: 80px 0;
}

span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    float: left;
    width: 33.3%;
    margin: 0;
    margin-right: 8px;
}

.inner_about_content h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 9px;
}

.inner_about_content h3 {
    font-size: 27px;
    margin-bottom: 17px;
}

.inner_about_content ul {
    list-style: circle;
    margin-left: 20px;
}

.inner_about_content ul li {
    margin-bottom: 5px;
}

.inner_about_content {
    padding-bottom: 25px;
}

.footer_flag {
    padding: 45px 20px;
    background: #0d5087;
}
.footer_flag_area {
    max-width: 50%;
    margin: auto;
    text-align: center;
}

.footer_flag_area p {
    font-size: 14px;
	color:#fff;
}
@media screen and (max-width: 767.98px){
.footer_flag_area {
    max-width: 100% !important;
	}
footer {
    margin-bottom: 53px;
}
}
/*custom css*/
.mobile_res {
    background: #000;
    bottom: 0;
    z-index: 99;
    width: 100%;
    position: fixed;
}
.mobile_res ul {
    margin: 0;
    padding: 0;
}
.mobile_res ul li {
    float: left;
    width: 50%;
    text-align: center;
}
li.dif_bg {
    background: #ececec;
}
li.dif_bg a {
    color: #000 !important;
}
.mobile_res ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.mobile_res ul li a img {
    width: 20px;
}
li.dif_bg {
    background: 
    #ececec;
}
.mobile_res ul li a {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}
#button {
    bottom: 60px !important;
}
.floating_img {
    position: fixed;
    bottom: 10%;
    left: 2%;
    z-index: 9;
    background: #fff;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.floating_img img {width: 74%;}

div#comments {
    padding: 10px;
    box-shadow: 0 0 5px 2px #0000001a;
    background: #fff;
}

h3#reply-title {
    font-size: 25px;
}

p.comment-notes {
    font-size: 14px;
    margin-top: 15px;
}

p.comment-notes span {
    font-size: 18px;
}

p.comment-form-comment {
    width: 100%;
}

p.comment-form-comment label {
    display: block;
}

p.comment-form-comment textarea {
    height: 100px;
    width: 100%;
    resize: none;
    border-radius: 0;
    border-color: #ccc !important;
}

form#commentform input {
    border-radius: 0;
    border-color: #ccc !important;
    border: 1px solid;
    width: 100%;
}

form#commentform label {
    display: flex;
}

p.comment-form-cookies-consent input {width: auto !important;}

p.comment-form-cookies-consent label {
    font-size: 14px;
}

p.form-submit .submit {
    background: #804f9f;
    color: #fff;
    border: none !important;
    display: inline-block;
    width: 50% !important;
    margin: auto !important;
}
footer.comment-meta {
    background: transparent !important;
}
p.form-submit {
    text-align: center;
    margin-top: 15px;
}
p.comment-form-cookies-consent {margin-top: 10px;}
