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

:root {    
    --yellow: #2a2c75;
    --black: #333;
    --primary: #2a2c75;
    --secondary: #1A3C6C;
    --accent: #CDD7D6;
    --colour-1: #1F4883;
    --colour-2: #CE0404;
    --cream: #f5f5f5;
    --grey: #e7e6e6;
    --light-grey: #ddd;
    --light-white: #E9F2EA;
    --gradient-color: linear-gradient(90deg, var(--colour-1) 0%, var(--secondary) 50%, var(--primary) 100%);
    --shadowy: 0 4px 54px rgba(0, 0, 0, .1);
    --shadowyhover: 8px 8px 30px 0 rgba(0, 0, 0, .2);
    --gradient-dark: radial-gradient(98.82% 266.06% at 6.98% 57.46%, rgb(0 0 0 / 90%) 0%, rgb(0 0 1 / 70%) 63.67%, rgb(0 0 0 / 0%) 85.37%);
}



 .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: "Inter", 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;
}
.inter {
	font-family: "Inter", 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: 0px 0;
	background-color: #fff;
}
/* NAV BAR */

.nav {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	margin: auto;
	gap: 50px;
}
 @media (min-width: 1400px) {
.nav {
	max-width: 1320px;
}
}
.nav-left, .nav-right {
	display: flex;
	gap: 20px;
	flex: 1;
}
.nav-left {
	justify-content: center;
}
.nav-right {
	justify-content: left;
}
.nav a {
	color: white;
	text-decoration: none;
}
.nav a.active {
	color: gold;
}
.nav ul {
	display: flex;
	flex-direction: row;
	gap: 35px;
}
.nav ul li a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	text-decoration: none !important;
	padding: 20px clamp(6px,0.5vw,20px);
	display: block;
}
.nav ul li a:hover,  .nav ul li a:focus {
	color: #eaab28;
}
.logo-center {
	flex: 0 0 auto;
}
.logo-center img {
	height: 105px;
	width: auto;
}
/* LOGO LEFT (MOBILE) */

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

.hamburger {
	width: 30px;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	display: none;
	z-index: 1001;
}
.hamburger span {
	background: #0d3d7b;
	height: 4px;
	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: block;
	position: relative;
}
.logo-left {
	display: flex;
}
.logo-center {
	display: none;
}
.hamburger {
	display: block;
}
.nav {
	display: none;
	flex-direction: column;
	background: #003377;
	padding: 20px;
	gap: 20px;
	position: relative;
	left: 0;
	right: 0;
	top: 100%;
}
.nav-left, .nav-right {
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.nav.show {
	display: flex;
}
}
.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: 60px;
	color: #ffffff;
	text-transform: capitalize;
	line-height: 100%;
	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: 18px;
	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;
}
.text-yellow {
	color: #e9aa28 !important;
}
.custom-btn {
	border-radius: 50px;
	color: #0c3c7a;
	background-color: #e9aa28;
	font-size: 18px;
	letter-spacing: 0.04rem;
	padding: 10px 30px;
	border-color: transparent;
	line-height: 100%;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
.custom-btn:hover {
	background-color: #0c3c7a;
	color: #fff;
}
.border-btn {
	border: 2px solid transparent;
	background-color: transparent !important;
}
.white-border {
	border-color: #fff;
	color: #fff;
}
.big-btn {
	padding: 13px 45px;
}
.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: #0c3c7a;
	font-size: 20px;
	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;
}
.service-box-wrapper {
	display: block;
	position: relative;
	padding: 0 10px;
}
.service-box-wrapper-image {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.service-box-wrapper-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: all 3s;
	transform: scale(1);
}
.service-box-wrapper:hover .service-box-wrapper-image img {
	transform: scale(1.2);
}
.service-box-wrapper-content {
	position: relative;
	border-bottom: 1px solid #e9aa28;
	padding-bottom: 30px;
	min-height: 170px;
}
.service-box-wrapper-content h4 {
	font-size: 25px;
	font-weight: 600;
	color: #121621;
}
.cover-bg {
	background-size: cover;
	background-position: center;
	background-repeat: none;
}
.fixed-bg {
	background-attachment: fixed;
}
.featured-box-wrapper {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	position: relative;
}
.featured-box-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.featured-box-icon img {
	width: auto;
	height: 80px;
	display: block;
}
.featured-box-wrapper h4 {
	font-size: 25px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	margin: 20px 0 0;
	text-align: center;
	font-weight: 600;
}
.list-with-tick {
}
.list-with-tick li {
	position: relative;
	font-size: 18px;
	letter-spacing: 0.01rem;
	color: #030303;
	padding-left: 36px;
	margin-bottom: 30px;
	display: block;
}
.list-with-tick li:before {
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/icons/tick.svg') no-repeat left top;
	background-size: 22px auto;
	content: "";
	width: 36px;
	min-height: 20px;
}
.contact-form {
	background-color: #0c3c7a;
	padding: 40px;
	border-radius: 20px;
}
.contact-form .form-control, .contact-form .form-select {
	height: 56px;
	border: 1px solid #fff;
	background-color: transparent;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	color: #fff;
	border-radius: 100px;
	padding-left: 30px;
	padding-right: 30px;
}
.contact-form textarea {
	height: auto !important;
}
.form-title {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
	text-align: center;
	text-transform: capitalize;
}
.contact-form p {
}
.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;
}
.margin-gap-min {
	margin-top: -110px;
}
.mt-120 {
	margin-top: 120px;
}
.half-bg-image {
	position: relative;
	z-index: 1;
	display: block;
	width: 50%;
}
.half-bg-image img {
	width: 100%;
	height: auto;
	display: block;
}
.half-bg-section .container {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	bottom: 0;
}
.about-box {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 10px 56px 0px rgba(0,0,0,.14);
	left: -90px;
	z-index: 10;
	border-radius: 20px;
	padding: 40px;
}
.testimonial-box {
	display: block;
	background-color: #fff;
	padding: 20px 15px;
	position: relative;
	min-height: 215px;
	border-radius: 10px;
	margin: 21px 10px;
}
.testimonial-slider .slider-arrow {
	margin-top: -4%;
}
.review-star {
	font-size: 20px;
	color: #ff8e00;
}
.font-15 {
	font-size: 15px;
	line-height: 1.4rem;
}
.font-13 {
	font-size: 13px;
	line-height: 1.2rem;
}
.font-18 {
	font-size: 18px;
}
.quote-icon svg {
	width: 26px;
	height: 26px;
	display: block;
}
#testimonial .slider-arrow.nav-button-next {
	right: -6px;
}
#testimonial .slider-arrow.nav-button-prev {
	left: -6px;
}
.overlay-bg {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.8);
}
.call-to-action-ph {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
}
.gallery-section ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto 20px;
}
.gallery-section ul li {
}
.filter-list .nav-link {
	color: #333;
	font-weight: 500;
	border-radius: 5px;
	padding: 6px 12px;
	margin: 4px;
	transition: all 0.2s ease-in-out;
}
.filter-list .nav-link:hover {
	background-color: #eee;
}
.filter-list .nav-link.active {
	background-color: #f6c343;
	color: #000;
	font-weight: 500;
}
.grid .img-fluid {
	width: 100%;
}
.icon-btn {
	font-size: 23px;
	color: #000000;
	border: none;
	padding: 0;
	letter-spacing: 0.06rem;
	font-weight: 700;
	text-transform: uppercase;
}
.icon-btn i {
	margin-right: 10px;
}
.icon-btn i svg {
	width: 42px;
	height: 42px;
}
.icon-btn i svg path {
	fill: #3c77c8;
}
.icon-btn span {
	font-size: 15px;
	font-weight: 500;
	color: #3c77c8;
	display: block;
	letter-spacing: 0.01rem;
	text-transform: uppercase;
}
.icon-btn:hover {
	color: #3c77c8;
}
.content-icon-btn .icon-btn {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}
.content-icon-btn .icon-btn span {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.0rem;
	font-family: "Poppins", serif;
}
.content-icon-btn .icon-btn i svg {
	width: 44px;
	height: 44px;
}
.content-icon-btn .icon-btn i {
	margin-right: 12px;
}
.bottom-contact-details .icon-btn i svg path {
	fill: #fff;
}
.footer-bottom-wrapper {
	background-color: #0c3c7a;
	padding: 20px 40px;
	border-radius: 10px;
	margin-bottom: -53px;
}
.map-section iframe {
	width: 100%;
	display: block;
	height: 336px;
}
.footer {
	display: block;
	background-color: #fff;
	padding: 25px 0;
}
.footer-copy-text {
	font-size: 16px;
	color: #151515;
	font-weight: 400;
	letter-spacing: 0.06rem;
	text-transform: capitalize;
}
.social-icon a {
	width: 48px;
	height: 48px;
	border: 2px solid #0f3f7d;
	border-radius: 50%;
	display: block;
}
.social-icon svg {
	width: 24px;
	height: 24px;
	display: block;
}
.social-icon svg path {
	fill: #0f3f7d;
}
.social-icon a.facebook svg {
	width: 28px;
	height: 28px;
}
.social-icon a:hover {
	border-color: #eaab28;
}
.social-icon a:hover svg path {
	fill: #eaab28;
}
.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: #eaab28;
}
.footer-bottom-container {
	display: block;
	padding-top: 24px;
	border-top: 1px solid #eaab28;
	margin-top: 24px;
}
.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;
}
.contact-form .form-check {
	color: #ffffff;
	font-size: 14px;
}
.contact-form .form-check input[type="checkbox"] {
	float: left;
	margin-left: -1.5em;
	margin-top: 5px;
}
.contact-form .form-check label {
	line-height: 1.2rem;
}
.contact-form p {
	margin-bottom: 0;
}

.top-ph-icon{
	display: none;
	color: #ffffff;
	margin-right: 60px;
}
.top-ph-icon a{
	display: block;
	font-size: 30px;
	color: #ffffff;
	text-decoration: none !important;
}

.email-box{
	font-size: 18px !important;
	font-weight: 600;
	text-transform: none !important;
}
.header-mobile-top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: transparent;
}
.header-mobile-top-contact-details{
	background-color: transparent;
	display: flex;
	align-items: start;
	justify-content: space-between;
	position: relative;
	padding-top: 10px;
}
.navigation-section-wrapper .nav{
	background-color: #0c3c7a;
	border-radius: 50px;
}
.logo-box img {
  height: 105px;
  width: auto;
}
.logo-box{
	display: block;
	padding: 10px;
	background-color: #0e3e7c;
}
.header-top-section{
	padding: 10px 0 0px;
}
.navigation-section-wrapper{
	z-index: 5;
	bottom: -15px;
}
.checktrade-logo{
	margin-top: 5px;
}
.header{
	background-image: url('../images/bg-head.png');
    background-repeat: no-repeat;
   background-position: top left;
   background-size: auto;
}
.logo-left a{
	padding: 5px;
	background-color: #0c3c7a;
}

@keyframes zoomer {
	0% {transform: scale(0.5); opacity: 0;}
	100% {transform: scale(1); opacity: 1;}
}
@keyframes zoomin {
	0% {transform: translate(0%, 0%) scale(0);}
	100% {transform: translate(0%, 0%) scale(1);}
}

.star-rated-box{
  display: block;
  position: relative;
  background: url('../images/rated-star-new.png') 50% / auto 60% no-repeat, var(--gradient-color);
  width: clamp(150px, 20vw, 300px);
  height: clamp(150px, 20vw, 300px);
  border-radius: 50%;
  text-indent: -99999px;
}
.overlay-gre{
	background: var(--gradient-dark);
  animation: fader 3s ease;
}
.mobile-rating-circle{
	position: absolute;
	z-index: 10;
	right: 43px;
  top: 18%;
}
