body {
	background: #fff;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #636363;
	letter-spacing: 0.02rem;
	line-height: 1.2;
}
 .white-placeholder::placeholder {
 color: white;
 opacity: 1; /* Ensures full visibility */
}



/* For better browser support */

.white-placeholder input::placeholder,  .white-placeholder textarea::placeholder {
 color: white;
 opacity: 1;
}
 .white-placeholder input:-ms-input-placeholder, /* IE 10-11 */  .white-placeholder textarea:-ms-input-placeholder {
 color: white;
}
 .white-placeholder input::-ms-input-placeholder, /* Edge */  .white-placeholder textarea::-ms-input-placeholder {
 color: white;
}
.white-placeholder select option {
	background-color: #fff;
	color: #000;
	border-radius: 0 !important;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
b, strong {
	font-weight: 700;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
p {
	line-height: 1.6rem;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
}
.mont {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.poppins {
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.section {
	position: relative;
	display: block;
}
.header {
	position: relative;
	left: 0;
	right: 0;
	z-index: 101;
	top: 0;
	display: block;
	padding: 0;
	background-color: #fff;
}
.header-top-section {
	background: #020202 none repeat scroll 0 0;
	color: #eee;
}
.header-top-left {
	position: relative;
	z-index: 1;
	padding: 10px 0;
}
.header-top-left:before {
	position: absolute;
	background: #fff none repeat scroll 0 0;
	content: "";
	top: 0;
	right: -12%;
	width: 3030px;
	height: 120%;
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
	z-index: -1;
}
.header-top-right {
	padding: 6px 0;
}
.icon-btn {
	font-size: 17px;
	color: #fff;
	border: none;
	padding: 0;
	letter-spacing: 0.01rem;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}
.btn-svg-icon {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	background-color: transparent;
}
.btn-svg-icon i {
	color: #28a2da;
	font-size: 20px;
}
.icon-btn span {
	font-size: 14px;
	font-weight: 400;
	display: block;
	letter-spacing: 0.01rem;
}
.icon-btn:hover {
	color: #fff
}
.icon-btn:hover .btn-svg-icon {
	background-color: #fff;
}
.sub-title-btn-inner.ph-number {
	font-size: 25px;
	color: #2e6b1b;
	font-weight: 700;
}
.blue-text {
	color: #28a2da;
}
.font-size-12 {
	font-size: 12px;
}
.font-size-17 {
	font-size: 17px;
}
.sub-title-btn {
	margin-left: 75px;
}
.logo {
	margin-top: -51px;
}
.header-nav-section {
	padding: 12px 0 12px 75px;
}
/* custom logo */

.custom-logo {
	max-width: 100%;
	height: 100px;
	width: auto;
}
/* NAV BAR */

.nav {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	margin: 0;
}
 @media (min-width: 1400px) {
.nav {
	max-width: 1320px;
}
}
.nav-left, .nav-right {
	display: flex;
	gap: 20px;
	flex: 1;
}
.nav-left {
	justify-content: start;
}
.nav-right {
	justify-content: left;
}
.nav a {
	color: #000000;
	text-decoration: none;
}
.nav a.active {
	color: gold;
}
.nav ul {
	display: flex;
	flex-direction: row;
	gap: 53px;
}
.nav ul li a {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02rem;
	text-decoration: none !important;
}
.nav ul li a:hover,  .nav ul li a:focus {
	color: #26a2db;
}
/* LOGO LEFT (MOBILE) */

.logo-left {
	display: none;
	align-items: center;
}
.logo-left img {
	height: 40px;
}
/* HAMBURGER */

.hamburger {
	width: 30px;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 8px;
	cursor: pointer;
	display: none;
	z-index: 1001;
}
.hamburger span {
	background: #000;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	transition: 0.3s ease;
}
.hamburger span:nth-child(1) {
	top: 0;
}
.hamburger span:nth-child(2) {
	top: 9px;
}
.hamburger span:nth-child(3) {
	top: 18px;
}
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 9px;
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: 9px;
}



/* MOBILE STYLES */

@media (max-width: 991px) {
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-left {
	display: flex;
}
.logo-center {
	display: none;
}
.hamburger {
	display: block;
}
.nav {
	display: none;
	flex-direction: column;
	background: #28a2da;
	padding: 20px;
	gap: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}
.nav-left, .nav-right {
	flex-direction: column;
	align-items: flex-start;
}
.nav.show {
	display: flex;
}
.nav ul {
	gap: 15px;
	flex-direction: column;
}
.nav ul li {
	width: 100%;
}
.nav ul li a {
	display: block;
}
}
.hero-slider-caption-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}
.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background-color: rgba(0,0,0,.70);
}
.banner-caption h1 {
	font-size: 40px;
	color: #ffffff;
	text-transform: capitalize;
	line-height: 110%;
	letter-spacing: 0.06rem;
	font-weight: 700;
}
.banner-caption h2 {
	font-size: 49px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 0.06rem;
	font-weight: 600;
}
.banner-caption h4 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin: 0;
	line-height: 1.8rem;
	letter-spacing: 0.04rem;
	font-family: "Poppins", sans-serif;
}
.banner-caption p {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	margin: 0;
	line-height: 1.6rem;
	letter-spacing: 0.02rem;
}
.hero-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: relative;
}
.custom-btn {
	border-radius: 50px;
	color: #fff;
	background-color: #28a2da;
	font-size: 20px;
	letter-spacing: 0.02rem;
	padding: 10px 30px;
	border-color: transparent;
	line-height: 100%;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.custom-btn-arrow {
	position: absolute;
	width: 38px;
	height: 38px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 4px;
	top: 4px;
	color: #28a2da;
	font-size: 20px;
	border-radius: 50%;
}
.custom-btn:hover {
	background-color: #000;
	color: #fff;
}
.border-btn {
	border: 2px solid transparent;
	background-color: transparent !important;
}
.white-border {
	border-color: #fff;
	color: #fff;
}
.big-btn {
	padding: 13px 45px;
}
.btn-with-arrow {
	padding: 13px 58px 13px 30px;
}
.white-border:hover {
	border-color: #fff;
	color: #0c3c7a;
	background-color: #fff !important;
}
.custom-btn-black {
	background-color: #231f20;
	color: #fff;
}
.custom-btn-black:hover {
	background-color: #26aae1;
	color: #fff;
}
.submit-btn:hover {
	background-color: #ffffff;
	color: #0c3c7a;
}
.slider-arrow {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	z-index: 100;
	background-color: transparent !important;
	transform: rotate(0deg);
	transition: transform 1s linear;
	border: none !important;
	font-size: 50px;
	color: #26aae1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
}
.slider-arrow.nav-button-prev {
	left: -50px;
}
.slider-arrow.nav-button-next {
	right: -50px;
}
.slider-section .slider-arrow.nav-button-prev {
	left: 0;
}
.slider-section .slider-arrow.nav-button-next {
	right: 0px;
}
.slider-section .slider-arrow {
	color: #fff;
}
#slide-carousel .slider-arrow {
	top: 36%;
}
.heading {
	position: relative;
	display: block;
	text-align: left;
}
.heading h2 {
	font-size: 35px;
	color: #000000;
	line-height: 100%;
	letter-spacing: 0.02rem;
	font-weight: 700;
}
.sub-heading {
	display: block;
	position: relative;
	color: #28a2da;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	width: 100%;
	margin: 0px 0 10px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.padding-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.contact-form {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
	border-top: 7px solid #28a2da;
}
.contact-form .form-control, .contact-form .form-select {
	height: 44px;
	border: 2px solid #f1f2f1;
	background-color: transparent;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	color: #000;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
.contact-form textarea {
	height: auto !important;
}
.form-title {
	font-size: 30px;
	font-weight: 700;
	color: #28a2da;
	margin: 0 0 2px;
	text-align: center;
	text-transform: capitalize;
}
.custom-select-white-arrow {
	/* Remove default arrow and apply custom one */

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 1em;
}
.grey-bg {
	background-color: #f7f7f7;
}
.white-bg {
	background-color: #fff;
}
.social-icon a {
	width: 36px;
	height: 36px;
	border: 2px solid #26a2db;
	border-radius: 50%;
	display: block;
}
.social-icon svg {
	width: 14px;
	height: 14px;
	display: block;
}
.social-icon svg path {
	fill: #26a2db;
}
.social-icon a.facebook svg {
	width: 20px;
	height: 20px;
}
.social-icon a:hover {
	border-color: #000;
}
.social-icon a:hover svg path {
	fill: #000;
}
.footer-social {
	display: block;
	margin: 0;
}
.footer-social .social-icon {
}
ul.list-inline li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #242424;
	padding: 0 20px;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.02rem;
}
ul.list-inline li:last-child {
	border-right: none !important;
}
ul.list-inline li a {
	color: #242424;
	text-decoration: none !important;
}
ul.list-inline li a:hover {
	color: #26a2db;
}
.about-section {
	background-image: url('../images/globe.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 100px) 20px;
}
.list-with-tick {
}
.list-with-tick li {
	position: relative;
	font-size: 16px;
	letter-spacing: 0rem;
	color: #555555;
	padding-left: 36px;
	margin-top: 30px;
	display: block;
}
.list-with-tick li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\F589";
	width: 36px;
	min-height: 20px;
	color: #28a2da;
	font-size: 30px;
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.list-with-tick.list-with-tick-alt li {
	font-size: 18px;
	color: #fff;
}
.service-box {
	display: block;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 25px;
}
.service-box-image-wrapper {
	display: block;
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.service-box-image-wrapper img {
	display: block;
	width: 100%;
	height: auto;
}
.service-box-content {
	padding: 50px 30px 50px;
}
.service-box-content h4 {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0rem;
	line-height: 100%;
	padding-bottom: 20px;
	font-family: "Poppins", sans-serif;
	position: relative;
}
.service-box-content h4:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #28a2da;
	max-width: 54px;
	margin: 0 auto;
}
.cover-bg {
	background-size: cover;
	background-position: center;
	background-repeat: none;
}
.overlay-bg {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.8);
}
.our-process-section {
	background-image: url('../images/uk-map-opacity.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.process-box-image {
	width: 327px;
	height: 327px;
	border: 2px solid #28a2da;
	background-color: #fff;
	position: relative;
	padding: 15px;
	overflow: hidden;
	border-radius: 50%;
}
.process-box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
	border-radius: 50%;
}
.content-icon-btn .icon-btn {
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
	color: #010101;
}
.content-icon-btn .icon-btn span {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.0rem;
	font-family: "Poppins", serif;
	color: #28a2da;
}
.content-icon-btn .icon-btn .btn-svg-icon {
	width: 50px;
	height: 50px;
	border-color: #010101;
}
.content-icon-btn .icon-btn .btn-svg-icon i {
	font-size: 26px;
	line-height: 0;
}
.footer-bottom-wrapper {
	background-color: #fff;
	padding: 55px 40px;
	border-radius: 20px;
	margin-top: -53px;
}
.map-section iframe {
	width: 100%;
	display: block;
	height: 336px;
}
.footer {
	display: block;
	background-color: #fff;
	padding: 25px 0;
}
.footer-copy-text {
	font-size: 14px;
	color: #151515;
	font-weight: 400;
	letter-spacing: 0.02rem;
	text-transform: capitalize;
}
.footer-menu li {
	border: none !important;
	font-weight: 500;
}
.footer-menu li a {
	color: #000000;
	font-size: 18px;
}
.footer-social {
	height: 1px;
	background-color: #26a2db;
	display: block;
	margin: 45px 0;
}
.footer-social .social-icon {
	background-color: #fff;
	margin-top: -4px;
	padding: 0 30px;
}
.footer-bottom-wrapper .sub-title-btn {
	margin-left: 0;
}
.nav-section-wrapper {
	width: 100%;
}
.contact-form .form-check p {
	color: #333;
	font-weight: 400;
	line-height: 1.4rem;
	letter-spacing: 0.04rem;
}
.contact-form .wpcf7-response-output {
	margin: 0 5px !important;
}
.contact-form .row p {
	margin-bottom: 0 !important;
}
.contact-form .row .wpcf7-not-valid-tip {
	font-size: 10px !important;
}
.scrollup {
	width: 50px;
	height: 50px;
	opacity: 1;
	position: fixed;
	bottom: 8px;
	left: 15px;
	display: none;
	text-indent: -9999px;
	background: url(../images/icons/circle-arrow.svg) no-repeat;
	z-index: 5;
	background-size: 100% auto;
}
