/* TypoGraphy */

* {
	box-sizing: border-box;
}

:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}

textarea.form-control {
	resize: none;
	overflow: hidden;
}

html,
body {
	width: 100%;
	/* overflow-x: hidden; */
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Work Sans';
	font-weight: normal;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #fff;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

a,
a:hover {
	text-decoration: none;
}

p {}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #060606;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #18CD8A;
}

h1 {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	color: #000;
	line-height: 66px;
}

h2 {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	color: #000;
	line-height: 58px;
}

h3 {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	color: #000;
	line-height: 58px;
}

h4 {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	color: #000;
	line-height: 58px;
}

h5 {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	color: #000;
	line-height: 66px;
}

h6 {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	color: #000;
	line-height: 66px;
}

p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	font-family: 'Work Sans';
	font-weight: normal;
}

p:last-child {
	margin-bottom: 0;
}

ul {
	padding: 0px 0 20px 0;
	margin: 0px;
}

ol {
	padding-left: 0;
	padding-bottom: 20px;
	counter-reset: listitem;
}

ol li {
	list-style: none;
	position: relative;
	padding-left: 53px;
}

ol li::before {
	counter-increment: listitem;
	content: counters(listitem, '.')'.';
	color: #7E3790;
	display: inline-block;
	font-weight: bold;
	position: absolute;
	margin-left: -53px;
}

li {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	font-family: 'Work Sans';
	position: relative;
	list-style: none;
	padding-left: 53px;
}

ul li::before {
	content: "";
	background: #060606;
	border-radius: 50px;
	position: absolute;
	margin-left: -53px;
	width: 10px;
	height: 10px;
	top: 10px;
}

li a {
	color: #01a4ec;
}

li a:hover {
	color: #1A1A1A;
}

a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #03b1e7;
}

a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #1A1A1A;
}

button {
	padding: 0;
	background-color: transparent;
	border: none;
}

.btn-black {
	background: #011224;
	color: #fff;
	font-size: 18px;
	min-width: 157px;
	min-height: 55px;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Work Sans';
	font-weight: normal;
	border-radius: 0;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	padding: 0px 30px;
	text-transform: uppercase;
	cursor: pointer;
}

.btn-black:hover {
	background: #074384;
	color: #fff;
}

.btn-white {
	background: #fff;
	color: #000;
	font-size: 18px;
	min-width: 157px;
	min-height: 55px;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Work Sans';
	font-weight: normal;
	border-radius: 0;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	padding: 0px 30px;
	text-transform: uppercase;
	cursor: pointer;
}

.btn-white:hover {
	background: #000;
	color: #fff;
}

/** ================== // HEADER CSS START // ================== **/

.header {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 28px;
	background: transparent;
	-webkit-transition: top 1s ease;
	-moz-transition: top 1s ease;
	-o-transition: top 1s ease;
	transition: top 1s ease;
	z-index: 9;
}

.scrollActive .header {
	position: fixed;
}

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

/* .header .container {
    max-width: 1482px;
} */
.navigation .moblelogo {
	display: none;
}

.main-nav .menu-bar {
	display: none;
}

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

.nav-manu ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style-type: none;
}

.nav-manu ul li {
	padding: 10px 0;
	margin: 0 0 0 50px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Work Sans';
	text-transform: uppercase;
	color: #fff;
}

.nav-manu ul li:first-child {
	margin-left: 0px;
}

.nav-manu ul li::before {
	display: none;
}

.nav-manu ul li a {
	color: #fff;
}

.nav-manu ul li a::after {
	content: "";
	width: 0;
	position: absolute;
	bottom: 9px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 2px;
	background: #fff;
	transition: 1s;
	opacity: 0;
}

.nav-manu ul>li>a:hover::after {
	width: 100%;
	opacity: 1;
}

.nav-manu ul li.current-menu-item {
	font-weight: bold;
}

.nav-manu ul li a:hover {
	color: #fff;
}

.logo {
	margin: 0px 0px;
}

.main-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/** SUB MENU **/

.navigation ul li ul.sub-menu {
	position: absolute;
	display: block;
	top: 40px;
	width: auto;
	transform: scale(1, 0);
	transition: all 0.5s;
	transform-origin: top center;
	opacity: 0;
	visibility: hidden;
	min-width: 208px;
	padding: 0;
	left: 0;
	z-index: 1999;
	padding: 0;
	width: auto;
}

.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}

.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}

.navigation ul li ul.sub-menu li {
	padding: 0;
	width: 100%;
	margin: 0px 0 0;
	transition: .4s;
	background-color: #ffffff;
	border-bottom: none;
	position: relative;
	box-shadow: 0 20px 30px rgb(88 91 93 / 15%);
	border-radius: 0;
	border-bottom: 1px solid #eee;
}

.navigation ul li ul.sub-menu li::after {
	display: none;
}

.navigation ul li ul.sub-menu li::before {
	right: 15px;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}

.navigation ul li ul.sub-menu li a {
	display: block;
	padding: 15px 15px;
	line-height: 20px;
	color: #000;
}

.navigation ul li ul.sub-menu li a::after {
	display: none;
}

.navigation ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}

.navigation ul li ul.sub-menu li:hover {
	background-color: #074384;
}

.navigation ul li ul.sub-menu li a::before {
	right: 10px;
	transform: rotate(-90deg);
	top: 50%;
}

.nav-manu ul li.current-menu-item a {
	color: #fff;
}

.nav-manu ul li.current-menu-item.menu-item-has-children>a::before {
	border-top: 5px solid #ffffff;
}

.navigation ul li ul.sub-menu li.current-menu-item {
	background-color: #e04f26;
}

.navigation ul li ul.sub-menu li.current-menu-item a {
	color: #fff;
}

.navigation ul li ul.sub-menu li:hover a {
	color: #fff;
}

.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 3px;
}

.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}

.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}

.navigation ul li.menu-item-has-children {
	padding-right: 15px;
}

.navigation .menu-item-has-children>a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 7px;
	transform: translateY(-50%);
	transition: 0.4s;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #fff;
	margin-top: 2px;
}

.navigation ul li.menu-item-has-children:hover a::before {
	border-top-color: #fff;
	transition: 0.4s;
}

.navigation ul li.current-menu-item ul.sub-menu li a::before {
	top: 43%;
	border-top-color: #074384;
}

.navigation ul li ul.sub-menu li::before {
	display: none;
}

.navigation ul li ul.sub-menu li:hover::before {
	border-color: #fff;
}

.navigation ul li ul.sub-menu li a:hover {
	color: #fff;
}

.navigation ul li ul.sub-menu ul.sub-menu li a {
	color: #08161D;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
	color: #08161D;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
	color: #fff;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
	color: #08161D;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
	color: #fff;
}

.navigation ul li.menu-item-has-children ul.sub-menu li a::before {
	border-top-color: #000;
	top: 38%;
}

.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}

.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
	border-top-color: #074384;
}

.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}

.nav-manu ul li.current-menu-item:hover a::after {
	opacity: 1;
	width: 100%;
}

/** ================== // HEADER CSS END // ================== **/

/** ================== // HERO START // ================== **/
.hero-section {
	position: relative;
}

/* .hero-section .container {
    max-width: 1482px;
} */
.hero-figure-img {
	margin: 0;
	padding: 0;
	background: #000;
}

.hero-figure-img img {
	opacity: 0.81;
	width: 100%;
}

.hero-absolute-section {
	position: absolute;
	top: 259px;
	left: 0;
	right: 0;
	z-index: 1;
}

.hero-description-info {
	max-width: 1240px;
}

.hero-description-info h1 {
	color: #fff;
	margin: 0 0 37px;
	padding: 0;
}

.hero-description-info p {
	color: #fff;
	font-size: 23px;
	line-height: 28px;
	width: 654px;
}

.hero-description-info .btn-white {
	min-width: 303px;
	margin-top: 23px;
}

/** ================== HERO END // ================== **/


/** ================== COVERAGE AREA SECTION START  // ================== **/
.coverage-area-section {
	margin: -432px 0 0;
	padding: 135px 0 0;
	background: rgba(32, 74, 132, 0.7);
	background-size: 100% 100%;
	height: 433px;
	position: relative;
}

.coverage-area-center {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	max-width: 1051px;
}

.coverage-area-center h2 {
	margin: 0 0 11px;
	padding: 0;
	color: #fff;
}

.coverage-area-center p {
	color: #fff;
	padding: 0 140px;
	line-height: 21px;
}

.area-form-table {
	margin: 0 auto 0;
	padding: 42px 0px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 516px;
}

.form-input-group {
	width: 268px;
	padding-right: 6px;
}

.meduim {
	width: 100%;
	padding: 10px 15px;
	margin: 0;
	height: 55px;
	color: #011224;
	font-family: 'Work Sans';
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	border: none;
	display: block;
	border: 1px #EFEFEF solid;
}

.meduim::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #011224;
}

.meduim::-moz-placeholder {
	/* Firefox 19+ */
	color: #011224;
}

.meduim:-ms-input-placeholder {
	/* IE 10+ */
	color: #011224;
}

.meduim:-moz-placeholder {
	/* Firefox 18- */
	color: #011224;
}

.submit-group {
	width: 248px;
}

.btn-black.button-check {
	min-width: 100%;
	width: 100%;
}

/** ================== COVERAGE AREA SECTION END // ================== **/


/** ================== HOME ABOUT US SECTION START // ================== **/
.about-home-section {
	margin: 0;
	padding: 130px 0 79px;
}

.about-home-flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 977px;
	margin: 0 auto;
	padding-left: 6px;
}

.about-home-heading {
	width: 300px;
	padding-right: 39px;
	text-align: right;
	padding-top: 2px;
}

.about-home-heading h3 {
	margin: 0;
	padding: 0;
	letter-spacing: -0.65px;
}

.about-home-description {
	width: calc(100% - 303px);
	padding-left: 1px;
}

.about-home-description p {
	margin: 0 0 34px;
}

/** ================== HOME ABOUT US SECTION END // ================== **/

/** ================== OUR PLANS SECTION START // ================== **/
.our-plans-section {
	margin: 0;
	padding: 85px 0 240px;
}

.plans-flex-warp {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	justify-content: center;
}

.plans-flex-col-4 {
	width: 406px;
	padding: 0 10px 20px;
}

.plans-flex-col-info {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
	padding: 24px 0 42px;
	margin: 0;
	transition: 1s;
	position: relative;
	overflow: hidden;
}

.plans-flex-col-info figure {
	display: flex;
	flex-wrap: wrap;
	height: 95px;
	align-items: center;
	justify-content: center;
	margin: 0 auto 23px;
}

.plans-flex-col-info h3 {
	display: block;
	margin: 0;
	padding: 38px 0 7px;
	font-size: 65px;
	line-height: 58px;
	font-weight: 600;
}

.plans-flex-col-info p {
	display: block;
	font-size: 16px;
	margin: 0 0 14px;
}

.plans-flex-col-info span {
	display: block;
	font-size: 20px;
	margin: 0 0 40px;
}

.plans-blue-btn {
	min-width: 235px;
	font-size: 20px;
	height: 55px;
	background: #23C5F7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	color: #fff;
	font-family: 'Work Sans';
	font-weight: normal;
}

.plans-blue-btn.blue-btn-gradient {
	background: rgb(38, 217, 250);
	background: linear-gradient(90deg, rgba(38, 217, 250, 1) 0%, rgba(22, 102, 234, 1) 100%);
}

.plans-flex-col-info:hover,
.suggested-plan .plans-flex-col-info {
	background: rgb(38, 217, 250);
	background: linear-gradient(149deg, rgba(38, 217, 250, 1) 0%, rgba(22, 102, 234, 1) 100%);
}

.plans-flex-col-info:hover svg path,
.suggested-plan .plans-flex-col-info svg path {
	fill: #fff;
}

.plans-flex-col-info:hover h3,
.plans-flex-col-info:hover p,
.plans-flex-col-info:hover span,
.suggested-plan .plans-flex-col-info h3,
.suggested-plan .plans-flex-col-info p,
.suggested-plan .plans-flex-col-info span {
	color: #fff;
}

.plans-flex-col-info:hover .plans-blue-btn,
.suggested-plan .plans-flex-col-info .plans-blue-btn {
	background: #fff;
	color: #000;
}

.plans-flex-col-info:hover .plans-blue-btn.blue-btn-gradient,
.suggested-plan .plans-flex-col-info .plans-blue-btn.blue-btn-gradient {
	background: transparent;
	color: #fff;
	border: 1px #FFFFFF solid;
}

.suggested-bg {
	background: #084687;
	color: #fff;
	position: absolute;
	top: 30px;
	padding: 5px 60px;
	right: -50px;
	transform: rotate(45deg);
	opacity: 0;
	visibility: hidden;
}

.plans-flex-col-info:hover .suggested-bg,
.suggested-plan .plans-flex-col-info .suggested-bg {
	opacity: 1;
	visibility: visible;
}

.heading {
	padding: 0 0 62px;
}

/** ================== OUR PLANS SECTION END // ================== **/


/** ================== // FOOTER CSS START // ================== **/
.footer {
	padding: 0;
	position: relative;
	z-index: 1;
	margin-top: auto;
	background-image: linear-gradient(to right, #074384, #004f8c, #005c93, #006798, #0f739d);
}



.footer-2section {
	padding: 88px 0 88px;
}

.footer .container {
	max-width: 1461px;
}

.footer-wrapper {
	margin-left: -8px;
}

.footer-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 20px;
	padding: 0 0 33px 3px;
	border-bottom: 1px solid #fff;
}

.footer-logo {
	width: 237px;
	margin: 0;
}

.footer-navigation {
	width: 195px;
	margin-left: 70px;
	margin-top: -9px;
}

.footer-form {
	width: 520px;
	margin-left: 65px;
	margin-top: -6px;
}

.powered-by {
	width: 172px;
	text-align: center;
}

.footer-navigation ul {
	margin: 0;
	padding: 0 0 0 4px;
}

.footer-navigation ul li {
	list-style-type: none;
	padding: 0;
}

.footer-navigation ul li::before {
	display: none;
}

.footer-navigation ul li,
.footer-navigation ul li a {
	font-family: 'Work Sans';
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}

.footer-navigation ul li a:hover,
.footer-navigation ul li.current-menu-item a {
	color: #73bff5;
}

.footer-navigation h5 {
	font-family: 'Work Sans';
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin: 0 0 2px;
}

.footer-form .form-group p span.wpcf7-form-control-wrap {
	width: 50.4%;
}

.footer-form .form-group .email-input {
	width: 100% !important;
	background-color: #fff;
	border: 1px solid #fff;
	outline: none;
	box-shadow: none;
	color: #011224;
	font-size: 16px;
	font-family: 'Work Sans';
	font-weight: normal;
	height: 56px;
	padding: 0 16px;
	opacity: 1;
}

.footer-form .form-group .email-input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #011224;
	opacity: 1;
}

.footer-form .form-group .email-input::-moz-placeholder {
	/* Firefox 19+ */
	color: #011224;
	opacity: 1;
}

.footer-form .form-group .email-input:-ms-input-placeholder {
	/* IE 10+ */
	color: #011224;
	opacity: 1;
}

.footer-form .form-group .email-input:-moz-placeholder {
	/* Firefox 18- */
	color: #011224;
	opacity: 1;
}

.footer-form .form-group .email-submit {
	width: 47.5%;
	background-color: transparent;
	border: 1px solid #fff;
	outline: none;
	box-shadow: none;
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'Work Sans';
	font-weight: normal;
	height: 56px;
	padding: 0 16px;
	opacity: 1;
	cursor: pointer;
	transition: .5s;
	margin-right: 5px;
}

.footer-form .form-group .email-submit:hover {
	background-color: #fff;
	color: #011224;
}

.footer-form .form-group {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-form_inner p {
	color: #fff;
	font-size: 21px;
	line-height: 22px;
	font-family: 'Work Sans';
	font-weight: normal;
}

.powered-by h6 {
	color: #fff;
	font-family: 'Work Sans';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 18px;
}

.footer-bottom {
	margin-left: -2px;
}

.footer-bottom ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.footer-bottom ul li::before {
	display: none;
}

.footer-bottom ul li {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.footer-bottom ul li a {
	color: #fff;
	font-family: 'Work Sans';
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}

.footer-bottom ul li a:hover {
	color: #73bff5;
}

.footer-bottom ul li+li {
	border-left: 1px solid #fff;
	padding-left: 17px;
	margin-left: 17px;
}


@keyframes waveAnimation {
	from {
		background-position-x: 100%;
	}

	to {
		background-position-x: 0%;
	}
}

@keyframes waveAnimation-new {
	from {
		background-position-x: 0%;
	}

	to {
		background-position-x: 100%;
	}
}

.hide-desktop {
	display: none;
}

.gray-bg-shap {
	background: transparent;
}

.gray-bg-shap:after {
	display: none;
}

/** ================== // FOOTER CSS END // ================== **/


/** ================== // ABOUT PAGE CSS START // ================== **/
.about-inner-section {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: -275px;
	position: relative;
}

.about-inner-wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
}

.about-inner-content {
	width: 550px;
	padding: 115px 0 180px;
}

.about-inner-content-inner h2 {
	color: #fff;
	margin-bottom: 45px;
}

.about-inner-content-inner p {
	color: #fff;
	margin-bottom: 30px;
}

.about-inner-content-inner .btn-white {
	min-width: 233px;
	color: #fff;
	border: 1px solid #fff;
	background: none;
	margin-top: 25px;
}

.about-inner-content-inner .btn-white:hover {
	background: #fff;
	color: #000;
}

.about-inner-img {
	width: calc(100% - 550px);
}

.about-inner-img-inner {
	text-align: center;
	position: relative;
	padding-top: 71px;
}

.about-inner-img-inner::after {
	content: "";
	background: url('../images/laptop-shadow.png') no-repeat;
	width: 608px;
	height: 506px;
	background-size: 100%;
	position: absolute;
	bottom: 90px;
	left: 125px;
	mix-blend-mode: screen;
	z-index: 1;
}

.about-inner-img-inner::before {
	content: "";
	background: url('../images/rosni-shape.png') no-repeat;
	width: 582px;
	height: 652px;
	background-size: 100%;
	position: absolute;
	bottom: 146px;
	left: 167px;
	mix-blend-mode: screen;
}

.about-inner-img-inner img {
	z-index: 1;
	position: relative;
}

.about-contact-section {
	background: rgb(7, 67, 132, 1);
	background: linear-gradient(90deg, rgba(7, 67, 132, 1) 0%, rgba(15, 115, 157, 1) 100%);
	padding: 252px 0 200px;
	margin: 0;
	text-align: center;
	position: relative;
}

.about-contact-section::before {
	content: "";
	background: url('../images/about-shape-bg-top.png') no-repeat center;
	background-size: 100% 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.about-contact-inner a {
	color: #5EC2F2;
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	text-decoration: underline;
}

.about-contact-inner a:hover {
	color: #fff;
	text-decoration: none;
}

.about-contact-inner h2 {
	color: #fff;
	font-size: 35px;
	line-height: 42px;
}

.our-plans-section.about-plans-section {
	padding-bottom: 69px;
}

/** ================== // ABOUT PAGE CSS END // ================== **/


/*AREAS WE SERVE PAGE CSS START*/
.areas-we-serve-section {
	padding: 265px 0 300px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}

.areas-we-serve-section:after {
	content: '';
	position: absolute;
	background-image: url(../images/areas-we-serve-bg-shap.png);
	background-repeat: no-repeat;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
	background-size: cover;
	height: 272px;
}

/* .areas-we-serve-section:before {
	    content: '';
	    position: absolute;
	    background-image: url(../images/areas-we-serve-bg-shap2.png);
	    background-repeat: no-repeat;
	    bottom: -33px;
	    left: 0;
	    right: 0;
	    width: 100%;
	    height: 255px;
	    z-index: 1;
	    background-position: right;
	    background-size: contain;
	} */
.areas-we-serve-main {
	padding: 0 25px;
}

.areas-we-serve-map-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-bottom: 122px;
}

.areas-we-serve-map-left {
	width: 590px;
}

.areas-we-serve-map-right {
	width: calc(100% - 590px);
	position: relative;
}

.areas-we-serve-map {
	margin-left: -108px;
}

.areas-we-serve-map-content {
	padding: 70px 50px 122px 70px;
	background-color: rgba(0, 0, 0, .5);
}

.areas-we-serve-map-content h2 {
	color: #fff;
	max-width: 280px;
	margin-bottom: 40px;
}

.areas-we-serve-map-content p {
	color: #fff;
	writing-mode: vertical-rl;
	transform: rotate(180deg) translateX(100%);
}

.areas-we-serve-map-content .btn-white {
	margin-top: 35px;
	background: none;
	border: 1px solid #fff;
	color: #fff;
	min-width: 319px;
}

.areas-we-serve-map-content .btn-white:hover {
	background: #fff;
	color: #000;
}

.contact-form-info-inner a:hover {
	text-decoration: underline;
}

.areas-we-serve-map iframe {
	height: 435px;
}

.contact-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgba(255, 255, 255, 74%);
}

.contact-form {
	width: 954px;
}

.contact-form-inner {
	background-color: #fff;
	padding: 75px 94px 75px;
}

.contact-form-inner p {
	font-size: 23px;
	line-height: 27px;
	font-weight: 600;
}

.contact-form-input {
	padding-top: 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-form-input .form-group {
	width: 45%;
	margin-bottom: 46px;
}

.contact-form-input-wrap label {
	font-size: 18px;
	font-weight: 500;
	display: block;
}

.contact-form-input-wrap .form-group .medium {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #707070;
	width: 100%;
	padding: 5px 0;
	font-size: 18px;
}

.contact-form-input .form-group:last-child {
	width: 100%;
	margin-bottom: 18px;
}

.contact-form-input-wrap .form-group textarea.medium {
	resize: none;
	height: 40px;
}

.contact-form-input .form-group:nth-child(3) label,
.contact-form-input .form-group:nth-child(4) label {
	margin-bottom: 3px;
}

.contact-form-input .form-group:nth-child(3),
.contact-form-input .form-group:nth-child(4) {
	margin-bottom: 41px;
}

.contact-form-input .form-group:nth-child(5) label {
	margin-bottom: 1px;
}

/* .contact-banner-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.19);
    z-index: 1;
} */

.check-plan h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
}

.check-plan-inner {
	display: flex;
	padding-bottom: 35px;
	flex-wrap: wrap;
}

.checkbox {
	padding-right: 25px;
}

.checkbox:last-child {
	padding-right: 0;
}

.checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.checkbox label {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

/* .checkbox label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #00000000;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-right: 8px;
	vertical-align: sub;
	margin-bottom: 0px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #000;
} */

.checkbox label span {
	font-weight: 500;
	text-decoration: underline;
}

/* .checkbox input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 7px;
	width: 4px;
	height: 9px;
	border: solid #ffffff;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
}

.checkbox input:checked+label:before {
	background: #000000;
} */

.contact-form-info {
	width: calc(100% - 954px);
	padding-left: 74px;
	padding-top: 4px;
}

.submit-btn {
	text-align: right;
}

.submit-btn .btn-black {
	min-width: 108px;
	height: 52px;
	font-size: 15px;
	text-transform: capitalize;
	min-height: 52px;
	padding: 0px 22px;
	background: #000000;
}

.contact-form-info-inner a {
	color: #000;
	font-size: 18px;
	display: block;
	font-weight: 500;
	margin-top: 12px;
}

.contact-form-info-inner h2 {
	margin-bottom: 27px;
}

/*AREAS WE SERVE PAGE CSS END*/


/*FAQ PAGE CSS START*/
.faq-page-section {
	padding: 100px 0 150px;
	position: relative;
}

.faq-banner-section .hero-absolute-section {
	top: 60%;
}

.inner-hero-section .hero-absolute-section {
	top: 47%;
}


.accordion {
	border-top: 1px solid #014887 !important;
}

.faq-page-wrap {
	display: flex;
	flex-wrap: wrap;
}

.faq-page-heading {
	width: 46%;
	padding-top: 35px;
}

.faq-page-accordion {
	width: 54%;
}

.accordion .card {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #014887 !important;
}

.accordion .card .card-header {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	background-color: inherit;
	padding: 0;
}

.accordion .card .btn-header-link {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	width: 100%;
	padding: 38px 50px 38px 0;
	display: block;
	position: relative;
}

.accordion .card .card-body {
	padding: 0 50px 45px 0;
}

.faq-page-heading-inner h2 {
	text-transform: uppercase;
}

.accordion .card .card-header .btn-header-link:after {
	content: "\f068";
	font-family: 'FontAwesome';
	font-weight: 900;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.accordion .card .card-header .btn-header-link.collapsed:after {
	content: "\f067";
}

.accordion .card .card-body p a:hover {
	color: #074384;
	text-decoration: underline;
}

/*FAQ PAGE CSS END*/


/*THANK YOU PAGE CSS START*/
.thank-you-banner {
	margin: 0;
	padding: 0;
}

.thank-you-banner .hero-absolute-section {
	top: 266px;
}

.thank-you-banner .hero-description-info {
	max-width: 853px;
	height: 530px;
	background-color: rgb(255, 255, 255, 0.80);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 100px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.thank-you-banner .hero-description-info h1 {
	color: #000;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 0;
}

.thank-you-footer::after {
	opacity: 0.4;
	top: -215px;
}

.thank-you-footer {
	margin-top: -146px;
}

/*THANK YOU PAGE CSS END*/

/*THANK YOU PAGE CSS END*/
.terms-and-conditions-section {
	padding: 74px 0 60px;
}

.terms-and-conditions-section h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 25px;
}

.terms-and-conditions-section p {
	line-height: 25px;
	margin-bottom: 25px;
	color: #011224;
}

.terms-and-conditions-section p a {
	font-weight: bold;
	color: #000;
	display: inline-block;
}

.terms-and-conditions-section p a:hover {
	color: #73bff5;
}

.terms-and-conditions-section ul li {
	padding-left: 13px;
}

.terms-and-conditions-section ul li::before {
	margin-left: -13px;
	width: 5px;
	height: 5px;
	top: 12px;
}

.terms-and-conditions-section ol li {
	padding-left: 22px;
}

.terms-and-conditions-section ol li::before {
	color: #000000;
	margin-left: -22px;
}

.privacy-policy-section {
	padding: 124px 0 100px;
}

/*THANK YOU PAGE CSS END*/

/*CONTCT US PAGE CSS START*/
.contact-page-section {
	padding: 126px 0 136px;
	display: flex;
}

.contact-page-section .contact-wrap {
	background-color: transparent;
	padding: 0 22px;
	height: 100%;
}

.contact-page-section .contact-form-inner {
	background-color: #fff;
	padding: 58px 88px 84px 94px;
	border: 1px solid #000;
}

.contact-page-section .contact-form-info {
	background-color: #000;
	height: 100%;
	display: flex;
	align-items: center;
}

.contact-page-section .contact-form-info-inner h2 {
	color: #fff;
}

.contact-page-section .contact-form-info-inner a {
	color: #fff;
}

.accordion .card .card-body p .card-link {
	text-decoration: underline;
}

.footer-form .form-group p {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-form .form-group span.wpcf7-spinner {
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.footer-form .wpcf7 form.invalid .wpcf7-response-output,
.footer-form .wpcf7 form.sent .wpcf7-response-output {
	color: #ffffff;
	padding: 7px 5px;
	text-align: left;
	font-size: 16px;
	margin: 0px 0px 6px;
	font-family: 'Work Sans';
	font-weight: normal;
	text-shadow: none;
	border: 0px;
	letter-spacing: 0;
}

.footer-form .wpcf7 form.invalid .wpcf7-response-output {
	border-color: inherit;
	background: none;
}

.footer-form .wpcf7 form.sent .wpcf7-response-output {
	border-color: inherit;
	background: none;
}

.footer-form .form-group p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	display: none;
}

.footer-form .wpcf7 form.invalid .email-input {
	border-color: #dc3232;
}

.footer-form .wpcf7 form.invalid .email-submit {
	border-color: #dc3232;
}

.coverage-area-center .area-form-table .form-input-group p,
.coverage-area-center .area-form-table .submit-group p {
	padding: 0;
	line-height: 0;
	font-family: inherit;
	position: relative;
}

.coverage-area-center .area-form-table .submit-group p span.wpcf7-spinner {
	position: absolute;
	right: 3px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1 !important;
}

.coverage-area-center .wpcf7 form.invalid .area-form-table .meduim {
	box-shadow: inset 0 0 10px #000000;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0px 0px 0px 2px #dc3232;
	border: 1px #dc3232 solid;
}

.area-form-table .form-input-group p span.wpcf7-not-valid-tip {
	margin: 6px 0px 0px;
	border: 0px solid #ffffff;
	line-height: 1;
	padding: 10px 10px;
	color: #fff;
	text-align: left;
	font-size: 15px !important;
}

.coverage-area-center .wpcf7 form.invalid .wpcf7-response-output,
.coverage-area-center .wpcf7 form.sent .wpcf7-response-output {
	padding: 10px 10px;
	text-align: center;
	font-size: 16px;
	margin: 10px 0px 0px;
}

.coverage-area-center .wpcf7 form.invalid .wpcf7-response-output {
	border-color: rgb(220 50 50 / 70%);
	color: #fff;
	background: rgb(220 50 50 / 70%);
}

.coverage-area-center .wpcf7 form.sent .wpcf7-response-output {
	border-color: rgb(70 180 80 / 78%);
	color: #fff;
	background: rgb(70 180 80 / 78%);
}

.contact-form-inner .contact-form-input .form-group p {
	padding: 0;
	margin: 0;
	font-family: inherit;
}

.contact-form-input-wrap span.wpcf7-not-valid-tip {
	font-size: 16px !important;
	margin-top: 5px;
}

.checkbox .checkbox {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.checkbox .checkbox .wpcf7-list-item {
	margin: 0 !important;
	padding-right: 18px;
}

.checkbox .checkbox .wpcf7-list-item:last-child {
	padding-right: 0;
}

.contact-form-inner .submit-btn p {
	line-height: 0;
	font-family: inherit;
	position: relative;
}

.contact-form-inner .submit-btn p span.wpcf7-spinner {
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.contact-form-inner .wpcf7 form.sent .wpcf7-response-output,
.contact-form-inner .wpcf7 form.invalid .wpcf7-response-output {
	padding: 5px;
	text-align: center;
	font-size: 16px;
}

.contact-form-inner .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #dc3232;
	color: #dc3232;
}

.contact-form-inner .wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #46b450;
}

/*CONTCT US PAGE CSS END*/
.checkbox label span.wpcf7-list-item-label::before {
	content: '';
	-webkit-appearance: none;
	background-color: #00000000;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-right: 8px;
	vertical-align: sub;
	margin-bottom: 0px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #000;
}

.checkbox label span.wpcf7-list-item-label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 7px;
	width: 4px;
	height: 9px;
	border: solid #ffffff;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	display: none;
}

.checkbox label input:checked~span.wpcf7-list-item-label:after {
	display: block;
}

.checkbox label input:checked~span.wpcf7-list-item-label:before {
	background-color: #000;
}

.checkbox label span.wpcf7-list-item-label {
	position: relative;
}

.contact-banner-section .hero-figure-img {
	height: 498px;
}

.contact-banner-section .hero-figure-img img {
	height: 100%;
	object-fit: cover;
}


/*=ERROR PAGE CSS START=*/
.iconimg {
	padding-bottom: 25px;
}

.iconimg img {
	max-height: 107px;
}

.errorcontent {
	width: 100%;
}

.errorcontent p {
	color: #000;
	max-width: 100%;
}

.errorsection .errorcontent h1 {
	margin-bottom: 22px;
}

.errorsection .errorcontent .btn-black {
	margin-top: 10px;
}

.thank-you-banner.errorsection .hero-description-info {
	height: auto;
	padding: 60px 123px;
}

/*=ERROR PAGE CSS END=*/


/* MISSION VISION SECTION CSS START */
.mission-vision-section {
	padding: 25px 0 75px;
}

.mission-vision-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 55px 0 85px;
}

.mission-vision-image {
	width: 405px;
}

.mission-vision-image img {
	width: 100%;
}

.mission-vision-info {
	width: calc(100% - 405px);
	padding-left: 120px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
	padding-right: 2px;
}

.mission-vision-content {
	width: 372px;
}

.mission-vision-content+.mission-vision-content {
	width: 328px;
}

.mission-vision-content h2 {
	margin: 0 0 49px;
}

/* MISSION VISION SECTION CSS END */


/* OUR PROJECTS SECTION CSS START */
.our-projects-section {
	margin: 50px 0 0;
	padding: 140px 0 138px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.our-projects-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, #011a31, #03243e, #04304c, #053b59, #064767);
	opacity: 0.69;
}

.our-projects-content {
	text-align: center;
	width: 808px;
	margin: auto;
	position: relative;
}

.our-projects-content h2 {
	color: #fff;
	margin: 0 0 70px;
}

.our-projects-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.our-projects-flex:last-child {
	margin-bottom: 0;
}

.our-projects-logo {
	width: 157px;
	margin-top: -20px;
}

.our-projects-info {
	width: calc(100% - 157px);
	text-align: left;
	padding-left: 53.5px;
	margin-top: -2px;
}

.our-projects-info p {
	color: #fff;
}

/* OUR PROJECTS SECTION CSS END */
.footer-top.footer-top-center {
	justify-content: space-between;
}

.chamber-logo-card {
	width: 140px;
}