﻿@font-face {
    font-family: "OC Format Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/OCFormatSans-Rg.otf") format("opentype");
}

@font-face {
    font-family: "Caros";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Caros-ExtraBold.otf") format("opentype");
}
:root {
    --header-height: 130px;
}

body {
  font-family: "OC Format Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px
;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Caros", serif;
  color: #111111;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal
;}

p {
  color: #111111;
  font-size: 16px;
  
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.6
;}

.page-area ul, .blog_details ul {
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.page-area ul li, .blog_details ul li {
	list-style: disc;
}

.page-area img, .info-area img {
    width: 100%;
    border-radius: 20px;
}

.f-right {
  float: right
;}

.fix {
  overflow: hidden
;}

.clear {
  clear: both
;}

.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 { margin-top: 60px; }
.mt-65 { margin-top: 65px; }
.mt-70 { margin-top: 70px; }
.mt-75 { margin-top: 75px; }
.mt-80 { margin-top: 80px; }
.mt-85 { margin-top: 85px; }
.mt-90 { margin-top: 90px; }
.mt-95 { margin-top: 95px; }
.mt-100 { margin-top: 100px; }

.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.mb-65 { margin-bottom: 65px; }
.mb-70 { margin-bottom: 70px; }
.mb-75 { margin-bottom: 75px; }
.mb-80 { margin-bottom: 80px; }
.mb-85 { margin-bottom: 85px; }
.mb-90 { margin-bottom: 90px; }
.mb-95 { margin-bottom: 95px; }
.mb-100 { margin-bottom: 100px; }

.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }
.pt-55 { padding-top: 55px; }
.pt-60 { padding-top: 60px; }
.pt-65 { padding-top: 65px; }
.pt-70 { padding-top: 70px; }
.pt-75 { padding-top: 75px; }
.pt-80 { padding-top: 80px; }
.pt-85 { padding-top: 85px; }
.pt-90 { padding-top: 90px; }
.pt-95 { padding-top: 95px; }
.pt-100 { padding-top: 100px; }

.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }
.pb-55 { padding-bottom: 55px; }
.pb-60 { padding-bottom: 60px; }
.pb-65 { padding-bottom: 65px; }
.pb-70 { padding-bottom: 70px; }
.pb-75 { padding-bottom: 75px; }
.pb-80 { padding-bottom: 80px; }
.pb-85 { padding-bottom: 85px; }
.pb-90 { padding-bottom: 90px; }
.pb-95 { padding-bottom: 95px; }
.pb-100 { padding-bottom: 100px; }


a,
.button {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
;}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none
;}

a {
  color: #111111;
  text-decoration: none
;}

a:hover {
  color: #E5302B
;}

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

a,
button {
  outline: medium none
;}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0
;}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
;}

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

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

li {
  list-style: none
;}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0
;}

@keyframes bounce {
  0% {
    transform: translateY(-3px)
  }
  50% {
    transform: translateY(3px)
  }
  100% {
    transform: translateY(-3px)
  }
}

.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
;}

#back-top {
  background: #E5302B;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2)
;}

@media (max-width: 575px) {
  #back-top {
    right: 16px
  ;}
}

#back-top a i {
  display: block;
  line-height: 50px
;}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}

.slick-initialized .slick-slide {
  outline: 0
;}

.running {
  animation: nudge 10s linear infinite alternate
;}

@keyframes nudge {
  0%,
  100% {
    transform: translate(0, 0)
  }
  50% {
    transform: translate(-100px, 0);
    @media (max-width: 575px) {
      transform:translate(-50px, 0) !important
    }
  }
  80% {
    transform: translate(100px, 0);
    @media (max-width: 575px) {
      transform:translate(50px, 0) !important
    }
  }
}

.nice-select {
  line-height: 30px;
  border: 1px solid #eaeaea;
  height: 50px;
  width: 100%;
  color: #071112;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 10px;
  border-radius: 25px
;}

.nice-select::after {
  border-bottom: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  height: 7px;
  right: 41px;
  width: 7px
;}

.nice-select .list {
  width: 100%;
  border-radius: 0
;}

.nice-select.open .list {
  width: 100%;
  border-radius: 0
;}

.nice-select .option {
  color: #071112
;}

.nice-select::placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400
;}

.section-padding {
    padding: 80px 0;
;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
   }
}

@media (max-width: 575px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px
  ;}
}

.footer-padding {
  padding-top: 80px;
  padding-bottom: 0
;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 20px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 20px
  ;}
}

@media (max-width: 575px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 50px
  ;}
}

@media (max-width: 575px) {
  .section-tittle {
    margin-bottom: 50px
  ;}
}

.section-tittle p {
  color: #6A6063;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5
;}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle p br {
    display: none
  ;}
}

@media (max-width: 575px) {
  .section-tittle p br {
    display: none
  ;}
}

.section-tittle p a {
  text-decoration: underline
;}

.section-tittle>span {
  color: #7EA0FF;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0.05em
;}

@media (max-width: 575px) {
  .section-tittle>span {
    font-size: 14px;
    padding-left: 0px
  ;}
}

.section-tittle h2 {
  font-size: 46px;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 22px
;}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .section-tittle h2 {
    font-size: 40px
  ;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-tittle h2 {
    font-size: 41px
  ;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle h2 {
    font-size: 43px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 {
    font-size: 31px
  ;}
}

@media (max-width: 575px) {
  .section-tittle h2 {
    font-size: 24px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 br {
    display: none
  ;}
}

@media (max-width: 575px) {
  .section-tittle h2 br {
    display: none
  ;}
}

.section-img-bg2 {
  background-size: cover !important;
  background-repeat: no-repeat !important;}

.btn {
    border: 0;
    background: #E5302B;
    color: #fff;
    padding: 15px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.btn i {
  padding-right: 11px
;}

.btn:hover {
	background: #D71E1A;
	color: #fff;
}

.hero-btn {
  padding: 30px 40px;
  background: #E5302B
;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-btn {
    padding: 28px 55px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-btn {
    padding: 25px 55px
  ;}
}

@media (max-width: 575px) {
  .hero-btn {
    padding: 25px 55px
  ;}
}

.submit-btn {
  width: 100%;
  background: #E5302B;
  font-family: "Caros", serif;
  text-transform: inherit !important;
  padding: 25px 43px;
  color: #fff !important;
  
  display: inline-block;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 35px;
  
  line-height: 0;
  cursor: pointer;
  -moz-user-select: none;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden
;}

.submit-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #111111;
  z-index: 1;
  
  transition: transform 0.5s;
  
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px
;}

.submit-btn:hover {
  color: #fff !important;}

.submit-btn:hover::before {
  transform: scaleX(1);
  z-index: -1
;}

.submit-btn i {
  font-size: 20px;
  margin-right: 10px;
  color: #fff;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
;}

.btn_1 {
  background-color: #E5302B;
  border: 1px solid #E5302B;
  color: #fff !important;
  display: inline-block;
  padding: 16px 41px;
  text-transform: capitalize;
  line-height: 16px;
  margin-top: 32px;
  font-size: 13px
;}

.btn_1:hover {
  background-color: #fff;
  border: 1px solid #E5302B;
  color: #E5302B !important;}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none
;}


.boxed-btn {
  background: #fff;
  
  display: inline-block;
  padding: 18px 44px;
  font-family: "Caros", serif;
  font-size: 14px;
  font-weight: 400;
  
  border: 1px solid #E5302B;
  letter-spacing: 1px;
  text-align: center;
  color: #E5302B;
  text-transform: uppercase;
  cursor: pointer
;}

.boxed-btn:hover {
  background: #E5302B;
  color: #fff !important;
  border: 1px solid #E5302B
;}

.boxed-btn:focus {
  outline: none
;}

.boxed-btn2 {
  padding: 4px 20px !important;}

.loan-btn {
  padding: 28px 36px
;}

.header
{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
    height: var(--header-height);
}
main {
    padding-top: var(--header-height);
}
.header_container
{
	width: 100%;
	z-index: 1;
	background: #fff;
	position: relative;
}
.header_content
{
	width: 100%;
	height: 130px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled .header_content
{
	height: 100px!important;
}

.header.scrolled .mega-menu {
	top: 100px;
}

.header.scrolled .mega-parent:hover::after {
	height: 45px;
}

.header-logo {
	width: 20%;
}

.header-logo img {
	height: 90px;
}

.header-nav {
	width: 60%;
	height: 100%;
}

.header-contact {
	width: 20%;
	text-align: left;
}

/* Tablet / narrow desktop */
@media (min-width: 992px) and (max-width: 1200px) {
	.header-contact {
		display: none !important;
	}

	.header_content {
		display: flex;
		width: 100%;
	}

	.header-logo {
		flex: 0 0 auto;
		width: auto !important;
	}

	.header-nav {
		display: flex !important;
		flex: 0 1 auto;
		width: auto !important;
		margin-left: auto !important;
	}

	.main_nav {
		width: auto;
	}

	.main_nav > ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 28px;
		margin: 0;
		padding: 0;
	}

	.main_nav > ul > li {
		margin: 0 !important;
	}

	.header_extra {
		display: none;
	}
}
/* Switch from desktop navigation to hamburger */
@media (max-width: 990px) {
	.header-nav,
	.header-contact {
		display: none !important;
	}

	.header_extra {
		display: block;
		margin-left: auto;
	}
}

.header-contact .social {
	width: 20%;
}

.header-contact .social i {
	font-size: 20px;
}

.header-contact .contact-helpdesk {
	width: 100%;
    padding-left: 30px;
}

.header-contact .contact-helpdesk h3 {
    line-height: 1;
    margin-bottom: 4px;
}

.header-contact .sms-help {
    font-size: 13px;
    line-height: 1.2;
}

.header-contact .sms-help a {
    color: inherit;
    text-decoration: none;
}

.header-contact .sms-help a:hover {
    text-decoration: underline;
}

.header-logo a
{
	font-size: 30px;
	font-weight: 700;
	color: #E5302B;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav,
.main_nav > ul {
	height: 100%;
}

.main_nav > ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main_nav > ul > li {
	flex: 1;
	text-align: center;
	height: 100%;
	position: static;
}

.main_nav > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 45px;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	line-height: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav > ul > li > a > small
{
	font-size: 12px;
	font-weight: 500;
}
.main_nav > ul > li > a:hover,
.main_nav > ul > li.active > a
{
	color: #E5302B;
}
.header_extra
{
	margin-left: auto;
	display: flex;
	align-items: center;
}


.mega-parent:hover .mega-menu,
.mega-menu:hover {
	visibility: visible;
	opacity: 1 !important;
	pointer-events: auto;
	transform: translateY(0);
}

.mega-parent:hover::after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100vw;
	height: 35px;
	z-index: 998;
}

.mega-menu {
	position: fixed;
	left: 0;
	top: 130px;
	width: 100vw;
	background: #000;
	box-shadow: 0 20px 40px rgba(0,0,0,0.12);
	padding: 45px 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition:
		opacity 0.2s ease,
		transform 0.2s ease,
		visibility 0.2s ease;
	transform: translateY(10px);
	z-index: 999;
	text-align: left;
}

.mega-list {
	color: #fff;
}

.mega-list li {
	line-height: 2;
}

.mega-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr 1fr;
	gap: 40px;
	align-items: stretch;
}

.mega-col h4,
.mega-card h4 {
	font-size: 22px;
	margin-bottom: 18px;
	color: #fff;
	line-height: 1.25;
}

.mega-col a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
}

.mega-col a:hover,
.mega-card a:hover {
	color: #E5302B;
}

.mega-col p,
.mega-card p {
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 14px;
}

.mega-card {
	background: #f7f3f1;
	padding: 28px;
	border-radius: 14px;
}

.mega-btn {
	display: inline-block !important;
	margin-top: 10px;
	background: #E5302B;
	color: #fff !important;
	padding: 12px 18px;
	border-radius: 30px;
}

.mega-btn:hover {
	background: #D71E1A;
	color: #fff !important;
}

.mega-parent {
	position: static;
}


.mega-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 22px;
}

.mega-links h4 {
	grid-column: 1 / -1;
}

.mega-links a {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0;
	line-height: 1.35;
}

.mega-links a i {
	width: 20px;
	min-width: 20px;
	text-align: center;
	color: #E5302B;
	font-size: 15px;
}

.mega-card h4,
.mega-card p {
	color: #111;
}

.mega-card a {
	display: inline-block;
	margin-top: 8px;
	font-weight: 700;
}

.mega-card a:hover {
	color: #111;
}

.mega-card-label {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mega-intro .mega-btn {
	margin-top: 8px;
}

/* Services mega menu */

.mega-services-grid {
	grid-template-columns: 1fr 1fr 1fr;
}

.mega-services-grid .mega-links {
	display: block;
}

.mega-services-grid .mega-links a,
.mega-mini-card a {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.mega-services-grid .mega-links a i,
.mega-mini-card a i {
	width: 20px;
	min-width: 20px;
	text-align: center;
	color: #E5302B;
	font-size: 15px;
}

.mega-split-col {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.mega-mini-card {
	margin-top: 6px;
	padding: 22px;
	border-radius: 14px;
	background: #f7f3f1;
}

.mega-mini-card .mega-card-label {
	color: #E5302B;
}

.mega-mini-card a {
	color: #111;
	margin-bottom: 11px;
}

.mega-mini-card a:last-child {
	margin-bottom: 0;
}

.mega-mini-card a:hover,
.mega-services-grid .mega-links a:hover {
	color: #E5302B;
}

@media (max-width: 991px) {
	.mega-services-grid {
		grid-template-columns: 1fr;
	}

	.mega-split-col {
		gap: 18px;
	}
}

@media (max-width: 991px) {
	.mega-menu {
		position: static;
		width: 100%;
		padding: 25px 0;
		opacity: 1 !important;
		visibility: visible;
		pointer-events: auto;
	}

	.mega-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.mega-links {
		grid-template-columns: 1fr;
	}

	.mega-card {
		margin-top: 5px;
	}
}

.mega-testimonial {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.mega-testimonial_body {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.mega-testimonial_quote {
    font-size: 3rem;
    line-height: 0.8;
    color: #c9d5ff;
    font-family: Georgia, serif;
    flex-shrink: 0;
    opacity: .25;
}

.mega-testimonial_text {
    margin: 0;
}


.mega-testimonial_text {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #333;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mega-testimonial_link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #4f6df5;
    text-decoration: none;
    transition: .2s ease;
}

.mega-testimonial_link:hover {
    color: #2749d8;
}

.mega-testimonial_author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
}

.mega-testimonial_avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.mega-testimonial_author strong {
    display: block;
    font-size: 16px;
    color: #111;
}

.mega-testimonial_author div div {
    margin-top: 3px;
    font-size: 14px;
    color: #777;
}

.header-blog-content {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.header-blog-thumb {
	flex: 0 0 120px; /* image width */
}

.header-blog-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.header-blog-info {
	flex: 1;
}

.hamburger
{
	display: none;
	margin-left: 20px;
	cursor: pointer;
	margin-right: 4px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.hamburger i
{
	font-size: 18px;
	color: #E5302B;
}


.slider-height {
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height {
    min-height: 680px
  ;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height {
    min-height: 600px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height {
    min-height: 600px
  ;}
}

@media (max-width: 575px) {
  .slider-height {
    min-height: 450px
  ;}
}

.slider-height2 {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height2 {
    height: 350px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height2 {
    height: 250px
  ;}
}

@media (max-width: 575px) {
  .slider-height2 {
    height: 250px
  ;}
}

.slider-area .hero-caption h1 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 23px;
  color: #fff;
  line-height: 1.1
;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .hero-caption h1 {
    font-size: 60px;
    line-height: 1.2
  ;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .hero-caption h1 {
    font-size: 50px;
    line-height: 1.2
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero-caption h1 {
    font-size: 35px;
    line-height: 1.2
  ;}
}

@media (max-width: 575px) {
  .slider-area .hero-caption h1 {
    font-size: 35px;
    line-height: 1.2
  ;}
}

.slider-area .hero-caption span {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  
  color: #fff;
  margin-bottom: 37px;
  text-transform: uppercase;
  display: inline-block
;}

@media (max-width: 575px) {
  .slider-area .hero-caption span {
    margin-bottom: 30px
  ;}
}

.slider-area .hero-caption p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5
;}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero-caption p br {
    display: none
  ;}
}

@media (max-width: 575px) {
  .slider-area .hero-caption p br {
    display: none
  ;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .hero-caption p {
    margin-bottom: 43px;
    font-size: 21px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero-caption p {
    margin-bottom: 43px;
    font-size: 21px
  ;}
}

@media (max-width: 575px) {
  .slider-area .hero-caption p {
    margin-bottom: 43px;
    font-size: 21px
  ;}
}

.slider-area .hero-caption.hero-caption2 h2 {
  color: #fff;
  font-size: 60px;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px
;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .hero-caption.hero-caption2 h2 {
    margin-bottom: 20px;
    font-size: 43px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero-caption.hero-caption2 h2 {
    margin-bottom: 20px
  ;}
}

@media (max-width: 575px) {
  .slider-area .hero-caption.hero-caption2 h2 {
    margin-bottom: 20px;
    font-size: 44px
  ;}
}

.slider-area .hero-caption.hero-caption2 p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6
;}

@media (max-width: 575px) {
  .slider-area .hero-caption.hero-caption2 p {
    font-size: 18px
  ;}
}

.native-hero-overlay {
  position: relative;
  z-index: 0
;}

.native-hero-overlay::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat
;}

.native-hero-overlay-odd {
  position: relative;
  z-index: 0
;}

.native-hero-overlay-odd::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat
;}

.dot-style .slick-dots {
  text-align: center;
  right: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
;}

.dot-style .slick-dots li {
  display: block;
  margin-bottom: 3px
;}

.dot-style .slick-dots li.slick-active button::before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  border: 2px solid #fff;
  left: 49%;
  margin: 0 auto;
  text-align: center;
  top: 63%;
  transform: translateY(-48%) translateX(-48%);
  border-radius: 50%;
  line-height: 25px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
;}

.dot-style .slick-dots button {
  text-indent: -100000px;
  height: 7px;
  width: 7px;
  border: 0;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  margin-bottom: 15px;
  background: #fff
;}

.dot-style .slick-dots .slick-active button {
  background: #fff;
  position: relative;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
;}

.blog-area .blog {
  margin: 0 12px
;}

.blog-area .blog .blog-card {
  border-radius: 10px;
  background: #fff;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
;}

.blog-area .blog .blog-card:hover {
  box-shadow: 0px 8px 8px 0px rgba(2, 25, 65, 0.08)
;}

.blog-area .blog .blog-card .blog-img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  position: relative
;}

.blog-area .blog .wrap-wrapper {
  border: 1px solid #F1F4F8;
  border-radius: 0 0 10px 10px;
  border-top: 0
;}

.blog-area .blog .wrap-wrapper .blog-caption {
  padding: 30px 18px 8px 30px
;}

.blog-area .blog .wrap-wrapper .blog-caption h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .blog .wrap-wrapper .blog-caption h3 {
    font-size: 16px
  ;}
}

.blog-area .blog .wrap-wrapper .blog-caption h3 a:hover,
.blog-area .blog .wrap-wrapper .blog-caption h3 .blog-card {
  color: #ff5757
;}

.blog-area .blog .wrap-wrapper .blog-caption P {
  color: #6A6063
;}

.blog-area .blog .wrap-wrapper .blog-caption P span {
  color: #E5302B;
  font-size: 16px
;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .blog .wrap-wrapper .blog-caption P span {
    font-size: 12px
  ;}
}

.blog-area .blog .wrap-wrapper .blog-footer {
  padding: 0px 30px 30px 30px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
;}

@media (max-width: 575px) {
  .blog-area .blog .wrap-wrapper .blog-footer {
    padding: 0px 10px 20px 12px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog .wrap-wrapper .blog-footer {
    padding: 0px 9px 20px 8px
  ;}
}

.blog-area .blog .wrap-wrapper .blog-footer .class-day span {
  font-family: "Caros", serif;
  color: #E5302B;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px
;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .blog .wrap-wrapper .blog-footer .class-day span {
    font-size: 12px
  ;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .blog .wrap-wrapper .blog-footer .class-day span {
    font-size: 15px
  ;}
}

@media (max-width: 575px) {
  .blog-area .blog .wrap-wrapper .blog-footer .class-day span {
    font-size: 15px
  ;}
}

.blog-area .blog .wrap-wrapper .blog-footer .class-day p {
  margin: 0;
  font-size: 14px
;}

.blog-area .blog:hover .blog-card {
  box-shadow: 0px 8px 20px rgba(255, 55, 123, 0.15)
;}

.blog-area .blog:hover .blog-caption h3 {
  color: #E5302B
;}

.services1-active button.slick-arrow {
  position: absolute;
  border: 0;
  padding: 0;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  background: none
;}

.services1-active button.slick-arrow i {
  font-size: 30px;
  color: rgba(32, 69, 112, 0.3);
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
;}

.services1-active button.slick-arrow i:hover {
  color: #E5302B
;}

.services1-active button.slick-prev {
  left: -40px
;}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .services1-active button.slick-prev {
    left: -10px
  ;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services1-active button.slick-prev {
    left: -10px
  ;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services1-active button.slick-prev {
    left: -10px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services1-active button.slick-prev {
    left: -10px
  ;}
}

.services1-active button.slick-next {
  right: -40px
;}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .services1-active button.slick-next {
    right: -10px
  ;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services1-active button.slick-next {
    right: -10px
  ;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services1-active button.slick-next {
    right: -10px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services1-active button.slick-next {
    right: -10px
  ;}
}

.our-services {
  z-index: 0
;}

.our-services .single-services {
  background-color: #fff
;}

.our-services .single-services .services-icon img {
  text-align: center;
  margin-bottom: 35px
;}

.our-services .single-services .services-cap h5 a {
  font-weight: 700;
  font-size: 26px;
  color: #111111;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block
;}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services .single-services .services-cap h5 a {
    font-size: 21px
  ;}
}

.our-services .single-services .services-cap p {
  font-weight: 300;
  color: #6A6063;
  line-height: 1.6
;}

.our-services .single-services:hover {
  background: #fff
;}

.our-services .single-services:hover h5 a {
  color: #E5302B
;}

.count-down-area .count-down-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
;}

.count-down-area .count-down-wrapper .single-counter {
  padding: 44px 7px 44px 7px;
  margin-bottom: 30px
;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-down-area .count-down-wrapper .single-counter {
    margin-bottom: 0px
  ;}
}

@media (max-width: 575px) {
  .count-down-area .count-down-wrapper .single-counter {
    padding: 15px 7px 15px 7px
  ;}
}

.count-down-area .count-down-wrapper .single-counter .captions {
  margin-left: 20px
;}

.count-down-area .count-down-wrapper .single-counter .captions .counter {
  font-size: 46px;
  font-family: "Caros", serif;
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 700;
  color: #fff
;}

.count-down-area .count-down-wrapper .single-counter .captions span {
  color: #fff;
  font-size: 46px;
  font-weight: 700
;}

.count-down-area .count-down-wrapper .single-counter .captions p {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 300;
  display: block;
  font-family: "Caros", serif;
  color: #fff
;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-down-area .count-down-wrapper .single-counter .captions p {
    font-size: 15px
  ;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .count-down-area .count-down-wrapper .single-counter .captions p {
    font-size: 15px
  ;}
}

.color-green {
  color: #1e9d78
;}

.feature-area {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #111111, #000000);
}

.feature-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/korowai.webp") no-repeat center center;
    background-size: cover;
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
}

.feature-area p, .feature-area h2, .feature-area h5 {
    color: #f8f8f8;
}

.impact-area {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #000000, #111111);
}

.impact-area h3 {
	color: #f8f8f8;
}

.impact-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/wave.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .8;
    pointer-events: none;
    z-index: 0;
}

.intro-area {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #7F9B8D, #2F5D50);
    padding-bottom: 100px;
}

.intro-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../images/rauru-white-right.png") no-repeat right center;
    background-size: contain;
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
}

.welcome-area {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #7F9B8D, #2F5D50);
    padding-bottom: 500px;
}

.welcome-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../images/rauru-white-right.png") no-repeat right center;
    background-size: contain;
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
}

.feature-area h5 small {
	color: #E5302B;
}

.welcome-area .container {
    position: relative;
    z-index: 1;
}

.welcome-area .support-location-img {
    position: relative;
}

.welcome-area h2,
.welcome-area p {
    color: #f8f8f8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area .support-location-img {
        right: 0;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .welcome-area .support-location-img {
        right: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .welcome-area .support-location-img {
        right: 0;
        margin-bottom: 40px;
    }
}

.welcome-area .support-location-img img {
    width: 100%;
    border-radius: 20px;
}

.welcome-area .right-caption {
    position: relative;
}

.welcome-area .right-caption .support-caption span {
    color: #FF6162;
    font-size: 25px;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 575px) {
    .welcome-area .right-caption .support-caption span {
        font-size: 20px;
    }
}

.welcome-area .right-caption .support-caption p.pera-top {
    font-weight: 300;
    margin-bottom: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .welcome-area .right-caption .support-caption p.pera-top {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .welcome-area .right-caption .support-caption p.pera-top {
        margin-bottom: 25px;
    }
}

.welcome-area .right-caption .support-caption p {
    font-size: 18px;
    font-weight: 400;
}

.intro-area .container {
    position: relative;
    z-index: 1;
}

.intro-area .support-location-img {
    position: relative;
}

.intro-area h2, .intro-area p {
	color: #f8f8f8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-area .support-location-img {
    right: 0px;
    margin-bottom: 40px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .intro-area .support-location-img {
    right: 0px;
    margin-bottom: 40px
  ;}
}

@media (max-width: 575px) {
  .intro-area .support-location-img {
    right: 0px;
    margin-bottom: 40px
  ;}
}

.intro-area .support-location-img img {
	width: 100%;
	border-radius: 20px;
}

.intro-area .right-caption {
  position: relative
;}

.intro-area .right-caption .support-caption span {
  color: #FF6162;
  font-size: 25px;
  margin-bottom: 20px;
  display: block
;}

@media (max-width: 575px) {
  .intro-area .right-caption .support-caption span {
    font-size: 20px
  ;}
}

.intro-area .right-caption .support-caption p.pera-top {
  font-weight: 300;
  margin-bottom: 40px
;}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .intro-area .right-caption .support-caption p.pera-top {
    margin-bottom: 25px
  ;}
}

@media (max-width: 575px) {
  .intro-area .right-caption .support-caption p.pera-top {
    margin-bottom: 25px
  ;}
}

.intro-area .right-caption .support-caption p {
  font-size: 18px;
  font-weight: 400;
}

.service-area {
    position: relative;
    
    margin-top: -300px;
    padding-top: 0px!important;
    overflow: visible;
}

.service-area .container {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 50px;
}

.service-photo {
    width: 100%;
    display: block;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
}

.service-area .support-location-img {
    position: relative;
}

.service-area .support-location-img img {
    width: 100%;
    border-radius: 20px;
}

.join-us-area .joing-details p {
  font-size: 18px;
  margin-bottom: 50px
;}

@media (max-width: 575px) {
  .join-us-area .joing-details p {
    margin-bottom: 30px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .join-us-area .joing-details p {
    margin-bottom: 20px
  ;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .join-us-area .joing-details {
    margin-bottom: 30px
  ;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .join-us-area .joing-details {
    margin-bottom: 30px
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .join-us-area .joing-details {
    margin-bottom: 30px
  ;}
}

@media (max-width: 575px) {
  .join-us-area .joing-details {
    margin-bottom: 30px
  ;}
}

@media (max-width: 575px) {
  .join-us-area .joning-img img {
    margin-bottom: 30px
  ;}
}

.footer-wrapper {
  position: relative;
  background: #111111;
  overflow: hidden;
}

.footer-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: url(../images/rauru-white-left.png) no-repeat left top;
  background-size: contain;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.footer-wrapper > * {
  position: relative;
  z-index: 1;
}

.footer-wrapper,
.footer-wrapper a,
.footer-wrapper p,
.footer-wrapper h4,
.footer-wrapper label {
  color: #f8f8f8;
}
.footer-wrapper a:hover {
  color: #E5302B;
}

.footer-wrapper p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 19px;
}

.footer-wrapper h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
}

.footer-wrapper .footer-area h4 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.footer-signup-intro p {
  font-size: 1.5rem;
  line-height: 1.6;
}

.footer-wrapper ul li {
  margin-bottom: 15px;
}

.footer-wrapper ul li a {
  color: #f8f8f8;
  font-weight: 300;
  font-size: 16px;
  text-decoration: underline transparent;
}

.footer-wrapper ul li a:hover {
  color: #E5302B;
  text-decoration: underline;
}

.footer-title i {
  font-size: 2rem;
}

.footer-logo img {
  height: 90px;
}

.footer-bottom-area .footer-border {
  padding-top: 39px;
  padding-bottom: 1px;
}

/* Footer signup form */
.footer-signup-form label {
  color: #cccccc;
  font-size: 14px;
  margin-bottom: 6px;
}

.footer-signup-form .form-group {
  margin-bottom: 16px;
}

.footer-signup-form .form-control {
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  color: #ffffff;
  box-shadow: none;
  backdrop-filter: blur(4px);
}

.footer-signup-form .form-control:focus {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.30);
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

.footer-signup-form .form-control::placeholder {
  color: rgba(255,255,255,0.45);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .footer-bottom-area .footer-border {
    padding-top: 0
  ;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-wrapper .footer-bottom-area .footer-border {
    padding-top: 0
  ;}
}

@media (max-width: 575px) {
  .footer-wrapper .footer-bottom-area .footer-border {
    padding-top: 0
  ;}
}

.footer-wrapper .footer-bottom-area .footer-copy-right p {
  color: #f8f8f8;
  font-weight: 400;
  font-size: 14px;
  line-height: 2
;}

.footer-wrapper .footer-bottom-area .footer-copy-right p i {
  color: #E5302B
;}

.footer-wrapper .footer-bottom-area .footer-copy-right p a {
  color: #E5302B
;}

.footer-seperator {
    background: url("../images/sperator.png") center center no-repeat;

    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        transparent 15%,
        black 30%,
        black 70%,
        transparent 85%,
        transparent 100%
    );

    mask-image: linear-gradient(
        to right,
        transparent 0%,
        transparent 15%,
        black 30%,
        black 70%,
        transparent 85%,
        transparent 100%
    );
}

.footer-social a {
  color: #f8f8f8;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 24px
;}

.footer-social a i {
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  display: inline-block;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg)
;}

.footer-social a:hover {
  color: #E5302B
;}

.footer-social a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg)
;}

.number a {
  font-family: "Caros", serif;
  font-size: 24px !important;
  color: #fff !important;
  margin-bottom: 12px;
  display: block
;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .number a {
    font-size: 19px !important;}
}

.blog_area a {
  color: "Caros", serif !important;
  text-decoration: none;
  transition: .4s
;}

.blog_area a:hover,
.blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #E5302B 0%, #E5302B 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: .4s
;}

.blog_item {
  margin-bottom: 50px
;}

.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3)
;}

@media (min-width: 768px) {
  .blog_details {
    padding: 60px 30px 35px 35px
  ;}
}

.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px
;}

@media (min-width: 768px) {
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px
  ;}
}

.blog-info-link li {
  float: left;
  font-size: 14px
;}

.blog-info-link li a {
  color: #999999
;}

.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px
;}

.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px
;}

.blog-info-link li:last-child::after {
  display: none
;}

.blog-info-link::after {
  content: "";
  
  clear: both;
  display: table
;}

.blog_item_img {
  position: relative
;}

.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #E5302B;
  padding: 8px 15px;
  border-radius: 5px
;}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px
  ;}
}

.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2
;}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date h3 {
    font-size: 30px
  ;}
}

.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff
;}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date p {
    font-size: 18px
  ;}
}

.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px
;}

.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff
;}

.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px
;}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px
;}

.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0
;}

.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999
;}

.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none
;}

.blog_right_sidebar .search_widget .input-group button {
  background: #E5302B;
  
  border: 1px solid #f0e9ff;
  padding: 12px 15px;
  border-left: 0;
  cursor: pointer
;}

.blog_right_sidebar .search_widget .input-group button i {
  color: #fff
;}

.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999
;}

.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0
;}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999
;}

.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none
;}

.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0
;}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #fff
;}

.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px
;}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0
;}

.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888
;}

.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px
;}

.blog_right_sidebar .post_category_widget .cat-list li+li {
  padding-top: 15px
;}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px
;}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear
;}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff
;}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px
;}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
  margin-top: 20px
;}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block
;}

.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px
;}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #E5302B;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s
;}

.blog_right_sidebar .instagram_feeds .instagram_row {
  
  
  
  
  display: flex;
  margin-right: -6px;
  margin-left: -6px
;}

.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px
;}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 30px 0px
;}

.blog-pagination {
  margin-top: 80px
;}

.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px
;}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px
;}

.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888
;}

.blog-pagination .page-item:last-child .page-link {
  margin-right: 0
;}

.single-post-area .blog_details {
  box-shadow: none;
  padding: 0
;}


.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px
;}

.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px
;}

@media (min-width: 768px) {
  .single-post-area .quote-wrapper {
    padding: 30px
  ;}
}

.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid
;}

@media (min-width: 768px) {
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px
  ;}
}

.single-post-area .arrow {
  position: absolute
;}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600
;}

.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff
;}

.single-post-area .navigation-top p {
  margin-bottom: 0
;}

.single-post-area .navigation-top .like-info {
  font-size: 14px
;}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px
;}

.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px
;}

.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0
;}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999
;}

.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px
;}

@media (max-width: 600px) {
  .single-post-area .blog-author {
    padding: 20px 8px
  ;}
}

.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px
;}

@media (max-width: 600px) {
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px
  ;}
}

.single-post-area .blog-author a {
  display: inline-block
;}

.single-post-area .blog-author a:hover {
  color: #E5302B
;}

.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px
;}

.single-post-area .blog-author h4 {
  font-size: 16px
;}

.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px
;}

.single-post-area .navigation-area p {
  margin-bottom: 0px
;}

.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px
;}

.single-post-area .navigation-area .nav-left {
  text-align: left
;}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000
;}

.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
;}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
;}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1
;}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5
;}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px
  ;}
}

.single-post-area .navigation-area .nav-right {
  text-align: right
;}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000
;}

.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
;}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
;}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1
;}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5
;}

.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px
;}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px
  ;}
}

.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px
;}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px
;}

.comments-area .comment-list {
  padding-bottom: 48px
;}

.comments-area .comment-list:last-child {
  padding-bottom: 0px
;}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px
  ;}
  .comments-area .comment-list .single-comment .date {
    font-size: 11px
  ;}
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px
  ;}
}

.comments-area .thumb {
  margin-right: 20px
;}

.comments-area .thumb img {
  width: 70px;
  border-radius: 50%
;}

.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px
;}

.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px
;}

.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400
;}

.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px
;}

.comment-form .form-group {
  margin-bottom: 30px
;}

.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px
;}

.comment-form .name {
  padding-left: 0px
;}

@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem
  ;}
}

.comment-form .email {
  padding-right: 0px
;}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px
  ;}
}

.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent
;}

.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none
;}

.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999
;}


.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;}

.comment-form ::-webkit-input-placeholder {
  font-size: 13px;
  color: #777
;}

.comment-form ::-moz-placeholder {
  font-size: 13px;
  color: #777
;}

.comment-form :-ms-input-placeholder {
  font-size: 13px;
  color: #777
;}

.comment-form :-moz-placeholder {
  font-size: 13px;
  color: #777
;}

.media {
  
  
  
  
  display: flex
;}

.img-fluid {
  width: 100%
;}

.form-group {
  margin-bottom: 1rem
;}

.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s
;}

.contact-info {
  margin-bottom: 25px
;}

.contact-info_icon {
  margin-right: 20px
;}

.contact-info_icon i,
.contact-info_icon span {
  color: #8f9195;
  font-size: 27px
;}

.contact-info .media-body h3 {
  
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a
;}

.contact-info .media-body h3 a:hover {
  color: #1f2b7b
;}

.contact-info .media-body p {
  color: #8a8a8a
;}

.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px
;}

.form-contact label {
  font-size: 14px
;}

.form-contact .form-group {
  margin-bottom: 30px
;}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none
;}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999
;}

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;}

.contact-section {
  padding: 130px 0 100px
;}

@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0 40px
  ;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section {
    padding: 80px 0 50px
  ;}
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4A3600;
  opacity: 0.6
;}


.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0
;}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px
;}

b,
sup,
sub,
u,
del {
  color: #1f2b7b
;}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2
;}

.button-area {
  background: #fff
;}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee
;}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px
;}

.button-group-area .genric-btn:last-child {
  margin-right: 0
;}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
;}

.genric-btn:focus {
  outline: none
;}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px
;}

.genric-btn.large {
  line-height: 45px
;}

.genric-btn.medium {
  line-height: 30px
;}

.genric-btn.small {
  line-height: 25px
;}

.genric-btn.radius {
  border-radius: 3px
;}

.genric-btn.circle {
  border-radius: 20px
;}

.genric-btn.arrow {
  
  
  display: inline-flex;
  
  
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
;}

.genric-btn.arrow span {
  margin-left: 10px
;}

.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent
;}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff
;}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff
;}

.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent
;}

.genric-btn.primary {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent
;}

.genric-btn.primary:hover {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff
;}

.genric-btn.primary-border {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff
;}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent
;}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent
;}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff
;}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff
;}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent
;}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent
;}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff
;}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff
;}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent
;}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent
;}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff
;}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff
;}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent
;}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent
;}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff
;}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff
;}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent
;}

.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent
;}

.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff
;}

.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline
;}

.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent
;}

.genric-btn.disable {
  color: #222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed
;}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #1f2b7b
;}

.progress-table-wrap {
  overflow-x: scroll
;}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px
;}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px
;}

.progress-table .country {
  width: 28.07%
;}

.progress-table .visit {
  width: 19.74%
;}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px
;}

.progress-table .table-head {
  
  
  
  
  display: flex
;}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500
;}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  
  
  
  
  display: flex
;}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  
  
  
  
  display: flex;
  align-items: center
;}

.progress-table .table-row .country img {
  margin-right: 15px
;}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent
;}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px
;}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6
;}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686
;}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359
;}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf
;}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf
;}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6
;}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7
;}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686
;}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px
;}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #1f2b7b;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%
;}

.ordered-list {
  margin-left: 30px
;}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;}

.ordered-list li span {
  font-weight: 300;
  color: #828bb2
;}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2
;}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;}

.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2
;}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px
;}

.single-input:focus {
  outline: none
;}

.input-group-icon {
  position: relative
;}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3
;}

.input-group-icon .icon i {
  color: #797979
;}

.input-group-icon .single-input {
  padding-left: 45px
;}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none
;}

.single-textarea:focus {
  outline: none
;}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px
;}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #1f2b7b
;}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px
;}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55
;}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px
;}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359
;}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
;}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
;}

.default-switch input+label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1f2b7b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer
;}

.default-switch input:checked+label {
  left: 19px
;}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
;}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
;}

.primary-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
;}

.primary-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s
;}

.primary-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer
;}

.primary-switch input:checked+label:after {
  left: 19px
;}

.primary-switch input:checked+label:before {
  background: #1f2b7b
;}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
;}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
;}

.confirm-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
;}

.confirm-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer
;}

.confirm-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer
;}

.confirm-switch input:checked+label:after {
  left: 19px
;}

.confirm-switch input:checked+label:before {
  background: #4cd3e3
;}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
;}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
;}

.primary-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1
;}

.primary-checkbox input:checked+label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none
;}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
;}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
;}

.confirm-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1
;}

.confirm-checkbox input:checked+label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none
;}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
;}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
;}

.disabled-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1
;}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3
;}

.disabled-checkbox input:checked+label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none
;}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
;}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
;}

.primary-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1
;}

.primary-radio input:checked+label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none
;}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
;}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
;}

.confirm-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1
;}

.confirm-radio input:checked+label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none
;}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
;}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
;}

.disabled-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1
;}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3
;}

.disabled-radio input:checked+label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none
;}

.default-select {
  height: 40px
;}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px
;}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px
;}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px
;}

.default-select .nice-select .list .option.selected {
  color: #1f2b7b;
  background: transparent
;}

.default-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: transparent
;}

.default-select .current {
  margin-right: 50px;
  font-weight: 300
;}

.default-select .nice-select::after {
  right: 20px
;}

.form-select {
  height: 40px;
  width: 100%
;}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%
;}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px
;}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px
;}

.form-select .nice-select .list .option.selected {
  color: #1f2b7b;
  background: transparent
;}

.form-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: transparent
;}

.form-select .current {
  margin-right: 50px;
  font-weight: 300
;}

.form-select .nice-select::after {
  right: 20px
;}


.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee
;}


.switch-wrap {
  margin-bottom: 10px
;}

.menu
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	max-width: 85vw;
	height: 100vh;
	background: #000000;
	opacity: 90%;
	z-index: 9999;
	overflow-y: auto;
	transition: right 300ms ease;
}

.menu.active
{
	right: 0;
}

.menu_container
{
	width: 100%;
	min-height: 100vh;
	padding-top: 130px;
}

.menu.active .menu_container
{
	height: auto;
}

.page_menu_content
{
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	text-align: left;
}

.page_menu_search
{
	display: none;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page_menu_search_input
{
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: none;
	outline: none;
	padding-left: 25px;
}

.page_menu_item
{
	display: block;
	position: relative;
	vertical-align: middle;
}

.page_menu_nav > li
{
	border-bottom: solid 1px rgba(0,0,0,0.2);
}

.page_menu_item > a
{
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	transition: all 200ms ease;
}

.page_menu_item > a:hover
{
	color: #E5302B;
}

.page_menu_item a i
{
	display: none;
	margin-left: 8px;
}

.page_menu_item.has-children > a > i
{
	display: inline-block;
}

.page_menu_selection
{
	display:none;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1;
}

.page_menu_selection li
{
	padding-left: 15px;
	line-height: 40px;
}

.page_menu_selection li:last-child
{
	padding-bottom: 20px;
}

.page_menu_selection li a
{
	display: block;
	color: #fff;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	font-size: 14px;
	transition: all 0.3s ease;
}

.page_menu_selection li a:hover
{
	color: #E5302B;
}

.page_menu_selection li:last-child a
{
	border-bottom: none;
}

.menu_social
{
	position: absolute;
	left: 30px;
	bottom: 15px;
}

.menu_social ul li
{
	display: inline-block;
}

.menu_social ul li:not(:last-child)
{
	margin-right: 18px;
}

.menu_social ul li a i
{
	font-size: 16px;
	color: #fff;
	padding: 5px;
	transition: all 200ms ease;
}

.menu_social ul li a i:hover
{
	color: #E5302B;
}

.menu_close
{
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

.menu_close i
{
	font-size: 16px;
	color: #fff;
	padding: 5px;
}

body.menu-open
{
	overflow: hidden;
}


@media only screen and (max-width: 991px)
{
	.header-nav,
	.header-contact
	{
		display: none;
	}

	.hamburger
	{
		display: block;
	}
}

@media only screen and (max-width: 480px)
{
	.menu
	{
		width: 320px;
		right: -320px;
	}

	.menu.active
	{
		right: 0;
	}
}

.featured-services {
	top: -50px;
	position: relative;
}

@media only screen and (max-width: 580px)
{
	.featured-services {
		top: 0;
		padding: 45px 0;
	}

}

.white-round {
	background-color: #f8f8f8;
	border-radius: 1rem;
}

.services-boxes {
    display: flex;
    width: 100%;
}

.service-box {
    flex: 1;
    text-align: center;
    padding: 40px 15px;
    border-right: 1px solid #ddd;
}

.service-box:last-child {
    border-right: 0;
}

.service-box h2 {
    margin: 0;
    font-size: 16px;
}

/* Mobile */
@media (max-width: 767px) {
    .services-boxes {
        flex-direction: column;
    }

    .service-box {
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }

    .service-box:last-child {
        border-bottom: 0;
    }
}

.partners-active .partners {
    padding: 20px;
}

.partners-active .partners-img {
    height: 120px; /* adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-active .partners-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partners-active .partners-img img {
    max-height: 60px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

/* optional subtle hover */
.partners-active .partners-img img:hover {
    transform: scale(1.03);
}

.hero-overly {
    position: relative;
    z-index: 0;
}

.values-row {
    display: flex;
    flex-wrap: wrap;
}

.values-row .value {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}

.job-item h2, .job-item h3 {
	font-size: 1.2rem;
	margin-bottom: 0;
}

.job-item img {
	max-height: 55px; width: auto;
}

.job-item .meta {
	color: #b5b5b5;
}

.job-item .meta strong {
	color: #3c3c3c;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    
    
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.faq-area {
    background: #fff;
    border-radius: 36px;
    margin: 70px auto;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.faq-area .section-tittle h2 {
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 700;
    color: #111827;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #fff;
    border: 1px solid rgba(18, 32, 80, .08);
    border-radius: 22px;
    box-shadow: 0 14px 35px rgba(18, 32, 80, .07);
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.faq-item:hover,
.faq-item.active {
    border-color: rgba(229, 48, 43, .22);
    box-shadow: 0 18px 45px rgba(18, 32, 80, .11);
    transform: translateY(-2px);
}

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 24px 28px;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #111827;
}

.faq-question span:first-child {
    max-width: 90%;
}

.faq-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    color: #E5302B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    transition: transform .3s ease, background .3s ease, color .3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(90deg);
    background: #E5302B;
    color: #fff;
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height .32s ease;
}

.faq-answer-inner {
    padding: 0 28px 26px;
    color: #5f6f89;
    font-size: 16px;
    line-height: 1.75;
}

.faq-answer-inner p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .faq-area {
        border-radius: 24px;
        margin: 40px 12px;
        padding: 55px 0;
    }

    .faq-question {
        padding: 20px;
        font-size: 16px;
    }

    .faq-answer-inner {
        padding: 0 20px 22px;
    }
}
.native-services-area {
    background: #f7f7f7;
}

.native-service-card {
    position: relative;
    display: block;
    min-height: 420px;
    margin-bottom: 30px;
    border-radius: 18px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-decoration: none;
}

.native-service-card:hover {
    color: #fff;
    text-decoration: none;
}

.native-service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .78),
        rgba(0, 0, 0, .18)
    );
    transition: background .35s ease;
}

.native-service-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform .35s ease;
}

.native-service-card:hover .native-service-content {
    transform: translateY(-30px);
}

.native-service-card h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
    margin: 0;
}

.native-service-hover {
    opacity: 0;
    max-height: 0;
    transform: translateY(15px);
    transition:
        opacity .3s ease,
        transform .3s ease,
        max-height .35s ease,
        margin-top .35s ease;
}

.native-service-hover ul {
    margin: 18px 0 24px;
    padding-left: 20px;
}

.native-service-hover li {
    margin-bottom: 7px;
    color: #fff;
    list-style: circle;
}

.native-service-button {
    display: inline-block;
    padding: 11px 22px;
    border-radius: 30px;
    background: #fff;
    color: #111;
    font-weight: 600;
}

.native-service-card:hover .native-service-hover {
    opacity: 1;
    max-height: 360px;
    transform: translateY(20px);
}

.native-service-card:hover .native-service-overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .9),
        rgba(0, 0, 0, .35)
    );
}

@media (max-width: 767px) {
    .native-service-card {
        min-height: 360px;
    }

    .native-service-content {
        padding: 28px;
    }

    .native-service-hover {
        opacity: 1;
        max-height: 280px;
        transform: none;
    }

    .native-service-card h3 {
        font-size: 26px;
    }
}

.plan-info {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all .3s ease;
    position: relative;
}

.plan-info:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.pricing-recommended {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #00AEEF;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.plan-info h3 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
}

.plan-info h3 small {
    font-size: 16px;
    color: #777;
}

.pricing-table {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.pricing-item:last-child {
    border-bottom: 0;
}

.other-services-area {
	background: #f8f9fb;
}

.service-card {
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	height: 100%;
	box-shadow: 0 10px 30px rgba(0,0,0,.05);
	transition: all .3s ease;
	position: relative;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(0,0,0,.10);
}

.service-label {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #e5302b;
	margin-bottom: 15px;
}

.service-card h3 {
	font-size: 28px;
	margin-bottom: 25px;
}

.service-card ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.service-card ul li {
	position: relative;
	padding: 8px 0 8px 22px;
	border-bottom: 1px solid #f1f1f1;
}

.service-card ul li:last-child {
	border-bottom: none;
}

.service-card ul li:before {
	content: "";
    font-family: "Font Awesome 7 Pro";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 8px;
	color: #e5302b;
	font-size: 12px;
}

.service-link {
	font-weight: 600;
	color: #e5302b;
	text-decoration: none;
}

.service-link i {
	margin-left: 6px;
	transition: .3s;
}

.service-link:hover i {
	margin-left: 10px;
}

.security-pillars {
	background: #f8f9fb;
}

.pillar-card {
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	height: 100%;
	box-shadow: 0 10px 30px rgba(0,0,0,.05);
	transition: all .3s ease;
}

.pillar-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(0,0,0,.10);
}

.pillar-icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: 0 auto 25px;
	border-radius: 50%;
	background: rgba(229,48,43,.1);
	color: #e5302b;
	font-size: 36px;
}

.pillar-card h3 {
	margin-bottom: 20px;
	font-size: 28px;
}

.pillar-card p {
	margin-bottom: 0;
}


.service-box:hover {
	border-color: #e5302b;
}

.service-box h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.service-box p {
	margin: 0;
}

.cyber-step-area {
	background: #fff;
}

.cyber-step-area .row {
	position: relative;
}

.step-number {
    display: inline-block;
    background: #E5302B;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service-area img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.industry-hero {
	position: relative;
	background: #f8f8f8;
	overflow: hidden;
}

.bg-light {
	background: #f8f8f8;
}

.bg-dark {
	background: #161616;
}

.bg-primary {
	background: #e5302b;
	color: #fff;
}

.text-white,
.text-white h2,
.text-white h3,
.text-white p,
.text-white li {
	color: #fff;
}

.eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #e5302b;
}

.lead {
	font-size: 22px;
	line-height: 1.45;
	font-weight: 500;
	color: #222;
}

.industry-hero h1,
.intro-area h2,
.pain-points-area h2,
.trust-area h2,
.services-area h2,
.approach-area h2,
.why-native-area h2,
.outcomes-area h2,
.cta-area h2 {
	margin-bottom: 22px;
	line-height: 1.15;
}

.service-card,
.step-card,
.outcome-card {
	padding: 32px;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(0,0,0,0.06);
	transition: all 0.25s ease;
	margin-bottom: 20px;
}

.pain-points-area .card-grid > [class*="col-"],
.services-area .card-grid > [class*="col-"],
.industries-area .card-grid > [class*="col-"],
.outcomes-area .card-grid > [class*="col-"] {
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-bottom: 30px;
}

.service-card:hover,
.step-card:hover,
.outcome-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 45px rgba(0,0,0,0.10);
}

.service-card h3,
.step-card h3,
.outcome-card h3 {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 1.25;
}

.service-card p,
.step-card p,
.outcome-card p {
	margin-bottom: 0;
}

.service-card a {
	display: inline-block;
	margin-top: 18px;
	font-weight: 700;
	color: #e5302b;
	text-decoration: none;
}

.service-card img {
	margin-bottom: 20px;
}

.service-card a:hover {
	text-decoration: underline;
}


.check-list {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 16px;
	line-height: 1.5;
}

.check-list li::before {
	content: "";
	font-family: "Font Awesome 7 Pro";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 2px;
	color: #e5302b;
}

.bg-dark .check-list li::before {
	color: #fff;
}

.rounded {
	border-radius: 22px;
}

.cta-area .btn-light {
	background: #fff;
	color: #e5302b;
	border: 0;
}

.cta-area .btn-light:hover {
	background: #161616;
	color: #fff;
}

@media (max-width: 991px) {
	.section-padding {
		padding: 60px 0;
	}

	.industry-hero .col-lg-5,
	.trust-area .col-lg-6:first-child {
		margin-top: 35px;
	}

	.lead {
		font-size: 19px;
	}

	.service-card,
	.step-card,
	.outcome-card {
		padding: 26px;
	}

	.service-area {
	    margin-top: 0!important;
	}
}

@media (max-width: 575px) {
	.section-padding {
		padding: 45px 0;
	}

	.industry-hero h1 {
		font-size: 34px;
	}

	.service-card h3,
	.step-card h3,
	.outcome-card h3 {
		font-size: 20px;
	}
}

.testimonials-page {
    padding: 90px 20px;
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
    font-family: Arial, sans-serif;
}

.testimonials-header {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #E5302B;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}

.testimonials-header h1 {
    margin: 0;
    font-size: 38px;
    color: #111827;
}

.testimonials-header p {
    margin-top: 14px;
    font-size: 18px;
    color: #6b7280;
}

.featured-testimonials,
.testimonials-grid {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.featured-testimonials {
    margin-bottom: 60px;
}

.featured-card,
.testimonial-card {
    display: flex;
    flex-direction: column;
}

.featured-card {
    background: #fff;
    padding: 34px;
    border-radius: 24px;
    min-height: 420px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    transition: .3s ease;
}

.featured-card.featured {
    background: #2F5D50;
    color: #fff;
}

.featured-card:hover,
.testimonial-card:hover {
    transform: translateY(-8px);
}

.featured-card.featured .quote {
    color: #fff;
}
.quote {
    font-size: 72px;
    line-height: 1;
    color: #c7d2fe;
    font-family: Georgia, serif;
    margin-bottom: -20px;
}

.testimonial-text {
    color: #374151;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.testimonial-text p {
    margin: 0 0 1rem;
}

.testimonial-text p:last-child {
    margin-bottom: 0;
}

.clamp-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-card .clamp-text {
    -webkit-line-clamp: 8;
}

.testimonial-card .clamp-text {
    -webkit-line-clamp: 5;
}

.featured-card.featured .testimonial-text p,
.featured-card.featured span {
    color: #fff;
}

.read-more-testimonial {
    align-self: flex-start;
    border: 0;
    background: transparent;
    color: #E5302B;
    font-weight: 700;
    padding: 0;
    margin: 0 0 24px;
    cursor: pointer;
}

.read-more-testimonial:hover {
    text-decoration: underline;
}

.featured-card.featured .read-more-testimonial {
    color: #fff;
    text-decoration: underline;
}

.client {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
}

.avatar,
.avatar-img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    flex: 0 0 58px;
}

.avatar {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.avatar-img {
    object-fit: cover;
    display: block;
}

.featured-card.featured .avatar {
    background: #fff;
    color: #E5302B;
}

.client h4 {
    margin: 0;
    font-size: 16px;
    color: inherit;
}

.client span,
.client small {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #6b7280;
}

.testimonial-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    min-height: 330px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
    transition: .25s ease;
}

.stars {
    color: #f59e0b;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.small-client {
    margin-top: auto;
}

.small-client strong {
    display: block;
    color: #111827;
}

.is-hidden {
    display: none;
}

.load-more-wrap {
    text-align: center;
    margin-top: 42px;
}

.load-more-wrap button {
    border: 0;
    background: #E5302B;
    color: #fff;
    padding: 15px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(232,224,213, 0.28);
}

.load-more-wrap button:hover {
    background: #D71E1A;
}

/* Lightbox */
.testimonial-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.testimonial-lightbox.is-open {
    display: block;
}

.testimonial-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .62);
}

.testimonial-lightbox-card {
    position: relative;
    z-index: 2;
    max-width: 760px;
    max-height: 82vh;
    overflow-y: auto;
    margin: 7vh auto;
    background: #fff;
    border-radius: 26px;
    padding: 38px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
}

.testimonial-lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    border: 0;
    background: #f1f5f9;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.lightbox-desc {
    color: #374151;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.lightbox-desc p {
    margin: 0 0 1rem;
}

.lightbox-desc p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1000px) {
    .featured-testimonials,
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .featured-testimonials,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-header h1 {
        font-size: 34px;
    }

    .featured-card,
    .testimonial-card {
        min-height: auto;
    }

    .testimonial-lightbox-card {
        margin: 4vh 18px;
        padding: 30px 24px;
        max-height: 90vh;
    }
}

.who-page {
    font-family: Arial, sans-serif;
    color: #111827;
}

.who-hero {
    padding: 110px 20px 80px;
    background: linear-gradient(135deg, #111827, #1e1b4b);
    color: #fff;
    text-align: center;
}

.who-hero h1 {
    margin: 0;
    font-size: 58px;
    line-height: 1.05;
}

.who-hero p {
    max-width: 720px;
    margin: 22px auto 0;
    font-size: 20px;
    line-height: 1.7;
    color: #cbd5e1;
}

.who-intro,
.team-section,
.values-section {
    padding: 80px 20px;
}

.intro-card {
    background: #fff;
    border-radius: 28px;
    padding: 48px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
}

.intro-card h2,
.section-heading h2 {
    margin: 0;
    font-size: 40px;
    color: #111827;
}

.intro-card p {
    max-width: 850px;
    font-size: 18px;
    line-height: 1.8;
    color: #4b5563;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.section-heading p {
    font-size: 18px;
    color: #6b7280;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 380px));
    justify-content: center;
    gap: 2rem;
}

.team-card {
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
    transition: .3s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(15, 23, 42, .14);
}

.team-photo {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

.team-content {
    padding: 28px;
}

.team-content h3 {
    margin: 0;
    font-size: 26px;
}

.team-content span {
    display: block;
    margin-top: 7px;
    color: #E5302B;
    font-weight: 700;
}

.team-content p {
    margin-top: 18px;
    color: #4b5563;
    line-height: 1.7;
}

.values-section {
    background: linear-gradient(135deg, #F5F1EA, #FCFAF7);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.value-card {
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .07);
}

.value-icon {
    font-size: 34px;
    margin-bottom: 18px;
}

.value-card h3 {
    margin: 0;
    font-size: 20px;
}

.value-card p {
    color: #4b5563;
    line-height: 1.7;
}

@media (max-width: 1000px) {
    .team-grid,
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .who-hero h1 {
        font-size: 46px;
    }
}

@media (max-width: 650px) {
    .who-hero {
        padding: 80px 20px 60px;
    }

    .who-hero h1 {
        font-size: 36px;
    }

    .intro-card {
        padding: 32px;
    }

    .intro-card h2,
    .section-heading h2 {
        font-size: 30px;
    }

    .team-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }
}

.team-photo-wrap{
    max-width:900px;
    margin:60px auto 0;
}

.team-group-photo{
    width:100%;
    display:block;
    border-radius:24px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.job-section{
	margin-bottom: 30px;
    padding: 20px;
}

.job-section h3{
    margin-bottom:25px;
    font-weight:700;
    position:relative;
    padding-bottom:12px;
}

.job-section h3:after{
    content:'';
    width:70px;
    height:4px;
    background:#E5302B;
    position:absolute;
    left:0;
    bottom:0;
    border-radius:20px;
}

.job-section p{
    font-size:1.05rem;
    line-height:1.9;
}

.job-section ul{
    padding-left:20px;
}

.job-section li{
    margin-bottom:10px;
    list-style: disc;
}

.job-sidebar{
    position: sticky;
    top: 110px;   /* header height + a little spacing */
    border-radius:18px;
    padding: 20px;
}

.job-meta{
    display:flex;
    flex-wrap:wrap;
    gap:24px;
    margin:30px 0;
    color:#555;
    font-size:1rem;
}

.job-meta span{
    display:flex;
    align-items:center;
    gap:10px;
}

.job-meta i{
    color:#d8232a;    /* Native Digital red */
    width:18px;
    text-align:center;
}

.card{
    border-radius:18px;
}

.btn-primary{
    border-radius:10px;
    padding:12px 30px;
}

.badge{
    font-size:.9rem;
    padding:10px 16px;
}

@media(max-width:991px){

    .sticky-top{
        position:relative !important;
        top:0 !important;
        margin-top:40px;
    }

}

/* Prevent all slides appearing before Slick initialises */
.slider-active:not(.slick-initialized) {
	overflow: hidden;
}

.slider-active:not(.slick-initialized) > .single-slider {
	display: none !important;
}

.slider-active:not(.slick-initialized) > .single-slider:first-child {
	display: flex !important;
}