@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');


* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth !important;
}

body {
    color: #454545;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    overflow-x: hidden;
/*    font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Roboto', sans-serif !important;
}
p {
    color: #454545;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

input:hover,
input:focus {
    outline: none !important;
}

textarea:hover,
textarea:focus {
    outline: none !important;
}

button:hover,
button:focus {
    outline: none !important;
}

select:hover,
select:focus {
    outline: none !important;
}

a:hover,
a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

@font-face {
    font-family: conthrax-sb;
    src: url(../fonts/conthrax-sb.ttf);
}


.custom-container{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.default-padding-y{
    padding-top: 100px;
    padding-bottom: 100px;
}


/* Header Styles */

.header {
  width: 100%;
  position: relative;
  z-index: 111;
}

.top-header {
  background: #fff;
  padding: 0 10px;
}

.top-header-content {
  height: 90px;
  padding: 0 30px;
}

.left-logo img {
  max-height: 70px;
}

/* Contact Info & Icons */
.right-contact {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contact-link {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.contact-link:hover {
  color: #fbce03;
}

.icon-gold {
  color: #c30b07;
  font-size: 16px;
  transition: color 0.3s ease-in-out;
}

.icon-gold:hover {
  color: #fbce03;
}

/* Social Icons */
.social-icons a {
  font-size: 16px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .top-header-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .right-contact {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}

/*Middle header start*/

.header-middle {
    padding-top: 30px;
    padding-bottom: 30px;
}

.desk-logobox {
    display: block;
}

/*
.time-con {
    margin-left: 20px;
}
*/
/*
.email-con, .phone-con, .time-con {
    padding: 7px 32px;
}
*/
/*
.email-con{
    border-right: 1px solid #d9d9d9;
}
.phone-con{
    border-right: 1px solid #d9d9d9;
}
*/
.time-con {
    padding-right: 0;
}

.timebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.time-icon i {
    font-size: 30px;
    color: #b6702a;
}

.time-icon {
    width: auto;
}

.time-icon img {
    width: 100%;
    max-height: 45px;
}

.time_contentbox {
    margin-left: 7px;
}

.time_heading {
    color: #08172e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.time_details {
    color: #7f7f8a;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
}

.email-con {
    padding-left: 30px;
}

.emailbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.email-icon {
    width: auto;
/*
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
*/
}

.email-icon img {
    width: 100%;
    max-height: 22px;
}

.email-icon i {
    font-size: 18px;
    color: #fbce03;
}

.email_contentbox {
    margin-left: 7px;
}

.email_heading {
    /* color: #fff; */
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.email_contentbox span {
    color: #6ebf2f;
    font-weight: 600;
}

.emailid {
    /* color: #fff; */
    color: #454545;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
/*    font-family: 'Poppins', sans-serif !important;*/
}

.emailid:hover {
    color: #fbce03;
    transition: 0.3s ease-in-out;
}

.phone-con {
/*    padding-left: 30px;*/
    padding-right: 30px;
/*    border-left: 1px solid rgba(255,255,255,0.4);*/
    border-right: 1px solid rgba(0,0,0,0.4);
}

.phonebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.phone-icon {
    width: auto;
/*
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
*/
}

.phone-icon i {
    font-size: 18px;
    color: #fbce03;
}


.phone-icon img {
    width: 100%;
    max-height: 22px;
}

.phone_contentbox {
    margin-left: 7px;
}

.phone_heading {
    /* color: #fff; */
    color: #454545;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.phone_contentbox span {
    color: #6ebf2f;
    font-weight: 600;
}

.phone-no {
    /* color: #fff; */
    color: #454545;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
/*    font-family: 'Poppins', sans-serif !important;*/
}

.phone-no:hover {
    color: #fbce03;
    transition: 0.3s ease-in-out;
}

/*Middle header end*/

/*Main header start*/
.main-header-section {
    width: 100%;
    padding-left: 10px;
    position: relative;
    background: #c30b07;
    /* position: absolute;
    top: 44px; */
    /* background: rgba(0,0,0,0.2); */
    /* border-bottom: 2px solid rgba(255,255,255,0.3); */
/*    margin-bottom: -60px;*/
    z-index: 111 !important;
    transition: 0.3s ease-in-out;
}

.main-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
/*    justify-content: space-between;*/
    position: relative;
    /* background: #282828; */
    height: 90px;
    /*    line-height: 80px;*/
/*    position: absolute;*/
    
/*
    padding-left: 15px;
    padding-right: 15px;
*/
    /*    justify-content: center;*/
    /*    border-bottom: 1px solid rgba(255,255,255,0.3);*/
    /*
    padding-right: 40px;
    padding-left: 5%;
*/
    /*    justify-content: space-between;*/
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

/*
.main-header::after {
    position: absolute;
    content: "";
    right: -220px;
    top: 0;
    height: 81px;
    width: 123%;
    background-color: #F55B14;
    z-index: -1;
    clip-path: polygon(30px 0, 100% 0%, 100% 100%, 0% 100%);
}
*/
.header_left-column {
    max-width: 360px;
    width: 100%;
    height: 145px;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob-logobox {
    display: none;
}
/*
.logobox {
    width: 250px;
    height: 80px;
    
    
}
*/
.logobox .navbar-brand{
    width: 450px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 90px;
    background: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    /* margin-right: 20px; */
}
.logobox img {
    width: 100%;
    height: auto;
}
/*
.logobox {
    width: 30%;
}
*/
.header .logobox  {
/*    width: 140px;*/
    /* position: relative; */
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; */
/*    background-color: #fff;*/
/*
    height: 120px;
    top: 10px;
    margin-right: 30px;
*/
}
/*
.header .logobox:before {
    content: "";
    border-color: #d4d4d4 transparent transparent #d4d4d4;
    border-style: solid;
    border-width: 13px;
    position: absolute;
    bottom: -6px;
    right: -26px;
    z-index: -1;
}
*/
.header .logobox span{
    color: #490b3e;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
}


.header_right-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.main_header-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #2acaa6;
    padding: 0 15px;
}

.header_group-button {
    display: flex;
}


.chat-button .btn1 {
    height: 79px;
    border-radius: 0;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f6fb;
    border: 1.5px solid #f2f6fb;
}

.chat-button .btn1:hover {
    color: #01cd61;
    background: #f2f6fb;
    border: 1.5px solid #f2f6fb;
}

.chat_iconbox {
    width: 50px;
    height: 50px;
    /*
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
*/
}

.chat_iconbox img {
    width: 100%;
    height: auto;
}

.chat_iconbox i {
    color: #01cd61;
    font-size: 40px;
}

.chat_content {
    margin-left: 10px;
}

.chat-heading1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #666666;
    text-align: left;
}

.chat-heading2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #101010;
    text-align: left;
}

.joinus-button .btn1 {
    height: 79px;
    font-size: 20px;
    border-radius: 0;
    padding: 12px 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinus-button .btn1 span {
    margin-left: 5px;
}

.joinus-button .btn1 span i {
    font-size: 16px;
}

.browchure_button .btn1 {
    color: #76aa6f;
    background: transparent;
    border: none;
}

/*
.get-in-touch .btn1{
    color: #fff;
    border: none;
}
.get-in-touch .btn1:before {
    background-color: #493621;
}
.get-in-touch .btn1:hover{
    color: #fff;
    background-color: #493621;
    border: none;
}
*/
/*
.header-button{
    padding-left: 7%;
}
*/

.offcanvas-btn{
    width: 90px;
    height: 90px;
    background: #ffa100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offcanvas-btn span{
    width: 30px;
    height: 3px;
    background: #fff;
    position: relative;
}
.offcanvas-btn span::before{
    content: '';
    position: absolute;
    top: -8px;
    width: 30px;
    height: 3px;
    background: #fff;
}
.offcanvas-btn span::after{
    content: '';
    position: absolute;
    bottom: -8px;
    width: 30px;
    height: 3px;
    background: #fff;
}

.btn1 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
/*    overflow: hidden;*/
    text-shadow: none;
    border: none;
    background-color: #fbce03;
    padding: 0 35px;
    line-height: 46px;
    border-radius: 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: #ff69b4;
    transition: all .5s;
}
/*
.btn1:after{
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 100%;
    height: 100%;
    border: 1px solid #006494;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
    display: none;
}
*/
.btn1:focus:before,
.btn1:hover:before {
    width: 100%;
}

.btn1:hover {
    color: #fff;
    transition: 0.3s ease-in-out;
/*
    border: none;
    background-color: #493621;
*/
}
/*
.btn1:hover:after{
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
*/
.btn1 .fa {
    font-size: 20px;
    line-height: 22px;
    padding-left: 7px;
    font-weight: bold;
}

/*
.get-in-touch-button .btn1{
    padding: 12px 35px;
}
*/


/*
.sticky {
    background: #fff;
    width: 100%;
    position: fixed;
    color: #1e1e1e !important;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    transition: 0.5s ease;
}
*/

.header-rightconbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

/* Right Bar Toggler */

.rightbar_toggler-con {
    position: relative;
}

.rightbar_togglerbox {
    border: none;
    background-color: #fe0000;
    cursor: pointer;
    padding: 5px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
    /*
    width: 70px;
    height: 70px;
*/
    display: grid;
    place-items: center;
    /*
	top: 6px;
	position: absolute;
	right: 10px;
*/
}

.rightbar_togglerbox:hover {
    background-color: #012c5f;
}

.rightbar_togglerbox .btn {
    color: #fff;
    transition: 0.3s ease-in-out;
}

.rightbar_togglerbox:hover .btn {
    color: #fff;
}

/*
.rightbar_togglerbox .rightbarToggler {
	display: inline-block;
	cursor: pointer;
}
.rightbar_togglerbox .rightbarToggler span {
	position: relative;
	background-color: #fff;
	border-radius: 3px;
	display: block;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	width: 30px;
	cursor: pointer;
}
.rightbar_togglerbox .rightbarToggler span:nth-child(1){
    margin-top: 0;
}
.rightbar_togglerbox .rightbarToggler.active span:nth-of-type(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px;
}
.rightbar_togglerbox .rightbarToggler.active span:nth-of-type(2) {
	opacity: 0;
}
.rightbar_togglerbox .rightbarToggler.active span:nth-of-type(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}
*/


/*Header end*/



/*Whatsapp Icon*/
.phone-call {
    width: 50px;
    height: 50px;
    right: 13px;
    bottom: 15px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 115;
    display: block;
    line-height: 65px;
}

.phone-call img {
    vertical-align: baseline !important;
}

/*.phone-call:after {
    position: absolute;
    content: "Order On Whatsapp";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}*/

.phone-call::after {
    position: absolute;
    content: "Drop Your Message";
    z-index: -2;
    top: 11px;
    left: -150px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #0c9212;
    font-size: 13px;
    font-weight: bolder;
    padding: 5px 14px 6px 14px;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #25d366;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.whatsapp-container:hover .phone-call::after {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse2 1s ease-out;
    animation: pulse2 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*  Whatsapp Icon */

/*Scrolltop*/


.hide {
    transform: scale(0, 0);
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    bottom: 75px;
    background: #111;
    color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 9px;
    right: 9px;
}

.back-to-top:hover i {
    color: #fff;
}

/*Scrolltop*/


/*Banner start*/

.banner-section {
    position: relative;
    width: 100%;
}

.banner-section::before{
    content: '';
    position: absolute;
    left: 46px;
    top: 48%;
    height: 27%;
    z-index: 11;
    border-left: 1px solid rgba(255,255,255,0.5);
    display: none;
}
.banner-section::after{
    content: '';
    position: absolute;
    left: 46px;
    bottom: 0;
    height: 90px;
    z-index: 11;
    border-left: 1px solid rgba(255,255,255,0.5);
    display: none;
    
}
.banner-section .border-ul{
    content: '';
    position: absolute;
    left: 46px;
    bottom: 46px;
    width: 42.6%;
    z-index: 2;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}


.banner-enquiry-button{
    position: absolute;
    left: 24px;
    top: 37%;
    z-index: 11;
    transform-origin: center center;
    -webkit-transform: translate(-50%,-50%)rotate(-90deg);
    -khtml-transform: translate(-50%,-50%)rotate(-90deg);
    -moz-transform: translate(-50%,-50%)rotate(-90deg);
    -ms-transform: translate(-50%,-50%)rotate(-90deg);
    -o-transform: translate(-50%,-50%)rotate(-90deg);
    transform: translate(-50%,-50%)rotate(-90deg);
}
.banner-enquiry-button .btn1:after{
    display: none;
    opacity: 0;
    visibility: hidden;
}


.banner-element{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto;
    height: 100%;
}
.banner-element img{
    width: auto;
    height: 100%;
}
.desk-banner-top {
    margin-top: 81px;
}
.bg_banner-1{
    width: 100%;
    height: 700px;
    position: relative;
    background-image: url(../images/banner-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.bg_banner-2{
    width: 100%;
    height: 700px;
    position: relative;
    background-image: url(../images/banner-2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.bg_banner-3{
    width: 100%;
    height: 700px;
    position: relative;
    background-image: url(../images/banner-3.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.bg_banner-4{
    width: 100%;
    height: 700px;
    position: relative;
    background-image: url(../images/banner-4.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.bg_banner-5{
    width: 100%;
    height: 700px;
    position: relative;
    background-image: url(../images/banner-5.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.bg_banner-6{
    width: 100%;
    height: 700px;
    position: relative;
    background-image: url(../images/banner-6.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}

/*
.banner-image1 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}

.banner-image2 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}

.banner-image3 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-3.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.banner-image4 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-4.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}


*/
.banner-contentbox {
/*    position: absolute;*/
    height: 700px;
/*
    top: 0px;
    left: 9%;
    right: 9%;
*/
    max-width: 100%;
    /*
    margin-left: auto;
    margin-right: auto;
*/
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}

.banner-product1,
.banner-product2,
.banner-product3,
.banner-product4,
.banner-product5{
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.banner-product1 img,
.banner-product2 img,
.banner-product3 img,
.banner-product4 img,
.banner-product5 img{
    width: 100%;
    height: auto;
}

/*
.banner-content-borderbox{
    border-left: 10px solid #fff;
    padding: 35px 0 65px 35px;
    position: relative;
}
.banner-content-borderbox::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 10px solid #fff;
}
.banner-content-borderbox::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 10px solid #fff;
}
*/
.banner-contentbox .banner-heading1 {
    color: #fff;
    text-align: center;
    font-size: 14px;
/*    font-weight: bold;*/
    line-height: 24px;
    letter-spacing: 8px;
/*    letter-spacing: 5px;*/
/*    display: inline-block;*/
/*    padding: 6px 15px;*/
/*    background: #578893;*/
    text-transform: uppercase;
    margin-top: 0;
/*    font-family: 'Anton', sans-serif !important;*/
    /*    text-shadow: #252525 1px 0 5px;*/
    /*    margin-top: 50px;*/
}

.banner-contentbox .banner-heading1 span{
    font-weight: 300;
    letter-spacing: 0;
}
/*
.bg_banner-1 .banner-contentbox .banner-heading1{
    color: #db1d21;
}
*/
/*
.bg_banner-1 .banner-contentbox .banner-heading1{
    color: #db1d21;
}
*/
.banner-contentbox .big-heading1 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9);  /* more opaque white */
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.9); /* more opaque white */
    -webkit-text-stroke-width: 1px; /* add stroke width to make stroke visible */
}

.big-heading1 {
    font-size: 60px;
    line-height: 156px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: -60px;
    color: black; /* fallback color */
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: #c30b07;
    -webkit-text-stroke-color: #c30b07;
    font-family: 'Poppins', sans-serif !important;
}

.banner-contentbox .banner-heading2 {
    color: #fff;
/*    text-align: center;*/
    font-size: 40px;
    line-height: 46px;
    text-transform: capitalize;
    margin-top: 0px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif !important;
    
    /* text-transform: capitalize; */
    /*    text-shadow: #f37e21 1px 0 10px;*/
}

.banner-contentbox .banner-heading2 span {
    font-size: 36px;
    line-height: 42px;
}

.banner-details {
    color: #fff;
    max-width: 650px;

    margin-left: auto;
    margin-right: auto;
    text-align: center;

    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    /*    text-shadow: #2ecbff 1px 0 10px;*/
}

/*
.banner-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}
*/
.banner-section .owl-theme .owl-dots{
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 104px;
    margin-top: 0 !important;
    transform-origin: center center;
    transform: translate(-50%,-50%)rotate(-90deg);
    -webkit-transform: translate(-50%,-50%)rotate(-90deg);
}


.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: .3s ease-in-out !important;
/*    border-radius: 0 !important;*/
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00acff !important;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.banner-section .owl-prev {
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    left: 0;
    top: 45%;
    bottom: inherit;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
    /*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}

/*
.banner-section .owl-prev:hover{
    background-color: #3bb5ff !important;
    transition: 0.3s linear;
}
*/
.banner-section .owl-prev span {
    font-size: 60px;
    line-height: 40px;
    color: #fff !important;
    transition: 0.3s linear;
}

.banner-section .owl-prev:hover span {
    color: #ffcc00 !important;
}

/*
.banner-section .owl-prev:hover span {
    color: #f08161 !important;
}
*/
.banner-section .owl-next {
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    right: 0px;
    top: 45%;
    bottom: inherit;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
    /*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}

/*
.banner-section .owl-next:hover{
    background-color: #3bb5ff !important;
    transition: 0.3s linear;
}
*/
.banner-section .owl-next span {
    font-size: 60px;
    line-height: 40px;
    color: #fff !important;
    transition: 0.3s linear;
}

.banner-section .owl-next:hover span {
    color: #ffcc00 !important;
}


/*
.banner-btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    text-decoration: underline !important;
}

.banner-btn:hover {
    color: #1246ab;
    text-decoration: underline !important;
}
*/

.banner-button{
    margin-top: 40px;
/*    height: 54px;*/
/*
    position: absolute;
    bottom: -18px;
    left: 56%;
*/
}
/*
.banner-button .btn1{
    color: #fff;
    border: 2px solid #fff;
}
*/
/*
.banner-button .btn1:before {
    background-color: #fff;
}
*/
/*
.banner-button .btn1:after {
    border: 1px solid #fff;
}
*/
/*
.banner-button .btn1:hover{
    color: #252525;
    background-color: #fff;
    border: 2px solid #fff;
}
*/
/*
.banner-button .btn1:hover {
    color: #fe0000;
    background-color: #fff;
    border: 1.5px solid #db1d21;
}

.banner-button .btn1:hover .icon-arrow.after {
    color: #fff;
}
.banner-button .btn1:hover .btn-lable {
    color: #fff;
}
*/

.banner-section .owl-item.active .banner-content-borderbox {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
}

.banner-section .owl-item.active .banner-heading1 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.9s;
}
.banner-section .owl-item.active .banner-heading2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: flipInX;
  animation-delay: 0.9s;
}
.banner-section .owl-item.active .banner-details {
  -webkit-animation-duration: 2s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.9s;
}
.banner-section .owl-item.active .banner-button {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.9s;
}

.banner-section .owl-item.active .banner-product1,
.banner-section .owl-item.active .banner-product2,
.banner-section .owl-item.active .banner-product3{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.7s;
}
.pxl-about-wg-desk{
    display: block;
}
.banner-about-section{
    display: none;
}

.pxl-about-wg{
    width: 54%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #111;
    z-index: 11;
    padding: 40px 30px 42px 15px;
}

.sub-title {
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important;
}
.main-title{
/*    max-width: 250px;*/
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    padding-left: 22px;
    font-family: 'Oswald', sans-serif !important;
}
.main-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #413e3b;
}
.pxl-about-wg .desc {
    color: #9B9B9B;
    font-size: 16px;
    line-height: 24px;
}
.banner-about-col-3-buttonbox{
    margin-top: 20px;
}
.banner-about-btn{
    color: #EDECEC;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}
.banner-about-btn i{
    padding-left: 10px;
}
.banner-about-btn:hover{
    color: #00acff;
}


@media (min-width: 768px){
.pxl-about-wg .heading-wrap {
    padding-left: 45px;
}
.pxl-about-wg .sub-title {
    position: absolute;
    left: 35px;
    top: 50%;
    transform-origin: center center;
    -webkit-transform: translate(-50%,-50%)rotate(-90deg);
    -khtml-transform: translate(-50%,-50%)rotate(-90deg);
    -moz-transform: translate(-50%,-50%)rotate(-90deg);
    -ms-transform: translate(-50%,-50%)rotate(-90deg);
    -o-transform: translate(-50%,-50%)rotate(-90deg);
    transform: translate(-50%,-50%)rotate(-90deg);
}
}



/*Banner end*/

.banner-bottom-part{
    position: relative;
    z-index: 1;
    margin-top: -73px;
    padding-left: 16px;
}
.banner-bottom-row{
    justify-content: flex-end;
}
.banner-bottom-leftpart{
    background: #ff69b4;
    height: 100%;
    padding: 0 30px;
}



/*Head Section start*/

.head-section{
    padding: 30px 0;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/head-section-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.large-contentbox{
    padding-left: 30px;
}
.large-heading{
    color: #fff;
    font-size: 150px;
    line-height: 160px;
    font-weight: bold;
    text-transform: uppercase;
    
}

/*Head Section start*/


/*Section1 start*/

.section1 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../images/certificate-bg.webp'); /* Replace with your image path */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* For parallax-like effect */
}

/*
.section1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: #f6f1eb;
    z-index: -1;
}
.section1::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-image: url(../images/about-right-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
*/
.about-section-con{
    position: relative;
}

.about-section-con::before{
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    height: 100%;
    border-left: 1px solid #e5e5e5;
}
.about-section-heading1{
    position: absolute;
    left: 8.4%;
    top: 50%;
    z-index: 1;
    transform-origin: center center;
    -webkit-transform: translate(-50%,-50%)rotate(-90deg);
    -khtml-transform: translate(-50%,-50%)rotate(-90deg);
    -moz-transform: translate(-50%,-50%)rotate(-90deg);
    -ms-transform: translate(-50%,-50%)rotate(-90deg);
    -o-transform: translate(-50%,-50%)rotate(-90deg);
    transform: translate(-50%,-50%)rotate(-90deg);
    color: #111111;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important
}
.desk-d-none{
    display: none !important;
}
.section1 .aboutbox{
/*    background: #fff;*/
    padding-left: 50px;
}

/*
.section1 .aboutbox .content-heading2{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
}
*/

.section1 .aboutbox .content-heading2::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}

/*
.section1 .aboutbox .left-contentbox-details{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
}
*/



.flexbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-info-heading{
    color: #111;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.flex-info-details{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.flex-info-details a{
    color: #e4a853;
    transition: 0.3s ease-in-out;
}
.flex-info-details a:hover{
    color: #493621;
}
/*
.readmore-button .btn1{
    background-color: #111;
}
.readmore-button .btn1:before {
    background-color: #e4a853;
}
*/
/*
.readmore-button .btn1:hover {
    background-color: #e4a853;
}
*/

.shadhowbox {
    width: 100%;
    height: 100%;
    padding: 40px 25px;
    background: #111;
    position: relative;
    transition: 0.3s linear;
/*    border-bottom: 3px solid #f08161;*/
    z-index: 99;
/*    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);*/
}

.shadhowbox-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.shadhowbox-hover-img img{
    width: 200px;
    height: auto;
}
.shadhowbox:hover .shadhowbox-hover-img {
    opacity: 1;
    visibility: visible;
    transition: 0.3s linear;
}
/*
.shadhowbox::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00acff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 0;
    z-index: -1;
}
*/

.shadhowbox:hover {
    background: #00acff;
    transition: 0.3s linear;
}
/*
.shadhowbox:hover:before{
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}
*/
/*
.shadhowbox::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #001e57;
    transition: 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: -2;
}
*/
/*
.shadhowbox:hover::before{
    height: 100%;
    transition: 0.5s ease-in-out;
    visibility: visible;
    opacity: 1;
}
*/
/*
.shadhowbox:hover{
    background: #493621;
    transition: 0.3s linear;
}
*/


/*
.shadhowbox:hover .shadhowbox-hover-image {
    opacity: 1;
    visibility: visible;
    transition: 0.3s linear;
}
.shadhowbox:hover{
    background: #001e57;
    transition: 0.3s linear;
}
*/

.shadhowbox-con {
    position: relative;
    z-index: 1;
}

.shadhowbox-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.shadhow-iconbox {
    width: 50px;
    height: 50px;
    /*    border: 2px solid #fe0000;*/
    transition: 0.3s linear;
/*
    margin-left: auto;
    margin-right: auto;
*/
}

.shadhow-iconbox img {
    width: auto;
    height: 100%;
    max-width: 100%;
    transition: 0.3s linear;
}
.shadhowbox .color-icon{
    opacity: 1;
    visibility: visible;
    display: block;
    transition: 0.3s linear;
}
.shadhowbox .white-icon{
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.3s linear;
}
.shadhowbox:hover .color-icon{
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.3s linear;
}
.shadhowbox:hover .white-icon{
    opacity: 1;
    visibility: visible;
    display: block;
    transition: 0.3s linear;
}

.shadhowbox .content-heading {
    color: #fff;
/*    text-align: center;*/
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 0;
    margin-top: 30px;
    transition: 0.3s linear;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1.5px solid rgba(255,255,255,0.2);
}

/*
.shadhowbox:hover .content-heading {
    color: #fff;
    transition: 0.3s linear;
}
*/

.shadhowbox .content-details {
    color: #aaaaaa;
/*    text-align: center;*/
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 30px;
    transition: 0.3s linear;
}

.shadhowbox:hover .content-details {
    color: #fff;
    transition: 0.3s linear;
}

.shadhowbox-button{
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    text-align: center;
}
.shadhowbox-btn {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    color: #f08161;
    background: #fff;
    border-radius: 50%;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
}

/*
.shadhowbox-btn:hover{
    color: #022c5e;
}
*/
/*
.shadhowbox:hover .shadhowbox-btn {
    color: #fff;
}
*/

/*
.shadhowbox-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 78px;
    border-bottom: 1px solid #fe0000;
    transition: 0.3s ease-in-out;
}
*/


.shadhowbox-btn:hover::after {
    border-bottom: 1px solid #022c5e;
}

.shadhowbox:hover .shadhowbox-btn::after {
    border-bottom: 1px solid #fff;
}
.section-title {
    padding-left: 0;
    padding-right: 0;
}
/*
.section1 .owl-theme .owl-dots .owl-dot{
    display: none !important
}
*/
/*
.section1 .owl-theme .owl-nav{
    display: none !important
}
*/
/*
.section1 .owl-prev span {
    font-size: 34px;
    line-height: 34px;
    color: #f37e21 !important;
    position: relative;  
}
.section1 .owl-next span {
    font-size: 34px;
    line-height: 34px;
    color: #f37e21 !important;
    position: relative;  
}
*/
/*
.section1 .owl-carousel .owl-nav button.owl-next,
.section1 .owl-carousel .owl-nav button.owl-prev,{
    font: none !important;
}
.section1 .owl-next span::after{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f178";
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #f37e21 !important;
}
*/

.aboutimage-con {
    position: relative;
}
.aboutimage-wrapper{
/*
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
*/
    overflow: hidden;
}
/*
.aboutimage-con::before{
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    width: 170px;
    height: 210px;
    background: #3bb5ff;
    z-index: -1;
}
*/


.about_buttonbox{
    position: absolute;
    bottom: 80px;
    right: -30px;
    background: #3bb5ff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 300px;
    padding: 20px 30px;
/*    border-bottom-left-radius: 50px;*/
}

/*
.about_buttonbox:before {
    content: "";
    border-color: #209ce8 transparent transparent #209ce8;
    border-style: solid;
    border-width: 20px;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: -1;
}
*/
.about_iconbox{
    width: 50px;
    height: auto;
}
.about_iconbox img{
    width: 100%;
    height: auto;
}

.about_heading{
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 10px;
}


.about-element {
    position: absolute;
    left: -40px;
    bottom: 10px;
    width: 80px;
    height: auto;

}

.about-element img {
    width: 100%;
    height: auto;
}


.aboutimage_contentbox {
    position: absolute;
    right: -23%;
    bottom: 14px;
    color: #fff;
    background: #fe0000;
    padding: 30px 40px;
}

/*
.aboutimage_contentbox::before{
    position: absolute;
    top: 0;
    left: 0;
    background: #fe0000;
    clip-path: polygon(0 0, 100% 75%, 100% 0);
}
*/
.aboutimage_heading {
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.aboutimage_heading::after {
    position: absolute;
    top: -7px;
    right: -24px;
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 30px;
}

.aboutimage_details {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.about-slider-imgbox {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.about-slider-imgbox img {
    width: 100%;
    height: auto;
}


.section2 .section-title {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}
/*
.section2 .content-heading1{
    color: #fff;
}
*/
.section2 .content-heading1::after{
/*    left: -120px;*/
/*
    right: 0;
    margin: 0 auto;
    text-align: center;
*/
/*    border-bottom: 2px solid #00aeef;*/
}
/*
.section2 .content-heading2{
    color: #fff;
}
.section2 .left-contentbox-details{
    color: #fff;
}
*/
.section-title {
    position: relative;
    padding-left: 0;
}
/*
.section2 .content-heading2{
    color: #fff;
}
*/
.section-title .title-transparent {
    position: absolute;
    top: -60px;
    left: 0;
}

.section-title .title-transparent span {
    font-size: 100px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    opacity: .03;
}

.heading-element {
    position: absolute;
    left: 0px;
    top: -50px;
    width: 70px;
    height: auto;
    z-index: -1;
}

.heading-element img {
    width: 100%;
    height: auto;
}

.content-heading1 {
    color: #490b3e;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 0;
    padding-left: 15px;
    z-index: 99;
/*    display: inline-block;*/
    font-family: 'Poppins', sans-serif !important;
}
.content-heading1::before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    height: 22px;
/*    height: 30px;*/
/*    background: #3bb5ff;*/
    border-left: 2px solid #fbce03;
/*    z-index: -1;*/
}
.content-heading1::after{
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    height: 20px;
/*    height: 30px;*/
/*    background: #3bb5ff;*/
    border-left: 2px solid #fbce03;
    border-radius: 0;
    display: none;
/*    z-index: -1;*/
}
.content-heading2 {
    color: #252525;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
/*    text-transform: capitalize;*/
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 0;
}
/*
.content-heading2::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 120px;
    height: 30px;
    background: #3bb5ff;
    border-bottom: 2px solid #001e57;
    border-radius: 0;
    z-index: -1;
}
*/
/*
.content-heading2::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    border-bottom: 2px solid #f08161;
    display: none;
}
*/
.content-heading2 span {
    color: #fe0000;
}
.left-contentbox-details {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: justify;
}


.brochure-button-container{
    margin-top: 40px;
}
.brochure-button-content-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.wgl-widget_container{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #ffa200;
    position: relative;
    box-shadow: 4px 5px 16px rgba(255,162,0,0.4);
}
.wgl-widget_container::before{
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 110px;
    height: 110px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}
.wgl-widget_container span i{
    color: #fff;
    font-size: 18px;
}
.brochure-button-text{
    color: #454545;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-left: 15px;
}






.progress_bar-container{
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.progress_bar-wrapper{
    margin-top: 0;
}
.progress_bar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
    align-content: center;
}
.progress_bar-headingbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.progress_bar-heading{
    color: #111;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.progress-bar-wrap{
    position: relative;
    width: 50%;
    height: 3px;
    background-color: #e5e5e5;
    margin: 7px 12px;
}
.percent {
/*    position: relative;*/
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.percent .progression {
    height: 3px;
    position: relative;
    -webkit-transition: width 1.4s ease;
    -khtml-transition: width 1.4s ease;
    -moz-transition: width 1.4s ease;
    -ms-transition: width 1.4s ease;
    -o-transition: width 1.4s ease;
    transition: width 1.4s ease;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #00acff;
}
.percent .progression:after {
    content: "";
    width: 3px;
    height: 20px;
    position: absolute;
    top: -8px;
    left: 100%;
    background: #00acff;
}
/*
.percent .progression1:after {
    
}
.percent .progression1:after {
    left: 100%;
}
*/

.progress_value{
    color: #111;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}




/*
.section1 .content-heading1 {
    color: #fff;
}
*/

/*
.section1 .content-heading2 {
    color: #fff;
    text-transform: capitalize;
}
*/

/*
.section1 .left-contentbox-details{
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
*/
.expbox{
    width: 100%;
    height: auto;
    padding: 10px 20px;
    background: #00aeef;
    margin-top: 30px;
}
.exp_detailsbox{
    text-align: center;
}
.exp_heading{
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    font-weight: 800;
}
.exp_details{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Merriweather', serif !important;
}
.features-listbox .features-list li{
    margin-left: 20px;
}



.box1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 10px;
    background: #f2f2f2;
}

.box1-1 {
    border-bottom: 1px solid #e1e1e1;
}

.box1-3 {
    border-bottom: 1px solid #e1e1e1;
}

.box1_contentbox {
    width: 50%;
}

.box1_heading {
    color: #151515;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.box1_details {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.box1-1 .box1_heading {
    text-align: right;
}

.box1-1 .box1_details {
    text-align: right;
}

.box1-2 .box1_heading {
    text-align: right;
}

.box1-2 .box1_details {
    text-align: right;
}



.box1_imagebox {
    width: 50%;
}

.box1_imagebox img {
    width: 100%;
    height: auto;
}

.box1_iconbox {
    width: 80px;
    height: 80px;
    background: #76aa6f;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.box1_iconbox img {
    max-height: 50px;
}

.box1-1 .box1_iconbox,
.box1-2 .box1_iconbox {
    margin-left: 10px;
}

.box1-3 .box1_iconbox,
.box1-4 .box1_iconbox {
    margin-right: 10px;
}

.certi_imagebox {
    width: 100%;
    height: auto;
}

.certi_imagebox img {
    width: 100%;
    height: auto;
}

.box1-button {
    margin-top: 30px;
}

.u_line {
    width: 100%;
    border-bottom: 1.5px solid #e1e1e1;
}

.about-info {
    text-align: center;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    padding: 20px 10px;
    background-color: #08172e;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}

.about-info:hover {
    background-color: #F55B14;
}

.icon {
    width: auto;
}

.icon img {
    width: 100%;
    max-height: 45px;
}

.infocontentbox {
    padding-top: 10px;
}

.about-info .title {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
}


/*
.readmore-button .btn1 {
    color: #db1d21;
    background: transparent;
    border: 1.5px solid #db1d21;
}

.readmore-button .btn1:hover {
    color: #fff;
    background: #db1d21;
    border: 1.5px solid #db1d21;
}
*/

/*
.readmore-button .btn1:hover .icon-arrow.after {
    color: #fff;
}

.readmore-button .btn1:hover .btn-lable {
    color: #fff;
}
*/

/*Section1 end*/

.certificate-section {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    background-image: url(../images/certificate-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.programs-section {
    padding: 20px 0;
}

.programs-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

@media (max-width: 991px) {
    .programs-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .programs-wrapper {
        grid-template-columns: 1fr;
    }
}

.program-card {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 25px 20px 35px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.program-icon svg {
    stroke: #c30b07;
}

.program-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #c30b07;
    margin: 15px 0;
}

.program-description {
    color: #c30b07;
    flex-grow: 1;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.4;
}

.program-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #c30b07;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}


/*Section2 start*/

.section2 {
    padding-top: 0px;
    padding-bottom: 90px;
/*
    background-image: url(../images/section2_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
*/
    position: relative;
    z-index: 99;
    
}
.section2:before {
    content: "";
    border-style: solid;
    border-width: 40px;
    position: absolute;
    top: 0;
    transition: all 1s;
    border-color: #fff #3bb5ff #3bb5ff #fff;
    left: 0;
    display: none;
}
/*
.section2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64%;
    background-image: url(../images/section2-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    
}
*/
.heading-section {
    position: relative;
    margin-bottom: 50px;
}

.heading-section .heading-1 {
    color: #76aa6f;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 0;
}

/*
.heading-section .heading-1::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 5px;
    width: 150px;
    border-bottom: 10px solid #f1cda0;
    z-index: -1;
}
*/
.heading-section .heading-2 {
    color: #151515;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 0px;
}

/*
.heading-section .heading-2::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 150px;
    border-bottom: 2px solid #2a2a2a;
    margin-left: auto;
    margin-right: auto;
}
*/

.heading-section .details {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}


.details-2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.big-font{
    top: -40px;
    right: 0;
    position: absolute;
    color: rgba(0,0,0,0.1);
    font-size: 290px;
    font-weight: 700;
}



.medical_icon {
    position: relative;
    text-align: center;
    margin-bottom: 10PX;
}

.medical_icon i {
    color: #2acaa6;
    font-size: 20px;
}

.medical_icon::before {
    position: absolute;
    content: '';
    top: 9px;
    width: 65px;
    margin-left: -75px;
    border-bottom: 2px solid #2acaa6;
}

.medical_icon::after {
    position: absolute;
    content: '';
    top: 9px;
    width: 65px;
    margin-left: 10px;
    border-bottom: 2px solid #2acaa6;
}

.aboutright_con {
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);
}

/*
.section2 .content-con {
    padding-left: 15%;
    padding-right: 0;
}
*/

/*
.section2 .content-heading1 {
    color: #2acaa6;
    font-size: 26px;
    text-align: left;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
*/

/*
.section2 .content-heading2 {
    font-size: 36px;
    line-height: 42px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
}
*/


.left-contentbox-details span {
    font-weight: 600;
}

.more-info-button .btn1 {
    border-radius: 30px;
}
.mt-70{
    margin-top: 70px !important;
}
.content-heading3 {
    color: #252525;
    font-size: 20px;
    text-align: left;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.list-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.list-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 25px;
    border: 5px solid gold; /* Added golden border */
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
    background-color: #ffb6c1; /* Light pink background */
    position: relative;
    z-index: 9;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

}
.list-box:hover{
    /* background: #fff; */
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.list-hover-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.list-hover-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.list-box:hover .list-hover-img{
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}


.list-iconbox{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}
.list-iconbox i {
    font-size: 36px;
    font-weight: 400;
    color: #f37e21;
    transition: 0.3s ease-in-out;
}
/* .list-box:hover .list-iconbox{
    background: #f37e21;
    transition: 0.3s ease-in-out;
} */
.list-box:hover .list-iconbox i{
    color: #fff;
    transition: 0.3s ease-in-out;
}
.list-iconbox img{
    width: 45px;
    height: auto;
}
.list-contentbox{
    width: 100%;
    margin-top: 30px;
}

.list-heading {
    color: rgb(73, 11, 62);
    /* color: #f37e21; */
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}
.list-box:hover .list-heading{
    color: #fff;
    transition: 0.3s ease-in-out;
}
.list-details{
    color: #454545;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}
.list-box:hover .list-details{
    color: #fff;
    transition: 0.3s ease-in-out;
}
.list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.list-content {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #392917;
    font-family: 'Merriweather', serif !important;
}

.list-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.mt-50 {
    margin-top: 50px !important;
}

.about-listbox .features-list {
    column-count: 2;
}

.about-listbox .features-list li {
    margin-left: 1.4em;
}

.about-iconbox {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}



.list-content {
    width: 90%;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #392917;
    font-family: 'Merriweather', serif !important;
    margin-bottom: 0;
}

.list-column {
    width: 50%;
    margin-bottom: 10px;
}

/*
.right-column{
    width: 60%;
}
.left-column{
    width: 40%;
}
*/
.list-column .list-content {
    width: 85%;
}

.feature-list {
    padding-left: 40px;
    padding-top: 10px;
}

.feature-list li {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.image-con{
    position: relative;
}
.imagebox {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}

.imagebox img {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}
.abt_imgbox2{
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: auto;
}
.abt_imgbox2 img {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}


.mt-40 {
    margin-top: 40px !important;
}


/*
.more-info-button .btn1 {
    color: #fff;
    background: #2acaa6;
    border: 1.5px solid #2acaa6;
}

.more-info-button .btn1:hover {
    color: #fff;
    transition: 0.3s ease;
    background: #faa60f;
    border: 1.5px solid #faa60f;
}
*/

.circle-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
}

.circlebox {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px -12px 0px #f6e8d9;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.circlebox2 {
    margin-left: 20px;
}

.circle-heading1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: #f37e21;
    margin-bottom: 15px;
    font-family: 'Merriweather', serif !important;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
}

.plus-icon {
    font-size: 16px;
    line-height: 28px;
}

.circle-heading2 {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    color: #392917;
    margin-bottom: 5px;
    font-family: 'Merriweather', serif !important;
}

.circle-details {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #b0b0b0;
    margin-bottom: 0;
}

.image-con2 {
    position: absolute;
    bottom: 0;
}



.image-heading1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #fff;
    font-family: 'Merriweather', serif !important;
}

.section2 .title-transparent span {
    color: #fff;
    opacity: .03;
}
.section2 .content-heading1::before{
    display: none;
}
/*
.section2 .content-heading1 {
    color: #fff;
}
.section2 .content-heading2 {
    color: #fff;
}
*/
.section2 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}
.section2 .owl-prev {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section2 .owl-prev:hover {
    background-color: #3bb5ff  !important;
    border: 1px solid #3bb5ff !important;
}

.section2 .owl-prev span {
    font-size: 34px;
    line-height: 24px;
    color: #282828 !important;
}

.section2 .owl-prev:hover span {
    color: #fff !important;
}

.section2 .owl-next {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section2 .owl-next:hover {
    background-color: #3bb5ff  !important;
    border: 1px solid #3bb5ff !important;
}

.section2 .owl-next span {
    font-size: 34px;
    line-height: 24px;
    color: #282828 !important;
}

.section2 .owl-next:hover span {
    color: #fff !important;
}

.section2 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}

.section2 .content-con{
    padding-right: 15px;
}

.wu-box{
    width: 100%;
    height: 285px;
    padding: 35px 35px 50px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    
}
.wu-box1{
    color: #fff;
    background: #ffa200;
}
.wu-box2{
    color: #fff;
    background: #ff69b4;
}
.wu-imgbox1{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.wu-imgbox2{
    width: 100%;
    height: auto;
    margin-top: -30px;
}
.wu-imgbox1 img, .wu-imgbox2 img{
    width: 100%;
    height: auto;
}
.wu-heading{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.wu-heading::before{
    content: '';
    position: absolute;
    top: -15px;
    width: 30px;
    border-top: 2px solid #fff;
}
.wu-btn{
    color: #252525;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.wu-iconbox{
    position: absolute;
    top: 0;
    right: 30px;
    width: 140px;
    height: auto;
    opacity: 0.3;
}
.wu-iconbox img{
    width: 100%;
    height: auto;
}



/*section2 end*/


.clients-section{
    background: #FFB6C1;
    padding: 70px 0;
}
.clients-section .content-heading1{
    margin-top: 0;
}
.clients-section .content-heading1::before{
    display: none;
}
.clients-section .content-heading2{
    color: #fff;
}


.read-more-button {
    margin-top: 45px;
}

.read-more-button .btn1 {
    border-radius: 0px;
}


.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.content {
    display: none;
}

.learn-more-button .btn1 {
    border-radius: 30px;
}

/*
.learn-more-button .btn1:hover {
    color: #fff;
    transition: 0.3s ease;
    background: #faa60f;
    border: 1.5px solid #faa60f;
}
*/

.clients-section .client-imagebox {
    overflow: hidden;
    border: 5px solid gold;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clients-section .client-imagebox img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.clients-section .client-imagebox:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.7); /* subtle golden glow */
}

.clients-section .client-imagebox:hover img {
    transform: scale(1.1);
}


/*section3 start*/

.section3 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 99;
}
/*
.section3::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #333239;
    z-index: -1;
}
.section3::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: #f6f1eb;
    z-index: -1;
}
.section3 .content-heading2{
    color: #fff;
}
*/


.section3_imagebox{
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: auto;
}
.section3_imagebox img{
    width: 100%;
    height: auto;
}
.sec3-bgelement {
    position: absolute;
    /*    top: 0;*/
    right: 0px;
    bottom: 0;
    width: auto;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    z-index: -1;
}

.sec3-bgelement img {
    width: auto;
    height: 100%;
}

/*
.section3::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 300px;
    background: #282828;
    z-index: -1;
}
*/
.section3_container{
    background: #282828;
    padding-top: 100px;
    padding-left: 8%;
    padding-right: 10%;
    padding-bottom: 100px;
    margin-left: 0;
/*    border-bottom-left-radius: 50px;*/
}

.section3 .big-font {
    top: -65px;
    color: #2f2e35;
}

.section3 .heading-section {
    margin-bottom: 0;
}

.section3 .heading-section .heading-2 {
    text-align: left;
    margin-bottom: 20px;
}

.section3 .section-title{
    padding-left: 0;
    padding-right: 0;
}
/*
.section3 .content-heading1{
    color: #fff;
}
*/
/*
.section3 .content-heading1::after {
    background: #db1d21;
}
*/



/*
.section3 .content-heading2::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    border-bottom: 2px solid #0062c6;
    border-radius: 0;
    margin: 0 auto;
    text-align: center;
}
*/
/*
.section3 .left-contentbox-details{
    color: #cdcdcd;
}
*/
.section3 .features-list{
    column-count: 2;
    position: relative;
    margin-top: 20px;
}
.section3 .features-list::before{
    content: '';
    position: absolute;
    left: 36%;
    top: 0;
    height: 100%;
    border-right: 1px solid #e5e5e5;
}
/*
.features-listbox{
    border-bottom: 1px solid #818181;
}
*/
/*
.section3 .features-list::after{
    content: '';
    position: absolute;
    left: 60%;
    top: 0;
    height: 100%;
    border-right: 1px solid #e5e5e5;
}
*/
.section3 .features-list li {
    color: #cdcdcd;
}

.section3 .features-list li::before {
    color: #cdcdcd;
}
.why_box2-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}
.why_iconbox{
    width: 70px;
    height: 70px;
    background: #eb1329;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-right: 15px;
}
.why_iconbox img{
    width: auto;
    max-height: 40px;
}
.why_box2-details{
    width: 85%;
    color: #cdcdcd;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.trans_heading {
    font-size: 74px;
    line-height: 80px;
    font-weight: bold;
    font-family: 'Merriweather', serif !important;
    color: rgba(0, 0, 0, 0.12);
    position: absolute;
    left: -30px;
    bottom: 5px;
}
.category_left-contentbox{
    content: '';
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 33.3333%;
    height: auto;
    background: #00578c;
    padding-left: 7%;
    padding-right: 4%;
    padding-top: 75px;
    padding-bottom: 100px;
}
.category_left-contentbox::before {
    content: "";
    border-color: #003a5e transparent transparent #003a5e;
    border-style: solid;
    border-width: 20px;
    position: absolute;
    bottom: 0px;
    right: -40px;
    z-index: -1;
}


.category-slider-con {
    margin-top: 50px;
}

.treatment_box {
    width: 100%;
    position: relative;
/*    background-color: #fff;*/
    transition: 0.3s ease-in-out;
    border: 1px solid #dddfdf;
    border-radius: 0px;
    overflow: hidden;
}

/*
.treatment_box:hover {
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);
}
*/

.treatment_imgbox {
    height: auto;
    width: 100%;
    position: relative;
    /* border: 7px solid #f6d8a9; */
    padding: 0;
    background-color: #fff;
    border-top-left-radius: 0;
/*    border: 2px solid #e5e5e5;*/
/*    border-bottom: 2px solid #ebebeb;*/
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.treatment_imgbox img{
    width: 100% !important;
    height: auto;
    transition: 0.3s ease-in-out;
}
.treatment_box:hover .treatment_imgbox img{
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

/*
.treatment_imgbox img {
    height: 200px;
   width: 150px;
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s ease;
}
*/

.treatment_iconbox {
    width: 76px;
    height: 76px;
    background: #088edd;
    border: 7px solid #fff;
    border-radius: 50%;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    transition: 0.3s ease-in-out;
}

.treatment_iconbox img {
    width: 40px;
}

.treatment_contentcon {
    padding-left: 0;
}

.treatment_detailsbox {
/*    padding: 12px 20px;*/
    background: #00000080;
/*    border-top: 1px solid #e5e5e5;*/
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
/*    overflow: hidden;*/
    transition: 0.3s linear;
    margin-top: 0;
    z-index: 1;
/*    border: 2px solid #e5e5e5;*/
    padding: 25px 20px;
    border-bottom-right-radius: 0;
    border-top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
/*
    border-top: 2px solid #F55B14;
    border-bottom: 2px solid #F55B14;
*/
}

.treatment_box:hover .treatment_detailsbox{
    width: 100%;
    height: 100%;
    background: rgba(73,11,62,0.7);
    transition: 0.3s linear;
}

/*
.treatment_button {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border-left: 1px solid #e5e5e5;
}
*/

/*
.treatment_box:hover .treatment_detailsbox{
    height: 160px;
    margin-top: -90px;
}
*/
.treatment_number{
    font-size: 120px;
    line-height: 126px;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,1);
    font-family: 'Poppins', sans-serif !important;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
}
.treatment_box:hover .treatment_detailsbox .treatment_number{
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 0.3s linear;
}
.treatment_name {
/*    height: 56px;*/
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
/*    padding: 10px 20px;*/
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    display: block;
/*
    max-width: 80%;
    display: grid;
    place-items: center;
*/
    transition: 0.3s linear;
    font-family: 'Poppins', sans-serif !important;
}
/*
.treatment_name::before{
    content: '';
    position: absolute;
    top: 12px;
    left: -65px;
    width: 55px;
    border-top: 2px solid #eb1329;
}
*/

.treatment_name:hover {
    color: #00acff;
    transition: 0.3s linear;
}
.treatment_name a {
    color: #fff;
    display: block;
    transition: 0.3s linear;
}

.treatment_name a:hover {
    color: #fbce03;
    transition: 0.3s linear;
}

/*
.treatment_name::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #252525;
    transition: 0.3s ease-in-out;
}

.treatment_box:hover .treatment_name::after{
    border-bottom: 2px solid #fff;
}
*/

.treatment_details {
    color: #656565;
    font-size: 16px;
    line-height: 22px;
/*    text-align: center;*/
    margin-bottom: 25px;
/*
    opacity: 0;
    visibility: hidden;
*/
    transition: 0.3s linear;
}

/*
.treatment_box:hover .treatment_details {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}
*/

.content2 {
    display: none;
}

.treatment-button {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.3s linear;
}
.treatment_box:hover .treatment_detailsbox .treatment-button{
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 0.3s linear;
}
.treatment-btn {
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 50%;
    background: #fbce03;
    display: inline-block;
    justify-content: center;
    align-items: center;
    transition: 0.3s linear;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.treatment_btn {
/*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
*/
    color: #f08161;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.treatment_btn i {
    color: #f08161;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    padding-right: 0;
    transition: 0.3s ease-in-out;
}

.treatment_btn:hover {
    color: #001e57;
}

.treatment_btn:hover i {
    color: #001e57;
}

.section1_banner_con {
    margin-top: 50px;
    /*
    background: #fff;
    padding: 50px 20px 65px;
    box-shadow: 0px 20px 20px 0 rgb(80 80 80 / 5%);
*/
}

.section3 .owl-theme .owl-nav {
    display: none !important;
}

.section3 .owl-prev {
    width: 60px !important;
    height: 45px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}

.section3 .owl-prev:hover {
    background-color: #F55B14 !important;
}

.section3 .owl-prev span {
    font-size: 40px;
    line-height: 45px;
    color: #08172e !important;
}

.section3 .owl-prev:hover span {
    color: #fff !important;
}

.section3 .owl-next {
    width: 60px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}

.section3 .owl-next:hover {
    background-color: #F55B14 !important;
}

.section3 .owl-next span {
    font-size: 40px;
    line-height: 45px;
    color: #08172e !important;
}

.section3 .owl-next:hover span {
    color: #fff !important;
}

.section3 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}

/*
.section3 .owl-carousel .owl-stage-outer{
    padding: 18px;
}
*/

.about-infobox{
    width: 600px;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: 40px;
    box-shadow: 0px 0px 20px 0 rgb(0,0,0,0.10);
}

.box2-col1, .box2-col2{
    border-right: 1px solid #e5e5e5;
}
.box2 {
    width: 100%;
    height: auto;
/*    background: #fff;*/
    overflow: hidden;
    padding: 40px 20px;
    border-radius: 0px;
/*    border-bottom: 1px solid #e1e1e1;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);*/
}
/*
.box2:hover{
    background: #252525;
}
*/
.box2-iconbox {
    width: 60px;
    height: 60px;
/*
    margin-left: auto;
    margin-right: auto;
*/
/*
    display: grid;
    place-items: center;
*/
/*
    background: transparent;
    border: 2px solid #2acaa6;
    border-radius: 50%;
*/
    transition: 0.3s ease-in-out;
}
/*
.box2:hover .box2-iconbox{
    background: #2acaa6;
}
*/

.box2-iconbox img {
    width: 100%;
    height: auto;
}
/*
.service_color-icon{
    opacity: 1;
    visibility: visible;
    display: block;
    transition: 0.3s ease-in-out;
}
*/
/*
.box2-iconbox .service_white-icon {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.3s ease-in-out;
}
*/
/*
.box2:hover .box2-iconbox .service_white-icon{
    opacity: 1;
    visibility: visible;
    display: block;
}
*/

/*
.box2:hover .box2-iconbox .service_color-icon{
    opacity: 0;
    visibility: hidden;
    display: none;
}
*/
.box2-contentbox{
    width: calc(100% - 60px);
    padding-left: 20px;
/*    text-align: center;*/
}
.box2-contentbox .box2-heading {
    color: #fbce03;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 0;
    display: inline-block;
    position: relative;
    transition: 0.3s ease-in-out;
/*    text-align: center;*/
/*    font-family: 'Oswald', sans-serif !important;*/
/*    margin-top: 15px;*/
}
/*
.box2:hover .box2-heading{
    color: #fff;
}
*/

.plus-sign {
    color: #fbce03;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -20px;
}
.box2-contentbox .box2-details {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
/*    text-align: center;*/
    margin-top: 0px;
}
/*
.box2:hover .box2-details{
    color: #fff;
}
*/

.box2_button{
    text-align: center;
}
.box2_button .box2_btn{
    color: #2acaa6;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.box2_button .box2_btn span{
    margin-left: 5px;
}


/*section3 end*/



.mt-10 {
    margin-top: 10px !important;
}

/*section4 start*/

.section4 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../images/section4_bg.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
.section4:before {
    content: "";
    border-style: solid;
    border-width: 40px;
    position: absolute;
    top: 0;
    transition: all 1s;
    border-color: #fff #fff #3bb5ff #3bb5ff;
    right: 0;
    display: none;
}
.section4-innerbox {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #001e57;
}

.section4 .heading-element {
    opacity: 0.1;
}

.sec4-bgelement {
    position: absolute;
    /*    top: 0;*/
    right: 0px;
    bottom: 0;
    width: auto;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    z-index: -1;
    /*    opacity: 0.1;*/
}

.sec4-bgelement img {
    width: auto;
    height: 100%;
}


/*
.section4 .content-con {
    padding-left: 15%;
    padding-right: 6%;
}
*/
/*
.section4 .content-heading1{
    color: #fff;
}
*/
/*
.section4 .content-heading2 {
    color: #fff;
}
*/
/*
.section4 .content-heading2::before{
    border-bottom: 2px solid #fff;
}
*/
.section4 .content-heading1::after {
/*
    left: -120px;
    right: 0;
    margin: 0 auto;
    text-align: center;
*/
/*    border-bottom: 2px solid #00aeef;*/
}
.section4 .left-contentbox-details {
    width: 380px;
}

/*
.section4 .features-list {
    column-count: 2;
}
*/
.section4 .features-list li {
    color: #fff;
}

.section4 .features-list li::before {
    color: #fff;
}

.category-slider{
    margin-top: 60px;
}

/*
.section4 .owl-theme .owl-nav {
    display: block !important;
}
*/
.section4 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
}

.section4 .owl-prev {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 50% !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
/*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}

.section4 .owl-prev:hover {
    background-color: #f08161 !important;
}

.section4 .owl-prev span {
    font-size: 20px;
    line-height: 24px;
    color: #f08161 !important;
}

.section4 .owl-prev:hover span {
    color: #fff !important;
}

.section4 .owl-next {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 50% !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
/*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}

.section4 .owl-next:hover {
    background-color: #f08161 !important;
}

.section4 .owl-next span {
    font-size: 20px;
    line-height: 24px;
    color: #f08161 !important;
}

.section4 .owl-next:hover span {
    color: #fff !important;
}

.box3-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box3-iconbox {
    width: 40px;
    height: 40px;
    /*    border: 2px solid #fe0000;*/
    transition: 0.3s linear;
}

.box3-iconbox img {
    width: auto;
    max-width: 100%;
    transition: 0.3s linear;
}

.box3-con .box3-contentbox {
    width: 84%;
    padding-left: 15px;
}

.box3-con .box3-content-heading {
    color: #fff;
    /* text-align: center; */
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 500;
    /* margin-top: 30px; */
    transition: 0.3s linear;
}

.box3-con .box3-content-details {
    color: #fff;
    /* text-align: center; */
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 15px;
    transition: 0.3s linear;
}


.image_contentbox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: auto;
    padding: 30px 20px;
    background: #6ebf2f;
}

/*
.image_contentbox::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #f37e21;
}
*/
.image_content-heading1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.image_content-details {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.custom-col {
    margin-left: -22%;
}

.custom_content-con {
    width: 100%;
    height: auto;
    padding: 80px 130px;
    background: #966528;

}

.custom_content-con .content-heading2 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    z-index: 11;
    display: inline;
    font-family: 'Roboto', sans-serif !important;
}

.custom_content-con .content-heading2::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 5px;
    width: 150px;
    border-bottom: 10px solid #f1cda0;
    z-index: -01;
}

.custom_content-con .left-contentbox-details {
    color: #fff;
}

.partner-con {
    border: 1px solid #e0e0e0;
    padding: 30px 40px;
    margin-top: 70px;
}

.according-container {
    margin-top: 20px;
}

.according-card {
    margin-bottom: 0px !important;
    border: 0 !important;
}

.according-card .card-header {
    background-color: transparent !important;
    padding: 15px 0 15px 5px !important;
}


/*
.accordion .according-card .btn-link:focus, .accordion .according-card .btn-link:active {
    text-decoration: none !important;
}
*/

.accordion .according-card .btn-link {
    font-weight: 600;
    color: #252525 !important;
    background-color: transparent !important;
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px 10px 55px;
    text-decoration: none;
    white-space: normal !important;
}

.accordion .according-card .btn-link:hover {
    text-decoration: none;
}

.accordion .according-card .collapsed {
    color: #000;
}

.accordion .according-card .btn-link:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    background: #76aa6f;
    display: grid;
    place-items: center;
    left: 0;
    top: 0;
}

.accordion .according-card .btn-link:before {}

.accordion .according-card .collapsed:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #c4a273;
    background: #fff;
    box-shadow: 0px 0px 10px 0 rgb(0, 0, 0, 0.2);
}

.card_orderlist {
    margin-left: 40px;
}

.accordion > .according-card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}


.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.accordion > .according-card .btn-link:hover {
    text-decoration: none;
    color: #f00b92;
}

.accordion .card-body {
    color: #8a8a8a;
    font-size: 15px;
    line-height: 21px;
}

/*
.box3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px 20px;
    border: 1px solid #e1e1e1;
}
.box3-iconbox{
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin-right: 15px;
}
.box3-contentbox{
    width: 74%;
}
.box3-heading {
    color: #151515;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.box3-details{
    color: #8a8a8a;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
}
*/

.slider2-box {
    padding: 50px 0;
    background-color: #f1f1f1;
}

.slider2-heading {
    color: #252525;
    font-size: 12px;      /* Reduced from 18px */
    line-height: 16px;    /* Adjusted for better spacing */
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    transition: 0.5s ease;
}


.slider2-imagebox {
    height: 240px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.5s ease; /* Added transition for smooth background change */
}

.slider2-imagebox img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.5s ease;
}

.slider2-imagebox:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.slider2-contentbox {
    padding: 20px 10px 10px;
    text-align: center;
    transition: 0.5s ease;
}

.slider2-heading {
    color: #252525;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    transition: 0.5s ease;
}

/* Hover effect on full box */
.slider2-box:hover .slider2-imagebox {
    background-color: #c30b07; /* Maroon background on hover */
}

.slider2-box:hover .slider2-heading {
    color: #ffffff; /* Text color white on hover */
}

.slider2-con .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.infobox2 {
    position: relative;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-left: 1px solid #F55B14;
}

.infobox2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: rgba(0, 0, 0, 0.02);
    transition: all linear 0.5s;
    z-index: -1;
}

.info_count {
    display: block;
    color: #F55B14;
    font-weight: 600;
    font-size: 34px;
    line-height: 34px;
    font-family: 'Poppins', sans-serif !important;
}

.info_heading {
    padding: 15px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.info_content {
    color: #7b7b7b;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}


/*section4 end*/


/*Location section start*/

.location-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/location-bg2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    z-index: 99;
}

.location-section .content-heading2 {
    text-align: center;
    color: #fff;
}

.location-section .left-contentbox-details {
    text-align: center;
    color: #fff;
}

.box4-imgbox {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.box4-imgbox img {
    width: auto;
    max-height: 100%;
}

.box4-contentbox {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    padding-top: 20px;
}

/*Location section end*/

/* Section5 text base size (excluding heading) */
.section5, 
.section5 .content-con, 
.section5 .left-contentbox, 
.section5 .features-list div, 
.section5 .features-list b, 
.section5 .features-list {
    font-size: 16px;
    line-height: 1.5;
}

/* Section5 main heading */
.section5 .content-heading2 {
    color: #ffffff !important;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}



.section5 { 
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.section5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/section4_bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;  /* Background image opacity 80% */
    z-index: 1;
}

.section5::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 0, 0, 0.2); /* Maroon color with 20% opacity */
    z-index: 2;
}

.section5 > .container {
    position: relative;
    z-index: 3;
}


.section5-transparentbox {
    padding: 70px 50px;
    border-radius: 30px;
    /* margin: 20px 20px 24px; */
    border: 2px solid #e7e7e7;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    display: none;
/*
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
*/
}
.section5 .content-con{
    padding-left: 0px;
}
.section5 .content-heading2{
    color: #fff;
}
.section5 .left-contentbox-details{
    color: #fff;
}
.section5 .features-list li{
    color: #fff;
    margin-left: 25px;
    margin-bottom: 25px;
}
.section5 .features-list li b{
    color: #000001;
}
.section5 .features-list li::before{
    color: #fff;
}






.testi_box{
    width: 100%;
    height: 100%;
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: #ff69b4;
    padding: 80px 50px;
    text-align: center;
}
.testi_iconbox{
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.testi_iconbox img{
    width: 100%;
    height: auto;
}
.testi_imagebox{
    width: 200px;
    height: 200px;
    background: #c4cce3;
    border-radius: 50%;
    overflow: hidden;
}
.testi_contentbox{
    width: 100%;
/*    padding-left: 50px;*/
}
.testi_contentbox .content-heading1{
    margin-top: 0;
}
.testi_contentbox .content-heading2{
    color: #fff;
}
.testi_contentbox .content-heading2{
    color: #fff;
}


.testi_heading{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 5px;
}
.testi_subheading{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
.testi_details{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
    /* text-align: justify; */
}

.get_a_quotecontainer{
    background: #f08161;
    padding: 40px 50px;
}
.get_a_quotebox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.get_a_quote-iconbox{
    width: 60px;
    height: 60px;
}
.get_a_quote-iconbox img{
    width: auto;
    height: 100%;
}
.get_a_quote-contentbox{
    padding-left: 10px;
    width: 650px;
}
.get_a_quote-heading{
    color: #fff;
    font-size: 38px;
    line-height: 44px;
    /* font-weight: 600; */
    text-transform: capitalize;
    font-family: 'Anton', sans-serif !important;
    margin-bottom: 0px;
}
.get_a_quote-details{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal; 
    margin-bottom: 0px;
}
.get_a_quote-buttonbox .btn1 {
    color: #001e57;
    background-color: #fff;
}
.get_a_quote-buttonbox .btn1:hover {
    color: #fff;
}






.col-lg-2_5 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
    padding-right: 15px;
    padding-left: 15px;
}
/*

.section5 .content-heading1 {
    text-align: center;
    color: #fff;
}

.section5 .content-heading1::after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.section5 .content-heading2 {
    text-align: center;
    color: #fff;
}
*/

/*
.section5 .content-heading1::after {
    left: -25px;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
*/

.gallery-slider-con {
    margin-top: 40px
}




/*
.section5 .heading-section {
    margin-bottom: 0;
}

.section5 .heading-section .heading-2 {
    text-align: left;
    margin-bottom: 20px;
}

.section5 .content-heading1{
    color: #00aeef;
}
.section5 .content-heading1::after{
    left: -120px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #00aeef;
}
*/

.mission_vision-tab_container{
    margin-top: 30px;
}



.section5 .treatment_box {
    box-shadow: none;
}

.section5 .treatment_name a {
    text-align: center;
    color: #111;
    transition: 0.3s ease-in-out;
}

.section5 .treatment_name a:hover {
    text-align: center;
    color: #3ab54a;
}

/*
.section5 .owl-carousel .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}
*/
/*
.section5 .owl-theme .owl-nav {
    display: none !important;
}
*/
/*
.section5 .owl-theme .owl-dots .owl-dot {
    display: block !important;
}
*/

.section5 .owl-prev {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #fbfbff !important;
    border-radius: 0 !important;
    border: 2px solid #e7e5ff !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section5 .owl-prev:hover {
    background-color: #e7e5ff !important;
}

.section5 .owl-prev span {
    font-size: 40px;
    line-height: 30px;
    color: #111  !important;
}

.section5 .owl-prev:hover span {
    color: #111 !important;
}

.section5 .owl-next {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #fbfbff !important;
    border-radius: 0 !important;
    border: 2px solid #e7e5ff !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section5 .owl-next:hover {
    background-color: #e7e5ff !important;
}

.section5 .owl-next span {
    font-size: 40px;
    line-height: 30px;
    color: #111 !important;
}

.section5 .owl-next:hover span {
    color: #111 !important;
}

.section5 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}

.section5 .treatment_box {
    border: none;
}

/*
.section5 .treatment_imgbox {
    background: #f8f8fa;
}
*/


.treatment_button2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.section5 .treatment_box:hover .treatment_button2 {
    opacity: 1;
    visibility: visible;
}

.section5 .treatment_btn {
    justify-content: center;
    color: #392917;
    transition: 0.3s ease-in-out;
}

.section5 .treatment_btn:hover {
    color: #966528;
}

/*
.section5 .owl-theme .owl-dots .owl-dot {
    display: block !important;
}
*/

.section5_box{
    width: 500px;
    height: auto;
    padding: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #282828;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-top-left-radius: 40px;
    overflow: hidden;
}
.section5_imagebox{
    width: 150px;
    height: auto;
    border-top-left-radius: 40px;
    overflow: hidden;
}
.section5_imagebox img{
    width: 100%;
    height: auto;
}
.section5_box-heading{
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 40px;
    position: relative;
}
.section5_box-heading::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -25px;
    width: 55px;
    border-top: 2px solid #eb1329;
}
/*section5 end*/






/*Team section start*/

.team-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/team-bg-image2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-position: center center;
    position: relative;
    z-index: 99;
}

.teambox {
    height: 100%;
    max-height: 655px;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}

.team-section .content-heading2 {
    text-align: center;
}

.team-section .left-contentbox-details {
    text-align: center;
}

.member-details {
    color: #878787;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

/*Team section end*/



/*section6 start*/

.section6 {
    padding-top: 90px;
    padding-bottom: 120px;
    position: relative;
    background: #f8f8f8;
}

/*
.section6 .content-heading1 {
    text-align: center;
}
*/
.section6 .big-heading1{
    margin-left: 0
}
.section6 .content-heading1{
    padding-left: 0;
}
.section6 .content-heading1::before {
    display: none;
}
/*
.section6 .content-heading2::after {
    right: 60px;
    margin: 0 auto;
    text-align: center;
}
*/
.sec6_logobox {
    width: 160px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.project_box{
    width: 100%;
    position: relative;
    /* background-color: #fff; */
    transition: 0.3s ease-in-out;
    /* border: 2px solid #e5e5e5; */
    border-radius: 0px;
    overflow: hidden;
}

.project_slider{
    margin-top: 40px;
}
.project_imgbox {
    height: auto;
    width: 100%;
    height: 100%;
    position: relative;
    /* border: 7px solid #f6d8a9; */
    padding: 0;
    background-color: #fff;
    /* border: 2px solid #e5e5e5; */
    /* border-bottom: 2px solid #ebebeb; */
    overflow: hidden;
    display: grid;
    place-items: center;
}
.project_imgbox::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
/*
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 80px;
    line-height: 80px;
    display: grid;
    place-items: center;
    color: #fff;
*/
}
/* .project_imgbox::after{
    content: '';
    position: absolute;
    top: 40%;
    left: 49.5%;
    right: 0;
    display: grid;
    text-align: center;
    height: 100px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    border-left: 4px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
}
.project_imgbox span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: grid;
    place-items: center;
    text-align: center;
    width: 100px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    border-top: 4px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
} */

.project_imgbox img {
    width: 100% !important;
    height: auto;
}
.project_box:hover .project_imgbox::before{
    transition: 0.3s linear;
    opacity: 1;
    visibility: visible;
}
.project_box:hover .project_imgbox::after{
    transition: 0.3s linear;
    opacity: 1;
    visibility: visible;
}
.project_box:hover .project_imgbox span{
    transition: 0.3s linear;
    opacity: 1;
    visibility: visible;
}

.plus-iconbox{
    position: absolute;
    top: 40%;
    left: 40%;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plus-iconbox img{
    width: 100%;
    height: auto;
}
.project_box:hover .plus-iconbox{
    transition: 0.3s linear;
    opacity: 1;
    visibility: visible;
}
.project_contentcon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}
.project_detailsbox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    transition: 0.3s ease-in-out;
    padding: 15px 20px;
}
.project_name{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    font-family: 'Oswald', sans-serif !important;
}
.project_name:hover{
    color: #00acff;
    transition: 0.3s ease-in-out;
}






.section6 .nav-pills .nav-link.active,
.section6 .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3bb5ff;
}
.section6 .nav-pills .nav-item{
    margin-right: 10px;
}
.section6 .nav-pills .nav-link{
    color: #282828;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    background-color: #fff;
    padding: 7px 25px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 0 !important;
}

.section6 .tab-content .tab-pane{
    color: #767676;
    font-size: 16px;
    line-height: 22px;
}


.sec6_logobox img {
    width: 100%;
    height: auto;
}

.sec6_logobox img {
    transform: scale(1.2);
}

.section6 .readmore-button .btn1 {
    color: #fff;
    background: #fe0000;
    border: 1.5px solid #fe0000;
}

.section6 .readmore-button .btn1:hover {
    color: #fe0000;
    background: #fff;
    border: 1.5px solid #fff;
}

/*
.section6 .heading-section .heading-1{
    color: #fff;
}
.section6 .heading-section .details{
    color: #cfcfcf;
}
*/
.popular-products-slider {
    margin-top: 15px;
}

.section6 .treatment_contentcon {
    padding: 0 0 0 30px;
}

.section6 .treatment_detailsbox {
    width: 100%;
    position: relative;
    height: auto;
    overflow: visible;
    padding: 30px 20px 30px 45px;
    background: #fff;
    transition: 0.3s ease-in-out;
    border-top: none;
    border-bottom: none;
    margin-top: -30px;
    border: 2px solid #ebebeb;
}

.section6 .treatment_name {
    text-align: left;
}

.section6 .treatment_name::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -74px;
    width: 65px;
    border-bottom: 2px solid #F55B14;
}

.section6 .treatment_button {
    padding-bottom: 0px;
}

.section6 .treatment_btn {
    text-align: left;
    justify-content: flex-start;
}

.section6 .owl-prev {
    width: 60px !important;
    height: 45px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #f55b14 !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}

.section6 .owl-prev:hover {
    background-color: #08172e !important;
}

.section6 .owl-prev span {
    font-size: 40px;
    line-height: 45px;
    color: #fff !important;
}

.section6 .owl-prev:hover span {
    color: #fff !important;
}

.section6 .owl-next {
    width: 60px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #f55b14 !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}

.section6 .owl-next:hover {
    background-color: #08172e !important;
}

.section6 .owl-next span {
    font-size: 40px;
    line-height: 45px;
    color: #fff !important;
}

.section6 .owl-next:hover span {
    color: #fff !important;
}

.section6 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}


.box4-icon {
    width: 50px;
    height: 50px;
/*
    border-radius: 50%;
    background: #252525;
*/
    display: grid;
    place-items: center;
/*    border: 2px solid #fff;*/
    margin-left: auto;
    margin-right: auto;
}

.box4-icon img {
    width: auto;
    height: 100%;
}
.box4-icon i{
    font-size: 24px;
    line-height: 30px;
    color: #0062c6;
}
.box4-heading1 {
    color: #252525;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.box4-heading2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.box4-details{
    color: #7b7b7b;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}
/*section6 end*/


/*section7 start*/


.section7 {
    padding-top: 100px;
    padding-bottom: 100px;
/*
    background-image: url(../images/section7-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
*/
    position: relative;
}
.section7-innerbox{
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-image: url(../images/section7-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
.section7::before{
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    bottom: 0;
    height: 100%;
    border-left: 2px solid #f0f0f0;
    z-index: -1;
}
.section7 span:nth-child(1){
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
    bottom: 0;
    height: 100%;
    border-left: 2px solid #f0f0f0;
    z-index: -1;
}
.section7 span:nth-child(2){
    content: '';
    position: absolute;
    top: 0;
    left: 60%;
    bottom: 0;
    height: 100%;
    border-left: 2px solid #f0f0f0;
    z-index: -1;
}
.section7::after{
    content: '';
    position: absolute;
    top: 0;
    left: 80%;
    bottom: 0;
    height: 100%;
    border-left: 2px solid #f0f0f0;
    z-index: -1;
}


/*
.section7 .content-heading1::after {
    left: -30px;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
*/
/*
.section7 .content-heading1 {
    text-align: center;
    color: #fff;
}
*/

/*
.section7 .content-heading2 {
    color: #fff;
}
*/
/*
.section7 .content-heading2::before{
    border-bottom: 2px solid #fff;
}
*/

.section7 .features-list{
    margin-left: 20px;
}
.features-listbox .features-list li {
    color: #fff;
}

.sec7-conent-col{
    position: relative;
    z-index: 1;
    margin-left: -10%;
    height: auto;
    
}
.sec7-conentbox{
    padding: 40px 45px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.section7 .content-heading3{
    color: #111;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 0;
}

.section7 .nav-pills .nav-link {
    padding: 8px 22px !important;
    background: 0 0;
    border: 0;
    color: #111;
    border-radius: 0 !important;
    background-color: #ebebeb;
}
.section7 .nav-pills .nav-link.active,
.section7 .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #027bb5;
}
.section7 .tab-content{
    padding: 30px 25px;
    background-color: #006494;
}
.section7 .tab-content .tab-pane{
    color: #fff;
}



.section7 .readmore-button {
    text-align: right;
}
.section7 .treatment_box {
    padding-bottom: 40px;
    background-color: transparent;
}
.section7 .treatment_name{
    text-align: center;
    margin-bottom: 20px;
}
.section7 .product_button {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.section7 .product_button .btn1{
    background: #fff;
}

.btn2{
    color: #fff;
    background-color: #3bb5ff;
    border: 2px solid #3bb5ff;
    position: relative;
    display: inline-block;
    padding: 0 35px;
    line-height: 44px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn2::before{
    content: "";
    border-color: #1587cd transparent transparent #1587cd;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    bottom: -2px;
    right: -22px;
    z-index: -1;
}
.btn2:hover{
    color: #fff;
    background-color: #00578c;
    border: 2px solid #00578c;
    position: relative;
}

.section7 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}

.section7 .owl-prev {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section7 .owl-prev:hover {
    background-color: #282828  !important;
    border: 1px solid #282828 !important;
}

.section7 .owl-prev span {
    font-size: 34px;
    line-height: 24px;
    color: #282828 !important;
}

.section7 .owl-prev:hover span {
    color: #fff !important;
}

.section7 .owl-next {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section7 .owl-next:hover {
    background-color: #282828  !important;
    border: 1px solid #282828 !important;
}

.section7 .owl-next span {
    font-size: 34px;
    line-height: 24px;
    color: #282828 !important;
}

.section7 .owl-next:hover span {
    color: #fff !important;
}

.section7 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}



.blog-slider-con {
    margin-top: 40px;
}

.blog-slider-con .owl-carousel .owl-stage-outer {
    padding: 0 18px;
}

.section7 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}


/*  Video Style  */

.video_gallery-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.videobox-con{
    width: 100%;
    height: auto;
    padding: 100px 20px;
    position: relative;
    background-image: url(../images/video-section-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.video_gallery-section .content-heading1::after {
    left: -120px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    /* border-bottom: 2px solid #00aeef; */
}

.video-box {
    /* height: 100%; */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100px;
    height: 100px;
    /* margin-left: auto;
    margin-right: auto;
    margin-top: 0px; */
}

.videobox-con2{
    position: relative;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 0;
    min-height: 250px;
    width: 100%;
    height: 315px;
    position: relative;
    /* top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    /* position: absolute; */
}

.video-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; */
}


.video-box a {
    font-size: 27px;
    color: #fff !important;
    /*
      position: absolute;
      z-index: 1111;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
*/
}

video {
    position: absolute;
    z-index: 1111;
}

.video-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 34px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    background: transparent;
    border: 4px solid #fff;
}

.video-buttonbox {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 20px 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.video-content {
    padding-left: 10px;
}

.video-content {
    color: #181818;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.video-content span {
    color: #cda274;
}

/*
.video-box a::before{
    content: '';
    position: absolute;
    left: -7px;
    right: 0;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(228,168,83,0.3);
}
*/
/*
.video-box a::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
}
*/
.video-title h2 {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 0;
    line-height: 1px;
    margin-bottom: 15px;
    color: #ff891a;
}

.video-title p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 50px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 60px;
}

.video-popup {
    z-index: 111;
}

.video-popup i {
    color: #fff;
    z-index: 1;
    font-size: 26px;
}

.video-name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #252525;
    text-align: center;
    margin-top: 20px;

}

/* .video-popup::before {
      position: absolute;
      content: " ";
      z-index: -11;
      top: -15px;
      left: -15px;
      background-color: #dc354e;
      width: 115px;
      height: 115px;
      border-radius: 100%;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
      opacity: 0.6;
      -webkit-animation: pulse 1s ease-out;
      animation: pulse 1.8s ease-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
} */


.video_gallerybox{

}

/*  Video Style  */



.blog-card {
    width: 90%;
    /*
    margin-left: auto;
    margin-right: auto;
*/
    border-bottom: 2px solid #ed1b24;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}

.blog-imgbox {
    width: 100%;
    height: auto;
}

.blog-imgbox img {
    width: 100%;
    height: auto;
}

.blog-body {
    position: relative;
    padding: 15px 30px;
}

.blog-type {
    position: absolute;
    top: -16px;
    right: 0;
    padding: 5px 20px;
    display: inline-block;
    background: #e81921;
    text-align: center;
    color: #fff;
}

.publish-date {
    color: #e81921;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 12px;
}

.blog-heading {
    color: #1d1d1d;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-text {
    color: #5a5a5a;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}

.gallery-box {
    width: 100%;
    position: relative;
}

.gallery-imgboxcon {
    width: 100%;
    height: auto;
}

.gallery-imgbox img {
    width: 100%;
    height: auto;
}

.gallery-iconbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-icon-1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50% !important;
    z-index: 11;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #00acff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.gallery-icon-1:hover {
    color: #00acff !important;
}

.gallery-box:hover .gallery-icon-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #fff;
}

.gallery-hover-bg {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.gallery-box:hover .gallery-hover-bg {
    opacity: 1;
    visibility: visible;
}


/*section7 end*/


/* Testimonial section start */
.testimonial-section {
    width: 100%;
    padding: 10px 0;
    background-image: url(../images/certificate-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.content-con.section-title {
    margin-bottom: 20px; /* Added space between heading and slider */
}

.content-con.section-title .big-heading1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #800000; /* Maroon color */
}

.content-con.section-title .content-heading1 {
    font-size: 28px;
    margin-bottom: 5px;
    color: #800000;
}

.content-con.section-title .content-heading2 {
    font-size: 22px;
    font-weight: 500;
    color: #800000;
}

.testimonial-transparentbox {
    margin-top: 0; /* Reset this if you want exact control from heading */
}

.testimonial_slider_con .owl-carousel .item {
    padding: 15px;
}

.testi_box {
    background-color: #800000; /* Maroon */
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.testi_iconbox img {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px auto;
    display: block;
}

.testi_headingbox {
    text-align: center;
}

.testi_heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.testi_details {
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
}

.rearnmore-button .btn1 {
    background-color: #800000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.rearnmore-button .btn1:hover {
    background-color: #b22222; /* Slightly lighter maroon */
}

/* Responsive fixes */
@media (max-width: 768px) {
    .content-con.section-title .big-heading1 {
        font-size: 32px;
    }
    .content-con.section-title .content-heading1 {
        font-size: 20px;
    }
    .content-con.section-title .content-heading2 {
        font-size: 18px;
    }
}

.gmap-box iframe {
    width: 100%;
}
/* Testimonial section end */

.google-map-section {
    width: 100%;
    position: relative;
    margin-top: -100px;
    position: relative;
    z-index: -1;
}

/*Contact form section start*/

.contactus-section {
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
    background: #f9f9f9;
}

.contactus_boxcon {
    /*    background: #d6e5d4;*/
    padding-left: 0;
    margin-top: 60px;
}

.contactus-section .trans_heading {
    bottom: 45px;
}

.contactus-section .content-heading1{
    margin-top: 0;
    padding-left: 0;
}
.contactus-section .content-heading1::before{
    display: none;
}

/*
.contactus-section .content-heading1::after{
    left: -160px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #00aeef;
}
*/
.faq-col{
    margin-left: -10%;
}
.faq_box{
    width: 100%;
    height: auto;
/*
    padding-top: 100px;
    padding-bottom: 200px;
*/
/*    background: #f4f4f9;*/
/*    border-top-left-radius: 50px;*/
}
/*
.contactus-section .content-heading1::after {
    left: 210px;
}
*/

.contactus-section .content-heading3 {
    color: #111;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 0;
    text-align: center;
}



.faq_box .accordion-item{
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .125);
    border: 1px solid #cfcfcf !important;
}
.faq_box .accordion-header .accordion-button{
    color: #252525;
    font-size: 18px !important;
    line-height: 26px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    font-family: 'Oswald', sans-serif !important;
    background-color: #fff !important;
}
.faq_box .accordion-header .accordion-button:hover{
    /* color: #fec111; */
    background-color: #f7eac3 !important;
}
.faq_box .accordion-header .accordion-button span{
    color: #252525;
    width: 35px;
    height: 35px;
    background: #fec111;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 14px;
    margin-right: 15px;
}
.faq_box .accordion-header .accordion-button:hover span{
    color: #252525;
}
.faq_box .accordion-button:not(.collapsed) {
    color: #282828;
    background-color: #f7eac3 !important;
    box-shadow: inset 0 -1px 0 #f7eac3; 
}
.faq_box .accordion-button:not(.collapsed)::after{
    color: #f7eac3 !important;
    /* background-image: url(../images/down-arrow.svg) !important; */
}

.faq_box .accordion-body{
    color: #545454;
    font-size: 18px;
    line-height: 22px;
}


.small-heading1 {
    color: #e81921;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 12px;
}

.contact-imagebox {
    width: 100%;
    height: auto;
}

.contact-imagebox img {
    width: 100%;
    height: auto;
}

/*
.form-box{
    padding-top: 60px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 75px;
    background: #fff;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);
}
*/


/*
.contactus-section .form-box .content-heading2{
    color: #fff;
}
*/
.contactus-section .form-box .left-contentbox-details {
    color: #fff;
}
.section6 .content-heading1::after {
    left: 145px;
}
.contact_imagebox-con{
    width: 100%;
    height: 100%;
    position: relative;
}
.contact_imagebox{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../images/contact-image.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.form-box {
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 50px;
    background: #fff;
    position: relative;
    z-index: 11;
/*    border-bottom-left-radius: 50px;*/
}

.contact-form-heading {
    color: #2a2a2a;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.form-details {
    color: #8c8c8c;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-form-heading2 {
    color: #232323;
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}


.contact-form {
    width: 100%;
}

.contact-form .form-control {
    height: 40px;
    color: #454545 !important;
    background-color: #f3f5f9 !important;
    border: 1px solid #f3f5f9 !important;
    border-radius: 0px !important;
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
}

.contact-form .form-control::placeholder {
    color: #454545 !important;
    font-size: 16px;
    line-height: 22px;
}

.contact-form textarea {
    height: 120px !important;
}

.submit-button {
    margin-top: 30px;
}

/*
.submit-button .btn1 {
    color: #fff !important;
    background: #001e57;
}
*/

/*
.submit-button .btn1:hover{
    color: #fff !important;
    background: #004838;
}
.submit-button .btn1:hover::before{
    background: #f08161;
}
*/
.submit-button .btn2{
    width: 100%;
}
.submit-button .btn2::before{
    display: none;
}
.form-detailsbox {
    height: 100%;
    padding: 30px 18px;
    background: #fff;
    position: relative;
/*    height: 100%;*/
    
/*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
*/
}
.form-detailsbox::before{
    content: '';
    position: absolute;
    left: 20px;
    bottom: 20px;
    height: 60px;
    border-left: 2px solid #00acff;
    display: none;
}
.form-detailsbox::after{
    content: '';
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 60px;
    border-bottom: 2px solid #00acff;
    display: none;
}

.form-detailsbox .content-heading2{
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.form-detailsbox .content-heading2::before{
    display: none;
}
.form-detailsbox .content-heading2::after{
    display: none;
}
.form-detailsbox .left-contentbox-details {
    color: #fff;
    margin-bottom: 40px;
}
.form-detailsbox3{
    border-right: none;
}
.info {
    width: 100%;
    height: 556px;
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
    background: #004838;
}

.info_imgbox {
    width: 148px;
    height: 148px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.info_imgbox img {
    width: 100%;
    height: auto;
}

.form-heading {
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.addressbox {
    padding-bottom: 20px;
/*    border-bottom: 2px solid #e9e9e9;*/
}

.iconbox {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-right: 20px;
    transition: 0.3s;
}

.iconbox i {
    color: #2acaa6;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/

.emailbox2 {
    padding-top: 0px;
}

.email-address {
    color: #4f4f4f;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.email-address:hover {
    color: #ffa100;
}

.phonebox2 {
    padding: 0 0 20px 0;
/*    border-bottom: 2px solid #e9e9e9;*/
}



.location {
    color: #252525;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    position: relative;
    padding-bottom: 10px;
}

/*
.location::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
}
*/
.address-details {
    color: #4f4f4f;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.contact-no {
    color: #4f4f4f;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.contact-no:hover {
    color: #ffa100;
    transition: 0.3s ease-in-out;
}

.contact-detailsbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.contact_iconbox {
    color: #252525;
    width: 45px;
    height: 45px;
    background: #ffa100;
    border-radius: 50%;
    display: grid;
    place-items: center;
        margin-bottom: 15px;
}

.contact_iconbox i {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.contact-detailsbox p {
    margin-bottom: 0;
}

/*
.contact-detailsbox p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #e8e8e8;
}
*/
.gmap-section{
    padding-top: 80px;
    padding-bottom: 80px;
}
.g-map{
    width: 100%;
    height: 100%;
}
.gmap-con{
    width: 100%;
    height: 100%;
}
.gmap-box{
    width: 100%;
    height: 100%;
}
.g-map .gmap-box iframe{
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.g-map iframe{
    width: 100%;
    height: 100%;
    min-height: 350px;
}

/*Contact form section end*/


/* Footer Start */

.footer-section {
    padding: 70px 0 0;
    background-color: #c30b07;
}

.footer-heading {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif !important;
}

.footer-logo {
    width: 250px;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-top: 25px;
    max-width: 330px;
}

.footer-contact-details {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    padding: 15px 30px;
    background: #00426a;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-contactbox {
    display: flex;
    flex-wrap: wrap;
}

.footer-contact-iconbox {
    width: 40px;
    height: 40px;
}

.footer-contact-iconbox i {
    color: #fff;
    font-size: 32px;
}

.social-heading {
    margin-bottom: 20px;
}

.footer-contact-content {
    margin-left: 10px;
}

.ft_hd {
    color: #b4b4b4;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.timetable {
    margin-top: 30px;
}

.time_list {
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
}

.quick-link {
    padding-left: 0;
    margin-bottom: 0;
}

.ql {
    list-style: none;
    padding: 2px 0;
    transition: 0.3s;
}

.ql:hover span {
    margin-left: 5px;
}

.ql span {
    margin-right: 10px;
}

.ql span i {
    font-size: 16px;
}

.ql a {
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: flex;
    color: #fff !important;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.ql a:hover {
    color: #e4a853 !important;
    transform: scale(1.1);
    text-decoration: none;
}

.social_con p {
    color: #fff;
    font-weight: 700;
}

.contact-no-heading,
.email-address-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
}

.contact-no2,
.email-address2 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.contact-no2 a,
.email-address2 a {
    color: #fff;
    transition: 0.3s ease-in-out;
}

.contact-no2 a:hover,
.email-address2 a:hover {
    color: #e4a853;
}

.location2 {
    color: #b4b4b4;
    font-size: 16px;
    margin-bottom: 15px;
}

.subs-content {
    padding-bottom: 30px;
}

.footer-section .social_con {
    margin-top: 5px;
}

.reservation-no {
    color: #fff;
    font-size: 32px;
    font-family: 'Bebas Neue', sans-serif !important;
    transition: 0.3s ease-in-out;
}

.reservation-no:hover {
    color: #e4a853;
}

.footer-section .social_con .social_icons {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-section .social_con .social_icons .icons {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.3);
    background-color: transparent;
    border-radius: 50%;
    margin-right: 7px;
    transition: 0.3s ease-in-out;
}

.footer-section .social_con .social_icons .icons i {
    font-size: 16px;
    color: #fff;
}

.footer-section .social_con .social_icons .icons:hover {
    background: #ffa100;
    border: 1px solid #ffa100;
}

.footer-section .social_con .social_icons .icons:hover i {
    color: #fff;
}

.footer-section .contact-detailsbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
}

.footer-section .form-detailsbox {
    background: transparent;
}

.footer-section .contact_contentbox {
    width: calc(100% - 45px);
    padding-left: 15px;
}

.footer-section .contact_contentbox span {
    color: #fff;
}

.footer-section .emailbox2 {
    padding-bottom: 20px;
}

.footer-section .contact-no,
.footer-section .email-address,
.footer-section .address-details {
    color: #fff;
}

.footer-section .contact-no:hover,
.footer-section .email-address:hover {
    color: #000001;
}

.footer-section .addressbox,
.footer-section .phonebox2,
.footer-section .emailbox2 {
    padding-bottom: 0;
}

.footer_end {
    width: 100%;
    margin-top: 50px;
    background: #ffa100;
}

.footer-end-content {
    padding: 10px 0;
}

.ft_end_txt {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #fff !important;
    transition: 0.3s ease-in-out;
}

.ft_end_txt a:hover {
    color: #e4a853 !important;
}

.footer_end-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* Footer End */



/*About page start*/

.banner-heading-section {
    background: #ebdeeb;
    position: relative;
    padding: 80px 0;
}


.bg-banner-image {
    width: 100%;
    height: auto;
    /* min-height: 600px; */
    position: relative;
    /* background-image: url(../images/bg-banner-section.webp); */
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 250px 0 250px;
}

.about_page-sec1{
    padding-top: 100px;
}
.about-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.about-content h1 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.about-content nav {
    width: 100% !important;
    margin-top: 10px;
}

.about-content .breadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
}

.about-content .breadcrumb-item a {
    color: #151515 !important;
    font-size: 18px;
    line-height: 22px;
}

.about-content .breadcrumb-item.active {
    color: #151515 !important;
}

.about-content .breadcrumb-item.active a {
    color: #151515 !important;
}

.about-content .breadcrumb-item + .breadcrumb-item::before {
    color: #151515 !important;
}

.imagebox {
    width: 100%;
    height: auto;
}

.imagebox img {
    width: 100%;
    height: auto;
}

.aboutpage_section1 .contentbox_heading1_ul {
    width: 90px;
}

.aboutpage_section1 .imagebox3 {
    border-radius: 30px;
}

.aboutpage_section2 {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #ebebeb;
}

.skillbox {
    padding: 20px;
    background: #fff;
}


.aboutpage_section2 .list-row {
    margin-top: 10px;
}

.experiencebox {
    padding: 20px;
    background: #08b1b6;
}

.experiencebox .list-content {
    color: #fff;
}

.experiencebox .list-iconbox i {
    color: #fff;
}

.team_box{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 20px;
    text-align: center;
    background-color: #f2f2f2;
}
.team_imgbox i{
    color: #00acff;
    font-size: 40px;
    margin-bottom: 20px;
}
.member_name {
    color: #252525;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 0px;
    transition: 0.3s ease-in-out;
}
.member_position {
    color: #777;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 25px;
    transition: 0.3s ease-in-out;
}

.kar_logobox{
    width: 250px;
    height: auto;
}
.kar_logobox img{
    width: 100%;
    height: auto;
}

/*About page end*/


.gallerypage_section1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #c30b07;
}
.gallerypage_section2 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
}








.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}
.aboutpage_section1{
    padding-top: 80px;
    padding-bottom: 80px;
}
.aboutus_page-section1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.aboutus_page-section1 .heading-2 {
    color: #2a2a2a;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.aboutus_page-section1 .left-contentbox {
    padding-bottom: 0px;
}

.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    margin-bottom: 0;
    color: #252525;
}

.about-section2 {
    padding-top: 90px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/sea-fishing-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 90px;
}



.iconbox2 {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    transition: 0.3s ease;
}

.iconbox2 img {
    width: 60px;
    height: 60px;
}

.iconbox2 i {
    color: #fff;
    font-size: 24px;
    transition: 0.3s ease;
}

.iconbox2:hover {
    background: #fff;
    transition: 0.3s ease;
}

.iconbox2:hover i {
    color: #2a2a2a;
    transition: 0.3s ease;
}

.sub-cloumbox-heading {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

.sub-cloumbox-details {
    color: #ededed;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}



/*Our Products page start*/

.our-products {
    padding-top: 80px;
    padding-bottom: 80px;
}

.catego-info:nth-child(even) {
    background-color: #ededed;
}

.catego-info:nth-child(odd) {
    background: #FFFFFF;
}

.our-products .left-contentbox .content-heading2 {
    color: #2a2a2a;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.our-products .product-code {
    font-size: 16px;
    color: #777;
}

.our-products .product-code strong {
    color: #454545;
    font-weight: 600;
}

/*
.learn-more-btn{
    color: #fff !important;
    margin-left: 10px;
    background: #f5ad0d !important;
}
.learn-more-btn:hover{
    color: #f5ad0d !important;
    background: transparent !important;
}
*/
.our-category-section {
    width: 100%;
    height: auto !important;
    background: #dfdfdf;
    padding-bottom: 80px;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.card-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.card-imgbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
}

.card-imgbox img {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 20px 0;
}

.card-content .card-heading {
    color: #0c141d;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.card-content .card-heading a {
    color: #0c141d;

}

.card-button .read-more {
    color: #bc0000;
}

.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.button-group .btn1 {
    color: #fff;
    background: #ef7f1b;
    transition: 0.3s ease;
    border: 1.5px solid #ef7f1b;
}

.button-group .btn1:hover {
    color: #fff;
    background: #2acaa6;
    transition: 0.3s ease;
    border: 1.5px solid #2acaa6;
}

.button-group .learn-more-btn2 {
    color: #fff;
    background: #2acaa6;
    transition: 0.3s ease;
    border: 1.5px solid #2acaa6;
    margin-left: 20px;
}

.button-group .learn-more-btn2:hover {
    color: #2acaa6;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #2acaa6;
}

.more-products {
    padding-top: 80px;
    padding-bottom: 80px;
}

.our-products-cate{
    padding-top: 90px;
    padding-bottom: 90px;
}
.service-box{
    border: 2px solid #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.service-imagebox {
    height: 350px;
   width: 100%;
   position: relative;
   /* border: 7px solid #f6d8a9; */
    padding: 7px;
    background-color: #fff;
    border-bottom: 2px solid #ebebeb;
    overflow: hidden;
}

.service-imagebox img {
/*height: 200px;
   width: 150px;*/
   max-height: 100%;
   max-width: 100%;
   width: auto;
   height: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   transition: 0.5s ease;
  }

.service-imagebox img:hover{
    transform: scale(1.1);
    transition: 0.5s ease;
}
.service-contentbox{
    padding: 20px 1px 26px 1px;
    height: auto;
    margin-bottom: 0;
}
.service-heading{
    color: #252525;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    /* height: 52px; */
    text-align: center;
    font-weight: bold;
    /* font-family: 'Oswald', sans-serif !important; */
}
.service-heading a {
    color: #252525;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    /* height: 52px; */
    text-align: center;
    font-weight: bold;
    transition: 0.3s ease-in-out;
    /* font-family: 'Oswald', sans-serif !important; */
}
.service-heading a:hover{
    color: #F55B14;
}
.service-button{
    padding-top: 0;
    padding-bottom: 40px;
    /* padding-left: 15px; */
    text-align: center;
}
.service-button .btn1{
    font-size: 12px;
    padding: 11px 22px;
    color: #fff;
    background: #3ab54a;
    border: 1.5px solid #3ab54a;
    cursor: pointer;
}
.service-button .btn1:hover{
    color: #3ab54a;
    background: #252525;
    border: 1.5px solid #252525;
}

/*Our Products page end*/

/*Our Products details page start*/
.our-products2 {
    padding-bottom: 0;
}

.hr-line {
    width: 100%;
    border-top: 1px solid #999;
    margin-bottom: 20px;
}

.our-products-section .left-contentbox .content-heading2 {
    color: #2a2a2a;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 15px;
}

.details-heading {
    font-size: 22px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad8d8;
    padding-bottom: 10px;
}

.our-products table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.our-products table tr:nth-child(odd) {
    background: #f4f4f4;
}

.our-products table th,
td {
    width: 50%;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #dfdfdf !important;
}

.product-imgcon {
    /*    border: 2px solid #999;*/
    /*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

/*Our Products details page end*/



/*Our Projects page start*/

.our-project-section2 {
    padding-bottom: 90px;
}

.our-project-section2 .project-contentbox {
    padding: 40px;
}


/*Our Projects page end*/

.contactus-section2 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background: #f1f0f6;
}

/*
.contactus-section2 .form-heading {
    color: #2a2a2a;
}
.contactus-section2 .contact-no {
    color: #2a2a2a;
}
.contactus-section2 .contact-detailsbox p {
    color: #2a2a2a;
}
.contactus-section2 .email-address {
    color: #2a2a2a;
}
*/

/*
.contactus-section2 .submit-button .btn2{
    color: #fff;
    background: #ef2b1f;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
    margin-left: 20px;
}

.contactus-section2 .submit-button .btn2:hover{
    color: #ef2b1f;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
}
*/



/*Our Service page start*/



.service-section1 {
    padding-top: 80px;
    padding-bottom: 80px;
}


/*
.bg-banner-image {
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
*/

.service-heading2 {
    color: #454545;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}

.service-details2 {
    color: #777;
    font-size: 16px;
    line-height: 24px;
}

.service-section1 .form-box {
    box-shadow: none;
    margin-top: 0;
}

.features_info {
    margin-top: 30px;
}

.features_info .list-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.features_info .icon-heading {
    margin-bottom: 0;
}



.list-content {
    margin-left: 10px;
}

.bro-iconbox {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}

.bro-iconbox img {
    width: 100%;
    height: auto;
}

.download_brochure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: rgba(42, 202, 166, 0.3);
    padding: 30px 40px;
}

.download_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.brochure-heading {
    color: #454545;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.download_text p {
    color: #777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.right-form-box {
    background: rgba(42, 202, 166, 0.3);
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.right-form-box-heading {
    color: #454545;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 72, 56, 0.7);
    margin-bottom: 40px;
}

.service-section1 .contact-form {
    width: 100%;
    height: auto;
    /*
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
*/
}

.right-form-box .contact-form .form-control {
    /*    height: 45px;*/
    /*    color: #777777 !important;*/
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
}

/*
.right-form-box .contact-form .form-control::placeholder{
    color: #777777;
}
*/
/*
.submit-button .btn1 {
    color: #fff;
    background: #282828;
    border: 1.5px solid #282828;
}

.submit-button .btn1:hover {
    color: #282828;
    background: #fff;
    border: 1.5px solid #fff;
}
*/

.right-service-box {
    background: rgba(42, 202, 166, 0.3);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
}

.service-list {
    list-style: none;
}

.service-item {
    width: 100%;
    height: 50px;
    display: block;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s ease;
    border-bottom: 1px solid rgba(0, 72, 56, 0.7);
}

.service-item:hover {
    color: #2acaa6;
    transition: 0.3s ease;
}



.learn-more-btn {
    color: #fff !important;
    margin-left: 10px;
    background: #1ec3f3 !important;
    border: 1.5px solid #1ec3f3;
}

.learn-more-btn:hover {
    color: #ffff !important;
    background: #000a1d !important;
    border: 1.5px solid #000a1d;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.image-contentbox {
    border: 5px solid #ebebeb;
}

/*Our Service page end*/



.about_section2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about_section2 .content-heading1 {
    color: #454545;
    text-align: left;
}

.about_section2 .content-heading2 {
    color: #01a0e2;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about_section2 .left-contentbox-details {
    margin-bottom: 0;
    color: #777;
}

.mision_vision-section {
    padding-bottom: 50px;
}

.mision_vision-section .left-contentbox .content-heading2 {
    color: #454545;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 15px;
}

.mision_vision-section .left-contentbox .left-contentbox-details {
    color: #777;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}




.our-products-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f9f9f9;
}

.our-products-section .left-contentbox .content-heading2 {
    color: #2a2a2a;
}

/*Category page start*/


.our-category-section {
    width: 100%;
    height: auto !important;
    background: #f4f4f4;
    padding-top: 80px;
    padding-bottom: 80px;
}


/*
.card-box {
    width: 100%;
    height: 385px;
    overflow: hidden;
    background: #fff;
}
.card-imgbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 20px;
}
*/

.card-imgbox img {
    width: 100%;
    height: auto;
}


.card-content {
    padding: 20px 0;
}

.card-content .card-heading {
    color: #39c5ff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.card-content .card-heading a {
    color: #39c5ff;

}

.card-button .read-more {
    color: #ef7f1b;
}

.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sticky_div {
    position: sticky;
    top: 20px;
}

.features-list,
.features-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.features-list {
    margin: 2em 0;
}

.features-list li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
/*    font-family: 'Merriweather', serif !important;*/
    margin-bottom: 12px;
    margin-left: 3em;
    color: #111;
    text-align: justify;
}

.features-list li::before {
    content: '\f046';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.4em;
    color: #3bb5ff;
    font-size: 15px;
    font-weight: 400;
}

/*Category page end*/


.achiev_section1 {
    padding-top: 90px;
    padding-bottom: 90px;
}




/*left right modal*/


.modal {
    z-index: 1111 !important;
    background: rgba(0, 0, 0, .5);
}

.modal-dialog{
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.modal-btn i {
    color: #fff;
    font-size: 30px;
}

.modal-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #022d60;
}

.modal.left_modal,
.modal.right_modal {
    position: fixed;
    z-index: 11111;
    background-color: #0007;
    right: 0;
    left: inherit;

}

.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 80%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal-dialog {
    /* max-width: 100%; */
    margin: 1.75rem auto;
}

@media (min-width: 576px) {
    .left_modal .modal-dialog {
        max-width: 100%;
    }

    .right_modal .modal-dialog {
        max-width: 100%;
    }
}

.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
    /*overflow-y: auto;
      overflow-x: hidden;*/
    height: 100vh !important;
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
    padding: 15px 15px 30px;
}

/*.modal.left_modal  {
      pointer-events: none;
      background: transparent;
  }*/

.modal-backdrop {
    display: none;
}

/*Left*/
.modal.left_modal.fade .modal-dialog {
    right: -80%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, .5);
}

/*Right*/
.modal.right_modal.fade .modal-dialog {
    left: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}



.modal.right_modal.fade.show .modal-dialog {
    left: 0;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, .5);
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}



.modal-header.left_modal,
.modal-header.right_modal {

    padding: 10px 15px;
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.modal_outer .modal-body {
    /*height:90%;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh;
}

.modal-footer {
    margin-top: 30px;
    justify-content: center !important;
}

.modal-footer .submit-button .btn1 {
    text-align: center;
}


/*Project page start*/

.wrapper {
  font-family: helvetica, arial, sans-serif !important;
  font-weight: 400;
}

.sr-text {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.slick-slide.slick-active.slick-center.slick-current {
  border: 2px solid #00acff;
}
.slick-slider{
    padding-left: 0;
}
.slick-slide {
    background: #fff;
  border: 2px solid #FFF;
}
.main-img-slider figure {
    margin: 0 0;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #B7B7B7;
  position: absolute;
  top: 42%;
  text-align: center;
  color: #000;
  opacity: 0.3;
  transition: opacity 0.25s;
  cursor: pointer;
}

.slick-slider .slick-prev{
    padding-right: 10px;
}

.slick-slider .slick-next{
    padding-left: 10px;
}


.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: 0.65;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

.slick-initialized .slick-slide {
    display: block;
    padding: 10px 10px 5px;
}


.wrapper {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  font-family: "";
}
.wrapper strong {
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 1.2em;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0;
  color: #666;
}

.product-images {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 0;
}
.product-images li, .product-images figure, .product-images a, .product-images img {
  display: block;
  outline: none;
  border: none;
}
.product-images .main-img-slider .slick-prev.slick-arrow, .product-images .main-img-slider .slick-next {
  display: none !important;
}
.product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 0;
    height: 450px;
    overflow: hidden;
}
.product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.product-images .main-img-slider figure a img {
  width: 100%;
  margin: 0 auto;
}
.product-images .thumb-nav {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 260px;
  padding: 0;
}
.thumb-nav{
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.product-images .thumb-nav.slick-slider .slick-prev, .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
.product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
.product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
.product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 65px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.product-images .thumb-nav li:hover, .product-images .thumb-nav li:focus {
  border-color: #999;
}
.product-images .thumb-nav li.slick-current img {
  border-color: #FB8D00;
}

.pswp__bg {
  background: #fff;
}

.pswp__top-bar {
  background-color: transparent !important;
}

.pswp__button,
.pswp__button:before,
.pswp__button--close:before,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: none !important;
  background-size: 100%;
  width: 44px;
  height: 44px;
  font-family: "FontAwesome";
}

.pswp__button {
  color: #000 !important;
  opacity: 0.4 !important;
  transition: opacity 0.25s;
}
.pswp__button:hover {
  opacity: 0.65 !important;
}
.pswp__button:before {
  opacity: 1 !important;
}
.pswp__button.pswp__button--arrow--left:before, .pswp__button.pswp__button--arrow--right:before {
  font-size: 44px;
}
.pswp__button.pswp__button--arrow--left:before {
  content: "\f060";
}
.pswp__button.pswp__button--arrow--right:before {
  content: "\f061";
}
.pswp__button--zoom{
    content: "\f002";
    font-size: 44px;
    color: #fff;
    z-index: 111;
}

.pswp__button.pswp__button--close {
  top: 10px;
  right: 20px;
}
.pswp__button.pswp__button--close:before {
  content: "\f00d";
  font-size: 44px;
    color: #fff;
    z-index: 111;
}
.pswp__button.pswp__button--close:hover {
  color: red;
}
.pswp__img{
    z-index: 11;
}




.pro-imagebox{
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.pro-imagebox img{
    width: 100%;
    height: auto;
    transition: 0.3s ease-in-out;
}
.pro-box:hover .pro-imagebox img{
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}
.pro-heading{
    padding-top: 20px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.pro-heading a{
    
}
.pro-heading:hover{
    color: #00b9ff;
}
.pro-innercon-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
}
.pro-iconbox{
    display: inline-block;
}
.pro-iconbox i{
    color: #00b9ff;
    font-size: 16px;
    line-height: 22px;
}
.pro-details{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 5px;
    display: inline-block;
}
.pro-button{
    margin-left: auto;
}
.pro-btn{
    color: #00b9ff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}
.pro-btn:hover{
    color: #fff;
    text-decoration: underline !important;
}

.description_box,
.overview_box,
.location_box,
.floor-plan_box{
    padding: 30px;
    background-color: #fff;
}

.over_box4-heading1{
    color: #252525;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.over_box4-heading1 span{
    font-weight: 400;
}
.over_box4-iconbox{
    width: 50px;
    height: 57px;
    display: inline-flex;
    align-items: end;
/*    place-items: center;*/
/*    border: 2px solid #2d2d2d;*/
}
.over_box4-iconbox img{
    width: 100%;
    height: auto;
}
.no_of_room{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #001b87;
}
.over_box4-innercontent-heading{
    color: #252525;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.our-products-section .pro-details {
    color: #252525;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

/* .our-products-section table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
} */

/*
.our-products-section table tr:nth-child(odd) {
    background: #f4f4f4;
}
*/
.our-products-section table th, td{
    padding: 14px 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #656565 !important;
    text-align: center;
}
.our-products-section table th:first-child,
.our-products-section table td:first-child {
    width: 25%;
}

.product_box{
    width: 100%;
    height: 100%;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid #c71cc7;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    overflow: hidden;
}
.product_imgbox{
    width: 100%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.product_imgbox img{
    width: 100%;
    max-width: 170px;
}
.product_detailsbox{
    width: 100%;
    height: 100%;
    padding: 25px 15px;
    background-color: #c71cc7;
}
.product_name{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}


/*Project page end*/


.offcanvas-body .form-box{
    padding-left: 20px;
    padding-right: 20px;
}

.lcformatepage_section1{
    padding-top: 50px;
    padding-bottom: 50px;
}
.lcformatepage_section1 .content-heading3{
    color: #101218;
}
.lcformate-table1{
    width: 100%;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}
td, th {
    padding: 8px;
    border-width: 0 1px 1px 0;
}
table, tr, td, th {
    border: 1px solid #b3b3b3;
}

/* .lcformatepage_section1 table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
} */
/* .lcformatepage_section1 td, th {
    padding: 8px;
    border-width: 0 1px 1px 0;
} */
/* .lcformatepage_section1 table, td, th {
    border: 1px solid #b3b3b3;
} */
.lcformatepage_section1 table tr:last-child, table td:last-child, table th:last-child{
    border: none;
}
.info-table3{
    background: #084af3;
}
.lcformatepage_section1 .info-table3 td,
.lcformatepage_section1 .info-table3 th {
    color: #fff;
}
.lc-format_section2{
    background: #7A7A7A7D;
}

.responsive-table {
    width: 100%;
    /* overflow-x: scroll; */
}
.responsive-table1 {
    width: 100%;
    /* overflow-x: scroll; */
}
table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #656565 !important;
    min-width: 800px; /* Adjust as needed */
}
th, td {
    padding: 8px 12px;
    text-align: center;
    border: 1px solid #ccc;
    white-space: nowrap;
}
th {
    background-color: #f4f4f4;
}
.responsive-table th{
    color: #0066FF;
}
.responsive-table .responsive-table_heading-row2 td{
    color: #030337;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}
tr:nth-child(odd) {
    background-color: #ffffff;
}
.header-row {
    color: red;
}

.responsive-table-heading1{
    width: 30%;
}






/* Contact page start */

.contactpage_section1{
    padding-top: 50px;
    padding-bottom: 80px;
}
.contactpage_section1 .content-heading3{
    color: #7a7a7a;
}
.team-card{
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    border: 3px solid #ff69b4;
    border-radius: 5px;
}
.team-headingbox{
    text-align: center;
}
.team_member-name{
    color: #101218;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 10px 10px 10px;
    background-color: #fff0ad;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 25px;
}
.team_member-contact{
    color: #ff69b4;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}
.team_member-contact a{
    color: #490b3e;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.team_member-contact a:hover{
    color: #ff34ff;
}
.team_imagebox{
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.team_imagebox img{
    width: 100%;
    height: auto;
}

.contact_no{
    color: #490b3e;
    font-size: 15px;
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.contact_no:hover{
    color: #ff34ff;
}

.contactpage_section2{
    padding: 60px 0;
    background: #cddbfd;
}
.contactpage_section2 .content-heading3{
    color: #54595f;
    margin-bottom: 0;
}

.contactpage_section3{
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact_infobox-wrapper{
    box-shadow: 0px 0px 20px 0px rgba(205.5, 205.5, 205.5, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 20px 30px 20px;
    border-radius: 5px;
    min-height: 215px;
}
.contact_infobox-wrapper-head{
    color: #101218;
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    padding-left: 150px;
    font-family: 'Poppins',sans-serif !important;
}
.contact_infobox-wrapper-head::before{
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 140px;
    border-top: 1px solid #4175fc;
}
.contact_info-iconbox i{
    color: #4175fc;
    font-size: 50px;
}
.contact_infobox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
}
.contact_info-headingbox{
    width: calc(100% - 60px);
    padding-left: 20px;
}

.contact_info-heading {
    color: #101218;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    font-family: 'Poppins',sans-serif !important;
    margin-bottom: 5px;
}

.borderbox{
    color: #ff69b4;
    font-size: 15px;
    /* font-weight: 600; */
    padding: 20px;
    background-color: #ffefff;
    border: 1px solid #ff69b4;
}
.borderbox .emailid{
    color: #490b3e;
}
.borderbox .emailid:hover{
    color: #ff34ff;
}
.borderbox2{
    border: none;
}
.infotab-container .nav-tabs{
    border-color: #7a7a7a !important;
}
.infotab-container .nav-tabs .nav-link{
    color: #151515;
    font-size: 18px;
    font-weight: 700;
}
.infotab-container .nav-tabs .nav-link.active,
.infotab-container .nav-tabs .nav-link:hover{
    color: purple;
    border-color: #7a7a7a #7a7a7a #fff !important;
}

/* Contact page end */

.Main {
    border: 1px solid gray;
    width: 100%;
    margin: 0px 0 0px 0;
    clear: both;
}
.HeaderDiv {
    width: 100%;
    clear: both;
    margin: 10px 0 10px 0;
}
.H1 {
    width: 12.5%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #0066FF;
}
.H2 {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #0066FF;
}
.H3 {
    width: 37.5%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #0066FF;
}
.Eight {
    width: 12.5%;
    float: left;
    font-size: 15px;
    text-align: center;
}
.Sixteen {
    width: 6.25%;
    float: left;
    font-size: 15px;
    text-align: center;
}


.faqpage_section1{
    padding: 90px 0;
}


.elementor-icon-list-icon{
    width: 20px;
    display: inline-block;
}



// Banner Start //
/* Add this CSS for 20% black overlay */
.overlay-20::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2); /* 20% black */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner-item {
    position: relative;
    overflow: hidden;
}

.banner-contentbox {
    position: relative;
    z-index: 2;
}



// Banner End //


// stone-colors-section start //

.product-categories-section {
  padding: 40px 0;
  background: #f9f9f9;
}

.product-categories-section .section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  color: #333;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 30px; /* vertical and horizontal gap */
  max-width: 900px;
  margin: 0 auto;
}

.category-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgb(0 0 0 / 0.15);
}

.category-box img {
  width: 100%;
  height: auto;
  display: block;
}

.category-box h3 {
  font-size: 1.1rem;
  margin: 15px 0;
  color: #222;
}

.category-box a {
  text-decoration: none;
  color: inherit;
  display: block;
}



// Service  //

.service-details-section {
    background: #ffffff;
    padding: 50px 0; /* top and bottom padding */
}

.services-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap; /* keep all items in a single row */
    gap: 0; /* no gaps between items */
}

.service-item {
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    cursor: pointer;
}

.service-item:hover {
    background-color: #c30b07;
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-item:hover .service-title {
    color: #ffffff;
}

.service-item:hover .service-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    transition: filter 0.3s;
}

.service-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(89%) saturate(6481%) hue-rotate(358deg) brightness(95%) contrast(108%);
    transition: filter 0.3s;
}

.service-title {
    font-size: 16px;
    font-weight: 600;
    color: #c30b07;
    margin: 0;
    transition: color 0.3s;
}

// Certification Section  //

Program Section
.programs-section {
  padding: 60px 0;
  background: #fff;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.programs-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.program-card {
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  padding: 30px 20px 40px;
  max-width: 320px;
  text-align: center;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.program-icon {
  margin-bottom: 20px;
}

.program-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00A9A9;
  margin-bottom: 15px;
}

.program-description {
  font-size: 1rem;
  color: #333;
  flex-grow: 1;
  margin-bottom: 20px;
  line-height: 1.4;
}

.btn-readmore {
  display: inline-block;
  text-decoration: none;
  background-color: #00A9A9;
  color: white;
  padding: 10px 25px;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-readmore:hover {
  background-color: #007777;
}
.program-card h3.program-title {
    color: #c30b07;
}
// Gallery //


.section-gallery {
    padding: 60px 0;
    background: #fff;
}

.heading-section .heading-2 {
    font-size: 36px;
    font-weight: bold;
    color: #c30b07;
    text-align: center;
}

.heading-section .heading-2 {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.swiper {
    width: 100%;
    padding: 30px 0;
}

.swiper-slide {
    background: #fff;
    border: 2px solid #c30b07;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.swiper-slide:hover {
    transform: scale(1.05);
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.btn1 {
    display: inline-block;
    padding: 12px 35px;
    background: #c30b07;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn1:hover {
    background: #a00a06;
}

/* Arrows Styling */
.swiper-button-next, .swiper-button-prev {
    color: #c30b07;
    font-weight: bold;
}

.swiper-pagination-bullet-active {
    background: #c30b07 !important;
}


//Our Branches//
/* Container padding */
.our-branches-section {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f9f9f9;
  padding: 50px 0;
  color: #333;
}


.our-branches-section .container {
  padding: 50px 15px; /* 50px top & bottom padding */
  max-width: 1200px;
  margin: 0 auto;
}

/* Section heading */
.section-heading {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  color: #c30b07;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* Flex container for branches */
.branches-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
}

/* Branch box - 3D effect */
.branch-box {
  background: linear-gradient(145deg, #ffffff, #e0e0e0);
  border-radius: 18px;
  box-shadow:
    6px 6px 12px #bebebe,
    -6px -6px 12px #ffffff,
    inset 2px 2px 5px #f0f0f0,
    inset -2px -2px 5px #cacaca;
  padding: 30px 25px;
  width: 32%;
  color: #3a3a3a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
  text-align: justify;
  user-select: none;
  position: relative;
  overflow: hidden;
}

/* Hover scale & shadow */
.branch-box:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow:
    12px 12px 20px #b0b0b0,
    -12px -12px 20px #ffffff,
    inset 3px 3px 7px #e8e8e8,
    inset -3px -3px 7px #b8b8b8;
  z-index: 10;
}

/* Branch title */
.branch-box h3 {
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 22px;
  color: #c30b07;
  text-align: center;
  user-select: text;
}

/* Phone & location */
.branch-box p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Justify only the location paragraph text */
.branch-box p.location {
  text-align: justify;
  user-select: text;
}

/* Phone link style */
.branch-box p.phone a {
  color: #444;
  font-weight: 700;
  text-decoration: none;
  user-select: text;
}

.branch-box p.phone a:hover {
  text-decoration: underline;
}

/* Icons container */
.icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Icon sizes and colors */
.icon.call-icon svg {
  fill: #555;
  width: 20px;
  height: 20px;
}

.icon.location-icon svg {
  fill: #800000;
  width: 20px;
  height: 20px;
}

/* Responsive for tablets and smaller */
@media (max-width: 992px) {
  .branches-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .branch-box {
    width: 48%;
    margin-bottom: 30px;
  }
}

/* Responsive for mobiles */
@media (max-width: 576px) {
  .branch-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .branch-box p {
    justify-content: flex-start;
    text-align: left !important;
  }
}


// About Us Section2 //
 .treatment-listing {
      padding: 60px 0;
      background-color: #fff;
      font-family: Arial, sans-serif;
    }

    .treatment-listing .row {
      margin-bottom: 30px;
    }

    .treat-listing-pg {
      background: #fafafa;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 20px;
      transition: box-shadow 0.3s ease;
      height: 100%;
    }

    .treat-listing-pg:hover {
      box-shadow: 0 6px 15px rgba(195, 11, 7, 0.3);
      background-color: #fff;
    }

    .treat-listing-pg a {
      color: #222;
      text-decoration: none;
      display: block;
      height: 100%;
    }

    .treat-listing-pg h2 {
      font-size: 22px;
      margin-bottom: 15px;
      color: #c30b07; /* Brand color */
      font-weight: 700;
    }

    .treat-listing-pg img.img-fluid {
      width: 100%;
      height: auto;
      margin-bottom: 15px;
      border-radius: 6px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .treat-listing-pg:hover img.img-fluid {
      transform: scale(1.05);
    }

    .treat-listing-pg p {
      font-size: 15px;
      line-height: 1.5;
      color: #555;
    }

    .listing-btn {
      background-color: #f5f5f5;
      padding: 25px 0;
      margin-top: 40px;
      text-align: center;
      font-size: 18px;
      color: #444;
      border-top: 1px solid #ddd;
    }

    .listing-btn strong {
      color: #c30b07;
    }


// About Us Section 2 //
 .healthy-smile .healthy-smile-img img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(195, 11, 7, 0.15);
    transition: transform 0.3s ease;
  }

  .healthy-smile .healthy-smile-img img:hover {
    transform: scale(1.05);
  }

  .healthy-smile .healthy-smile-cnt .heading h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #c30b07;
    margin-bottom: 20px;
  }

.healthy-smile.section-padding {
  padding: 50px 0;
}

.healthy-smile.section-padding {
  font-size: 1.15rem;
  color: #444;
  line-height: 1.7;
  padding-top: 0;
  padding-bottom: 50px;
}



  .section-padding {
    padding: 50px 0; /* Changed from 60px to 50px */
    background-color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

// Quality Page //
.quality-3d-section {
    padding: 50px 0;
    background: linear-gradient(145deg, #f7f7f7, #ffffff);
}

.section-header h2, .quality-gallery h3 {
    font-size: 36px;
    font-weight: 700;
    color: #c30b07;
}

.section-header p {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

.quality-card {
    background: #ffffff;
    box-shadow: 10px 10px 25px #dcdcdc, -10px -10px 25px #ffffff;
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.quality-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 40px rgba(0,0,0,0.15);
}

.icon-box {
    font-size: 50px;
    margin-bottom: 25px;
    color: #c30b07;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

.quality-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.quality-card p {
    font-size: 16px;
    color: #666;
}

.quality-gallery img {
    width: 220px;
    height: auto;
    margin: 15px;
    border-radius: 15px;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s;
}

.quality-gallery img:hover {
    transform: scale(1.08);
}

.quality-badge {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #c30b07;
    color: #fff;
    font-size: 24px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

@media(max-width: 767px) {
    .quality-card {
        padding: 30px 20px;
    }
    .icon-box {
        font-size: 40px;
    }
    .section-header h2 {
        font-size: 28px;
    }
}
.quality-3d-section {
    padding: 50px 0; /* Top and bottom padding set to 50px */
    background: linear-gradient(145deg, #f7f7f7, #ffffff);
}


// Doctors Table // 
.doctors-table {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    background: #fff;
    min-width: 600px;
    text-align: center;
}

.doctors-table thead {
    background-color: maroon;
    color: #fff;
    text-align: center;
}

.doctors-table th, .doctors-table td {
    padding: 16px 20px;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    word-break: break-word;
}

.doctors-table tbody tr:nth-child(even) {
    background: #fdf3f3;
}

.doctors-table tbody tr:hover {
    background-color: #ffe5e5;
    transition: 0.3s ease;
}

.doctors-heading h2 {
    text-transform: uppercase;
    position: relative;
}

.doctors-heading h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #c30b07;
    display: block;
    margin: 20px auto 0;
    border-radius: 2px;
}

.table-responsive {
    overflow-x: auto;
}

@media (max-width: 768px) {
    .doctors-heading h2 {
        font-size: 28px;
    }
    .doctors-table th, .doctors-table td {
        padding: 12px 10px;
        font-size: 14px;
    }
    .doctors-table {
        min-width: 100%;
    }
}

// Doctor List //
 .doctor-list-section {
    background-color: #f9f9f9;
  }
  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: #222;
  }
  .section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
  }
  .doctor-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.3s ease;
  }
  .doctor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
  }
  .dept-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #c30b07;
    margin-bottom: 0.3rem;
  }
  .dept-detail {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1rem;
  }
  .doctor-card h6 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #222;
  }
  .whatsapp-btn {
    display: inline-block;
    background-color: #25d366;
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }
  .whatsapp-btn:hover {
    background-color: #128c3e;
  }
  @media (max-width: 768px) {
    .doctor-card {
      padding: 1.5rem 1rem;
    }
  }

// Root Canal Treatment // 
/* Root Canal Styling */
.root-canal-section h2, .root-canal-section h3 {
  font-weight: 700;
  color: #800000;
  position: relative;
}
.root-canal-section h2::after,
.root-canal-section h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #800000;
  margin: 10px auto;
}

.info-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
}
.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.root-canal-section img.img-fluid {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.root-canal-section .col-md-4.text-center {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.root-canal-section .col-md-4.text-center:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.root-canal-section .col-md-4 h6 {
  font-size: 17px;
  color: #800000;
}
.root-canal-section a.btn:hover {
  background-color: #a00000;
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

// General Dentistry //

.general-dentistry-section h2,
.general-dentistry-section h3 {
  font-weight: 700;
  color: #800000;
  position: relative;
}

.general-dentistry-section h2::after,
.general-dentistry-section h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #800000;
  margin: 10px auto;
}

.general-dentistry-section .info-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 2px 12px rgba(128, 0, 0, 0.1); /* Maroon shadow */
  transition: all 0.3s ease-in-out;
}

.general-dentistry-section .info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(128, 0, 0, 0.25); /* Stronger maroon on hover */
}

.general-dentistry-section img.img-fluid {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(128, 0, 0, 0.15); /* Maroon tint on image */
}

.general-dentistry-section .col-md-4.text-center {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.general-dentistry-section .col-md-4.text-center:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(128, 0, 0, 0.25); /* Maroon card shadow */
}

.general-dentistry-section .col-md-4 h6 {
  font-size: 17px;
  color: #800000;
}

.general-dentistry-section a.btn:hover {
  background-color: #a00000;
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(128, 0, 0, 0.35); /* Maroon button hover */
}



// Pediatric Treatment //
.pediatric-dentistry-section {
  background-color: #fdfdfd;
  padding: 60px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.pediatric-dentistry-section h2,
.pediatric-dentistry-section h3 {
  color: #800000; /* Maroon */
  font-weight: 700;
}

.pediatric-dentistry-section p {
  font-size: 16px;
  color: #555;
}

/* Info Boxes with icon */
.pediatric-dentistry-section .info-box {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px rgba(128, 0, 0, 0.15);
  padding: 15px 20px;
  align-items: center;
  transition: box-shadow 0.3s ease;
}

.pediatric-dentistry-section .info-box:hover {
  box-shadow: 0 6px 15px rgba(128, 0, 0, 0.3);
}

.pediatric-dentistry-section .info-box img {
  flex-shrink: 0;
}

.pediatric-dentistry-section .info-box h5 {
  margin-bottom: 6px;
  font-weight: 700;
  color: #800000;
}

/* Disease boxes container */
.pediatric-dentistry-section .row.mt-5 .col-md-4 {
  display: flex;
  justify-content: center;
}

.pediatric-dentistry-section .row.mt-5 .col-md-4 > div {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(128, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.pediatric-dentistry-section .row.mt-5 .col-md-4 > div:hover {
  box-shadow: 0 8px 20px rgba(128, 0, 0, 0.3);
  transform: translateY(-6px);
}

.pediatric-dentistry-section .row.mt-5 .col-md-4 h6 {
  font-weight: 700;
  color: #800000;
  margin-bottom: 8px;
  font-size: 18px;
}

.pediatric-dentistry-section .row.mt-5 .col-md-4 p {
  color: #555;
  font-size: 15px;
  line-height: 1.4;
}

/* Appointment button */
.pediatric-dentistry-section .btn {
  background-color: #800000;
  color: #fff !important;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
  border: none;
}

.pediatric-dentistry-section .btn:hover,
.pediatric-dentistry-section .btn:focus {
  background-color: #b30000;
  color: #fff !important;
  text-decoration: none;
  outline: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .pediatric-dentistry-section .info-box {
    flex-direction: row;
  }
  .pediatric-dentistry-section .row.mt-5 .col-md-4 > div {
    max-width: 100%;
  }
}


// Teeth Whitening & Polishing //
teeth-whitening-section h2,
.teeth-whitening-section h3 {
  font-weight: 700;
  color: #800000;
  position: relative;
}

.teeth-whitening-section h2::after,
.teeth-whitening-section h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #800000;
  margin: 10px auto;
}

.teeth-whitening-section .info-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 2px 12px rgba(128, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.teeth-whitening-section .info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(128, 0, 0, 0.25);
}

.teeth-whitening-section .col-md-4.text-center {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.teeth-whitening-section .col-md-4.text-center:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(128, 0, 0, 0.25);
}

.teeth-whitening-section .col-md-4 h6 {
  font-size: 17px;
  color: #800000;
}

.teeth-whitening-section a.btn:hover {
  background-color: #a00000;
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(128, 0, 0, 0.35);
}


// orthodontic-treatment-section // 

.orthodontic-treatment-section h2,
.orthodontic-treatment-section h3 {
  font-weight: 700;
  color: #800000;
  position: relative;
  text-align: center;
}

.orthodontic-treatment-section h2::after,
.orthodontic-treatment-section h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #800000;
  margin: 10px auto;
}

.orthodontic-treatment-section .info-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 2px 12px rgba(128, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.orthodontic-treatment-section .info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(128, 0, 0, 0.25);
}

.orthodontic-treatment-section img.img-fluid {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(128, 0, 0, 0.15);
}

.orthodontic-treatment-section .col-md-3,
.orthodontic-treatment-section .col-md-4.text-center {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.orthodontic-treatment-section .col-md-3:hover,
.orthodontic-treatment-section .col-md-4.text-center:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(128, 0, 0, 0.25);
}

.orthodontic-treatment-section .col-md-3 h6,
.orthodontic-treatment-section .col-md-4 h6 {
  font-size: 17px;
  color: #800000;
}

.orthodontic-treatment-section a.btn:hover {
  background-color: #a00000;
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(128, 0, 0, 0.35);
}
