body{
	font-family: "Inter", sans-serif;
	line-height: 25px;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	font-weight: 400;
	letter-spacing: 0.3px;
}
a {
    background: 0 0;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    color: #222;
}
a, a:focus, a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    margin-top: 0;
    color: #111;
}
.sec-bg{
	background:#f2f2f2;
}
.header{
	background-color: #fff;
}
.top-bar{
	background:#062e5b;
	padding: 8px 0;
}
.top-bar .mobile-bar{
	display:none;
}
.top-bar p{
	margin:0;
	color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.navbar{
	padding: 5px 0;
}
.top-bar p a{
	color:#fff;
	text-decoration:underline;
}
.navbar-nav li{
	padding:6px;
}
.navbar-nav li a{
	font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.3px;
    color: #111;
}
.navbar-nav li a:hover{
	color: #062e5b;
}
.main-btn{
	color: #fff;
    text-transform: uppercase;
    background-color: #e30613;
	display: inline-block;
	box-shadow:0 8px 22px rgba(8, 47, 95, 0.08);
	font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    line-height: 1.7em;
    border: 1px solid #e30613;
    letter-spacing: 0.3px;
	border-radius:5px;
}
.main-btn.serv-btn{
	background:transparent;
}
.main-btn:hover{
	background:#062e5b;
	color: #fff;
	border-color:#062e5b;
}
.main-btn.serv-btn:hover{
	background-color: #e30613;
	border-color:#e30613;
}
.navbar .main-btn{
	font-size: 16px;
    padding: 7px 30px;
}
.sec-pad{
	padding:70px 0;
}
.hero-sec{
	background-image: linear-gradient(120deg, #000 30%, rgba(253, 253, 253, 0.68) 90%), url('../images/hero-bg.webp');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
	padding-top:80px;
	padding-bottom:80px;
}
.hero-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1.2em;
    margin-bottom: 20px;
	color:#fff;
	letter-spacing:1px;
}
.hero-text{
	font-size:18px;
}
.feature-items{
	display:flex;
	gap:15px;
	margin-top:30px;
}
.f-item span{
	color:#fff;
	font-size:15px;
}
.f-item i{
	color:#e30613;
}
.hero-form{
	background:#fff;
	padding:25px;
	border-radius:12px;
	box-shadow:0 8px 22px rgba(8, 47, 95, 0.08);
}
.form-title{
	font-size:25px;
	font-weight:bold;
}
.form-input{
	margin-bottom:15px;
}
.form-input label{
	font-size:14px;
	display:block;
	margin-bottom:5px;
}
.form-input .form-control{
	padding:10px;
	border-color:#e2e8f0;
	border-radius: 4px;
    color: #000 !important;
}
.form-input .form-control:focus{
	box-shadow:none;
}
.sec-title{
	font-size: 32px;
    font-weight: bold;
    color: #062e5b;
	margin-bottom:30px;
}
.sec-title span{
	color:#e30613;
}
.about-img{
	height:100%;
}
.about-img img{
	border-radius:12px;
	height:100%;
	object-fit:cover;
}
.about-list ul{
	list-style:none;
}
.about-list ul li{
	position:relative;
	padding-left:20px;
	margin-bottom:5px;
}
.about-list ul li:before{
	content: "\f00c";
    font-family: FontAwesome;
	position:absolute;
	left:0;
	top:0;
	color:#062e5b;
}
.services-sec .services .row{
	gap:25px 0;
}
.service-card a{
	position:relative;
	display:block;
}
.service-card a .overlay{
	position: absolute;
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: .6;
	transition:0.4s;
	border-radius:12px;
}
.service-card a:hover .overlay{
	opacity: .4;
}
.service-content{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	z-index:111;
}
.service-card a img{
	border-radius:12px;
	height: 350px;
    object-fit: cover;
}
.inner-services .service-card a img{
	height: 280px;
}
.service-content i{
	font-size:25px;
	margin-bottom:10px;
}
.wc-sec-inner{
	border-radius:12px;
	padding:30px;
	box-shadow: 0 8px 22px rgba(8, 47, 95, 0.08);
}
.wc-img{
	height:100%;
}
.wc-img img{
	border-radius:12px;
	height:100%;
	object-fit:cover;
}
.wc-list{
	border-radius:12px;
	border:1px solid #e2e8f0;
	padding:15px;
	background:#fff;
	margin-bottom:20px;
}
.wc-list:last-child{
	margin-bottom:0;
}
.wc-list h3{
	font-size:18px;
	color:#062e5b;
	font-weight:600;
}
.wc-list p{
	margin-bottom:0;
	font-size:14px;
}
.process-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(8, 47, 95, 0.08);
  transition: all 0.3s ease;
  height:100%;
}
.process-top-line {
  height: 8px;
  background: #e30613;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.step-number {
  width: 66px;
  height: 66px;
  background: #e30613;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  margin-bottom:20px;
}
.process-card h3{
	font-size:20px;
	color:#062e5b;
	font-weight:700;
}
.process-card p{
	margin-bottom:0;
}
.area-box{
	background: #f2f2f2;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 18px;
  color: #062e5b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transition: all 0.3s ease;
}
.accordion-item{
	border:none;
	margin-bottom:10px;
	border-radius:12px !important;
}
.accordion-button{
	border:1px solid #e2e8f0 !important;
	border-radius:12px !important;
}
.accordion-button:not(.collapsed) {
    background-color: #062e5b !important;
    color: #fff;
	box-shadow:none;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(30);
}
.accordion-body p{
	margin-bottom:0;
}
.testimonial-sec{
	background-color:#e30613;
}
.testimonial-item{
	background:#f4f7fc;
}
.quote_ {
	opacity: 0.1;
}
.accreditations-sec{
	padding:15px 0;
}
.accreditations-img img{
	width:100px;
}	
.footer-contact-sec{
	background:#062e5b;
}	
.contact-block{
	background:#fff;
	padding:32px;
	border-radius:12px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cb-icon i{
	font-size: 2.5rem;
    margin-bottom: 1.5rem;
	color:#062e5b;
}	
.contact-block h3{
	font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.get-in-touch__contact {
    color: #062e5b;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}
.get-in-touch__contact:hover{
	color:#e30613;
}
.contact-block p{
	font-size: .875rem;
    margin-bottom: 1.5rem;
}
.contact-block .main-btn{
	padding: 7px 20px;
    display: block;
    text-align: center;
}
.contact-block .contact-btn{
	background:#e30613;
}
.contact-block .contact-btn:hover{
	background:#062e5b;
}
.contact-block .main-btn.cta-btn{
	background:#062e5b;
	border-color:#062e5b;
}
.footer{
	background:#03172f;
}
.tp-social a{
	padding-left:0;
	padding-right:10px;
}
.tp-social a i{
	width: 35px;
    height: 35px;
	background:#fff;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
}
.tp-social a i:hover{
	color:#e30613;
}
.ftm-title{
	font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
	color:#fff;
}
.ftm-menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
.ftm-menu ul li{
	padding:3.5px 0;
	position:relative;
	padding-left:15px;
	font-size:15px;
	font-weight:500;
}
.ftm-menu ul li:before{
	content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 3.5px;
    left: 0;
}
.ftm-menu ul li.ftm-address{
	padding-left:20px;
	line-height: 25px;
}
.ftm-menu ul li.ftm-email{
	padding-left:20px;
}
.ftm-menu ul li.ftm-phone{
	padding-left:20px;
	margin-top:5px
}
.ftm-menu ul li.ftm-address:before{
	content:"\f041";
	
}
.ftm-menu ul li.ftm-email:before{
	content:"\f0e0";
	
}
.ftm-menu ul li.ftm-phone:before{
	content:"\f095";
}
.ftm-menu ul li a{
	color: #fff;
    transition: 0.4s;
	
}
.ftm-menu ul li:hover i,
.ftm-menu ul li:hover a{
	color:#e30613;
}
.footer-bottom{
	background-color: #020f20;
}
.footer-bottom p{
	padding: 8px 0;
    color: #fff;
	margin:0;
}
.float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.hero-inner{
	background-color:#062e5b;
	padding-top:80px;
	padding-bottom:140px;
}
.page-title{
	font-size:40px;
	color:#fff;
	font-weight:bold;
}
.main-item{
	background:#fff;
	margin-top:-60px;
	padding:25px 24px;
	border-radius:12px;
	box-shadow: 0 8px 22px rgba(8, 47, 95, 0.08);
}
.page-img img{
	border-radius:12px;
}
.sidebar {
  position: sticky;
  top: 20px;
}
.page-form{
	border-radius:12px;
	background-color:#062e5b;
}
.page-form .form-title{
	font-weight:600;
	font-size:22px;
}
.page-form .form-input label{
	color:#fff;
}
.inner-services{
	padding-top:50px;
}
.inner-services .service-card h3{
	font-size:22px;
}
.inner-services .service-card p{
	font-size:14px;
	margin-bottom:0;
}
.contact-page p{
	font-size: 25px;
    line-height: 1.4em;
    font-weight: 600;
}
.contact-page p a{
	color:#062e5b;
}
.contact-page p a:hover{
	color:#e30613;
}
.contact-page .tp-social a i{
	background:#e30613;
	color:#fff;
}
.contact-page .tp-social a i:hover{
	background:#062e5b;
}
@media only screen and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media only screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media only screen and (max-width: 1200px) {
	.ftm-widget-first{
		margin-bottom:20px;
	}
	.main-btn.ms-2{
		margin-left:0 !important;
	}
}
@media only screen and (max-width: 992px) {
	.navbar-collapse{
		position:absolute;
		top:78px;
		left:0;
		background:#fff;
		padding:20px 10px;
		padding-top:0;
		z-index:111;
		width:100%;
	}
	.navbar-nav{
		padding-top:20px;
	}
	.navbar-nav li{
		padding:0;
	}
	.navbar-toggler{
		border-radius: 0;
		padding: 6px;
	}
	.navbar-toggler:focus{
		box-shadow:none;
	}
	.hero-title{
		font-size:55px;
	}
	.about-img.pe-3{
		padding-right:0 !important;
	}
	.ftm-widget-first{
		margin-bottom:0;
	}
	.row{
		gap:20px 0;
	}
	.sec-title{
		font-size:30px;
	}
}
@media only screen and (max-width: 767px) {
	.sec-pad {
		padding: 50px 0;
	}
	.desktop-bar{
		display:none;
	}
	.top-bar .mobile-bar{
		display:block;
		font-size:13px;
	}
	.hero-sec{
		padding-top:50px;
		padding-bottom: 50px;
	}
	.hero-title {
        font-size: 26px;
		margin-bottom: 15px;
    }
	.hero-text{
		font-size:16px;
	}
	.hero-btn .main-btn{
		display:block;
		text-align:center;
	}
	.hero-btn .main-btn.me-2{
		margin-right:0 !important;
		margin-bottom:12px;
	}
	.feature-items{
		display:block;
	}
	.sec-title{
		font-size:25px;
		margin-bottom: 15px !important;
	}
	.fm-row .col-md-6.ps-0{
		padding-left: calc(var(--bs-gutter-x) * .5) !important;
	}
	.service-card a img{
		height: 280px;
	}
	.wc-sec-inner{
		padding: 15px;
	}
	.areas-wrapper .row{
		gap:0;
	}
	.hero-inner{
		padding-top: 50px;
		padding-bottom: 90px;
	}
	.page-title{
		font-size:30px;
	}
	.main-item{
		padding:15px;
	}
	.get-in-touch__contact{
		margin-bottom:8px;
	}
}