@font-face {
	font-family: "socialico";
	src: url("fonts/Socialico/Socialico.eot");
	src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"), url("fonts/Socialico/Socialico.woff2") format("woff2"), url("fonts/Socialico/Socialico.woff") format("woff"), url("fonts/Socialico/Socialico.ttf") format("truetype"), url("fonts/Socialico/Socialico.svg#lobster_1.4regular") format("svg");
}

.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

html.suspended {
	background: rgba(0, 0, 0, 0.6);
}




* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


body {
	max-width: 100%;
	/* min-width: 1200px; */
	margin: 0 auto;
	text-align: center;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: inherit;
}

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

p {
	padding: 0;
	margin: 0;
}

.row {
	max-width: 1920px;
	margin: 0 auto
}

/*floats*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*typography*/
.text-primary {
	color: #B11414;
}

.text-bold {
	font-weight: 700;
}

.text-uppercase {
	text-transform: uppercase
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left;
}

/*button*/
.button {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	display: inline-block;
	padding: 10px 30px;
	background: #fff;
	border: 1px solid transparent;
	transition: all 0.5s ease;
}

.button:hover {
	background: #ddd;
	border-color: #ddd;
	color: #ddd;
	color: #fff;
}

/*clearings*/
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.cta {
	display: none;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

form [type="submit"] {
	margin: 20px auto
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 600px;
}

.ctc-form input[type="text"],
.ctc-form textarea {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	height: 45px;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0 auto 8px
}

.ctc-form textarea {
	height: 120px;
	padding-top: 10px;
}

.ctc-form button {
	display: block;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
	display: none;
}

/*gallery*/
.img-responsive { width: 250px; height: 300px; -o-object-fit: cover; object-fit: cover; }
#content .gallery-container {
	text-align: center;
}

#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .gallery li {
	display: inline-block;
}

#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin: 5px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
	transform: scale(1.02);
}

#content .page_navigation {
	display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}

h1 {
	font-size: 100px;
	font-weight: 100;
	color: #000;
}

#header {
	padding: 10px 0;
	position: fixed;
	max-width: 100%;
	width: 100%;
	z-index: 99999;
	background-color: #000000a1;
}

#header nav a#pull {
	display: none
}

#header nav ul {
	margin: 0;
	padding: 0
}

#header nav ul li {
	display: inline-block;
	vertical-align: middle;
}

#header nav ul li a {
	font-size: 15px;
	padding: 0 20px 20px;
	display: inline-block;
	font-family: 'poppins';
	color: #fff;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
	color: #007FFF;
	/* border-bottom: 5px solid #fff; */
}

#header .hdRight {
	text-align: right;
}

#header .hdRight p {
	line-height: 1;
	margin: 0;
	color: #fff;
}

#header .hdRightBot {
	padding-top: 20px;
	border-top: 1px solid #222222;
	margin-top: 15px;
}

#header .hdSocial a {
	font-family: "socialico";
	font-size: 35px;
	color: #007FFF;
}

#header .hdSocial a:hover {
	color: #FFFFFF;
}

#header .hdPhone {
	font-size: 22px;
	vertical-align: top;
}

#header .hdPhone img {
	vertical-align: bottom;
}

#header .hdEmail {
	font-size: 16px;
}

#header .hdInfo,
.hdPhone {
	display: inline-block;
}

#header .hdInfo {
	border-left: 1px solid #222222;
	margin-left: 15px;
	padding-left: 15px;
	text-align: center;
}



.row.header-row {
	width: 100%;
	max-width: 1629px;
	display: flex;
	justify-content: space-between;
}

.cont-nav {
	position: relative;
	margin-right: 70px;
}

.cont-nav p,
.cont-nav a {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 15px;
	color: #fff;
}

/* end */

/* banner */
#banner {
	background-image: url(../images/content/bg3.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 1172px;
}

#banner .row {
	max-width: 1546px;
	width: 100%;
}

#banner .text {
	display: inline-block;
	vertical-align: top;
	width: 462px;
	height: 462px;
	margin: 108px 0 0;
	padding: 10px;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	background: rgb(0, 45, 78, 0.8);
	margin-right: -120px;
}

#banner .text .bnBox {
	width: 100%;
	height: 100%;
	padding: 20% 2% 0;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	box-sizing: border-box;
	border-color: rgb(255, 255, 255, 0.8);
}

#banner .text h2 {
	padding: 0 0 20px;
	font-size: 40px;
	font-weight: 900;
}

#banner .text p {
	font-size: 18px;
	line-height: 122%;
	font-weight: bold;
}

#banner .text p .button {
	margin: 10px 0 0;
}

.btn {
	background-color: #0A57B7;
	color: white;
	border: none;
	padding: 19px 56px;
	font-size: 16px;
	border-radius: 33px;
	cursor: pointer;
	transition: background 0.3s;
	font-family: 'poppins';
	font-weight: 300;
	letter-spacing: 2px;
}

.btn-wrapper {
	padding-top: 30px;
}

.custom-button:hover {
	background-color: #084A98;
}

.banner-wrapper {
	width: 532px;
	height: 532px;
	position: relative;
	text-align: center;
	border-radius: 50%;
	background-color: #2f92ffcf;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-cont h2 {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 43px;
	color: #fff;
	line-height: 58px;
}

.banner-cont p {
	font-family: 'Poppins';
	font-weight: 500;
	color: #fff;
	font-size: 24px;
	padding-top: 15px;
}

.logo-banner img {
	max-width: 100%;
	margin-top: 262px;
}

.logo-banner {
	width: 100%;
	margin-top: -89px;
	background-image: url(../images/content/water-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 764px;
}

.logo-banner-wrapper {
	width: 1457px;
	max-width: 100%;
	display: flex;
	justify-content: end;
}

div#banner .row {
	padding-top: 91px;
}

/* end */

/* content */
#content .row {
	padding: 0;
}

#services-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/content/bg1.png);
}


#services-1 .row {
	margin: -200px auto -120px;
}

#services-1 dd {
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
}

#services-1 dd p {
	font-size: 14px;
	color: #000;
}

#services-1 h3 {
	font-size: 25px;
	position: relative;
	padding-bottom: 20px;
	color: rgb(0, 0, 0);
	margin-bottom: 15px;
}

#services-1 h3:before,
#content-1 h3:before,
#gallery-section h2:before,
#footer-section h2:before {
	width: 100px;
	height: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	content: "";
	background: #2391FF;
	border-radius: 30px;
}

#services-1 dl {
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 3px);
	padding-top: 90px;
}

#services-1 dl:nth-of-type(2) {
	padding-top: 0;
}

#services-1 dt {
	margin-bottom: 20px;
}

#services-1 dt img {
	border-radius: 50%;
	box-shadow: 0 -5px 10px grey;
	border: 5px solid #fff;
}

#services-1 .button {
	margin-top: -60px;
}

#services-1 .parag p {
	padding: 20px;
}


/* content bottom */
#services-section .row {
	padding: 13px 0 13px;
}

#services-section h2 {
	font-size: 25px;
}

#services-section p {
	font-size: 15px;
	line-height: 150%;
	font-weight: 300;
	padding: 8px 0;
}

#services-section .logo {
	padding: 20px 0;
	background: url(../images/common/data-border.png) no-repeat center bottom;
}

#services-section .logo img {
	max-width: 286px;
}

#services-section .text {
	width: 462px;
	height: 462px;
	padding: 10px;
	text-align: center;
	border-radius: 50%;
	border-width: 2px;
	box-sizing: border-box;
	background: rgb(0, 45, 78, 0.8);
}

#services-section .text .bnBox {
	width: 100%;
	height: 100%;
	padding: 5% 5% 0;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	box-sizing: border-box;
	border-color: rgb(255, 255, 255, 0.8);
}

#content-1 {
	padding: 180px 0 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background: url(../images/common/cn-wrapper.jpg);
}

#content-1 h3 {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	position: relative;
	padding-bottom: 20px;
}

#content-1 .parag {
	max-width: 630px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 80px;
}

#content-1 .cn1imgBox {
	position: relative;
}

#content-1 .cn1imgBox img {
	width: 100%;
}

#content-1 .cn1imgBox h4 {
	font-size: 38px;
	font-weight: 900;
	color: #2391FF;
	line-height: 1;
	margin-bottom: 0;
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: right;
}

#content-1 .cn1imgBox h4 span {
	display: block;
	color: #fff;
}

#gallery-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/gallery-wrapper.jpg);
}

#gallery-section .gal-text {
	padding-bottom: 20px;
	position: relative;
}

#gallery-section .row {
	padding: 50px 0 105px;
	color: #000;
}

#gallery-section .galBox {
	max-width: 930px;
	margin: 30px auto 0;
}

#gallery-section .galRightTop {
	margin-bottom: 8px;
}

#gallery-section .galRightTop img:first-of-type {
	margin-right: 8px;
}

#feeds-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/feeds-wrapper.png);
}

#feeds-section .row {
	padding: 0;
}

#feeds-section .text {
	display: inline-block;
	vertical-align: top;
	width: 580px;
	min-height: 396px;
	padding: 10px 4% 0;
	box-sizing: border-box;
	background: rgb(28, 62, 147, 0.8);
}

#feeds-section p {
	font-size: 20px;
	line-height: 125%;
	font-weight: lighter;
	max-width: 458px;
	margin: auto;
}

#feeds-section .rates {
	font-size: 60px;
	line-height: 120%;
	color: #FF7F00;
}

#feeds-section .user {
	padding: 20px 0 0;
	font-size: 35px;
	line-height: 120%;
}

#feeds-section .user small {
	display: block;
	padding: 0 0 5px;
	line-height: 0;
}

#feeds-section .user small img {
	width: 100%;
	max-width: 100px;
	border-radius: 50%;
}

/* end */

/* footer */
#footer-section h2 {
	font-size: 51px;
	font-weight: 100;
	padding: 50px 0 20px;
	position: relative;
}

#footer-section .final {
	padding-top: 10px;
	float: right;
}

#footer-section .final p {
	max-width: 280px;
	margin: 30px auto;
	text-align: center;
	line-height: 180%;
}

#footer-section .final span {
	color: #007FFF;
	font-size: 14px;
	font-weight: normal;
	display: block;
}

#footer-section .final strong {
	font-size: 15px;
	font-weight: normal;
}

#footer-section .final small {
	font-size: 25px;
	font-weight: bold;
}

#footer-section .copy-right p {
	font-size: 13px;
	font-weight: lighter;
	max-width: 739px;
	margin: auto;
	word-spacing: 2px;
	letter-spacing: 2px;
}

#footer-section .sub {
	text-align: left;
}

#footer-section .social-media a {
	max-width: 162px;
}

#footer-section .ctc-form .MesBox {
	height: 82px
}

#footer-section .MesBox input[type="text"] {
	padding: 10px 130px 70px 10px;
}

#footer-section .fot-logo img {
	position: absolute;
	top: 230px;
	left: 390px;
}

#footer-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/ft-wrapper.jpg);
	height: 638px;
}

#footer-section .row {
	min-height: 549px;
}

#footer-section nav {
	padding: 32px 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	margin-top: 40px;
}

#footer-section nav ul li {
	border-left: 1px solid #FFF;
	padding: 0 10px;
	letter-spacing: 2px;
	font-size: 15px;
}

#footer-section nav ul li:nth-child(1) {
	border: none;
}

#About,
#Services,
#Gallery,
#Testimonials,
#Contact {
	color: #000000;
}

/* end */
.silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
}

.media a,
.social-media a {
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 0.3s ease-in-out 0s;
}

.social-media a {
	font-size: 35px;
	line-height: 120%;
	font-family: "socialico";
}

.social-media a:hover {
	color: #007FFF;
}

.media a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.media a:nth-of-type(1) {
	background-image: url(../images/common/facebook.jpg);
}

.media a:nth-of-type(2) {
	background-image: url(../images/common/twitter.jpg);
}

.media a:nth-of-type(3) {
	background-image: url(../images/common/youtube.jpg);
}

.media a:nth-of-type(4) {
	background-image: url(../images/common/rss.jpg);
}

.media a:hover {
	background-position: center -40px;
}




/* WELCOME SEC START*/
.welcome-row {
	max-width: 1454px;
	width: 100%;
	margin: auto;
	position: relative;
	margin-top: -125px;
}


.welcome-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	text-align: left;
}


.wel-right-cont h2 {
	font-family: 'Poppins';
	font-weight: 200;
	font-size: 28px;
	color: #999999;
	padding: 15px 0;
}

.wel-right-cont h3 {
	font-family: "Comfortaa";
	font-weight: 700;
	font-size: 33px;
	color: #0059BF;
}


.p2 {
	font-family: "Comfortaa" !important;
	font-weight: 500 !important;
	font-size: 22px;
	color: #57B2D4 !important;
	padding-top: 15px;
	padding-bottom: 30px;
}


.wel-right-cont p {
	font-family: 'Poppins';
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	width: 689px;
}


.wel-right-cont {
	margin-top: 83px;
}


.welcome-btn {
	margin-top: 50px;
	position: relative;
	z-index: 999999;
}



.welcome-btn .btn {
	background-color: #052996;
}





.welcome-2-row {
	max-width: 1454px;
	width: 100%;
	margin: auto;
	position: relative;
	margin-top: -125px;
}


.welcome-2-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	text-align: left;
	flex-direction: row-reverse;
	padding-top: 170px;
}

.welcome-2-right-cont h2 {
	font-family: 'Comfortaa';
	font-weight: 400;
	font-size: 45px;
	color: #0059BF;
	padding: 15px 0;
}

.welcome-2-right-cont h3 {
	font-family: "Comfortaa";
	font-weight: 700;
	font-size: 33px;
	color: #0059BF;
}

.welcome-2-p2 {
	font-family: "Comfortaa" !important;
	font-weight: 500 !important;
	font-size: 22px;
	color: #57B2D4 !important;
	padding-top: 15px;
	padding-bottom: 30px;
}

.welcome-2-right-cont p {
	font-family: 'Poppins';
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	width: 710px;
}

.welcome-2-right-cont {
	margin-top: -43px;
}

.welcome-2-btn {
	margin-top: 25px;
}

.welcome-2-btn .welcome-2-btn-link {
	background-color: #052996;
}


.srv-list {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	gap: 54px;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 19px;
	color: #666666;
	line-height: 45px;
	padding: 19px 0;
}


.srv-btn .btn {
	background-color: #2F92FF;
}


.welcome-2-btn .btn {
	background-color: #2F92FF;
}


section#main-services {
	margin-top: -71px;
}

/* WELCOME SEC END */





/* ABT SEC START */
section#abt-us {
	padding-top: 307px;
}

.abt-us-row {
	max-width: 1395px;
	width: 100%;
	margin: auto;
	position: relative;
	padding-bottom: 100px;
}

.abt-us-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	text-align: left;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 1px 1px 25px -9px rgba(0, 0, 0, 0.75);
	border-radius: 25px;
	background-color: #fff;
	height: 700px;
}

.abt-us-right-cont h2 {
	font-family: 'comfortaa';
	font-weight: 700;
	font-size: 42px;
	padding-bottom: 45px;
	padding-top: 10px;
	color: #0059BF;
}


.abt-us-right-cont p {
	font-family: 'Poppins';
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	width: 574px;
}


.abt-us-btn {
	margin-top: 50px;
}

.abt-us-btn .abt-us-btn-link {
	background-color: #052996;
}

.abt-us-left-img img {
	width: 100%;
	max-width: 630px;
}


p.contact {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
	color: #052896;
	padding-top: 25px;
	padding-bottom: 5px;
}


.abt-us-right-cont a {
	font-family: "poppins";
	font-weight: 600;
	font-size: 23px;
	color: #444444;
}


.abt-us-right-cont {
	margin-top: -111px;
}

/* ABT SEC END */



/* TESTI SEC START */
#testi-sec {
	padding-top: 91px;
}


.srv-cont h2 {
	font-family: 'Comfortaa';
	font-weight: 700;
	font-size: 63px;
	color: #00FFFF;
	padding-bottom: 30px;
}


.srv-cont h3 {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 39px;
	color: #fff;
}


.srv-cont {
	padding-top: 51px;
}


.blue-bg-wrapper {
	background-image: url(../images/content/abt-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: top center;
	margin-top: -100px;
	height: 1929px;
}

.srv-btn {
	padding-top: 66px;
}





.inner-testi {
	display: flex;
	justify-content: center;
	align-items: center;
}



.inner-testi {
	display: flex;
	justify-content: space-between;
	align-items: unset;
	max-width: 1431px;
	margin: auto;
	width: 100%;
	background-color: #fff;
	border-radius: 30px;
	text-align: left;
	height: 490px;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
}

.testimonial .wrapper {
	max-width: 751px;
	width: 100%;
}

.abt-us-right-cont .testimonial {
	display: flex;
	justify-content: center;
	align-items: center;
}



.testi-wrapper h2 {
	font-family: 'Comfortaa';
	font-weight: 400;
	font-size: 48px;
	color: #4DFFFF;
	padding-bottom: 36px;
}

.testimonial p {
	font-family: 'Poppins';
	font-style: italic;
	font-size: 16px;
	color: #444444;
	line-height: 32px;
	padding: 15px 0;
}


.testimonial span {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 20px;
	color: #0059BF;
}


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

.testi-icon {
	padding-bottom: 20px;
}

/* TESTI SEC END */




section#our-works {
	padding-top: 230px;
}


/* .left-img img,
.right-img img {
    box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.68);
    -webkit-box-shadow: 0px 0px 27px -2px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 2px 5px 5px -2px rgba(0, 0, 0, 0.68);
} */





.works-icon {
	padding-bottom: 15px;
}

.bna-img .wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}


.arrow-mid {
	position: absolute;
	z-index: 99999;
	margin: auto;
}

.wroks-wrapper h2 {
	font-family: 'Comfortaa';
	font-weight: 700;
	font-size: 57px;
	color: #005AC0;
	padding-bottom: 20px;
}



.before-txt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.before-txt span {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	-webkit-text-stroke: 1px #0059BF;
	color: white;
	font-family: 'Poppins';
	font-weight: 900;
	font-style: italic;
	margin-top: -441px;
	letter-spacing: 1.1px;
}



.after-txt span {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	-webkit-text-stroke: 1px #0059BF;
	color: white;
	font-family: 'Poppins';
	font-weight: 900;
	font-style: italic;
	margin-top: 464px;
	letter-spacing: 1.1px;
}

.bnf {
	display: flex;
	justify-content: center;
	margin: auto;
	position: relative;
	z-index: 999;
}

/* CONTACT SECTION START  */

#contact {
	position: relative;
	background-position: 50% 102% !important;
	background-size: cover;
	max-width: 100%;
	padding-top: 223px;
	margin-top: -254px;
	background: url(../images/content/cont-bg2.png);
	background-repeat: no-repeat;
}

.contact-form {
	max-width: 1444px;
	padding: 60px;
	background-color: #ffffff;
	border-radius: 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: 2px solid #e1e1e1;
	margin-top: -40px;
	margin-right: auto;
	margin-left: auto;

}

.contact-form h1 {
	text-align: center;
	color: #005AC0;
	font-size: 57px;
	margin-bottom: 10px;
	font-family: 'Comfortaa';
	font-weight: 700;
}

.contact-form p {
	text-align: center;
	color: #071217;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	font-family: 'Poppins';
	padding-bottom: 15px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
	width: 100%;
	padding: 20px 0;
	border: 1px solid #DDDDDD;
	font-size: 1rem;
	background-color: #F5F5F5;
}

.contact-form form textarea {
	grid-column: span 3;
	height: 250px;
	resize: none;
}

.contact-form form .checkboxes {
	grid-column: span 3;
	font-size: 0.9rem;
}

.contact-form form .checkboxes label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.contact-form form .submit-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	gap: 30px;
}

.contact-form form .submit-section .recaptcha {
	display: flex;
	align-items: center;
	gap: 10px;
}





.contact-form form .submit-section button {
	background-color: #005CC2;
	color: #ffffff;
	border: none;
	padding: 15px 45px;
	font-size: 17px;
	cursor: pointer;
	font-family: 'Poppins';
	font-weight: 700;
	transition: background-color 0.3s;
	border-radius: 49px;
}




.contact-form form .submit-section button:hover {
	background-color: #b00000;
}


.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
	padding-left: 20px;
	font-size: 15px !important;
	color: #888888;
	font-family: 'poppins';
	font-weight: 400;
}


.contact-input {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding-bottom: 15px;
}


.contact-lower-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.recaptcha img {
	filter: drop-shadow(0 0 1px #000000);
}




.contact-text {
	width: 895px;
	margin: auto;
}


.form-one label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.form-one .checkboxes label {
	position: static;
	width: auto;
	height: auto;
	clip: auto;
	overflow: visible;
}


.contact-top-text {
	padding-bottom: 130px;
}


.contact-top-text h2 {
	font-size: 42px;
	color: #0059BF;
	font-family: 'poppins';
	font-weight: 700;
}


.contact-top-text h3 {
	font-size: 59px;
	color: #0059BF;
	font-weight: 400;
	font-family: 'Poppins';
	padding-bottom: 30px;
}



.foo-icon {
	padding-top: 150px;
}

/* CONTACT SECTION END  */


/* FOOTER 2 SEC START */


#footer {
	position: relative;
	background-position: center !important;
	background-size: cover !important;
	max-width: 100%;
	padding-top: 15px;
	background: url(../images/content/footer-bg2.png);
	background-repeat: no-repeat;
}

.footer-wrapper {
	max-width: 1267px;
	width: 100%;
	margin: auto;
	padding-top: 30px;
}



.foo-inner-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}




.foo-details h3 {
	font-family: 'poppins';
	font-weight: 400;
	font-size: 17px;
}



.foo-details p {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 17px;
	padding-bottom: 25px;
}



.foo-shced li {
	list-style: none;
	line-height: 32px;
	font-family: 'poppins';
	font-weight: 400;
	font-size: 17px;
}


.foo-shced {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: center;
	color: #fff;
}


.foo-details {
	color: #fff;
}

.arrow-top p {
	font-family: 'poppins';
	font-weight: 400;
	font-size: 17px;
	padding: 10px 0;
	color: #fff;
}


.footer-copy-r p {
	color: #fff;
	font-family: 'poppins';
	font-size: 14px;
	font-weight: 400;
}


.arrow-top {
	padding-top: 65px;
}

/* FOOTER 2 SEC END */

.inner #content {width: 100%; max-width: 1200px; margin: auto;}
.inner #content .row { padding: 150px 20px 80px; }
.reviews-page .testimonial p { text-align: center !important; }
.reviews-page .testimonial {
    justify-content: center;
    margin: 20px 0;
}

.contact-page #content .flex {
	display: flex;
	gap: 40px;
}


.about-inn {
	padding-top: 130px;
	padding-bottom: 150px;
	width: 1600px;
	margin: auto;
}


div#content h1 {
	font-size: 52px;
	font-family: 'Comfortaa';
	font-weight: 400;
	color: #005AC0;
	padding-bottom: 25px;
}




div#content p {
	font-family: 'poppins';
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	/* width: 852px; */
	/* margin: auto; */
	text-align: left;
}

.srv-inn {
	padding-top: 130px;
	padding-bottom: 125px;
}





.services-page #content li {
	list-style: none;
	font-family: 'poppins';
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 38px;
}


.gall-inn {
	padding-top: 100px;
	position: relative;
	padding-bottom: 85px;
}




.revs-inn {
	padding-top: 130px;
	padding-bottom: 100px;
}


.revs-inn .testimonial {
	justify-content: center;
}

.revs-inn p {
	text-align: center !important;
}

.revs-inn .testimonial .wrapper {
	max-width: 100%;
	width: 100%;
	padding-bottom: 36px;
}








/** Responsive
-------------------------------------------------------*/

@media screen and (max-width: 1600px) {
	body {
		min-width: 1920px !important;
	}

}


/* 

@media screen and (max-width: 800px){
	#header {
	   padding: 0
   }
	#header .row {
	   width: 100%
   }
	#header nav {
	   display:block;
		height: auto;
   }
	#header nav ul {
		width: 100%;
		display: none;
		height: auto;
	   border-bottom:5px solid #000;
		padding: 0 15px;
   }
	#header nav ul li {
		width: 100%;
	   position: relative;
   }
	#header nav ul li a {
		display: block;
		float:none;
		padding: 10px 0;
   }
	#header nav a {
	   text-align: left;
		width: 100%;
   }
	#header nav a strong {
	   position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 15px;
   }
	#header nav a#pull {
	   display: block;
		color: #fff;
		background-color: #000;
		height: 30px;
	   padding: 10px 0;
		width: 100%;
		position: relative;
   }
	#header nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 20px;
		height: 20px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
   }
	.cta{
	   background: #035B96 url("../images/common/phonecall.png") no-repeat center center;
	   border-bottom-left-radius: 40px;
	   border-top: 2px solid #013f9a ;
	   border-top-left-radius: 40px;
	   bottom: 1%;
	   display: block;
	   height: 80px;
	   position: fixed;
	   right: 0;
	   text-decoration: none;
		text-indent: -9999em;
	   width: 100px;
	   z-index: 999;
   }
} */