@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary:#d91b34;
  --secondary:#000;
  --white:#fff;
  --black:#000;
  --gradient: linear-gradient(90deg, var(--primary)12%, var(--secondary) 100%);
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--primary)12%, var(--secondary) 100%); 
  border-radius: 10px;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: "Manrope", serif;
	font-family: "Chivo", serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #ddd;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 13px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Manrope", serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    text-transform: capitalize;
    border: none;
    padding: 13px 25px;
    font-size: 15px;
    border: 0;
    letter-spacing: 0.5px;
    cursor: pointer;
    outline: none;
    font-weight: 400;
    border-radius: 4px;
     font-family: "Manrope", serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0;
    color: var(--black);
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
	font-family: "Manrope", serif;
}
h1 {
  font-size:32px
}
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;
    font-family: "Manrope", serif;
    color: #454a50;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 28px;
}
ul, li, a{
  list-style-type: none;
  font-family: "Manrope", serif;
  color: #444;
  line-height: 25px;
  font-size: 15px;
font-weight: 400;	
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 30px !important;
    font-size: 40px;
    position: relative;
    font-weight: 700;
    width: fit-content;
}
.leftheading::first-letter {
    color: var(--primary);
}
.heading {
    text-align: center;
    display: block;
    margin: auto;
    padding-left: 42px;
}
.subheading {
    margin: 0 auto 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--primary);
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "Manrope", serif;
    border-bottom: 1px solid var(--primary);
    display: inline-block;
    padding-bottom: 10px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}

/* TOP BAR CSS */

.topbar {
    padding: 5px 0;
}
.top-contact li, .top-contact li a {
    color: var(--white);
    font-weight: 300;
    letter-spacing: .5px;
    font-size: 15px;
}
.top-contact {
    column-gap: 20px;
}
.top-contact i {
    color: var(--white);
    font-size: 16px;
    padding-right: 5px;
}
.topbar-rgt a.topphn {
    background: var(--primary);
    color: var(
    --white);
    padding: 5px 15px 8px;
    border-bottom: solid 2px var(--white);
    border-radius: 0 0 30px;
}
.topbar-rgt a.topphn i {
    border: solid 1px #ddd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-right: 6px;
}
.smoicons{
	column-gap:8px;
}
.smoicons li a {
    border-radius: 3px;
    background: #ffffff05;
    height: 33px;
    width: 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 15px;
    border: solid 1px var(--primary);
}
.top-contact p {
    padding: 0 15px;
}
.top-contact p {
    padding-left: 0;
    border-right: 1px solid #ffffff26;
    color: #fff;
}
.top-contact p:last-child{
 border:none;
}
.topbar a {
    color: #fff;
}
.top-contact p a, .top-contact p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.topbar-rgt {
    column-gap: 45px;
}
.topbar a.arrow-btn {
    display: inline-block;
    color: var(--white);
    transition-delay: 0.1s;
}
.topbar a.arrow-btn i {
    padding-left: 5px;
}

/* Header */

header {
    position: relative;
}
header:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 235px;
    background: #d91b3417;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}
header:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 232px;
    background: #d91b3417;
    right: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
}



.hdrcontact {
    column-gap: 10px;
    z-index: 9;
    position: relative;
}
.hdrcontact i {
    font-size: 20px;
    color: transparent;
    -webkit-text-stroke: 1px var(--primary);
}
.hdrcontact a {
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 600;
}
header img {
    width: 150px;
}
.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);
}

div#rmp-menu-additional-content-573 {
    display: none;
}
span.rmp-menu-title-link {
    display: none;
}
div#rmp-search-box-573 {
    display: none;
}

/* Menubar */


.logo a {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
}
.mainmenu {
    z-index: 3;
    border-bottom: 1px solid #ffffff26;
}
.mainmenu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: var(--white);
    border-bottom: 1px solid #f3f3f3;
}
.mainmenu .btn-primary {margin-left: 20px;}
.btn-primary {
    color: var(--black);
    border: unset;
    margin-top: 5px;
    font-weight: 500;
    padding: 3px 13px 3px 3px;
    font-family: "Manrope", ui-sans-serif;
    text-transform: capitalize;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: .5px;
    display: inline-flex;
    align-items: center;
}
.btn-primary span {
    background: var(--white);
    padding: 11px 15px;
    border-radius: 10px;
    margin-right: 5px;
}

/* Main Slider */
.mainslider figure{
	margin:0;
}
.carousel-item img {
    width: 100%;
    object-fit: cover;
    object-position: right;
    filter: brightness(0.7);
    
}
.mainslider .carousel-caption {
    top: 45%;
    left: 75px;
    transform: translate(0, -50%);
}
.carousel-caption ul {
    column-gap: 15px;
}
.carousel-content small {
    font-family: "Manrope", serif;
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.mainslider .carousel-caption h2 {
    font-size: 41px;
    line-height: 60px;
    font-weight: 800;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin-bottom: 20px;
    color: var(--white);
}
.mainslider .carousel-caption p {
    font-size: 16px;
    margin-bottom: 15px;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content .btn-primary {
    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;
}
.benefits {
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%);
    width: 100%;
    padding: 50px 0;
    column-gap: 100px;
    border-top: 1px solid #ffffff2b;
}
.benefits li {
    color: var(--white);
    column-gap: 10px;
    font-size: 16px;
    letter-spacing: .5px;
}


/* About Us */


.aboutlist {
    margin-top: 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.about {
    padding: 60px 0;
    background: url(../images/aboutbg.jpg);
    background-size: cover;
}
.about-content .leftheading {
    margin-bottom: 15px !important;
}
.about-content p:last-child {
    margin-bottom: 0;
}
.aboutimg img {
    width: 100%;
    height: auto;
}

.aboutlist li {
    column-gap: 15px;
    margin-bottom: 20px;
} 
.aboutlist li figure {
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00ccff21;
    border-radius: 50px;
    position: absolute;
    left: 0;
}
.aboutlist-info {
    padding-left: 87px;
}
.aboutlist li img {
    width: 45px !important;
    height: 45px !important;
}
.aboutlist-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.aboutlist .btn-primary{
	margin:0;
}
.aboutlist {
    margin-top: 40px;
    position: relative;
}
.features {
    background: #f5f7fa;
    padding: 55px 0 60px;
}
.brochores {
    background: var(--primary);
    color: #fff;
    padding: 10px 30px 15px;
    border-radius: 5px;
    display: inline-block;
    transition:.5s ease-in-out;
}
.brochores:hover {
 color:#fff;
 transition:.5s ease-in-out;
}



.features-item {
    border-radius: 10px;
    padding: 20px;
    background: var(--white);
    box-shadow: 0 0 40px 5px #0000000d;
    height: 100%;
}
.features-item figure {
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ed1b2412;
    border-radius: 50px;
    transition: .5s;
}
.features-item:hover figure img {
    transform: rotate(360deg);
}
.features img {
    width: 60px;
	transition: all .5s ease-in-out;
}
.features-item h3 {
    font-size: 24px;
    margin: 10px 0;
	font-weight:600;
}
.features h4 {
    font-size: 12px;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}
.about-content h2 {
    font-size: 35px;
}
.about-content h2:first-letter {
    color: var(--primary);
}
.msnvsn {
    background: url(../images/solutionbg.png);
    padding: 50px 0;
}
.msnvsn-item {
    border: solid 1px #ddd;
    padding: 15px;
    height: 100%;
    border-radius: 6px;
    text-align: center;
    transition: all ease-in-out .5s;
}
.msnvsn-item:hover {
	border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 3px 3px 13px #eee;
}
.msnvsn-item img {
    width: 100%;
    height: 270px;
    border-radius: 6px 6px 0 0;
	object-fit:cover;
/*     object-position: bottom; */
}
.msnvsn-item h3 {
    margin: 0 0 18px;
    background: var(--primary);
    padding: 5px 5px 10px;
    color: var(--white);
    border-radius: 0 0 6px 6px;
}
.msnvsn-item:hover h3{
	background:var(--secondary);
}
.msnvsn-item:hover h3 {
    background: var(--secondary);
}

/* our stroy section  */
.ourstroy {
    padding: 60px 0;
}
.about-stroy {
    background: #d91b3417;
    height: 100%;
    padding: 20px 13px;
    border-radius: 10px;
}
.about-stroy figure {
    width: 85px;
    height: 85px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 12px;
}
.about-stroy figure img {
    width: 58px;
}


/* SOLUTION SECTION CSS */

.solution {
    padding: 50px 0 70px;
    background: url(../images/solutionbg.png);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.solution .slick-slide {
    margin: 10px;
}
.solution .row {
    row-gap: 22px;
}

.solution-item {
    background: var(--white);
    height: 100%;
    box-shadow: 0 0 10px 0px rgb(235 235 235 / 10%);
    border-radius: 15px;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

/* Hover effect with scaling and background color change */
.solution-item:hover {
    transform: translateY(-10px) scale(1.05); /* Slight upward movement and scaling */
    background-color: #f8f9fa; /* Light background color when hovered */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
}




.solution-item h3 {
    font-weight: 600;
    font-size: 20px;
}

/* .solution-item figure {
    height: 90px;
    width: 90px;
    margin: 0 auto;
} */

.solution-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.solution-item img {
    z-index: 1;
}

.solution-item figure:before {
    position: absolute;
    top: 10px;
    left: 30px;
    height: 50px;
    width: 50px;
    content: '';
    background: #edf2f9;
    z-index: 1;
    border-radius: 50px;
}


/* SERVICES SECTION CSS  */

.services {
    padding: 50px 0 70px;
}
.page-id-3625 .services {
    padding: 90px 0 70px;
}

.services .row {
    row-gap: 50px;
}
.services .heading {
    margin-bottom: 55px !important;
}
.servicesinfo h3 {
    margin-top: 30px !important;
}
.aboutservices figure {
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out; /* Adds smooth scaling on hover */
}

.aboutservices img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(0.8);
    transition: filter 0.3s ease, transform 0.3s ease-in-out;
}

.aboutservices figure:hover img {
    filter: brightness(1); /* Increases brightness on hover */
    transform: scale(1.05); /* Slight zoom on hover */
}

.servicesinfo img {
    width: 50px !important;
    height: auto;
    filter: brightness(1) !important;
    transition: filter 0.3s ease, transform 0.3s ease-in-out;
}
.servicesinfo {
    background: #d91b3414;
    text-align: center;
    padding: 35px 20px 30px;
    border-radius: 6px;
    position: relative;
}

.servicesinfo figure {
    height: 80px;
    width: 80px;
    background: linear-gradient(90deg, #000000, var(--primary));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto 15px;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-40px,-30px);
}

.servicesinfo h3 {
    color: var(--black);
    margin: 0;
    font-size: 18px;
    transition: color 0.3s ease;
}

.servicesinfo h3:hover {
    color: var(--primary); /* Changes text color on hover */
}



/* Countdown */

.counter {
    background: linear-gradient(45deg, #00000005, #00000005), url(../images/servicebg.jpg) no-repeat bottom center / cover;
    padding: 100px 0 60px;
    background-attachment: fixed;
}
.counter-item {
    border: dotted 2px var(--primary);
    position: relative;
    display: block;
    background: white;
    border-radius: 10px;
    padding: 60px 30px 25px;
    transition: all ease-in-out .5s;
}
.counter-item:hover {
    box-shadow: 3px 3px 13px #ddd;
    transform: translateY(-5px);
    border-color: var(--secondary);
}
.counter-item figure {
    top: -44px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    position: absolute;
    background: var(--primary);
    border-radius: 50%;
    outline: dotted 2px var(--primary);
    outline-offset: 5px;
    transition: all ease-in-out .5s;
}
.counter-item:hover figure {
    background: var(--secondary);
    outline-color: var(--secondary);
}
.counter-item img {
    width: 45px;
}
.counter-item h3 {
    font-size: 35px;
    font-weight: 500;
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px;
}
.counter-item h3:before {
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    color: var(--dark);
    font-size: 24px;
    font-weight: 700;
    top: 10px;
}
.counter-item  p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}




/* service details page css  */
.servicesdtls {
    background: #00ccff1c;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    line-height: 29px;
    outline: 1px dotted var(--primary);
    outline-offset: 7px;
}
.services-details strong {
    display: block;
    text-align: center;
    color: #000000b0;
    letter-spacing: .5px;
    font-size: 16px;
    width: 75%;
    margin: 0 auto 40px;
}
.dtlscnts li {
    background: #89c63b24;
    width: 24%;
    text-align: center;
    padding: 15px;
    font-size: 17px;
    border-radius: 30px 30px 0 30px;
    border: 1px dotted #89c63b;
    color: #000000db;
    font-weight: 500;
}
.dtlscnts {
    padding-top: 70px;
}
.commongoals {
    padding: 45px 0;
    background: #f7f7f7;
    margin-top: 60px;
}
.commongoals ul li {
    width: 48%;
    text-align: center;
    background: linear-gradient(112deg, #00ccff, #89c63b);
    padding: 15px;
    border-radius: 10px;
    color: var(--white);
    font-size: 17px;
    font-weight: 500;
}
.commongoals ul {
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap:10px;
}
.musics ul li {
    background: #00ccff1f;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    border-left: 3px solid var(--primary);
    cursor: pointer;
    font-weight:500;
    transition:.3s ease-in-out;
}
.musics ul li:hover{
background:var(--primary);
color:var(--white);
transition:.3s ease-in-out;
}
.activites {
    background: #89c63b0f;
    padding: 45px 0;
    margin-top: 60px;
}
.activites .row{
 row-gap:15px;
}
.aboutactivites {
    background: var(--white);
    height: 100%;
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px;
    border: 1px solid #00ccff24;
}
.aboutactivites figure {
    height: 90px;
    width: 90px;
    background: #00ccff24;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 8px;
    outline: 1px dashed var(--primary);
    outline-offset: 6px;
}
.aboutactivites figure img {
    width: 60px;
}
.aboutactivites h3 {
    margin: 0 0 10px 0;
}
.tips {
    padding: 50px 0;
}
.tips ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
.tips ul li {
    text-align: center;
    background: var(--white);
    padding: 16px;
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
    width: 48%;
    border-radius: 10px;
    margin-right: 15px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    color: #000;
    font-size: 16px;
}
.services-details .heading {
    font-size: 35px;
}
.resources {
    background: #00ccff0d;
    padding: 50px 0 30px;
}
.secondary-container.services-details {
    padding-bottom: 0;
}
.resources li {
    background: var(--white);
    margin-bottom: 17px;
    padding: 20px;
    font-size: 17px;
    border-bottom: 2px solid var(--primary);
    border-radius: 10px;
    text-align: center;
}
.resources li span{
 font-weight:700;
}
.resources h3 {
    width: 60%;
    text-align: center;
    margin: 30px auto 0;
    font-size: 18px;
}
.remedialtherapies ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
    margin-bottom:40px;
}

.remedialtherapies ul li {
    width: 49%;
    height: 75px;
    background: #00ccff0d;
    display: flex;
    align-items: center;
    padding-left: 32px;
    border-radius: 8px;
    border-left: 2px solid var(--primary);
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
}
.remedialtherapies ul li:after {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    left: 10px;
    top: 32px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.srvcsdtls {
    background: var(--white);
    padding: 25px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    height: 100%;
    border-radius: 10px;
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
}
.srvcsdtls li {
    background: #00ccff21;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    color: #000000cf;
}
.srvcsdtls h3 {
    font-weight: 700;
}
.faq ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}
.faq ul li {
    width: 49%;
    text-align: center;
    background: var(--primary);
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 15px 0 15px 0;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    border-left: 2px solid #00000075;
    border-right: 2px solid #00000075;
}
.contactnow {
    background: #89c63b14;
    padding: 45px 0 30px;
}
.contactnow strong {
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
}
.contactnow a {
    display: block;
    width: fit-content;
    margin: 0 auto;
}








/* team section  */
.team{
  padding:50px 0 10px;
}
.about-team {
    background: #00ccff26;
    padding: 13px;
    border-radius: 30px 0 30px 0;
}
.about-team img {
     border-radius: 30px 0 30px 0;
}
.team-info {
    margin-top: 15px;
}
.team-info h3 {
    margin: 0 0 7px 0;
    font-weight: 500;
    font-size: 23px;
}
.team-info p {
    color: #000000eb;
}


/* gallery section  */
.ourgallery {
    padding: 50px 0 60px;
    background: #f5f5f58c;
    margin-top: 50px;
}
.gallerylightboxlist {
    height: 260px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.gallerylightbox .row {
    row-gap: 18px;
}
.gallerylightbox  .col-sm-3 {
    padding: 7px;
}

/* Why Choose Us */

.whychooseus {
    padding: 60px 0;
    background: linear-gradient(#00ccff1f, #000000ad), url(../images/whychoosebg.webp) center / cover;
}
.whychooseus-item{
    display: flex;
    text-align: left !important;
    column-gap: 30px;
    justify-content: center;
}
.whychooseus .col-lg-4 {
    border-right: 1px dashed var(--white);
}
.whychooseus .row {
    row-gap: 25px;
    justify-content: center;
}
.whychooseus .row .col-lg-4:nth-child(3) {
    border: unset;
}
.whychooseus-item figure {
    background: #ffffff26;
    height: 95px;
    width: 95px;
    border-radius: 50px;
}
.whychooseus-item img {
    width: 60px;
}
.whychooseus-item h3 {
    margin: 20px 0 0;
    font-size: 40px;
    color: var(--white);
    line-height: 28px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
.whychooseus-item h3 span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .5px;
    margin-top: 15px;
    font-family: "Barlow Condensed", sans-serif;
}
.whychooseus-item p{
    height: 100px;
    overflow-y: scroll;
    padding-right: 10px;	
}
.whychooseus-item p::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
 border-radius: 10px;
 background-color: var(--white);
}
 .whychooseus-item p::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 .whychooseus-item p::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
 background: var(--primary);
}

/* videos section  */
.videos {
    padding-top: 60px;
}
.videos .aboutvideo video {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.videos .row {
    row-gap: 20px;
}
/*  case studies section css  */
.casestudies {
    padding: 40px 0;
    background: #f9f9f9;
}
.about-casestudies {
    background: #d91b3417;
    height: 100%;
    padding: 12px;
    border-radius: 8px;
}
.casestudies .row {
    row-gap: 20px;
}
.caseinfo {
    padding: 20px 0px;
}
.about-casestudies img {
    border-radius: 8px;
}
.caseinfo h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px !important;
}
.caseinfo p {
    color: var(--black);
    margin-bottom: 12px !important;
}
.caseinfo a {
    background: var(--primary);
    padding: 8px 20px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 6px;
    color: var(--white);
}
.caseinfo a svg {
    height: 30px;
    width: 30px;
    background: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-left: 10px;
}
.secondary-container.case-studies .casestudies {
    background: unset;
    padding: 0;
}

/* stastics section  */
.stastics {
    padding: 60px 0;
}
.about-stastics {
    background: #f9f9f9;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
}
.stastics .row {
    justify-content: center;
    row-gap: 20px;
}
.about-stastics figure {
    height: 80px;
    width: 80px;
    background: linear-gradient(45deg, black, var(--primary));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: 2px dashed var(--primary);
    outline-offset: 8px;
    margin: 20px 0 30px;
    transition: .5s ease-in-out;
}
.about-stastics figure:hover img {
    transform: rotate(360deg);
}
.about-stastics figure img {
    width: 50px;
    transition: .5s ease-in-out;
}
.stastics-info h4 {
    margin-bottom: 8px;
}





/* contact us apge  */

.contactus_details {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
	 margin-bottom: 55px;
}


.contactus_details:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
	border:1px dotted var(--primary);
}


.contactus_details .fas {
    height: 50px;
    width: 50px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    color: var(--white);
    font-size: 19px;
}
.contactus_info h3 {
    margin: 0 0 7px 0;
}
.contactus_info a {
    color: #000000db;
    font-size: 16px;
}
.google-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 8px;
}
form.wpcf7-form.init {
    background: #89c63b12;
    padding: 15px;
    border-radius: 8px;
}
.secondary-container.contactus p {
    margin: 0 0 6px 0;
}

/* donate now page  */
.donate img {
    height: 400px;
    object-fit: contain;
    border: 1px solid #00ccff36;
    border-radius: 10px;
}
.donate .details h2 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: var(--primary);
    display: inline-block;
    width: 70%;
    padding: 12px;
    color: var(--white);
    border-radius: 6px;
}
.details {
    padding-left: 50px;
}
.details ul li {
    position: relative;
    padding-left: 20px;
    font-size;16px;
    margin-bottom: 10px;
    font-size:16px;
}
.details ul li:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    background: linear-gradient(187deg, var(--primary), var(--secondary));
    left: 0;
    top: 8px;
}
.details ul {
    margin-top: 25px;
}
.details li span {
    font-weight: 600;
    font-size:15px;
}

/* product details  */

.aboutproducts {
    background: #f9f9f9;
    padding: 60px 0;
}
.page-id-3835 .aboutproducts img {
    height: 500px;
}
.aboutproducts figure {
    background: #fff;
    border: 1px solid #d91b3429;
    border-radius: 10px;
    overflow: hidden;
}
.magtreat.magtreats {
    margin-top: 60px;
}
.aboutmagtreat {
    background: #d91b341a;
    padding: 12px;
    border-radius: 10px;
}
.magtreat.magtreats .leftheading {
    font-size: 25px;
    margin-top: 15px !important;
    width: 100%;
    text-align: center;
    margin-bottom: 15px !important;
}
.magtreat.magtreats img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 1px solid #ff00001f;
    border-radius: 10px;
}
.aboutproducts .leftheading {
    margin-bottom: 18px !important;
}
.productcnts h5 {
    position: relative;
    padding-left: 13px;
}
.productcnts h5:after {
    position: absolute;
    content: '';
    top: 0;
    width: 2px;
    height: 25px;
    background: var(--primary);
    left: 0;
}
.productcnts h5:before {
    position: absolute;
    content: '';
    top: 0;
    width: 2px;
    height: 20px;
    background: var(--primary);
    left: 4px;
}
.aboutgallery iframe {
    width: 100%;
    height: 340px;
    border-radius: 10px;
}
.aboutgallery {
    padding: 60px 0;
}
.aboutgallery img{
 background: #f9f9f9;
 border: 1px solid #d91b3429;
 border-radius: 10px;
}
.chooseus .row {
    text-align: center;
    background: #d91b3414;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary);
}
.chooseus h2:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 55%;
    background: var(--primary);
    height: 3px;
    width: 70px;
    transform: translateX(-50%);
}
.chooseus h2 {
    position: relative;
}
.sailentfeatures {
    background: #f9f9f9;
    padding: 45px 0;
    margin-top: 60px;
}
.aboutsailentfeatures {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 2px solid var(--primary);
    border-radius: 10px;
    transition:.3s ease-in-out;
}
.aboutsailentfeatures:hover {
    background: var(--primary) !important;
    transition: .3s ease-in-out;
}
.aboutsailentfeatures:hover p {
 color:#fff;
 transition:.3s ease-in-out;
}
.aboutsailentfeatures p {
    font-weight: 500;
    transition:.3s ease-in-out;
}
.benefiting {
    margin: 60px 0;
}
.benefitingdtls {
    background: var(--white);
    padding: 25px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    height: 100%;
    border-radius: 10px;
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
}
.benefiting .leftheading {
    margin-bottom: 15px !important;
    font-size: 35px;
}
.benefitingdtls li {
    background: #d91b340a;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    color: #000000cf;
    font-weight: 500;
}

.iongenerator {
  margin-top: 45px; 
}
.ionimage img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}
.ionimage {
    width: 55%;
    margin: 0 auto;
}
.ionimage figure {
    overflow: hidden;
    border: 1px solid #d91b3445;
    border-radius: 10px;
    padding: 10px;
}


.combination {
    margin-top: 43px;
}
.page-id-3840 .benefiting {
    background: #f9f9f9;
    padding-top:60px;
}
.aboutcombination {
    text-align: center;
    background: #d91b3412;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}
.aboutcombination figure {
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 50%;
    margin-bottom: 13px;
}
.aboutcombination h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.aboutcombination figure img {
    width: 55px;
}
.combination .row {
    row-gap: 20px;
    justify-content: center;
}

.page-id-3842 .sailentfeatures {
    background: unset;
    padding: 0;
    margin: 45px 0 55px 0;
}

.page-id-3842 .aboutsailentfeatures {
    background: #f9f9f9;
}
.page-id-3845 .aboutsailentfeatures {
    background: #f9f9f9;
}
.page-id-3845 .sailentfeatures {
    background: unset;
    padding: 0;
    margin: 45px 0 55px 0;
}


/* Footer */

footer {
    background: #030207;
    padding-top: 50px;
}
.footerlogo img {
    width: 210px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
a.footer-logo{
	width:100%;
	background: var(--white);
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}
footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: .5px;
}
ul#menu-services {
    display: flex;
    flex-wrap: wrap;
    column-gap: 13px;
}
footer h3:after, footer h3:before {
    background: var(--primary);
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    bottom: 0;
    left: 0;
}
ul#menu-services li {
    width: 48%;
    line-height: 35px;
}
footer h3:before {
    width: 35px;
    left: 20px;
}
footer a, footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
}
footer a:hover {
    color: var(--primary);
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
/*     font-weight: 300; */
    font-size: 15px;
}
footer .ftr-link img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
footer .supporter {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
}
.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #fff;
    font-size: 14px;
    background: #ffffff00;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 2px solid #00ccff21;
}
.ftr-link li {
    padding-left: 25px;
    position: relative;
    line-height: 40px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-link li:before {
    position: absolute;
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
    color: var(--primary);
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftr-contact li {
    width: 33.333%;
    border: 1px solid #ffffff21;
    padding: 15px;
    background: #0000003d;
    text-align: center;
    border-radius: 6px;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}



.ftrcontact li:before {
	display:none;
}
.ftrcontact li {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
	 padding: 0;
	margin-bottom:15px;
}
.ftrcontact li a {
    font-size: 17px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 15px;
    margin: 0;
    color: var(--primary);
    height: 40px;
    width: 40px;
    background: #ffffff12;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}
.copyright {
    padding: 12px 0;
    margin-top: 40px;
    border-top: 1px solid #ffffff12;
}
.copyright ul{
	column-gap:15px;
}
.copyright p {
    color: #efefef;
    letter-spacing: .5px;
}
.copyright p a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
	transition:0.5s ease-in-out;
}
.copyright p a:hover{
	color:var(--primary);
}
.paymentopt {
    background: var(--white);
    padding: 8px 15px;
    border-radius: 4px;
}
.paymentopt img {
    width: 320px;
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border-radius: 8px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid var(--white);
    background: var(
    --primary);
    width: 44px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 11px;
    box-shadow: 3px 11px 12px #00000045;
    color: var(--white);
}
#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: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
	padding: 60px 0;
}
.breadcrumb {
    background: var(--primary);
    padding: 50px 0;
    text-align: center;
    border-top: solid 1px #dddddd3b;
}
.breadcrumb h1, .breadcrumb p {
    color: var(--white);
}
.breadcrumb p {
    margin: 0;
}
.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}
.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}



/* BENEFITS SECTION CSS */

.benefits {
    background: #fd0a020f;
    padding: 60px 0;
}
.benefit-item {
    background: var(--white);
    padding: 30px;
    border-radius: 15px 15px 0;
    border: 1px solid #cccccc8f;
    transition: .5s;
    position: relative;
    overflow: hidden;
}
.benefit-item:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: var(--primary);
    width: 0;
    height: 0;
    z-index: -1;
    transition: 1s;
    border-radius: 15px 15px 0;
}
.benefit-item:hover:before {
    height: 100%;
    width: 100%;
}
.benefit-item:hover h3, .benefit-item:hover p {
    color: var(--white);
}
.benefit-item figure {
    background: #fbedec;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50px;
    transition: 1s;
}
.benefit-item:hover {
    transform: translateY(-10px);
    border: 1px solid var(--primary);
}
.benefit-item:hover figure {
    transform: rotateY(360deg);
}
.benefit-item h3 {
    margin: 10px 0 5px;
    font-weight: 600;
    font-size: 21px;
}
.benefits .row {
    row-gap: 20px;
}









/* Tour Packages */

.safaripackages {
    padding: 50px 0 60px;
    background: #efefef;
}
.safaripackages .heading {
    margin-bottom: 5px;
}
.safaripackages .row {
    row-gap: 25px;
}
.safaripackages-item {
    position: relative;
    transition: all ease-in-out .5s;
    border-radius: 6px;
    overflow: hidden;
}
.safaripackages-item:after, .safaripackages-item:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.safaripackages-item:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.safaripackages-item:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.safaripackages-item:hover .btn-secondary {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.safaripackages-item figure {
    overflow: hidden;
    border-radius: 10px;
    margin: 0;
}
.safaripackages-item img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 6px;
    transition: all ease-in-out .5s;
}
.safaripackages-item:hover figure img {
    transform: scale(1.1);
}
.safaripackages-caption {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 22px;
    background: linear-gradient(178deg, rgba(255, 255, 255, 0) 0, #070700c4 50%);
}
.safaripackages-item h3 {
    color: var(--white);
    font-size: 22px;
    font-weight: 400;
}
.safaripackagesldr .safaripackages-item:nth-child(even) {
    transform: translateY(20px);
}
.secondary-container.packages-details .safaripackagesldr .safaripackages-item:nth-child(even) {
    transform: translateY(0);
}
.safaripackages .slick-slide {
    margin: 20px 10px !important;
}


/* PARTNER SECTION CSS */

.partner {
    padding: 50px 0;
    background: url(../images/solutionbg.png);
}
.partner .heading {
    margin-bottom: 15px;
}
.partner-item {
    box-shadow: 0 0 14px #efefef;
    padding: 25px 20px;
    border-radius: 3px;
    transition: .5s;
    border: 1px solid transparent;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: var(--white);
}
.partnersldr .slick-slide {
    margin: 10px 10px;
}
.partner-item img {
    width: 100%;
    height: 75px;
    object-fit: contain;
}
.partner-item:hover {
    transform: translateY(-10px);
    border: 1px solid var(--primary);
}


/* TESTIMONIAL SECTION CSS */

.testimonial {
    padding: 50px 0 60px;
}
.testimonial span {
    text-align: center !important;
    display: block;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 500;
    letter-spacing: 0.5px;
}
.testimonial-item {
    padding: 25px;
    border-radius: 10px;
    background: #f3f3f3;
}
.testimonial .rating{
	column-gap: 7px;	
}
.testimonial .rating i {
    color: #ef932c !important;
    font-size: 15px !important;
    margin-bottom: 15px !important;
}
.testimonial-item i {
    color: transparent;
    -webkit-text-stroke: 1px var(--primary);
    font-size: 40px;
    margin-bottom: 15px;
}
.student-dtl img {
    width: 70px !important;
    border-radius: 50%;
    border: 2px solid #cccccc85;
}
.testimonial-cnt p {
    margin: 12px 0;
    font-style: italic;
}
.testimonial h3 {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
}
.testimonial .heading .subheading {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 0;

    border-left:unset;
}
.testimonial-cnt p::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
 border-radius: 10px;
 background-color: var(--white);
}
 .testimonial-cnt p::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 .testimonial-cnt p::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
 background: var(--primary);
}
.student-dtl {
    column-gap: 4px;
}




/* Max width 1199px */
@media (max-width: 1199px) {
  .logo img {
    max-width: 150px; /* Adjust logo size */
  }
  .menubar {
    text-align: center; /* Center the menu items */
  }
  .hdrcontact {
    font-size: 14px; /* Smaller contact info font size */
  }
}

/* Max width 991px */
@media (max-width: 991px) {
#rmp_menu_trigger-573 {
    background: var(--primary) !important;
}

#rmp-container-573 {
    background-color: var(--secondary) !important;
}
#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: var(--primary) !important;
}
  .mainmenu {
    padding: 10px;
  }
  .logo img {
    max-width: 130px;
  }
  .menubar {
    display: block; /* Stack menu items */
    text-align: center;
  }
  .hdrcontact {
    display: block; /* Stack phone number */
    margin-top: 10px;
    font-size: 14px;
  }
	.hdrcontact a {
    display: none;
}
	.hdrcontact i {
    display: none;
}	
	
	.logo img {
    position: absolute;
    top: 8px;
    width: 145px;
}
	.mainslider .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}
.mainslider .carousel-content {
    width: 100% !important;
}
	.mainslider .carousel-caption h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 10px;
}
	.about {
    padding: 40px 0;
}
	.about-content {
    text-align: start !important;
    margin-top: 16px;
    padding-left: 0 !important;
}
	.heading {
    margin: 0 auto 25px;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 50px;
}
	.aboutservices {
    background: var(--white);
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    text-align: center;
    padding: 25px  7px;
    border-radius: 8px;
    border: 1px dashed #f872175e;
    height: 100%;
}
	.products {
    background: #f7f7f7;
    padding: 40px 0;
}
	
	.aboutprdcts img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background: #fff;
}
	.aboutprdcts h3 {
    margin: 0;
    padding: 15px;
    font-size: 23px;
}
	
	
}

@media (max-width: 767px){
ul.benefits{
    display: none !important;
}
.carousel-caption {
    width: 80%;
}
.mainslider .carousel-caption {
    left: 0px;;
}
.mainslider .carousel-caption h2 {
    font-size: 40px;
    line-height: 50px;
}
.about-content h2 {
    font-size: 30px;
}
.about .row {
    row-gap: 15px;
}
footer .row {
    row-gap: 15px;
}
.about-content h2 {
    font-size: 28px !important;
}
.about .row {
    row-gap: 15px;
}
.contactus_details {
    margin-bottom: 20px;
}
}

/* Max width 667px */
@media (max-width: 667px) {
.mainslider .carousel-caption h2 {
    font-size: 35px;
    line-height: 45px;
}
.secondary-container {
    padding: 40px 0;
}
.about {
    padding: 40px 0;
}
  .logo img {
    max-width: 120px;
  }
  .menubar {
    display: block;
    padding-top: 10px;
  }
  .hdrcontact {
    font-size: 13px;
  }
		.hdrcontact a {
    display: none;
}
	.hdrcontact i {
    display: none;
}
.partner {
    padding: 40px 0;
}
.partner-item img {
    height: 100px !important;
}
.testimonial {
    padding: 40px 0;
}
.testimonial-item {
    padding: 20px 40px;
}
.homeblog {
    padding: 40px 0;
}
.solution {
    padding: 40px 0;
}
	.homebloglist img {
    height: auto;
}
}

/* Max width 568px */
@media (max-width: 568px) {
  .logo img {
    max-width: 100px;
  }
  .menubar {
    display: block;
    padding-top: 10px;
  }
  .hdrcontact {
    font-size: 12px;
  }
		.hdrcontact a {
    display: none;
}
	.hdrcontact i {
    display: none;
}
	.aboutservices img {
    height: auto;
}
.heading, .leftheading {
    margin-bottom: 15px !important;
}
.mainslider .carousel-caption h2 {
    font-size: 28px;
    line-height: 35px;
}
.mainmenu .col-sm-2 {
    width: 50%;
}
.mainmenu .col-sm-8 {
    width: 50%;
}
.hdrcontact {
    display: none !important;
}
#rmp_menu_trigger-573 {
    width: 45px !important;
    height: 45px !important;
    top: 10px !important;
}
}

/* Max width 479px */
@media (max-width: 479px) {
  .logo img {
    max-width: 90px;
  }
  .menubar {
    display: block;
    padding-top: 10px;
    text-align: center;
  }
  .hdrcontact {
    font-size: 12px;
    text-align: center;
  }
.hdrcontact a {
    display: none;
}
	.hdrcontact i {
    display: none;
}
.btn-primary {
    font-size: 14px;
}
.about-content h2 {
    font-size: 25px;
}
p {
    margin: 0 0 5px 0;
}
.heading, .leftheading {
    font-size: 27px;
    padding-left:0;
}
.footerlogo img {
    width: 130px;
}
}

/* Max width 414px */
@media (max-width: 414px) {
  .logo img {
    max-width: 80px;
  }
  .menubar {
    display: block;
    text-align: center;
  }
  .hdrcontact {
    font-size: 12px;
  }
		.hdrcontact a {
    display: none;
}
	.hdrcontact i {
    display: none;
}
.mainslider .carousel-caption h2 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 0px;
}
.about-content h2 {
    font-size: 22px;
}
.about-content .leftheading {
    margin-bottom: 10px !important;
}
.servicesinfo figure {
    height: 70px;
    width: 70px;
}
.servicesinfo img {
    width: 40px !important;
}
ul#menu-services li {
    width: 100%;
}
}


/* Max width 375px */
@media (max-width: 375px) {
 .logo img {
    max-width: 98px;
}
.mainslider .carousel-caption {
    top: 53%;
}
.carousel-caption .btn {
    margin: 0;
}
.mainslider .carousel-caption h2 {
    font-size: 20px;
    line-height: 28px;
}
  .menubar {
    display: block;
    text-align: center;
  }
  .hdrcontact {
    font-size: 11px;
  }
		.hdrcontact a {
    display: none;
}
	.hdrcontact i {
    display: none;
}
}
