@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
  font-family: 'Asterina';
  src: url('https://lightsteelblue-kudu-367902.hostingersite.com/spa-privatif/wp-content/themes/spa-privatif/webfonts/asterina.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary:#BA9C76;
  --secondary:#215a9b;
  --white:#fff;
  --black:#222;
}
body {
    margin: 0;
    padding: 0 !important;
   font-family: "Inter", sans-serif;
	font-family: 'Asterina', sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
	background:#F3EEE8;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    border: 1px solid #000;
    padding: 13px 20px;
    color: #000;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 10px;
    width: 100%;
    outline: 0;
    font-family: "Inter", sans-serif;
    border-radius: 0;
    background: none;
}
input[type="submit"] {
    color: var(--white);
    background: var(--black) !important;
    text-transform: uppercase;
    border: none;
    padding: 13px 20px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 600;
    border-radius: 0px;
    font-family: "Inter", sans-serif;
    width: auto;
}
input[type="submit"]:hover {
  background: var(--primary) !important;
  color: var(--white);
  transition: 0.8s;
}
textarea {
    height: 100px;
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
   font-family: 'Asterina', sans-serif;
    color: var(--black);
    font-weight: 300;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    color: #444;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 22px;
}
ul, li, a {
    list-style-type: none;
    font-family: "Inter", sans-serif;
    color: #444;
    font-size: 14px;
    line-height: 22px;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 30px;
    font-size: 40px;
    color: #0e1422;
    text-align: center;
    font-weight: 300;
}
.leftheading{
	text-align:left;
}
.subheading {
    margin: 0px auto 20px;
    font-size: 13px;
    color: #CDB37F;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}


/* TOPBAR SECTION CSS */

.topbar {
    padding: 10px 0;
}
.topbar .row {
	align-items: center;
}
.top-contact {
    position: absolute;
    right: 0;
    top: 0;
}
.top-contact p {
    color: var(--white);
    margin: 10px 0;
    column-gap: 8px;
    font-size: 14px;
}


/* Header */

header {
    padding: 10px 20px 5px;
    background: var(--black);
    text-align: center;
}
header .container-fluid{
	position:relative;
}
.mainmenu {
    text-align: center;
}
header .row {align-items: center;}
header img {
    width: 220px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.mainmenu.fixed {
    position: fixed;
    top: 0;
    z-index: 1111;
    width: 100%;
    left: 0;
}
*/
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}


/* SLIDER SECTION CSS */

.mainslider {
    background: #f3f3ff;
}
.mainslider figure{
	margin:0;
}
.mainslider figure img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    bottom: inherit;
}
.mainslider .carousel-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.mainslider .carousel-caption h1, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h1 {
    letter-spacing: .5px;
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    font-weight: 100;
    margin: 0;
    font-family: 'Asterina' !important;
    text-transform: uppercase;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-caption span {
    display: block;
    color: var(--white);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 20px;
    width: fit-content;
}
.mainslider .carousel-caption p {
    font-size: 16px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    margin: 15px 0 25px;
}
.mainslider .carousel-content .btn {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}

.homeabout p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.about-features p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.feature-details .col-lg-4:last-child .about-features strong {
    color: #BA9C76;
    font-style: italic;
}


/* Our Rates */


.feature-details {
    padding: 50px 0 70px;
}
.feature-details .row {
    row-gap: 20px;
}
.feature-details .col-lg-4:first-child, .feature-details .col-lg-4:last-child{
	width:100%;
}
.about-features {
    padding: 20px 15px;
    position: relative;
    height: 100%;
    border-right: none;
    border-top: none;
    transition: all ease-in-out .5s;
    border: solid 1px #000;
    text-align: center;
}
.about-features .btn-primary {
    margin-top: 18px;
}
.about-features h3 {
    margin: 0;
    font-size: 32px;
}
.about-features span.ratesprc {
    font-size: 27px;
    display: block;
    margin: 5px 0 10px;
    color: var(--primary);
    font-family: "Inter", sans-serif;
    font-style: italic;
    line-height: normal;
}
.feature-cnt img {
    width: 60px;
    transition: .5s ease-in-out;
    filter: invert(1) brightness(100);
	position:relative;
	z-index:111;
}
.about-features:hover .feature-cnt img {
    animation: handshake 2s linear infinite;
}
.featured-number {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 65px;
    height: 65px;
    background: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    outline: solid 2px var(--secondary);
    outline-offset: 5px;
}
@keyframes handshake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/* services section  */

.services {
    padding: 60px 0 65px;
    background: var(--black);
}
.services .row {
    row-gap: 30px;
}

.about-services {
    background: var(--primary);
    padding: 15px;
	position: relative;
	transition: all .5s ease-in-out;
}
.about-services figure {
    overflow: hidden;
}
.about-services figure img {
    transition: all .5s ease-in-out;
    height: 270px;
    object-fit: cover;
    border: solid 1px var(--white);
}
.services .services-cnt span {
    background: #b6bae9;
    padding: 4px 18px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
}
.services .arrowbutton.next {
    right: -30px;
}
.services .arrowbutton.prev {
    left: -50px;
}
.services .services-cnt a {
    text-decoration: none;
}
.services .services-cnt h4 {
    color: var(--white);
    font-size: 26px;
    margin: 20px 0 18px;
    text-transform: capitalize;
    text-align: center;
    font-family: "Inter", sans-serif;
}
.services .services-cnt p {
    color: var(--white);
    line-height: 20px;
}
.courses .row {
    row-gap: 25px;
}
.services .slick-slide {
    margin: 0px 22px 0px 0px
}

/* Why Choose Us */

.products {
    background: url(../images/productsbg.jpg) center;
    padding: 55px 0;
    background-attachment: fixed;
}
.products-item {
    border: solid 1px #0d88c945;
    padding: 25px;
    border-radius: 6px;
    height: 100%;
    text-align: center;
    background: var(--white);
    transition: all ease-in-out .5s;
}
.products-item:hover {
    transform: translateY(-5px);
}

.products-item:hover figure:before, .services-item:hover figure:before{
    animation: shine 1s;
	z-index: 1;

}
@keyframes shine{
	100% {
    left: 125%;
}
}
.products-item figure {
    border: solid 3px #0c82c0;
    width: 100px;
    height: 100px;
    margin: 0 auto !important;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    padding: 15px;
    background: #0d86c71a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-item img {
    width: 63px;
}
.products-item h3 {
    margin: 20px 0 10px;
    font-size: 25px;
}

/* Resources */

.resources {
    padding: 50px 0 45px;
    overflow: hidden;
}
.resources .resources-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 340px !important;
}
.resources figure{
    height: 100%;
}
.resources figure img {
    transition: all .3s ease-in-out;
    height: 100%;
    object-fit: cover;
}
.resources .resources-item:hover img {
    filter: grayscale(1);
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}
.resources .resources-item:hover .resources-caption:after {
    opacity: 1;
    transition: all .3s ease-out;
}
.resources .resources-caption {
    background: var(--white);
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    display: block;
    text-align: center;
    padding: 10px 15px 12px;
    overflow: hidden;
    position: absolute;
    z-index: 1111;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.resources-caption h3 {
    margin: 0;
    font-size: 20px;
}
.resources-caption::after {
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: rgb(18 153 212);
    content: '';
    border-radius: 0 30px 30px 0;
    left: -23px;
    bottom: -5px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.resources .resources-item::after {
    content: "";
    position: absolute;
    background-image: url(../images/shape.png);
    height: 100%;
    width: 100%;
    top: -63px;
    right: -100%;
    z-index: 0;
    background-repeat: no-repeat;
    transition: 0.3s;
}
.resources .resources-item:hover::after {
    right: -50%;
}
.resources h4 {
    font-size: 25px;
}
.resources p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}


/* About Us */

.homeabout {
    padding: 80px 0;
}
.homeabout figure {
    margin: 0;
    position: relative;
}
.homeabout img {
    width: 100%;
    height: 100%;
}
.about-content {
    padding-left: 20px;
}
.aboutheading {
    transform: translateX(-200px);
    margin-bottom: 20px;
}
.homeabout p {
    text-align: justify;
    color: var(--black);
}
.about-content .btn-primary {
    margin-top: 30px;
}
.aboutheading {
    transform: translateX(-200px);
    margin-bottom: 25px;
}
.about-content span {
    font-weight: 600;
    color: var(--primary);
    padding-bottom: 8px;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    letter-spacing: .5px;
}
.about-content h2 {
    font-size: 42px;
    margin: 0;
    font-family: 'Asterina' !important;
}
.homeabout p {
    text-align: justify;
}
.about-content p:last-child {
    margin-bottom: 0;
}

/* H About */

.habout {
    background: var(--black);
    padding: 90px 0 70px;
}
span.homeabout__subtitle {
    color: var(--primary);
    font-family: "Inter", sans-serif;
    padding-bottom: 16px;
    display: block;
}
.habout h2.leftheading {
    margin-bottom: 20px;
}
.homeabout__description p {
    color: var(--white);
}


/* Gallery */

.gallery{
	padding:60px 0;
}
.gallerypage h3 {
    font-size: 32px;
    margin: 30px 0 20px;
}
.envira-lazy {
    position: relative;
    overflow: hidden;
	 border-radius: 6px !important;
	 outline: solid 1px var(--secondary) !important;
    outline-offset: 5px !important;
}
.envira-lazy:before {
    transform: scale(0);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f5fbff2e;
    transition: .5s;
    z-index: 1;
}
.envira-lazy:hover:before {
    transform: scale(1.5);
}

/* Gallery */

.gallery-item figure img {height: 280px;width: 100% !important;border-radius: 6px;transition: all ease-in-out .5s;}
.gallery-item figure {
    overflow: hidden;
	border-radius: 6px;
}
.gallery-item:hover figure img {
    transform: scale(1.1) rotate(3deg);
    filter: grayscale(1);
}

/* About Us */

.about {
    background: #f9f9f9;
    padding: 30px 0;
}
.about .row {
    border: solid 1px #ddd;
    border-radius: 6px;
    background: var(--white);
    margin: 15px  0;
    padding: 15px !important;
}
.about .row:nth-child(even) {
    flex-direction: row-reverse;
}
.profile .products-item figure {
    border: none;!important
	background:none;!important
}


/* Gallery  */

.ourgallery {
    padding: 45px 0 60px;
    background: #f3f3ff;
}
.ourgallery .row {
    justify-content: center;
    gap: 25px;
}
.gallery.ourgallery .row {
    row-gap: 25px;
    column-gap: 0;
}
.gallery-item {
    overflow: hidden;
    display: block;
    border-radius: 20px;
}
.ourgallery .gallerylightboxlist {
    height: 300px;
    background-size: cover;
    transition: all 300ms ease;
    border-radius: 20px;
    position: relative;
    background-position: center;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.gallerylightboxlist:after, .gallerylightboxlist:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .9s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.gallerylightboxlist:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.gallerylightboxlist:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.gallery-item:hover .gallerylightboxlist {
    transform: scale(1.1) rotate(5deg);
    filter: grayscale(1);
}
.gallerylightbox {
    position: relative;
    margin-bottom: 12px;
}
.gallerylightbox h3 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: var(--secondary);
    background: #ffffffc7;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 19px;
    padding: 10px;
    font-weight: 600;
}
img.fancybox-image {
    border-radius: 6px;
}
.ourgallery .slick-slide {
    margin: 0 5px !important;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}


/* Footer */

footer {
    background: var(--black);
}
footer .col-lg-3:first-child {
    background: #ffffff14;
    text-align: center;
    padding: 40px 25px 30px;
}
.footerabout img {
    width: 200px;
}
footer .smoicons ul {
    justify-content: center;
    margin-top: 25px;
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
    padding: 40px 15px 30px;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
}
.footerabout p {
    margin: 25px 0 0;
}
footer .col-lg-3:last-child {
    border: none;
}
footer ul.menu li {
    position: relative;
    padding-left: 20px;
}
footer ul.menu li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    color: #777;
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 10px;
}
footer ul li.menu-item a {
    margin-bottom: 6px;
    display: block;
}
footer ul li:last-child a {
    margin-bottom: 0;
}
footer ul li.menu-item a:hover {
  color: var(--white);
}
.footersmo li i {
    color: #4d4a4f;
    font-size: 18px;
}
footer h4 {
    margin-bottom: 0;
    letter-spacing: .5px;
    font-size: 19px;
    color: var(--white);
    padding-bottom: 15px;
}
footer a, footer p, .footerabout a {
    color: #ffffffe3;
}
footer a:hover {
    color: var(--primary) !important;
}
.footer-details a {
    text-decoration: none;
    font-size: 15px;
}
footer ul.footer-details li:last-child {
    margin-bottom: 0;
}
footer ul.socialicon {
  display: flex;
    column-gap: 6px;
	justify-content: flex-end;
}
footer ul.socialicon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #212222;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    margin: 0;
}
footer .readbtn {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--primary);
    margin-top: 15px;
    display: block;
}
footer ul.footer-details li {
    position: relative;
    padding-left: 20px;
    color: #ccc;
    margin-bottom: 15px;
}
footer ul.footer-details li i {
    color: var(--white);
    padding-right: 5px;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 7px;
}
footer form {
    position: relative;
}
footer form input {
    border-color: #ffffff26 !important;
    padding: 7px 15px !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
}
footer input[type="submit"] {
    width: 100%;
    margin-bottom: 0;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff38;
}
.copyright .col-sm-4 {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.copyright .row {
  align-items: center;
}
.copyright p, .copyright p a {
    margin: 0 !important;
}
.copyright p a {
    color: var(--secondary);
}
.copyright ul {
    display: flex;
    justify-content: center;
}
.copyright ul li {
    border-right: solid 1px #dddddd40;
    padding: 0 15px;
}
.copyright ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.copyright img {
    width: 280px;
}
footer.site-footer {
    padding: 40px 0 10px;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    width: 190px;
}
footer h4 {
    color: #BA9C76;
}

footer a, footer p, .footerabout a {
    color: #fff;
}
.site-footer svg {
    width: 18px;
    height: 18px;
}
.footer-bottom {
    padding-top: 40px;
}

.footer-social {
  margin-top: 15px;
  display: flex;
  gap: 15px;
}

.footer-social a {
  color: #ccc;
  font-size: 16px;
  transition: 0.3s;
}

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


.schedule-section {
  padding: 60px 0;
}



#GoToTop {
    display: none;
    position: fixed;
    bottom:120px;
    right: 33px;
    border-radius: 50%;
    z-index: 99999999;
    padding: 0;
    border: solid 2px var(--primary);
    background: var(--white);
    width: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    color: var(--primary);
    text-decoration: none;
    padding-top: 10px;
    box-shadow: 3px 11px 12px #0000009c;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 99999999;
    padding-top: 8px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
    outline: solid 5px #4fcc5d;
    outline-offset: 3px;
}
#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: #4fcc5d;
	box-shadow: 0 0 10px #4fcc5d;
	animation: whtsbtn 2s linear infinite forwards;
}
#whatsappbtn img{
width: 110px;    
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}
#whatsappbtn img {
	width: 30px;
	margin-top: 4px;
}

/* why choose section  */
.whychoose{
	padding:60px 0;
}
.whychoose .row{
	row-gap:22px;
}
.whychoose-item {
    padding: 10px;
    border: 1px solid #21176030;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    column-gap: 20px;
}
.whychoose-item figure  img{
    height: 100%;
    width: 245px;
	object-fit:cover;
	border-radius:10px;
}
.whychoose-item h3 {
    font-size: 22px;
    font-size: 26px;
    font-weight: 700;
}

/* Reviews */

.testimonial {
    padding: 40px 0 30px;
    background: var(--black);
}
.testimonial .row{
	row-gap:25px;
}
.testimonial .slick-track {
    display: flex;
    align-items: center;
    margin-top: -30px;
}
.testimonial-cnt {
    background: #f3f3ff26;
    border-radius: 20px;
    padding: 20px;
    border: solid 1px #dddddd2b;
    border-bottom: solid 3px var(--primary);
    position: relative;
    text-align: center;
}
.testimonial-desc {
    min-height: 180px;
    max-height: 180px;
}
.testimonial-cnt:after {
    content: '';
    position: absolute;
    bottom: -40px;
    border: solid 20px transparent;
    border-top: solid 20px var(--primary);
}
.testimonial-cnt h3 {
    margin: 15px 0 0;
    background: #ffffffe6;
    font-size: 20px;
    padding: 5px;
    border-radius: 50px;
    color: var(--primary);
    outline: solid 1px #ffffff1a;
    outline-offset: 3px;
}
.testimonial figure {
    border-radius: 50%;
    overflow: hidden;
    height: 60px;
    width: 60px;
    background: var(--white);
    padding: 6px;
    border: solid 3px var(--primary);
}
.testimonial figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-cnt p {
    margin-bottom: 0;
    color: var(--white);
    line-height: 28px;
}
.testimonial-desc span {
    margin-bottom: 15px;
    display: block;
}

.testimonial-slider .slick-center {
  /*transform: scale(1.05);*/ /* Zoom effect */
  opacity: 1;
  z-index: 2;
}
.info strong {
    font-size: 14px;
	font-family: "Inter", sans-serif;  
}
.testimonial-slider .slick-center .info strong {
    font-size: 11px;
}
.testimonial-slider .slick-slide > div {
  transition: all 0.4s ease;
}
.testimonial-slider .slick-center .avatar img {
    width: 32px;
    height: 32px;
}
.testibtm {
    display: flex;
    align-items: center;
    margin-top: 40px;
    column-gap: 20px;
    justify-content: center;
}
.testibtm h3 {
    color: var(--white);
    margin: 0;
}


/* Home Contact */

.homecontact {
	padding:60px 0;
}
.homecontact form {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}
.homecontact .col-12.sbmtbtn p {
    text-align: center;
}
.homecontact form label {
    padding-bottom: 2px;
}


/* Breadcrumbs */

.breadcrumb {
    padding: 40px 0;
    background: linear-gradient(#BA9C76, #BA9C76);
}
.breadcrumb .row {
  align-items: center;
  display: flex;
}
.breadcrumb h1 {
    color: var(--white);
    width: fit-content;
    margin: 0 auto;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.breadcrumb p {
    text-align: center;
    margin: 0;
}
.breadcrumb h1 p {
    text-align: left;
}
.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    font-weight: 400;
    color: var(--white);
}
.breadcrumb p a {
    padding-right: 18px;
    margin-right: 5px;
    position: relative;
    color: var(--white);
}
.breadcrumb h1 span {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--white);
    text-transform: uppercase;
    line-height: normal;
}

.breadcrumb h1 .breadcrumbs_last {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 800;
}
.breadcrumb h1 p{
  float:left;
}
.breadcrumb h1 span a {
  display: none;
}
.breadcrumb a:after {
    position: absolute;
    content: '\f101' !important;
    font-size: 10px !important;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free' !important;
    color: var(--white);
    right: 0;
    top: -1px;
}
.secondary-container {
padding: 60px 0;
}

.dtlscnt {
    padding: 25px;
    background: #f9f9f9;
    border: dotted 2px var(--primary);
    margin-top: 25px;
}
.dtlscnt ul li {
    line-height: 25px;
}
.dtlscnt ul li {
    margin: 10px 0;
}
.dtlscnt ul li:last-child {margin-bottom: 0;}
.srvccnt {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    background: #eee;
    padding: 10px;
    column-gap: 15px;
    border: dotted 2px var(--primary);
}

/* Contact Us */

.contact-location {
    height: 100%;
    margin-bottom: 25px;
}
.contact-location .row {
    row-gap: 15px;
}
.contactus .contact-details-cnt {
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    border-top: none;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.contactus-form p {
    margin: 0;
}
.contact-details-cnt strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 4px;
}
.contact-details-cnt i {
    font-size: 20px;
    color: var(--white);
    background: var(--secondary);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    outline: solid 5px var(--secondary);
    outline-offset: 3px;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.contact-details-cnt img {
    width: 100px;
}
.contactus .contact-details-cnt p {
    margin: 0;
}
.contact-details-cnt p strong {
    font-size: 20px;
}
.contactus .contact-details-cnt h3 a,
.contactus .contact-details-cnt h3 {
    color: #626262;
    font-size: 15px;
    font-weight: normal;
font-family: 'Roboto', sans-serif;  
}
.contactus .contact-details-cnt h3 {
    margin: 0;
    line-height: 25px;
}
.contactus-form {
    box-shadow: 3px 3px 13px #ddd;
    padding: 15px;
    border-radius: 6px;
}
.contactus .contact-details-cnt:last-child {
    margin: 0;
}
.contactus-form h3 {
    border-left: 3px solid var(--primary);
    line-height: 24px;
    padding-left: 10px;
    width: fit-content;
    margin: 0 0 25px;
}
.hcontact {
    padding: 50px 0 70px;
}
.hcontact ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 15px 0;
    border: solid 1px #b6b6b6;
    padding: 15px;
    border-radius: 20px;
    background: #f3f3ff;
}
.hcontact ul li img {
    width: 70px;
}
.hcontact ul li h3 {
    text-transform: capitalize;
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 500;
}
.hcontact ul li:first-child {
    margin-top: 0;
}

.hcontact ul li p:last-child {
    margin-bottom: 0;
}
.hcontactform {
    border: solid 1px #ddd;
    padding: 25px;
    border-radius: 20px;
    background: #f3f3ff;
    height: 100%;
}
.hcontactform input, .hcontactform textarea, .hcontactform select {
    background: var(--white);
    border: solid 1px #777;
}
.hcontact-box {
    background: var(--white);
    box-shadow: 3px 3px 13px #ddd;
    padding: 25px;
    border-radius: 20px;
    height: 100%;
}
.hcontact-box iframe {
    width: 100%;
    border-radius: 20px;
    height: 100%;
}

/* Policy */

.policy ul {
    padding-left: 15px;
    margin-bottom: 10px;
}
.policy ul li {
    list-style-type: disc;
}

/* Services Details */

.page-sidebar {
    position: sticky;
    top: 0;
}
.page-sidebar h3 {
    margin-bottom: 22px;
}
.sidebar-inquiry, .sidebar-contactdtls {
    padding: 20px;
    border-radius: 12px;
}
.sidebar-inquiry {
    background: #f2f9fc;
}
.sidebar-inquiry.resourcesmenu {
    margin: 15px 0;
}
.sidebar-contactdtls {
    background: var(--primary);
    margin-top: 25px;
}
.sidebar-contactdtls {
    background: var(--secondary);
    margin-top: 25px;
}
.resourcesmenu ul li {
    position: relative;
    border-bottom: solid 1px #ddd;
    line-height: 35px;
    padding-left: 22px;
}
.resourcesmenu ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-size: 13px;
}

.servicesgallery {
    margin-top: 20px;
}
.servicesgallery .col-12 {
    display: flex;
}
.servicesgallery-item {
    display: flex;
    gap: 20px;
    background: #53b1d814;
    padding: 15px;
    align-items: center;
    border: solid 1px var(--primary);
    border-radius: 10px;
}
.servicesgallery-content {
    width: 70%;
}
.servicesgallery-item figure {
    width: 30%;
}
.servicesgallery-item figure img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.resourcesmenu ul li:first-child{
	padding-top:0;
}
.resourcesmenu ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.sidebar-inquiry input, .sidebar-inquiry textarea, .sidebar-inquiry select {
    border: solid 1px #5c5f74;
}
.sidebar-inquiry input[type="submit"] {
    margin-top: 8px;
}
.contactus-details {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
    border-bottom: solid 1px #eee;
    padding-bottom: 12px;
}
.sidebar-contactdtls .contactus-cnt h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.contactus-details i {
    font-size: 20px;
    margin-right: 10px;
    color: var(--white);
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sidebar-contactdtls .contactus-cnt p {
    margin: 0;
}
.sidebar-contactdtls .contactus-cnt h5, .sidebar-contactdtls .contactus-cnt p, .sidebar-contactdtls .contactus-cnt ul li, .sidebar-contactdtls .contactus-cnt a {
color: var(--white);
}
.sidebar-contactdtls .contactus-details {
    border-bottom: solid 1px #ffffff3b;
}
.sidebar-contactdtls .contactus-details:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.details-banner img {
    width: 100%;
    height: 445px;
    object-fit: cover;
    border-radius: 20px;
}
.resource-item {
    border: dotted 1px var(--primary);
    padding: 15px;
    height: 100%;
    border-radius: 6px;
}
.details-content .row {
    row-gap: 25px;
}
.details-banner {
    margin-bottom: 25px;
}
.details-content ul li, .details-content ol li {
    position: relative;
    padding-left: 18px;
    line-height: 26px;
}
.details-content ul li:before, .details-content ol li:before {
    content: '\f061';
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    color: var(--secondary);
    font-weight: 600;
    font-size: 12px;
}
.details-content ul, .details-content ol {
    margin-bottom: 15px;
}

/* Client Portal */

.clientportal-box {
    background: #f9f9f9;
    padding: 20px;
    width: 400px;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    outline: solid 1px var(--primary);
    outline-offset: 5px;
}
.clientportal-box p a {
    text-decoration: underline;
    text-underline-offset: 1px;
    color: var(--secondary);
    letter-spacing: 1px;
}

/* SERVICES PAGE CSS */

.service img {
    width: 100%;
    height: auto;
}
.service-content {
    background: linear-gradient(90deg, #0382c724, transparent);
    padding: 25px;
    border-radius: 10px;
    border-left: 3px solid var(--primary);
}
.service-content .leftheading {
    font-size: 30px;
}
.service-content p {
    text-align: justify;
}
.tax {
    background: #ecf6fb;
    padding: 50px 0;
    margin-top: 60px;
}
.tax .row {
    row-gap: 22px;
}
.tax-item {
    background: var(--white);
    padding: 25px;
    border-radius: 15px 0 15px 15px;
    border: 1px solid #0382c738;
    height: 100%;
}
.tax-item figure {
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border: 1px solid #0382c738;
    border-radius: 15px 0 15px 15px;
}
.tax-item img {
    width: 64px;
}
.tax-item h3 {
    font-size: 18px;
    margin: 0;
}
.taxplaning {
    padding-top: 40px;
}
.taxplaning-item {
    box-shadow: 0 0 14px #0382c729;
    padding: 15px;
    border-radius: 15px;
    column-gap: 10px;
}
.taxplaning-item img {
    width: 70px;
}
.representation {
    background: #ecf6fb;
    padding: 25px;
    border-radius: 15px;
    margin-top: 25px;
}
.details-content a {
    text-decoration: underline;
    color: var(--primary);
}
.taxglossary p a {
    border: solid 1px #ddd;
    width: 28px;
    height: 28px;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    margin-right: 2px;
    text-decoration: none;
}
.taxglossary p a:hover {
    background: var(--primary);
    color: var(--white);
}
.details-content .taxdue ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 10px;
    align-items: center;
}
.details-content .taxdue ul li a {
    border: solid 1px var(--primary);
    padding: 5px 20px 7px;
    text-decoration: none;
    border-radius: 6px;
    transition: all ease-in-out .5s;
}
.details-content .taxdue ul li a:hover {
    background: var(--secondary);
    color: var(--white);
}
.details-content table {
    border: solid 1px #ddd;
    width: 100%;
    margin-bottom: 15px;
}
.details-content table tr, .details-content table th, .details-content table td {
    border: solid 1px #ddd;
    padding: 6px 15px;
}
.details-content table th {
    background: var(--primary);
    color: var(--white);
}
.details-content .taxdue ul li:before{
	display:none;
}
.licensed_content.payment {
    max-width: 600px;
    background: #f9f9f9;
    padding: 10px 25px 25px;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
}
.licensed_content.payment form {
    margin-bottom: 20px;
}
.payment-form input[type="submit"] {
    margin-top: 8px;
}
.licensed_content.payment form br{
	display:none;
}
.payment-form label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
.contact_us_bg {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    padding: 40px 30px 50px;
    border-radius: 30px;
}
.contact_us_bg p {
    margin-bottom: 21px;
}
.contact_us_bg form p {
    margin-bottom: 10px;
}
.map {
    height: 93%;
}
.map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.contact_btn {
    background: #525fe1;
    color: #fff;
    padding: 8px 21px;
    width: 100%;
}

.contact_us {
    padding: 20px 0 60px;
}


.single_blog {
    background: #fff;
    border-radius: 0px;
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.03);
    box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.03);
}

.section-title p {
    width: 70%;
    margin: auto;
}
.academic_details img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}
.academic {
	padding:50px 0;
}
.academic_details {
    border: dotted 1px var(--secondary);
    border-radius: 15px;
    padding: 15px;
    background: #f3f3ff;
    height: 100%;
    transition: .5s;
}
.academic_details:hover {
    transform: translatey(-10px);
    border-color: var(--primary);
}
.content_box h3 {
    margin: 20px 0 8px;
}
.content_box p {
    margin: 0;
}
.academic .row {
    row-gap: 25px;
}

.academic_details img {
transition: all ease-in-out .5s;
}

.academic_details:hover img{
	transform: scale(1.1);
}
.academic_details figure {
    overflow: hidden;
    border-radius: 13px;
}
.form-fields {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 50px;
}

.form-fields input , .textarea{
    height: 50px;
    color: #070f4d;
    border: 1px solid #e8e8e8;
    background-color: #fcfcff;
    border-radius: 0;
    padding: 10px 20px;
    width: 100%;
}
.form-fields textarea{

    color: #070f4d;
    border: 1px solid #e8e8e8;
    background-color: #fcfcff;
    border-radius: 0;
    width: 100%;
}
.text {
    font-size: 16px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.60);
    width: 100%;
}

/* CSR */

.csr .entrepreneur {
    padding: 65px 0;
}
.csr .entrepreneur-item figure img {
    width: 70px;
}
.csr .entrepreneur-item h3 {
    font-size: 25px;
    margin: 20px 0 14px;
}
.csr .additionalcnt ul {
    margin-bottom: 20px;
}
.csr .additionalcnt ul li {
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
}
.csr .additionalcnt ul li:last-child{
	margin-bottom:0;
}
.csr .additionalcnt ul li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    font-weight: 600;
    position: absolute;
    left: 0;
    font-size: 14px;
}

/* ICC */

.iccsection {
    border: solid 1px #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.iccsection img {
    border-radius: 12px;
}
.iccsection h3 {
    font-size: 25px;
    color: var(--primary);
}
.iccsection-btm {
    margin-top: 25px;
}
.iccsection-btm ul li {
    list-style-type: disc;
    margin: 5px 0;
}
.iccsection-btm ul {
    padding: 5px 0 15px 15px;
}

/* About Us */

.chairmantop img {
    border-radius: 15px !important;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.entrepreneur .row {
    row-gap: 25px;
}

/* FAQS */

div#accordionExample {
    background: #f9f9f9;
    height: 100%;
    padding: 20px;
    border-radius: 6px;
    box-shadow: inset 0 0 10px #0066b038;
}
.stillhaveqn {
    border-radius: 6px;
    padding: 20px;
    transition: 0.7s ease-in-out;
    background: #0066b014;
    box-shadow: inset 0 0 10px #0066b038;
    height: 100%;
}
.stillhaveqn-cnt .btn-primary {
    background: var(--secondary);
}
.stillhaveqn-cnt .btn-primary:hover {
    background: var(--primary);
}
.faqcnt{
	border-radius:6px;
	border:1px solid #0066b038;
	padding:20px;
	box-shadow:inset 0 0 10px #0066b038;
}
.faqcnt h3 {
    font-size: 21px;
    color: var(--primary);
    margin-bottom: 7px;
}
.stillhaveqn:hover{
	box-shadow: inset 0 0 10px #0066b038;
}
.stillhaveqn:hover img{
	scale:1.2;
}
.stillhaveqn figure {
    border-radius: 6px;
    overflow: hidden;
    height: auto;
}
.stillhaveqn figure img{
	transition:8.0s ease-in-out;
	height:100%;
	object-fit:cover;
}
.stillhaveqn-cnt {
    padding: 20px 20px 30px;
    background: var(--white);
    border-radius: 6px;
    margin-top: 15px;
    border: solid 1px var(--primary);
}
.faqsidebar h2 {
    margin: 0px 0 5px;
}
.accordion-button:not(.collapsed), .accordion-button:focus{
    box-shadow: none !important;
}
.gallerypage.ourgallery .row{
    gap: 0;	
}

/* Why Use Us */

.whyusesitem img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}
.whyusesitem {
    border: solid 1px #ffc107;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    background: #53b1d80a;
}
.whyusesitem h3 {
    margin: 20px 0 15px;
    font-size: 20px;
    border-left: solid 3px #53b1d8;
    padding-left: 15px;
    border-radius: 10px;
}
.whyuse .row {
    row-gap: 25px;
}

/* Special Offer */

.specialoffersitem img {
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
}
.specialoffersitem-content {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 20px 20px 25px;
    background: linear-gradient(transparent, black);
    border-radius: 0 0 12px 12px;
}
.specialoffersitem {
    position: relative;
}
.specialoffersitem h3, 
.specialoffersitem p{
	color:var(--white);
}
.specialoffersitem-content p {
    line-height: normal;
}

.award_container {
    border: solid 2px var(--primary);
    padding: 15px 25px;
    border-radius: 10px;
    margin-top: 30px;
    background: #ffffff6b;
    border-left: solid 2px var(--secondary);
    border-right: solid 2px var(--secondary);
}
.award_container a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.award_container a img {
    width: 220px;
    height: auto;
}
.award_container h3 {
    margin: 0;
}


/* Why Use us */

.whyuseus {
    padding: 50px 0 70px;
    text-align: center;
}
.whyuseus-item {
    border: solid 1px var(--primary);
    height: 100%;
    padding: 15px;
    border-radius: 10px;
}
.whyuseushdrcnt {
    margin-bottom: 25px;
}
.whyuseushdrcnt strong {
    background: var(--secondary);
    color: var(--white);
    padding: 6px 20px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}
.whyuseus-item figure img {
    width: 75px;
}
.whyuseus-item h3 {
    font-size: 18px;
    margin: 15px 0 0;
}

.flowchart {
    background: linear-gradient(
87deg, #001725, #012734);
    padding-top:80px;
}

.flowchart .heading, .flowchart p {
    color: var(--white);
}
center.mt-5 img {
    width: 180px;
}

.bnrmbl{
	display:none;
}
.testimonial-slider .slick-center p {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 5px;
}

/* TITLE */
.testimonial .heading {
    text-align: center;
    margin-bottom: 0;
    position: relative;
}
.testimonial-card span.source svg {
    width: 85px;
}
.testimonial .heading:before {
    content: "";
    display: block;
    width: 60%;
    height: 1px;
    background: var(--primary);
    margin: 0 auto 40px;
}

/* CARD */
.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin: 0 12px;
    color: #000;
}

/* HEADER */

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

/* AVATAR */
.avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* NAME */
.info strong {
  font-size: 14px;
}

/* STARS */
.stars {
  font-size: 12px;
  color: #f4b400;
}

/* REVIEW */
.review {
    font-size: 13px;
    margin: 10px 0 0;
    line-height: 1.5;
}

/* SOURCE */
.source {
  font-size: 11px;
  color: #666;
}

/* SLIDER */
.testimonial-slider {
  position: relative;
}

/* default slides */
.testimonial-slider .slick-slide {
  transition: all 0.4s ease;
  padding: 50px 0;
  transform: scale(0.85);
}

/* center slide */
.testimonial-slider .slick-center {
    transform: scale(1.25);
    opacity: 1;
    z-index: 2;
    
}
/* ARROWS */
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
}

.testimonial-slider .slick-prev {
  left: -50px;
}

.testimonial-slider .slick-next {
  right: -50px;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
  color: #fff;
}

.testimonial .arrowbutton.prev.slick-arrow {
    background: transparent;
    border: 1px solid #FFFFFF;
    left: -40px;
}

.testimonial .arrowbutton.next.slick-arrow {
    background: transparent;
    border: 1px solid #FFFFFF;
    right: -40px;
}

.sbmtbtn input {
    background: #BA9C76 !important;
    outline: 2px solid #BA9C76;
    outline-offset: 1px;
}

.contact-section {
  padding: 45px 0;
}

/* ROW */
.custom-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}

/* GROUP */
.custom-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.custom-form .form-group.full {
  width: 100%;
  margin-bottom: 10px;
}

/* LABEL */
.custom-form label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #000;
}

/* INPUTS */
.custom-form input,
.custom-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  background: transparent;
  font-size: 14px;
  outline: none;
  border-radius: 0;
}

/* TEXTAREA HEIGHT */
.custom-form textarea {
  height: 120px;
  resize: none;
}

/* BUTTON */
.form-submit {
  text-align: center;
}

.custom-form input[type="submit"] {
    background: #BA9C76 !important;
    color: #fff;
    border: none;
    padding: 13px 65px;
    cursor: pointer;
    font-size: 14px;
    width: auto;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: normal;
    outline: 2px solid #BA9C76;
    outline-offset: 1px;
}

/* BUTTON HOVER */
.custom-form input[type="submit"]:hover {
  background: #6ab0a2;
}

.massage-section {
  background: #F3EEE8;
  padding: 80px 0;
}

/* ITEM */
.massage-item {
  padding: 40px 0;
  border-bottom: 1px solid #0000002E;
}

/* TITLE */

.massage-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}

/* DESCRIPTION */
.massage-desc {
  color: #000;
}

/* PRICES */
.massage-prices {
  margin-top: 15px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.massage-prices span {
    color: #CDB37F;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    font-family: "Inter", sans-serif;
}
.massage-prices span:not(:last-child):after {
    content: "|";
    margin-left: 15px;
    color: #c89b5b87;
    font-weight: 300;
}

.btn-primary {
    border-radius: 0;
}

/* BUTTON */
.massage-btn {
  text-align: center;
  margin-top: 40px;
}

.massage-btn a {
  display: inline-block;
  padding: 14px 60px;
  background: #b8966b;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  border-radius: 2px;
  transition: 0.3s;
}

.massage-btn a:hover {
  background: #a07c52;
}

.narrow-container {
    max-width:950px;
    margin: 0 auto;
}
.massage-item:first-child {
    padding-top: 0;
}

.homeabout.reverse .aboutheading {
    transform: translateX(0);
}

.page-template-propos footer.site-footer {
    margin-top: 80px;
}

.page-template-propos .homeabout {
    padding: 80px 0 0;
}
.services-slider button {
    width: 7px !important;
    height: 7px !important;
    border-radius: 20px !important;
}
.services-slider li.slick-active button {
    outline: 1px solid #ba9c7670;
    outline-offset: 7px;
}
.services-slider .slick-dots li.slick-active {
    margin-right: 20px;
}
.services-slider .slick-dots {
    margin-top: 50px;
}
.services-slider .slick-dots li {
    margin-right: 20px;
}
.services .arrowbutton {
    background: transparent;
    border: 1px solid #fff;
}
.stars span {
    font-weight: 600;
    color: #1F1F1F;
    font-family: 'Inter';
}
.services .slick-slide.slick-center {
    transform: scale(1.05);
}
.services .slick-slide {
    transform: scale(0.9);
}
.services .slick-track {
    padding: 30px 0;
}
.services .services-cnt p {
    font-size: 14px;
}
.services .slick-center .services-cnt p {
    font-size: 12px;
    line-height: 1.5;
}
.about-content.mob-txt {
    display: none;
}
.homeabout.reverse .about-content {
    padding-left: 0;
    padding-right: 20px;
}













































@media only screen and (max-width:1200px){
	.mainslider .carousel-caption p {
    padding: 0;
}
.mainslider figure img {
    height: 550px;
}
.products-item img {
    height: 170px;
}
.gallery-item figure img {
    height: 220px;
}	
}
@media only screen and (max-width:1000px){
.mainslider .carousel-caption h1 {
    font-size: 50px;
    line-height: 50px;
}	
.mainslider .carousel-caption span {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 1px;
}	
.mainslider figure img {
    height: 400px;
    border-radius: 0;
}
.products .row {
    row-gap: 25px;
}	
.products-item img {
    height: 230px;
}	
.about-content {
    margin-top: 15px;
}
.services-item figure img {
    height: 300px;
}
header .col-sm-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo img {
    width: 170px;
}

header {
    padding-top: 10px;
}
.mainmenu {
    padding: 5px 0;
}
#rmp_menu_trigger-573 {
    background: var(--primary) !important;
}
.menubar {
    display: flex;
    justify-content: flex-end;
}
.mainmenu .btn-primary {
    padding: 14px 25px !important;
    border-radius: 25px 0;
    text-transform: uppercase;
    font-weight: 500;
}
#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: var(--primary) !important;
}
	span.rmp-menu-title-link span {
    display: none;
}
#rmp-container-573 {
    background-color: var(--primary) !important;
    border-right: solid 1px #ddd;
}
.sidebar-inquiry {
    margin: 15px 0;
}	
}


@media only screen and (max-width:768px){
header .row {
    row-gap: 0;
}
.enable-animation {
    border-radius: 0;
    margin: 0;
}	
.bnrdsktp{
	display:none;
}
.bnrmbl{
	display:block;
}	
.contact_us_bg {
    padding: 0;
}
.about-content {
    margin-top: 0;
}	
article.singlepost {
    width: 100% !important; 
}
article.singlepost img {
    height: auto !important;
}	
.map {
    height: 350px;
}
.contactus .container {
    padding: 0 15px !important;
}
.career .col-lg-5 {
    padding-left: 15px !important;
}	
.top-contact {
    justify-content: center;
}			
.topbar {
    padding: 10px 0;
    border-top: solid 1px #dddddd2b;
    padding-top: 15px;
    margin-top: 15px;
}	
.topbar .col-sm-2 {
    justify-content: center;
    margin-top: 15px;
}
	
header .col-sm-2 {
    width: 100%;
}
header .col-sm-10 {
    width: 100%;
    padding: 0 15px;
}	
.mainslider video {
    height: 400px;
}		
.homeabout {
    padding: 60px 0;
}	
.mainslider .carousel-content {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.feature-details .row {
    row-gap: 25px;
}
.carousel-control-prev, .carousel-control-next{
   height: 75px !important;
    width: 42px !important;
}	
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 20px !important;
}	
.row {
    row-gap: 15px;
}
.hcontact-box iframe {
    height: 300px;
}	
footer .col-lg-3 {
    padding: 10px 15px;
}
footer ul li.menu-item a {
    margin-bottom: 5px;
}
.footerabout img {
    width: 250px;
}	
.mainslider .carousel-caption h1 {
    font-size: 40px;
    line-height: 50px;
}
.contactus .col-sm-6 {
    width: 100%;
}
.contactus {
    padding: 45px 0 60px;
}
.arrowbutton.prev {
    left: 0 !important;
}
.arrowbutton.next {
    right: 0 !important;
}	
.mainmenu.fixed {
    position: relative;
}	
	/*
.smoicons {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-2px);
    z-index: 1111;
}
*/

.topbar .col-sm-10 {
    display: none;
}
.topbar {
    border: none;
    padding: 0;
    margin: 0;
    display: none;
}
.topbar .col-sm-2 {
    margin: 0;
}
.homecontact form {
    width: 100%;
}
button#rmp_menu_trigger-573 {
    margin-top: 0 !important;
    background: transparent !important;
    background: url(https://lightsteelblue-kudu-367902.hostingersite.com/aquabike-lille/wp-content/uploads/2026/03/Group-29.png) center / contain !important;
    background-size: 28px !important;
    background-repeat: no-repeat !important;
    font-size: 0;
}
.mainmenu {
    position: absolute;
    top: 15px;
    left: 15px;
}
header {
    padding: 10px 20px;
}
.top-contact {
    top: 5px;
}
.top-contact p {
    font-size: 12px;
}
.ps-5 {
    padding: 0 !important;
}
.aboutheading {
    transform: unset;
    margin-bottom: 10px;
}
.about-content {
    padding-left: 0;
    padding-top: 30px;
}
.services .slick-slide {
    margin: 0px 11px;
}
.services .arrowbutton.next {
    right: -20px !important;
}
.services .arrowbutton.prev {
    left: -20px !important;
}
.feature-details .row {
	width: 100%;
    margin: 0;
}
.habout .row {
    margin: 0;
}
.testimonial-slider .slick-slide, .testimonial-slider .slick-center {
    transform: unset;
    padding: 50px 0 0;
}
.testimonial {
    padding: 0px 0 60px;
}
.testimonial-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 20px;
    margin: 0 5px;
}
#rmp_menu_trigger-573 .responsive-menu-pro-inner, #rmp_menu_trigger-573 .responsive-menu-pro-inner::before, #rmp_menu_trigger-573 .responsive-menu-pro-inner::after {
	display: none !important;
}
#rmp-container-573 {
    padding-top: 40px !important;
}
button#rmp_menu_trigger-573.is-active {
    background: none !important;
}
#rmp_menu_trigger-573.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-573.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-573.is-active .responsive-menu-pro-inner::after {
	display: block !important;
}
.services .slick-slide, .services .slick-slide.slick-center {
    transform: unset;
}
.page-template-propos .about-content .aboutheading {
    display: none;
}
.page-template-propos .about-content.mob-txt {
	display: block;
}
.page-template-propos .about-content.mob-txt .aboutheading {
	display: block;
}
.page-template-propos .homeabout img {
    height: auto;
}
.page-template-propos .homeabout.reverse .row {
    flex-direction: column-reverse;
}
.homeabout.reverse .about-content {
    padding-right: 0;
}
.page-template-propos .about-content.mob-txt {
	padding: 0 0 20px;
}
.page-template-propos .about-content {
	padding: 20px 0 0;
}
}

@media only screen and (max-width:568px){
.mainmenu .col-sm-2, .mainmenu .col-sm-10 {
    width: 50%;
}	
.page-id-2310 .col-lg-4:nth-child(5) {
    width: 100%;
}	
	.award_container a {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
	/*
.carousel-control-prev {
    left: 5px !important;
}
.carousel-control-next {
    right: 5px !important;
}
	*/
.icccsr-item img {
    height: 480px;
}	
	/*
.carousel-control-next, .carousel-control-prev {
    width: 40px !important;
    height: 40px !important;
}
*/
.products-item img {
    height: 280px;
    clip-path: none;
}

.products .row {
    row-gap: 15px;
}
.gallery-item figure img {
    height: 300px;
}	
.mainslider .carousel-caption h1 {
    font-size: 30px;
    line-height: 32px;
}
.mainslider .carousel-caption span {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0;
}	
.mainslider .carousel-caption p {
    font-size: 15px;
    margin: 27px 0 18px;
    line-height: 24px;
}
.breadcrumb {
    padding: 35px 0;
}
.details-banner img {
    height: auto;
}
.sidebar-inquiry {
    margin: 15px 0;
    border: solid 1px var(--secondary);
}	
}

@media only screen and (max-width:479px){
.mainslider .carousel-caption h1 {
    font-size: 48px;
    line-height: 1.1;
    filter: drop-shadow(0 4px 4px #00000080);
}
.mainslider .carousel-caption span {
    text-align: center;
    margin: 0 auto 12px;
    font-size: 13px;
}
	.testimonial .slick-track {
    padding-top: 25px;
    padding-bottom: 20px;
}
.testimonial .slick-dots {
    margin-top: 30px;
}
.services .slick-track {
    padding: 0;
}
.mainslider .carousel-caption p {
    margin: 8px 0 18px;
    line-height: 24px;
}
.copyright ul {
    column-gap: 15px;
    margin-bottom: 20px;
}
.copyright {
    margin-top: 15px;
}
.breadcrumb h1 {
    font-size: 45px;
}
.about-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 35px;
}
.details-banner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}
.top-contact {
    justify-content: center;
    column-gap: 10px;
}
.top-contact p {
    column-gap: 5px;
}
.top-contact i {
    margin-right: 5px;
}
.top-contact p a {
    font-size: 13px;
}	
.top-contact {
    position: relative;
    justify-content: center !important;
    top: unset;
    margin: 30px 0 0;
}
.top-contact p {
    column-gap: 5px;
    margin: 7px 0;
    font-size: 14px;
}
header {
	padding: 10px 10px;
}
.homeabout {
	padding: 60px 20px;
}
.services .heading {
    font-size: 34px;
}
.services .arrowbutton.prev {
    left: 10px !important;
    top: unset;
    bottom: -34px;
}
.services .arrowbutton.next {
	right: 10px !important;
    top: unset;
    bottom: -34px;
}
.services-slider .slick-dots li:last-child, .testimonial-slider .slick-dots li:last-child {
    margin-right: 0;
}
.about-features {
    padding: 30px;
}
.habout h2.leftheading {
    font-size: 30px;
}
.habout .row {
    flex-direction: column-reverse;
    gap: 2rem;
}
.testimonial {
	margin-top: -1px;
}
.testimonial .heading:before {
    width: 92%;
}
.testimonial .heading {
    font-size: 30px;
    margin-bottom: 10px;
}
.testimonial-slider .slick-slide, .testimonial-slider .slick-center {
    padding: 20px 0 0;
}
.testimonial .arrowbutton.prev.slick-arrow {
    top: unset;
    bottom: -35px;
    left: 20px !important;
}
.testimonial .arrowbutton.next.slick-arrow {
    top: unset;
    bottom: -35px;
    right: 20px !important;
}
.testimonial-slider .slick-dots li.slick-active button {
    outline: 1px solid #ba9c76;
    outline-offset: 6px;
}
.testimonial-slider .slick-dots li {
    margin-right: 14px;
}
.custom-form .form-row {
    flex-direction: column;
    gap: 0;
}
.custom-form textarea {
    height: 220px;
}
.site-footer .narrow-container {
    max-width: 250px;
}
.site-footer .row {
    gap: 45px;
}
footer.site-footer {
    padding: 40px 0 30px;
}
.site-footer .row .col-lg-4:first-child {
	order: 2;
}
.site-footer .row .col-lg-4:nth-child(2) {
	order: 3;
}
.site-footer .row .col-lg-4:nth-child(3) {
	order: 1;
}
.mainslider figure img {
	height: 600px;
}
button#rmp_menu_trigger-573.is-active {
	left: -18px;
}
button#rmp_menu_trigger-573 {
	left: -10px;
}
.massage-section {
    padding: 50px 0;
}
.massage-title {
    text-align: center;
}
.massage-prices span {
    font-size: 15px;
}
.about-features h3 {
    font-size: 30px;
}
.page-template-traifs-spa .about-features {
	padding: 30px 20px;
}
.page-template-propos .homeabout .col-lg-6.col-12 {
    padding: 0;
}
.page-template-propos .homeabout {
	padding: 60px 20px 0;
}
.page-template-propos footer.site-footer {
    margin-top: 60px;
}
}

@media only screen and (max-width:414px){
.top-contact i {
    margin-right: 5px;
}	
}