
:root {
	--color-blue: #1f2451;
	--color-slate: #6b7d8e;
	--color-pink: #d83e68;
	--color-black: #111111;
	--color-buff: #f7f4ef;
	--color-grey: #ddd8ce;
	--color-light-grey: #f1f1f1;
	--color-white: #ffffff;
    --font-primary: "inter-variable",sans-serif;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	color: var(--color-slate);
	font-family: var(--font-primary);
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
}


/*Comman Css Start*/
html {
    scroll-behavior: smooth;
    margin: 0!important;
    font-size: 62.5%;
}

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

button,
input,
select,
textarea {
	font-family: var(--font-primary);
}

ol,
ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    transition: all 0.5s ease;
	color: #D83E68;
}

a:focus,
a:hover,
a:active {
	
    text-decoration: none;
    outline: none;
}
a:hover{
    color: #D83E68;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: normal;
    margin: 0;
    font-family: var(--font-primary);
}

h1, .h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
    color: #161A3D;
    margin: 0 0 20px 0;
}

h2, .h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
    color: #161A3D;
    margin: 0 0 22px 0;
}

h3, .h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
    color: #161A3D;
    margin: 0 0 14px 0;
}

h4, .h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

h5, .h5 {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

h6, .h6 {
	color: var(--color-pink);
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
    margin-bottom: 18px;
}
strong,
b {
	font-weight: 700;
}

@media (max-width: 767px) {
	h1, .h1 {
		font-size: 30px;
		line-height: 40px;
	}

	h2, .h2 {
		font-size: 26px;
		line-height: 34px;
	}

	h3, .h3 {
		font-size: 22px;
		line-height: 32px;
	}

	h4, .h4 {
		font-size: 20px;
		line-height: 30px;
	}

	body {
		font-size: 16px;
		line-height: 28px;
	}
}

p {
    margin: 0;
    font-size: 17px;
    line-height: 30px;
    color: #6B7D8E;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0 0 16px 0;
    display: block;
}


figure {
    margin: 0!important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button:focus {
    outline: none;
    box-shadow: none;
}
.container-fluid,
.container {
    padding: 0 15px;
}
.offcanvas {
    z-index: 1111;
    /* overflow-y: hidden; */
	-ms-overflow-style: none;
    scrollbar-width: none;
	background-color: #1f2451;
}
.offcanvas::-webkit-scrollbar {
    display: none;
}

.offcanvas .btn-close {
	color: #ffffff;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity: 1;
}

.navbar-brand-mobile { display: none;}

/* ── Animations ────────────────────────────────── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: translateY(0); }
    }

/* -------------------------------------------------
   Page Builder container widths
------------------------------------------------- */

.container.container--narrow {
	max-width: 900px;
}

.container.container--wide {
	max-width: 1400px;
}

.container-fluid.container-fluid--full {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.container-fluid iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
}

.text-center img {
	margin: 0 auto;
}

/* Comman Css End*/
/* Common section headings */

.services-grid-wrapper h2,
.multilingual-intro h2,
.accreditations-intro h2 {
    margin-bottom: 36px;
}
.testimonial-intro h2{
	margin-bottom: 30px;
}

/* -------------------------------------------------
   Page Builder backgrounds
------------------------------------------------- */
.pb-bg-white {
	background-color: var(--color-white);
}

.pb-bg-buff {
	background-color: var(--color-buff);
}

.pb-bg-blue {
	background-color: var(--color-blue);
	color: var(--color-white);
}

/* Content colours inside blue Page Builder rows */

.pb-bg-blue h1,
.pb-bg-blue h2,
.pb-bg-blue h3,
.pb-bg-blue h4,
.pb-bg-blue h5 {
    color: var(--color-white);
}

.pb-bg-blue p,
.pb-bg-blue .section-introduction,
.pb-bg-blue .section-introduction p {
    color: var(--color-white);
}

.pb-bg-blue .eyebrow,
.pb-bg-blue .section-kicker,
.pb-bg-blue h6 {
    color: var(--color-pink);
}

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

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

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


/* -------------------------------------------------
   Desktop and tablet spacing: 768px and above
------------------------------------------------- */

@media (min-width: 768px) {
    .pb-dmt-100 {
        padding-top: 100px;
    }

    .pb-dmt-60 {
        padding-top: 60px;
    }

    .pb-dmt-40 {
        padding-top: 40px;
    }

    .pb-dmt-0 {
        padding-top: 0;
    }

    .pb-dmb-100 {
        padding-bottom: 100px;
    }

    .pb-dmb-60 {
        padding-bottom: 60px;
    }

    .pb-dmb-40 {
        padding-bottom: 40px;
    }

    .pb-dmb-0 {
        padding-bottom: 0;
    }
}


/* -------------------------------------------------
   Mobile spacing: below 768px
------------------------------------------------- */

@media (max-width: 767px) {
    .pb-mmt-75 {
        padding-top: 75px;
    }

    .pb-mmt-50 {
        padding-top: 50px;
    }

    .pb-mmt-30 {
        padding-top: 30px;
    }

    .pb-mmt-0 {
        padding-top: 0;
    }

    .pb-mmb-75 {
        padding-bottom: 75px;
    }

    .pb-mmb-50 {
        padding-bottom: 50px;
    }

    .pb-mmb-30 {
        padding-bottom: 30px;
    }

    .pb-mmb-0 {
        padding-bottom: 0;
    }
}



/* Navigation */

.top-closebar{
    display: none;
}

.header {
    z-index: 1111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}
/* .header.fixed{
  position: sticky!important;
  top: 0;
  left: 0;
  z-index: 11111!important;
  animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
} */
.navbar-toggler {
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0 ;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}
.toggler-icon {
	display: block;
}

.navbar-toggler:focus {
    box-shadow: none;
}
.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    border-radius: 100px;
    transition: 0.4s;
    background-color: #fff;
	display: block;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -6px);
  transform: rotate(45deg) translate(-4px, -6px);
}

.navbar {
    min-height: 85px;
    padding: 23px 0;
    width: 100%;
    margin: 0;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-brand {
    margin: 0 0 0 0;
    padding: 0 0px 0 0;
    display: block;
}
.navbar-brand img{
    width: 100%;
    max-width: 260px;
    opacity: 1;
	transition: all 0.4s ease-in-out 0s;
}
.header.fixed .navbar-brand img {
	max-width: 200px;
}

.home .navbar-brand img{
    opacity: 0.2;
	transition: all 0.5s ease;
}
.home .header.fixed .navbar-brand img{
	opacity: 1;
}
.navbar-brand-mobile img{
    max-width: 65px;
    width: 100%;
}
.navbar-expand-lg .navbar-nav {
    margin: 0 6.3rem 0 auto;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0 25px 0 0;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child{
    margin: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0;
    border: none;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    transition: all 0.5s ease;
    position: relative;
}
.navbar-expand-lg .navbar-nav .current_page_item .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.show,
.navbar-expand-lg .navbar-nav .active .nav-link{
    color: #D83E68;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin: 0px 0 0;
    padding: 35px 20px 15px 20px;
    padding-right: 4rem;
    border: none;
	background: none;    
    overflow: hidden;
}
.navbar-expand-lg .navbar-nav .dropdown-menu::before{
    content: '';
    position: absolute;
    top: 19px;
    left: 16px;
    width: 18px;
    height: 10px;
    background-image: url('../images/down-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu::after {
	content: '';
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    height:calc(100% - 20px);
    background-color: #fff;
	border-radius: 0 10px 10px 10px;
	z-index: -1;
}
.navbar-expand-lg .navbar-nav .dropdown-item {
    color: #161A3D;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 8px 0px;
    transition: all 0.3s ease;
}
.navbar-expand-lg .navbar-nav .dropdown-item:hover,
.navbar-expand-lg .navbar-nav .dropdown-item:focus,
.navbar-expand-lg .navbar-nav .dropdown-item:active,
.navbar-expand-lg .navbar-nav .dropdown-item.active {
    color: #D83E68!important;
    background-color: transparent!important;
}


.header-contact ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.header-contact ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-contact ul li a{
    font-size: 16px;
    line-height: 21px;
	font-weight: 500;
    color: #D83E68;
}
.header-contact ul li a:hover{
    color: #fff;
}
.header-contact ul li a img{
    width: 24px;
    transition: all 0.5s ease;
}
.header-contact ul li a:hover img{
    filter: brightness(0) invert(1);
}

.mobile-contact{
    display: none;
}
.dropdown-toggle::after{
    display: none;
}



/*Common Part*/
body .btn.btn-primary{
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 25px;
    border: 1px solid #D83E68;
    background-color: #D83E68;
    border-radius: 5px;
    position: relative;
    transition: all 0.5s ease;
}
body .btn.btn-primary:hover,
body .btn.btn-primary:focus{
    background-color: #1F2451;
    color: #fff;
    border-color: #1F2451;
}
body .btn.btn-border{
    border: 1px solid #D83E68;
    background-color: transparent;
    color: #D83E68;
}

/* -------------------------------------------------
   Page Builder buttons
------------------------------------------------- */

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 12px 28px;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 3.2px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

.button:hover,
.button:focus-visible {
	text-decoration: none;
}

.button--pink {
	border-color: var(--color-pink);
	background-color: var(--color-pink);
	color: var(--color-white);
}

.button--pink:hover,
.button--pink:focus-visible {
	border-color: var(--color-blue);
	background-color: var(--color-blue);
	color: var(--color-white);
}

.button--blue {
	border-color: var(--color-blue);
	background-color: var(--color-blue);
	color: var(--color-white);
}

.button--blue:hover,
.button--blue:focus-visible {
	border-color: var(--color-pink);
	background-color: var(--color-pink);
	color: var(--color-white);
}

.button--outline {
	border-color: var(--color-pink);
	background-color: transparent;
	color: var(--color-pink);
}

.button--outline:hover,
.button--outline:focus-visible {
	background-color: var(--color-pink);
	color: var(--color-white);
}

.button--text {
	min-height: auto;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: var(--color-pink);
}

.button--text:hover,
.button--text:focus-visible {
	color: var(--color-blue);
}

.gx-24{
    --bs-gutter-x: 24px;
}
.gx-50{
    --bs-gutter-x: 5rem;
}
.gy-24{
    --bs-gutter-y: 24px;
}
.gy-30{
    --bs-gutter-y: 30px;
}
.gy-50{
    --bs-gutter-y: 5rem;
}

.align-centre{
    align-items: center;
}


.eyebrow,
.section-kicker {
	margin-bottom: 12px;
	color: var(--color-pink);
	font-size: 13px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

.section-introduction {
	color: var(--color-slate);
	font-size: 17px;
	line-height: 30px;
}

/* Hero Section */
.hero-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
/* .hero-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-blue);
    z-index: -1;
	opacity: 0.74;
} */
.hero-image-slider{
    width: 100%;
    height: 100%;
}
.hero-image-slider-block{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -111;
}
.hero-image-slider-item,
.hero-image-slider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero_image_wrap {
	position: relative;
    z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}
.hero_image_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-blue);
    /* z-index: -1; */
	opacity: 0.74;	
}
.hero-image-slider .hero-slide-link {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
}

.hero-image .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image .container {	
	z-index: 1;
	position: absolute;
}

.hero-content{
    text-align: center;
    width: 100%;
	animation: fadeUp 0.9s ease both;
}
.hero-logo{
    margin: 0 auto 6px auto;
    display: block;
    width: 100%;
    max-width: 300px;
}
.hero-content .logo_subtitle{
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.88px;
    margin: 0 0 18px 0;
}
.hero-content .hero_heading {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #D83E68;
    font-weight: 400;
    letter-spacing: 3.2384px;
    margin: 13px 0;
}
.line-divider{
    width: 100%;
    max-width: 48px;
    height: 1px;
    background-color: #D83E68;
    margin: 0 auto;
    display: block;
}



/* Page Builder: One Column */

.one-column-section .one-column-heading {
    margin-bottom: 26px;
}

.one-column-section .eyebrow,
.one-column-section .section-kicker {
    margin-bottom: 30px;
}

.one-column-section .section-introduction {
    max-width: 100%;
}

/* -------------------------------------------------
   Page Builder: Four Column Services
------------------------------------------------- */

.services-section {
	width: 100%;
}

.services-wrapper,
.services-grid-wrapper {
	width: 100%;
}

.services-intro {
	width: 100%;
	margin-bottom: 43px;
}

.services-section.text-left .services-intro {
	text-align: left;
}

.services-section.text-center .services-intro {
	text-align: center;
}

.services-section.text-right .services-intro {
	text-align: right;
}

.services-section-heading {
	margin: 0;
}

.services-intro .eyebrow {
	margin: 0 0 18px;
}

.services-intro .services-section-heading {
	margin: 0 0 20px;
}

.services-intro .section-kicker {
	margin: 0 0 18px;
}

.services-section-introduction {
	width: 100%;
	max-width: 800px;
}

.services-section.text-center .services-section-introduction {
	margin-right: auto;
	margin-left: auto;
}

.services-section.text-right .services-section-introduction {
	margin-left: auto;
}

.services-section-introduction > *:last-child {
	margin-bottom: 0;
}

.service-card {
	width: 100%;
	height: 100%;
	min-height: 220px;
	overflow: hidden;
	border-radius: 10px;
}

.service-card-link {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	min-height: 234px;
	overflow: hidden;
	border-radius: inherit;
	color: var(--color-white);
	text-decoration: none;
	isolation: isolate;
}

.service-card-image {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s ease;
}

.service-card-link::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: rgba(22, 26, 61, 0.08);
	transition: background-color 0.3s ease;
}

.service-card-content {
	position: relative;
	z-index: 1;
	width: 85%;
	min-height: 100px;
	padding: 20px;
	border-radius: 0 10px 10px 0;
	transition:
		width 0.3s ease,
		background-color 0.3s ease;
}

.service-card--pink .service-card-content {
	background-color: rgba(216, 62, 104, 0.85);
}

.service-card--blue .service-card-content {
	background-color: rgba(31, 36, 81, 0.85);
}

.service-card-title {
	display: block;
	margin: 0 0 5px;
	color: var(--color-white);
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0;
}

.service-card-description {
	display: block;
	margin: 0;
	color: var(--color-white);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
}

.service-card-link:hover,
.service-card-link:focus-visible {
	color: var(--color-white);
	text-decoration: none;
}

.service-card-link:hover .service-card-image,
.service-card-link:focus-visible .service-card-image {
	transform: scale(1.04);
}

.service-card-link:hover::before,
.service-card-link:focus-visible::before {
	background-color: rgba(22, 26, 61, 0.2);
}

.service-card-link:focus-visible {
	outline: 3px solid var(--color-pink);
	outline-offset: 3px;
}

/* Services Section */

.intro-content p{
    /* max-width: 875px; */
    margin: 0 auto;
    display: block;
    width: 100%;
}

.container-fluid p {
	max-width: 100%;
}
.services-grid-wrapper h2{
    text-align: center;
    margin: 0 0 4rem 0;
}
.service-card{
    min-height: 220px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
}
.service-card-content{
    padding: 14px 20px 14px 20px;
    border-radius: 0 10px 10px 0;
    min-height: 125px;
    width: calc(100% - 34px);
}
.service-card-content h3{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 6px 0;
    display: block;
}
.service-card-content p{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
    margin:0;
}




/* About Section */
.about-section{}
.about-content h3{
    font-size: 32px;
    line-height: 40px;
    color: #161A3D;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    display: block;
}
.about-content h2 {
    margin: 0 0 20px 0;
	color: var(--color-blue);
}
.about-content p {
    margin: 0 0 20px 0;
}
.about-content p:last-child{
    margin: 0;
}
.about-content img,
.about-image img{
    width: 100%;
    border-radius: 10px;
}

/* -------------------------------------------------
   Page Builder: Callout Box
------------------------------------------------- */

.callout-section {
	width: 100%;
}

.about-cta {
	width: 100%;
	padding: 2.7rem 5.8rem 3.6rem 6rem;
	border-radius: 10px;
}
.about-cta--grey {
	background-color: var(--color-grey);
}

.about-cta--buff {
	background-color: var(--color-buff);
}

.about-cta--blue {
	background-color: var(--color-blue);
}

.about-cta--pink {
	background-color: var(--color-pink);
}

.about-cta-eyebrow {
	margin: 0 0 10px 0;
}

.about-cta-heading {
	margin: 0 0 5px;
	color: var(--color-blue);
}

.about-cta-text {
	color: var(--color-slate);
}

.about-cta-text p {
	margin: 0;
	color: inherit;
	line-height: 22px;
}
.about-cta-text p + p {
    margin-top: 10px;
}

.about-cta-button {
	display: flex;
	justify-content: flex-end;
}

/* Dark callout variants */

.about-cta--blue .about-cta-heading,
.about-cta--pink .about-cta-heading,
.about-cta--blue .about-cta-text,
.about-cta--pink .about-cta-text,
.about-cta--blue .about-cta-text p,
.about-cta--pink .about-cta-text p {
	color: var(--color-white);
}

.about-cta--pink .about-cta-eyebrow {
	color: var(--color-white);
}


.about-cta-button .btn.btn-primary{
    margin: 0 0 0 auto;
    display: table;
}


/* -------------------------------------------------
   Page Builder: Client Reviews
------------------------------------------------- */

.testimonial-section {
	width: 100%;
}


.testimonial-wrapper,
.testimonial-items {
	width: 100%;
}

.testimonial-intro {
	width: 100%;
	margin-bottom: 50px;
}

.testimonial-section.text-left .testimonial-intro {
	text-align: left;
}

.testimonial-section.text-center .testimonial-intro {
	text-align: center;
}

.testimonial-section.text-right .testimonial-intro {
	text-align: right;
}

.testimonial-intro .eyebrow {
	margin: 0 0 18px;
}

.testimonial-section-heading {
	margin: 0 0 5rem 0;
}

.testimonial-intro .section-kicker {
	margin: 0 0 18px;
}

.testimonial-section-introduction {
	width: 100%;
	max-width: 800px;
}

.testimonial-section.text-center .testimonial-section-introduction {
	margin-right: auto;
	margin-left: auto;
}

.testimonial-section.text-right .testimonial-section-introduction {
	margin-left: auto;
}

.testimonial-section-introduction > *:last-child {
	margin-bottom: 0;
}

.testimonial-items {
	display: grid;
	gap: 50px;
}

.testimonial-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 0;
}

.testimonial-icon {
	width: 15%;
}

.testimonial-quote-icon {
	display: block;
	width: 60px;
	height: auto;
}

.testimonial-icon-mobile {
	display: none;
}

.testimonial-content {
	width: 85%;
}

.testimonial-rating {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 22px;
}

.testimonial-star {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.testimonial-quote {
	margin: 0;
	padding: 0;
	border: 0;
}

.testimonial-quote p {
	display: block;
	margin: 0 0 20px;
	color: var(--color-blue);
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0;
}

.testimonial-author {
	display: block;
	margin: 0;
	color: var(--color-slate);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
}

/* Blue Page Builder row */

.pb-bg-blue .testimonial-quote p,
.pb-bg-blue .testimonial-author {
	color: var(--color-white);
}

/* -------------------------------------------------
   Page Builder: Three Columns
------------------------------------------------- */

.three-column-section {
	width: 100%;
}

.three-column-wrapper,
.three-column-row {
	/* width: 100%; */
}


/* -------------------------------------------------
   Section heading
------------------------------------------------- */

.three-column-intro {
	width: 100%;
	margin-bottom: 50px;
}

.three-column-intro .eyebrow {
	margin: 0 0 18px;
}

.three-column-section-heading {
	margin: 0 0 24px;
}

.three-column-intro .section-kicker {
	margin: 0 0 18px;
}

.three-column-introduction {
	width: 100%;
	max-width: 1000px;
}

.three-column-intro.text-center .three-column-introduction {
	margin-right: auto;
	margin-left: auto;
}

.three-column-intro.text-right .three-column-introduction {
	margin-left: auto;
}

.three-column-introduction > *:last-child {
	margin-bottom: 0;
}


/* -------------------------------------------------
   Shared item structure
------------------------------------------------- */

.three-column-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: inherit;
}

.three-column-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	width: 100%;
}

.three-column-content--left .three-column-item {
	text-align: left;
}

.three-column-content--center .three-column-item {
	text-align: center;
}

.three-column-content--right .three-column-item {
	text-align: right;
}


/* -------------------------------------------------
   Shared image
------------------------------------------------- */

.three-column-image {
	width: 100%;
	margin-bottom: 30px;
}

.three-column-image__img {
	display: block;
	width: 100%;
	height: auto;
}


/* -------------------------------------------------
   Shared typography
------------------------------------------------- */

.three-column-title {
	margin: 0 0 6px;
	color: var(--color-blue);
}

.three-column-subtitle {
	margin: 0 0 16px;
	color: var(--color-pink);
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.three-column-text {
	width: 100%;
}

.three-column-text p {
	margin: 0 0 16px;
}

.three-column-text > *:last-child {
	margin-bottom: 0;
}


/* -------------------------------------------------
   Button
------------------------------------------------- */

.three-column-action {
	margin-top: auto;
	padding-top: 30px;
}

.three-column-content--center .three-column-action {
	display: flex;
	justify-content: center;
}

.three-column-content--right .three-column-action {
	display: flex;
	justify-content: flex-end;
}


/* -------------------------------------------------
   Whole-item link
------------------------------------------------- */

.three-column-item-link {
	color: inherit;
	text-decoration: none;
	transition:
		transform 0.25s ease,
		opacity 0.25s ease;
}

.three-column-item-link:hover,
.three-column-item-link:focus-visible {
	color: inherit;
	text-decoration: none;
	transform: translateY(-3px);
}

.three-column-item-link:focus-visible {
	outline: 3px solid var(--color-pink);
	outline-offset: 6px;
}


/* -------------------------------------------------
   Editor mode
------------------------------------------------- */

.three-column-editor-content > *:first-child {
	margin-top: 0;
}

.three-column-editor-content > *:last-child {
	margin-bottom: 0;
}

.three-column-editor-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.three-column-content--center .three-column-editor-content img {
	margin-right: auto;
	margin-left: auto;
}

.three-column-content--right .three-column-editor-content img {
	margin-left: auto;
}

.three-column-editor-content h1,
.three-column-editor-content h2,
.three-column-editor-content h3,
.three-column-editor-content h4,
.three-column-editor-content h5,
.three-column-editor-content h6 {
	margin-top: 0;
}

.three-column-editor-content .button,
.three-column-editor-content .btn {
	margin-top: 14px;
}


/* -------------------------------------------------
   Standard style
------------------------------------------------- */

.three-column-section--standard .three-column-image__img {
	border-radius: 10px;
}


/* -------------------------------------------------
   Icon / flag style
------------------------------------------------- */

.three-column-section--icon .three-column-item {
	align-items: center;
	text-align: center;
}

.three-column-section--icon .three-column-image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	margin-bottom: 14px;
}

.three-column-section--icon .three-column-image__img {
	width: auto;
	max-width: 80px;
	max-height: 55px;
	object-fit: contain;
}

.three-column-section--icon .three-column-title {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
}

.three-column-section--icon .three-column-subtitle {
	margin-top: 8px;
	margin-bottom: 0;
}

.three-column-section--icon .three-column-item-link:hover
.three-column-title,
.three-column-section--icon .three-column-item-link:focus-visible
.three-column-title {
	color: var(--color-pink);
}


/* Editor mode: icon / flag */

.three-column-section--icon .three-column-editor-content {
	align-items: center;
	text-align: center;
}

.three-column-section--icon .three-column-editor-content img {
	width: auto;
	max-width: 80px;
	max-height: 55px;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
	object-fit: contain;
}


/* -------------------------------------------------
   Logo style
------------------------------------------------- */

.three-column-section--logo .three-column-item {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.three-column-section--logo .three-column-image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	margin-bottom: 0;
}

.three-column-section--logo .three-column-image__img {
	width: auto;
	max-width: 220px;
	max-height: 80px;
	object-fit: contain;
}

.three-column-section--logo .three-column-title {
	margin-top: 16px;
}

.three-column-section--logo .three-column-subtitle,
.three-column-section--logo .three-column-text {
	margin-top: 10px;
}

.three-column-section--logo .three-column-item-link:hover {
	opacity: 0.8;
}


/* Editor mode: logos */

.three-column-section--logo .three-column-editor-content {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.three-column-section--logo .three-column-editor-content img {
	width: auto;
	max-width: 220px;
	max-height: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	object-fit: contain;
}


/* -------------------------------------------------
   Profile style
------------------------------------------------- */

.three-column-section--profile .three-column-image {
	overflow: hidden;
	margin-bottom: 36px;
	border-radius: 10px;
	aspect-ratio: 1 / 1;
}

.three-column-section--profile .three-column-image__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.three-column-section--profile .three-column-title {
	margin-bottom: 4px;
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
}

.three-column-section--profile .three-column-subtitle {
	margin-bottom: 16px;
}

.three-column-section--profile .three-column-text {
	flex: 1;
}


/* Editor mode: profiles */

.three-column-section--profile .three-column-editor-content img {
	width: 100%;
	height: auto;
	margin-bottom: 36px;
	border-radius: 10px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center top;
}

.three-column-section--profile .three-column-editor-content h2,
.three-column-section--profile .three-column-editor-content h3,
.three-column-section--profile .three-column-editor-content h4 {
	margin-bottom: 4px;
}

.three-column-section--profile .three-column-editor-content h6 {
	margin-bottom: 16px;
}


/* -------------------------------------------------
   Blue row colour support
------------------------------------------------- */

.pb-bg-blue .three-column-title,
.pb-bg-blue .three-column-text,
.pb-bg-blue .three-column-text p {
	color: var(--color-white);
}

.pb-bg-blue .three-column-subtitle {
	color: var(--color-pink);
}

/* Multilingual Section */
.multilingual-section{
    padding: 8rem 0;
    background-color: #F7F4EF;
}
.multilingual-intro{
    text-align: center;
    margin: 0 0 5rem 0;
}
.multilingual-intro h2{
    margin: 0 0 2rem 0;
}
.multilingual-intro p{
    margin: 0 0 0 0;
}

.multilingual-row{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}
.multilingual-item{
    text-align: center;
}
.multilingual-flag{
    width: 80px;
    margin: 0 auto 20px auto;
    display: table;
    border-radius: 6px;
}
.multilingual-item h5{
    font-size: 18px;
    line-height: 24px;
    color: #161A3D;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 0 0;
    display: block;
}





/* Accreditations Section */
.accreditations-section{
    padding: 8rem 0;
}
.accreditations-intro{
    text-align: center;
    margin: 0 0 5rem 0;
}
.accreditations-intro h2{
    margin: 0 0 2rem 0;
}
.accreditations-intro p{
    margin: 0 auto;
    max-width: 1050px;
    width: 100%;
}
.accreditations-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    max-width: 1050px;
    width: 100%;
}
.accreditations-item img{
    height: 60px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
}





/* Footer Section */
.footer{
    padding: 5rem 0 0 0;
    background-color: #1F2451;
}
.footer-wrapper{
    padding-bottom: 5.6rem;
}
.foot-text h6{
    margin: 0 0 30px 0;
	letter-spacing: 2.4px;
	line-height: 17px;
}
.foot-contact h5{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
	letter-spacing: 0.8px;
	font-weight: 400;
}
.foot-contact h5 a{
    color: #fff;
}
.foot-contact h5 a:hover{
    color: #D83E68;
}
.foot-contact p{
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0 20px 0;
}
.foot-contact ul{
    display: flex;
    align-items: center;
    gap: 10px 25px;
    margin: 32px 0 0 0;
    padding: 0;
}
.foot-contact ul li{
    list-style: none;
    margin: 0 ;
    padding: 0;
}
.foot-contact ul li a{
    width: 20px;
    height: 20px;
    display: block;
}
.foot-regulated-logo{
    margin: 0 0 20px 0;
    max-width: 160px;
    width: 100%;
}
.foot-regulated p{
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}
.foot-hours p{
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 0 0;
    color: #fff;
}
.foot-hours h5{
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 0 0;
    font-style: italic;
    color: #6B7D8E;
}

.footer-bottom-content{
    padding: 15px 50px 24px 50px;
    text-align: center;
    border-top: 1px solid #6B7D8E;
    position: relative;
}
.footer-bottom-content ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 20px;
    margin: 0 0 10px 0;
    padding: 0;
}
.footer-bottom-content ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-bottom-content ul li a{
    font-size: 13px;
    line-height: 20px;
    color: #DDD8CE;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.footer-bottom-content ul li a:hover,
.footer-bottom-content ul li.current_page_item a{
    color: #D83E68;
}
.footer-bottom-content p{
    font-size: 12px;
    line-height: 18px;
    width: 100%;
}
.footer-company-information p,
p.footer-copyright{
	margin: 0;
}

.back-to-top{
    position: absolute;
    bottom: 25px;
    right: 0;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    display: none;
    z-index: 99;
}
.back-to-top span{
    width: 35px;
    height: 35px;
    border: none;
    background-color: #D83E68;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-to-top img{
    width: 22px;
}





/*============ For Business Page ============*/


/* Inner Page Hero Section */
.inner-page-hero-image{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 250px;
    padding: 100px 0 50px;
    overflow: hidden;
}
.inner-page-hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.inner-page-hero-media,
.inner-page-hero-media img {
    width: 100%;
    height: 100%;
}

.inner-page-hero-media img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.inner-page-hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, rgba(22, 26, 61, 0.72) 0%, rgba(31, 36, 81, 0.60) 50%, rgba(22, 26, 61, 0.78) 100% );
    z-index: -1;
}

.inner-page-hero-content {
    text-align: center;
	animation: fadeUp 0.9s ease both;
}

.site-main .one-column-section:first-child .onecolumn-wrapper {
	animation: fadeUp 0.9s ease both;
}

.inner-page-hero-content h1,
.inner-page-hero-content h2 {
    margin: 0;
    color: var(--color-white);
    font-size: 42px;
    line-height: 52px;
}

.inner-page-hero--center-center .inner-page-hero-media img {
    object-position: center center;
}

.inner-page-hero--center-top .inner-page-hero-media img {
    object-position: center top;
}

.inner-page-hero--center-bottom .inner-page-hero-media img {
    object-position: center bottom;
}

.inner-page-hero--left-center .inner-page-hero-media img {
    object-position: left center;
}

.inner-page-hero--right-center .inner-page-hero-media img {
    object-position: right center;
}






/*============ Individual Page ============*/
.header.fixed {
	position: fixed !important;
}

.has-standard-site-header .header {
	position: static;
}
.header.fixed .navbar,
.has-standard-site-header .header .navbar {
	min-height: auto;
    padding: 0;
}
.header.fixed .container,
.has-standard-site-header .header .container{
    padding: 23px 25px;
    background-color: #1f2451;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.4s ease-in-out 0s;
}

.header.fixed .container {
	padding: 15px 25px;
}

.header-solid{
    position: static!important;
}
.header-solid .navbar{
    min-height: auto;
    padding: 0 0;
}
.header-solid .container{
    padding: 23px 25px;
    background-color: #1f2451;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}


.individual-services-section {
    padding-bottom: 10rem;
}
.individual-services-section .intro-content{
    margin-bottom: 0;
}





.white-bg{
    background-color: #fff;
}
.light-bg{
    background-color: #F7F4EF;
}
.plain-page-header {
    padding-top: 95px;
    padding-bottom: 70px;
}


/* -------------------------------------------------
   News Archive
------------------------------------------------- */

.news-archive-page {
	width: 100%;
}
.news-archive-page .plain-page-header .plain-page-header__content{
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}
.news-listing {
	width: 100%;
}

.news-listing-item {
	width: 100%;
	padding: 70px 0;
}

.news-listing-item--buff {
	background: var(--color-buff);
}

.news-listing-item--white {
	background: var(--color-white);
}

.news-listing-item__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 30px;
	width: 100%;
}

.news-listing-item__image {
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
}

.news-listing-item__image a {
	display: block;
	width: 100%;
}

.news-listing-item__image-img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.news-listing-item__image a:hover
.news-listing-item__image-img {
	transform: scale(1.03);
}

.news-listing-item__content {
	width: 100%;
}

.news-listing-item__title {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 31px;
}

.news-listing-item__title a {
	color: var(--color-blue);
	text-decoration: none;
}

.news-listing-item__title a:hover,
.news-listing-item__title a:focus-visible {
	color: var(--color-pink);
}

.news-listing-item__excerpt {
	margin-bottom: 28px;
}

.news-listing-item__excerpt p {
	margin: 0;
	color: var(--color-slate);
	font-size: 15px;
	line-height: 26px;
}

.news-listing-item__content .button {
	display: inline-flex;
}


/* -------------------------------------------------
   Pagination
------------------------------------------------- */

.news-pagination {
	padding: 55px 0 75px;
	background: var(--color-white);
	text-align: center;
}

.news-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-pagination .page-numbers li {
	margin: 0;
	padding: 0;
}

.news-pagination a.page-numbers,
.news-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	padding: 4px 8px;
	border-radius: 4px;
	background: var(--color-grey);
	color: var(--color-pink);
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}

.news-pagination span.page-numbers.current {
	background: var(--color-pink);
	color: var(--color-white);
}

.news-pagination a.page-numbers:hover,
.news-pagination a.page-numbers:focus-visible {
	background: var(--color-pink);
	color: var(--color-white);
}

.news-pagination .prev,
.news-pagination .next {
	min-width: auto;
	padding-right: 12px;
	padding-left: 12px;
}


.news-pagination .pagination{
	justify-content: center;
}


/* -------------------------------------------------
   Single News Article
------------------------------------------------- */

.single-news-page {
	width: 100%;
}

.single-news-article {
	width: 100%;
}


/* Header */

.single-news-header {
	width: 100%;
	padding: 95px 0 35px;
	background: var(--color-white);
}

.single-news-header__inner {
	width: 100%;
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.single-news-header__archive-title {
	margin: 0 0 20px;
	color: var(--color-blue);
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
}

.single-news-header__eyebrow {
	margin: 0 0 22px;
	color: var(--color-pink);
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.single-news-title {
	margin: 0;
	color: var(--color-blue);
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
}


/* Article body */

.single-news-body {
	width: 100%;
	padding: 20px 0 75px;
	background: var(--color-white);
}

.single-news-body__inner {
	width: 100%;
	max-width: 870px;
	margin-right: auto;
	margin-left: auto;
}

.single-news-featured-image {
	overflow: hidden;
	width: 100%;
	margin-bottom: 45px;
	border-radius: 10px;
}

.single-news-featured-image__img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: cover;
}


/* Main editor content */

.single-news-content {
	width: 100%;
	color: var(--color-slate);
	font-size: 15px;
	line-height: 25px;
}

.single-news-content > *:first-child {
	margin-top: 0;
}

.single-news-content > *:last-child {
	margin-bottom: 0;
}

.single-news-content p {
	margin: 0 0 24px;
}

.single-news-content h2,
.single-news-content h3,
.single-news-content h4,
.single-news-content h5,
.single-news-content h6 {
	margin: 35px 0 8px;
	color: var(--color-blue);
}

.single-news-content h2 {
	font-size: 26px;
	line-height: 34px;
}

.single-news-content h3 {
	font-size: 20px;
	line-height: 28px;
}

.single-news-content h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.single-news-content strong {
	color: var(--color-blue);
	font-weight: 700;
}

.single-news-content ul,
.single-news-content ol {
	margin: 0 0 24px;
	padding-left: 22px;
}

.single-news-content li {
	margin-bottom: 8px;
}

.single-news-content a {
	color: var(--color-pink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.single-news-content a:hover,
.single-news-content a:focus-visible {
	color: var(--color-blue);
}

.single-news-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.single-news-content blockquote {
	margin: 35px 0;
	padding: 20px 25px;
	border-left: 4px solid var(--color-pink);
	background: var(--color-buff);
}

.single-news-content blockquote p:last-child {
	margin-bottom: 0;
}


/* Previous / next navigation */

.single-news-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	width: 100%;
	margin-top: 45px;
	padding-top: 20px;
}

.single-news-navigation__previous {
	text-align: left;
}

.single-news-navigation__next {
	text-align: right;
}

.single-news-navigation a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--color-pink);
	font-size: 11px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
}

.single-news-navigation a:hover,
.single-news-navigation a:focus-visible {
	color: var(--color-blue);
}




.contact-info .about-content h3{
	margin-bottom: 28px;
}
.contact-info .about-content h4{
	font-weight: 400;
	color: var(--color-blue);
	line-height: 50px;
	font-size: 20px;
	margin: 0 0 23px 0;
}
.contact-info .about-content h4 em{
	font-style: normal;
	font-size: 26px;
}

.contact-info .about-content h6{
	font-weight: 400;
	color: var(--color-blue);
	line-height: 30px;
	margin: 0 0 25px 0;
	font-size: 20px;
	text-transform: inherit;
	letter-spacing: 0;
}

.contact-info .about-content h5{
	font-weight: 400;
	color: var(--color-blue);
	line-height: 22px;
	margin: 0 0 25px 0;
	font-size: 17px;
}
.contact-info .about-content h5 em{
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: var(--color-slate);
}
.contact-info .about-content img{
	width: 163px;
	border-radius: 0;
}
.contact-info .about-content p{
	font-size: 14px;
	line-height: 22px;
}

.form-row{
	display: flex;
	flex-wrap: wrap;
	gap: 17px 0;
	margin-bottom: 28px;
}
.form-col {
	width: 100%;
}
.form-control,.wpcf7-form-control-wrap .wpcf7-form-control {
	width: 100%;
	height: 50px;
	border-radius: 10px;
	padding-left: 26px;
	font-size: 17px;
	opacity: 1;
	box-shadow: none!important;
	outline: none!important;
	border: 1px solid #DDD8CE;
	background-color: #fff !important;
	color:  #6B7D8E;
}
.form-control::placeholder,.wpcf7-form-control-wrap .wpcf7-form-control::placeholder{
	opacity: 1;
	color:  #6B7D8E;
}
body .wpcf7-form-control.wpcf7-checkbox {
	padding: 0;
	margin: 0;
	display: table;
	height: auto;
	width: 100%;
	border: none;
	background-color: transparent!important;
	box-shadow: none!important;
	outline: none!important;
	border-radius: 0;
}

.contact-info .form-group h4{
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 16px 0;
	display: block;
}
textarea.form-control,textarea.wpcf7-form-control {
	min-height: 140px;
	padding-top: 13px;
}

.form-check-group{
	padding: 16px 0 0 20px;
}
.form-check{
	padding: 0;
	margin: 0;
}
.form-check .wpcf7-list-item {
	display: table;
	margin: 0 0 18px 0;
}

.form-group label input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.form-group  .wpcf7-list-item-label {
	position: relative;
	cursor: pointer;
	padding: 0 0 0 46px;
	font-size: 17px;
	color: #6B7D8E;
}
.form-group .wpcf7-list-item-label:before {
	content:'';
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #DDD8CE;
	padding: 0;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	top: -2px;
	left: 0;
}
.form-group input:checked + .wpcf7-list-item-label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 13px;
	width: 6px;
	height: 14px;
	border: solid var(--color-blue);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.contact-map iframe{
	width: 100%;
	height: 570px;
}


/* -------------------------------------------------
   Search page
------------------------------------------------- */

.search-results-page {
	width: 100%;
}

.search-page-form {
	width: 100%;
	max-width: 650px;
	margin: 30px auto 0;
}

.search-form {
	display: flex;
	align-items: stretch;
	gap: 12px;
	width: 100%;
}

.search-field {
	flex: 1;
	min-width: 0;
	height: 48px;
	padding: 10px 16px;
	border: 1px solid #d5d7df;
	border-radius: 5px;
	background: #fff;
	color: var(--color-blue);
	font: inherit;
}

.search-field:focus {
	border-color: var(--color-pink);
	outline: 2px solid transparent;
	box-shadow: 0 0 0 2px rgba(212, 71, 120, 0.2);
}

.search-submit {
	flex-shrink: 0;
}

.search-results-section {
	width: 100%;
	padding: 0px 0 80px;
	background: var(--color-white);
}

.search-no-results .search-results-section {
	padding-top: 80px;
}
.search-no-results .plain-page-header { display: none;}

.search-results-summary {
	width: 100%;
	margin-bottom: 30px;
}

.search-results-summary p {
	margin: 0;
	color: var(--color-slate);
	font-size: 15px;
	line-height: 24px;
}

.search-results-list {
	display: grid;
	gap: 30px;
	width: 100%;
}

.search-result-item {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	align-items: center;
	gap: 35px;
	width: 100%;
	padding: 30px;
	border-radius: 10px;
	background: var(--color-buff);
}

.search-result-item__image {
	overflow: hidden;
	width: 100%;
	border-radius: 8px;
}

.search-result-item__image a {
	display: block;
}

.search-result-item__image-img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.search-result-item__image a:hover
.search-result-item__image-img {
	transform: scale(1.03);
}

.search-result-item__content {
	width: 100%;
}

.search-result-item__type {
	margin: 0 0 8px;
	color: var(--color-pink);
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.search-result-item__title {
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 31px;
}

.search-result-item__title a {
	color: var(--color-blue);
	text-decoration: none;
}

.search-result-item__title a:hover,
.search-result-item__title a:focus-visible {
	color: var(--color-pink);
}

.search-result-item__excerpt {
	margin-bottom: 22px;
}

.search-result-item__excerpt p {
	margin: 0;
	color: var(--color-slate);
	font-size: 15px;
	line-height: 25px;
}

.search-pagination {
	margin-top: 45px;
	text-align: center;
}

.search-pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.search-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 5px 9px;
	border-radius: 4px;
	background: var(--color-buff);
	color: var(--color-pink);
	text-decoration: none;
}

.search-pagination .page-numbers.current,
.search-pagination .page-numbers:hover,
.search-pagination .page-numbers:focus-visible {
	background: var(--color-pink);
	color: var(--color-white);
}

.search-pagination .pagination{
	justify-content: center;
}
.search-no-results-content {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 55px 30px;
	border-radius: 10px;
	background: var(--color-buff);
	text-align: center;
}

.search-no-results-content h2 {
	margin: 0 0 15px;
}

.search-no-results-content p {
	margin: 0;
}

/* -------------------------------------------------
   404 Page
------------------------------------------------- */

.error-page {
	width: 100%;
}

.error-404-section {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 620px;
	padding: 110px 0;
	overflow: hidden;
}



.error-404-content {
	width: 100%;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.error-404-code {
	margin: 0 0 12px;
	color: var(--color-pink);
	font-size: 120px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
}

.error-404-title {
	margin: 0 0 22px;
	font-size: 42px;
	line-height: 52px;
}

.error-404-text {
	max-width: 620px;
	margin: 0 auto 32px;
	font-size: 18px;
	line-height: 30px;
}

.error-404-content .button {
	display: inline-flex;
}

.t-and-cs p {
	margin-bottom: 10px;
}

.t-and-cs h3 {
	font-size: 24px;
}

.list-top-space h2 {
	margin-top: 30px;
}

.onecolumn-wrapper img {
	border-radius: 10px;
}