:root{
	--primary-color			: #2E8B57;
	--secondery-color		: #F5C266;
	--text-color			: #2D2D2D;
	--accent-color			: #246C44;
	--white-color			: #FFFFFF;
	--divider-color			: #E2E6E4;
	--dark-divider-color	: #FFFFFF1A;
	--error-color			: rgb(230, 87, 87);
	--default-font			: '"Rethink Sans", sans-serif';
}
* {
	box-sizing: border-box;
  }
  
body{
    top: 0;
    overflow-x: hidden;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    font-family: "Rethink Sans", sans-serif;
    font-size: 16px;
    color: #6C6C6C;
}
.container{
    width: 100%;
    max-width: 1400px;
}
.container-fluid {
    width: 100%;
    padding: 0 120px;
}
a, a:hover, a:focus {
	text-decoration:none;
    outline:none;
    color: #000;
    transition: color 0.3s ease;
}
b, strong {
    font-weight: 700;
}

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

ol, ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
section {
  padding: 80px 0;
}
h1{
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
    color:var(--text-color);
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: "Rethink Sans", sans-serif;
}
h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    color:var(--text-color);
    margin-bottom: 24px;
    letter-spacing: 0;
    font-family: "Rethink Sans", sans-serif;
}
h3{
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color:var(--text-color);
    margin-bottom: 24px;
    letter-spacing: 0;
    font-family: "Rethink Sans", sans-serif;
}
h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color:var(--text-color);
    margin-bottom: 32px;
    letter-spacing: 0;
    font-family: "Rethink Sans", sans-serif;
}
h5{
    font-size:19px;
    line-height: 26px;
    font-weight: 700;
    color:var(--text-color);
    margin-bottom: 32px;
    letter-spacing: 0;
    font-family: "Rethink Sans", sans-serif;
}
h6{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color:var(--text-color);
    margin-bottom: 32px;
    letter-spacing: 0;
    font-family: "Rethink Sans", sans-serif;
}
p{
    font-family: "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color:var(--text-color);
    margin-bottom: 32px;
    letter-spacing: 0;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

/* btns */
.common-btn,
.appointment-btn {
  text-transform: capitalize;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  width: 159px;
  height: 50px;
  text-align: center;
  padding: 16px 24px;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s linear;
  color: #fff;
  background-color:var(--primary-color);
  display: block;
}
.common-btn:hover,
.common-btn:focus,
.appointment-btn:hover,
.appointment-btn:focus{
	color: #fff;
	transition: all 0.3s linear;
	background-color: var(--accent-color);
}
.image-anime {
	position: relative;
	overflow: hidden;
}
.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

/* btns */

/* header */
.wrapper {
  position: relative;
  overflow:hidden;
}
.main-header {
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  background:#20513A;
}
.outer-menu {
    height: 104px;
    max-height: 104px;
    padding:24px 60px;
    justify-content: space-between;
}
.outer-menu ul li{
    margin:0 8px 0 0;
    position: relative;
}
.outer-menu ul li a{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    position: relative;
    color:#fff;
    padding:10px;
}
.navbar .dropdown::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
.outer-menu ul li a:hover, .outer-menu ul li a.active{
    color: var(--primary-color)
}
.mobile-menu {
    display: none;
}
.outer-menu img.logo {
  max-height: 70px;
  width: auto;
  height: 70px;
  display: none;
}
.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}
.navbar-nav ul {
  display: flex;
  flex-direction: row;
}
.outer-menu ul li .submenu  {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(10px);
  width: auto;
  min-width: 235px;
  box-shadow: 0 2px 6px 0 rgba(40,40,40,.1);
  padding: 25px 0 23px;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  margin: 0;
  border: none;
}
.outer-menu ul li.dropdown:hover > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.outer-menu ul li .submenu li {
  padding: 0 40px;
  margin-right: 0;
}
.outer-menu ul li .submenu li a {
  font-size: 14px;
  color:var(--primary-color);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 36px !important;
  white-space: nowrap;
  position: relative;
} 
.outer-menu ul li .submenu li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 2px;
  opacity: 0;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.outer-menu ul li .submenu li a::before {
  display: none;
}  
.is-sticky {
  position: fixed !important;
  top: 0 !important;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  height: 100px !important;
  max-height: 100px !important;
  background-color:#20513A!important;
   -webkit-animation: translateHeader 0.8s;
  animation: translateHeader 0.8s;
   -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.07);
  box-shadow: 0 3px 4px rgba(0,0,0,.07);

}
.contact-now-box .common-btn {
  margin-left: 14px;
  background-color: #fff;
  color: #20513A;
}
.contact-now-box {
  align-items: center;
}
.is-sticky .outer-menu {
  height: 80px;
  padding: 12px 0;
}
.home-logo.navbar-brand  {
 padding:0;
position: fixed;
top: 0;
left: 0;
background: rgba(6, 6, 6, 0.19);
backdrop-filter: blur(21.5px);
z-index: 110;
display: none;
}
.home .home-logo.navbar-brand {
  display: block;
}
.navbar-brand img {
  height: 80px;
  width: auto;
}

.menu-logo {
  display: none;
}
@keyframes translateHeader {
  0% {
    opacity:0;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
@keyframes headerAnimation {
  0% {
    opacity:0;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

  @media (min-width: 992px) {
    .close-mobile-menu {
      display: none;
    }
    }
/* header */

/* Hero */

.banner {
	position: relative;
	margin-top: 0;
	padding: 0;
}
.hero-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #8FCB9B;
}
.hero-wrap .swiper {
  width: 60%;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 4px -4px 12px;
}

  .banner.hero-slider-layout .hero-slide .hero-slider-image img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 10px 10px 0
}
.hero-pagination,
.ads-pagination {
  position: absolute;
  bottom: 80px !important;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.banner.hero-slider-layout .hero-pagination .swiper-pagination-bullet,
.ads-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background:transparent;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 2.5px !important;
    border:  var(--white-color) solid 1px;
}
.banner.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active,
.ads-pagination .swiper-pagination-bullet-active{
    background-color: var(--accent-color);
}
.hero-content{
	position: relative;
	z-index: 2;
  width: 40%;
	max-width: 1000px;
  text-align: left;
  margin: 0;
  padding-left: 50px;
}
.hero-content h1{
	color: #20513A; 
}
.hero-content p {
	color: var(--text-color);
  font-size: 24px;
  line-height: 32px;
}


/* facilities-section */

.services-section {
  position: relative;
  text-align: center;
}
.section-title {
  text-align: center;
  padding: 24px 0px 24px;
  border-bottom: 1px solid #E2E6E4;
  max-width: 1042px;
  margin: 0 auto 40px;
}
.section-title h6 {
  margin-bottom: 15px;
  background: #F5C266;
  color: #1c503a;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
}
.section-title h2 {
  position: relative;
  text-transform: uppercase;
}.section-title h2 span {
  color: var(--primary-color);
  display: block;
}
.section-title p {
  color: #646464;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 auto 0;
  font-family: "Rethink Sans", sans-serif;
}
.services-wrap,
.facilities-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding:0;
}
.services-item,
.facilities-item {
  box-sizing: border-box;
  padding: 24px 16px;
  position: relative;
  margin-bottom: 0;
  width: 33.33%;
  transition: all 0.3s ease;
}
.services-item:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.services-item:nth-child(2) {
  margin-top: 80px;
}
.services-item h4 {
  margin: 0;
  color: #373737;
}
.services-image,
.facilities-image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.services-title  {
  position: absolute;
  bottom: 50px;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 30px;
  height: 100px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content :center;
}
.facilities-item h4 {
 margin: 20px 0 0 0;
 text-align: center;
}

/* why choose  */

.why-choose-section  {
   position:relative;
  background-color: var(--secondery-color);
  background:url(../images/why-choose-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.why-choose-section .section-title {
  padding: 0;
  border: none;
}
.why-choose-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background-color: #F8FAF9;
  opacity: 0.96;
  content: "";
}
.why-choose-item-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  z-index: 10;
  gap: 24px;
}
.why-choose-item {
  width:calc(25% - 18px);
  padding:30px 15px;
  text-align: center;
  border-radius: 24px;
  background-color: #8FCB9B;
}
.why-choose-item:nth-child(even) {
  background-color: #fff;
}
.why-choose-item h4 {
  margin-bottom: 15px;
}
.why-choose-item p {
  margin-bottom: 0;
}
.icon-box {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 32px;
  border-radius: 16px;
  color: #2E8B57;
  position: relative;
  z-index: 10;
  margin:0 auto 25px;
}
.icon-box::after {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background-color: var(--secondery-color);
  transform: rotate(-45deg);
  z-index: -1;
  content: "";
}
.icon-box::before {
  position: absolute;
  top:0;
  left:0;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  border: #2E8B57 solid 2px;
  z-index: 10;
  content: "";
}
/* About */

.about-section {
  position: relative;
  padding: 120px 0;
  background: #fff;
  text-align: center;
}
.about-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}
.about-image {
  width: 50%;
  position: relative;
}
.about-image::before {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  border: 3px solid #FFFFFF;
}
.about-image img {
  width: 100%;
  height: auto;
}
.about-content {
  width: 50%;
  text-align: left;
  padding-left: 50px;
}
.about-content .section-title {
  text-align: left;
}
.about-content .section-title h2 {
  width: 100%;  
  margin: 0;
}
.about-content .section-title p {
  line-height: 24px;
}
.about-text p {
  color: #646464;
  margin: 0 0 30px;
}
.about-text {
  text-align: left;
}
.about-text ul {
  margin-bottom: 30px;
}
.about-text ul li {
  font-size: 22px;
  line-height: 32px;
  color: #646464;
  margin-bottom: 10px;
  position: relative;
  padding-left: 36px;
}
.about-text ul li strong {
  color: var(--primary-color);
}
.about-text ul li::after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 17px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--primary-color);
  }


/*  testimonials */
.testimonials {
  position: relative;
  background: #F3F3F3;
  padding: 96px 0;
}
.testimonials .section-title {
  margin-bottom: 40px;
  text-align: left;
  max-width: 100%;
}
/* Slick slide wrapper */
.testimonial-slider .slick-slide {
  display: flex !important;
  padding: 0 12px;
  box-sizing: border-box;
}
.testimonial-slider .slick-list {
  margin: 0 -12px; 
  overflow: visible;
}
.testimonial-card {
  padding: 0 12px;
}
.testimonial-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonial-content {
  background: #FCFCFC;
  box-shadow: 0px 4px 48px 10px rgba(123, 123, 123, 0.2);
  border-radius: 0px;
  padding: 24px 32px;
  display: flex;
  height: auto;
  overflow: hidden;
}
.testimonial-text {
  position: relative;
  padding: 128px 0 0 0;
}
.testimonial-text::before {
  background: url(../images/quote.svg) no-repeat center #90B426;
  position: absolute;
  width: 92.12px;
  height: 88px;
  content: "";
  top: 0;
  left: 0;
}
/* Text */
.testimonial-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px !important;
  color: #585757;
}

.testimonial-author,
.testimonial-location {
  text-align: right;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #202020;
}
.testimonial-author {
   font-style: italic;
}
.testimonial-location {
  font-size: 16px;
  font-weight: 500;
}
.testimonial-location p {
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: 500;
  margin: 0 !important;
}
.slick-slider {
  position: relative;
}
.slick-prev, .slick-next {
  position: absolute !important;
  top: 10px;
  z-index: 10;
}
.slick-slider {
  position: relative;
}
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
  position: absolute !important;
  top:auto;
  bottom: -86px;
  z-index: 10;
  background-color: #DCDCDC;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 8px;
  text-align: center;
  font-size: 0;
  border: none;
}
.testimonial-slider .slick-prev::before,
.testimonial-slider .slick-next::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  background-image: url(../images/sider-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(0%) sepia(83%) saturate(7432%) hue-rotate(8deg) brightness(113%) contrast(87%);
}
.testimonial-slider .slick-prev::before {
  transform: rotate(180deg);
}
.testimonial-slider .slick-prev {
  right: 52px;
  left: auto;
}
.testimonial-slider .slick-next {
  right: 0;
}
.testimonial-slider  .slick-dots {
  text-align: right;
  bottom: -74px;
  position: absolute;
  right: 148px;
}

/* gallery */
.video-wrap {
 position:relative;
 padding: 0;
}
.video-banner {
  position: relative;
  width: 100%;
  height: 500px; /* Adjust this for your desired banner height */
  overflow: hidden;
}
.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures full width + cropped height */
  object-position: center center; /* centers the video */
  display: block;
}

/*  blog */

.blog-section {
  position: relative;
  background-color:#F8FAF9;
}
.blog-section .section-title h6 {
  background-color:#F7A418;
  padding: 8px 25px;
}
.blog-list-item {
  border: var(--text-color) solid 1px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  margin: 0 15px;
  background-color: #fff;
}
.blog-list-item h4 {
  line-height: 32px;
  margin-bottom: 15px;
}
.blog-image {
 width: 50%;
}
.blog-image img {
  height: 100%;
  object-fit: cover;
}
.blog-content {
  width: 50%;
  padding: 30px;
}
.more-btn {
  color: var(--primary-color);
}
.blog-page-section .blog-list .col-md-6 {
  margin-bottom: 30px;
}
.blog-page-section .blog-list .col-md-6:last-child,
.blog-page-section .blog-list .col-md-6:nth-last-child(2) {
  margin-bottom: 0;
}
/* contact */
.contact-section {
  position: relative;
  padding: 120px 0;
  background: #F8FAF9;
}
.map {
  background-color: #F8FAF9;
  padding-top: 0;
}
.map iframe {
  border-radius: 32px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.contact-section .section-title {
  text-align: center;
  margin-bottom: 32px;
}
.contact-section-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.contact-wrap,
.contact-form {
  width: calc(50% - 18px);
}
.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 31px;
}
.contact-info h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 16pxpx;
  text-transform: uppercase;
  font-family: "Rethink Sans", sans-serif;
  margin: 0;
}
.contact-info p {
  margin: 0;
}
.contact-phone,
.contact-address,
.contact-email,
.contact-hours {
  padding: 7px 0 7px 60px;
  position: relative;
  margin-bottom: 15px !important;
}
.contact-phone::before,
.contact-address::before,
.contact-email::before,
.contact-hours::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 10px;
  background: url(../images/call-icon.png) no-repeat center var(--secondery-color); 
  background-size: 25px auto;
  text-align: center;
}
.contact-address::before {
  background: url(../images/location-icon.svg) no-repeat center var(--secondery-color); 
  background-size: 25px auto;
}
.contact-email::before {
  background: url(../images/mail-icon.png) no-repeat center var(--secondery-color); 
  background-size: 25px auto;
}
.contact-hours::before {
  background: url(../images/clock.svg) no-repeat center var(--secondery-color); 
  background-size: 25px auto;
}
.contact-phone,
.contact-email {
  padding: 7px 0 7px 60px;
}
.contact-details {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}
.contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0px 0;
  text-align: left;
}
.contact-form .form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.contact-form .form-group {
  margin-bottom: 10px;
  width: calc(50% - 10px);
} 
.contact-form .form-row .form-group.full-width {
  width: 100% !important;
}
.contact-form .wpcf7  {
  width: 100%;
}
.contact-form p {
  margin: 0;
}
.contact-form label 
{
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #9794AA;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid #CBCAD7;
  backdrop-filter: blur(20.5px);
  padding: 19.5px 20px 17.5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #686677;
  width: 100%;
  border-radius: 0;
}
.contact-form select {
  background-color: transparent;
}
.contact-form textarea {
  height: 118px;
} 
  .contact-form  input[type="submit"] 
  {
    background: var(--primary-color);
    color: #FFFFFF;
    border-radius: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 64px;
    margin-top: 14px;
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    text-decoration: none !important;
  }
  .contact-form  input[type="submit"]:hover {
    background-color: var(--accent-color);
    color:#000;
  }
/* Footer */
  .footer {
      background:#20513A;
      color: #ffffff;
      padding: 96px 0 10px;
  }
 .footer .contact-phone::before,
 .footer  .contact-address::before,
 .footer .contact-email::before,
 .footer .contact-hours::before {
  top: 0;
}
  .footer-content {
      padding: 0 60px;
  }
  .footer-section {
      display: flex;
      flex-direction: column;
  }
  .footer-logo img {
    height: auto;
    width: 90px;
  }
  .footer-menu h4 {
      font-weight: 700;
      font-size: 18px;
      line-height: 28px;
      text-transform: capitalize;
      color: #fff;
      margin-bottom: 15px;
      font-family: "Rethink Sans", sans-serif;
  }
  .footer-section li {
    margin: 0;
    margin-bottom: 7px;
  }
  .footer-section li:last-child {
    margin-bottom: 0;
  }
  .footer-link,
    .footer-section li a {
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      color:#FFFFFF;
      text-decoration: none;
      margin-bottom: 10px;
      cursor: pointer;
      transition: color 0.3s ease;
      opacity: 1; 
  }
    .footer-link a {
      color:#FFFAFA;
    }
  .footer-link:hover,
  .footer-section li a:hover {
      opacity: 0.5; 
  }
   .footer-contact-info p {
      font-weight:400;
      font-size: 16px;
      line-height: 23px;
      text-transform: capitalize;
      color:#EDECEC;
      text-decoration: none;
      margin-bottom: 8px;
      transition: color 0.3s ease;
    } 
    .footer-about p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      margin: 15px 0 0 0;
      max-width: 240px;
    } 
      .footer-contact-info p a {
        color: #EDECEC;
        text-decoration: none;
        transition: color 0.3s ease;
      }
    .footer-contact-info p span {
      min-width: 85px;
    }    
  .footer-copyright {
      font-weight: 400;
      font-size: 16px;
      line-height: 18px;
      color:#fff;
      border-top: 1px solid #fff;
      padding: 16px 0;
      margin-top: 32px;      
  }
  .footer-copyright-text {
      text-align: left;
      margin: 7px 0;
  }
  .footer-design-by {
    justify-content: flex-end;
      align-items: center;
      display: flex;
  }
    .footer-menu li a {
      color: #FFFFFF;
      text-decoration: none;
      transition: color 0.3s ease;
    }
       .footer-menu li {
        margin-bottom: 10px;
       }
     .footer-menu li a:hover {
        color:var(--secondery-color);
      }
  .designed {
     font-size: 16px;
     font-weight: 400;
     line-height: 18px;
     color:#FFFFFF;
     margin: 0;
     text-align: right;     
  }
  .designed span {
    opacity: 0.73;
  }
  .designed a  {
    display: inline-block;
    vertical-align: middle;
  }
  .designed a img {
     height: 20px;
     width: auto;
  }
    .footer-social-icons {
      margin-top: 0;
      text-align: right;
    }
  .footer-social-icons a {
    width: 32px;
    height: 32px;
    background:var(--secondery-color);
    border-radius: 32px;
    padding: 8px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    margin-top: 0;
  }
.cta-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.cta-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.cta-content {
  padding: 0 15px;
  position: relative;
  z-index: 10;
}
.cta-wrap h2,
.cta-wrap p {
  color: #fff;
  margin-bottom: 15px;
}
.cta-wrap .btn-wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
.cta-wrap .common-btn,
.cta-wrap .common-btn.white-btn {
  width: 230px;  
}
.cta-wrap .common-btn.white-btn  {
  background-color: #fff;
  color: var(--accent-color);
}
  /* inner banner */
  
  .inner-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
    min-height: 300px;
    position: relative;
  }
  .inner-heading {
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 0;
    padding: 0 128px;
    text-align: center;
  }
  .inner-heading h1 {
    font-weight: 600;
    font-size: 68px;
    line-height: 68px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0;
  }
    .inner-hero-section {
    padding: 0;
  } 
  
   .lighting-service-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;
      }
      .lighting-service-item {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 24px;
        gap: 40px;
        background: #F6F6F6;
        border-radius: 20px;
      }
       .lighting-service-item h4,
       .lighting-service-item h6{
        margin-bottom: 8px;
        font-weight: 600;
       }
        .lighting-service-item h6 {
            font-size:20px;
        }
        .lighting-service-item p {
          margin-bottom: 18px;
          font-size: 18px;
          line-height:26px;
        }
        .lighting-service-item ul {
            margin-left: 15px;
            margin-bottom : 15px;
        }
        .lighting-service-item ul li {
          font-weight: 500;
           font-size: 18px;
          line-height:26px;
          color: #646464;
          list-style: disc;
        }
        .lighting-service-image {
            width:calc(40% - 20px);
        }
        .lighting-service-text {
            width:calc(60% - 20px);
        }     
 .lighting-service-item .lighting-service-image img {
        width: 100%;
        height: auto;
        border-radius: 20px;
      }
   
.lighting-service-item.reverse {
    flex-direction: row-reverse;
}

.mt-64 {
  margin-top: 100px;
}
.floatingdiv {
position: fixed;
bottom: 100px;
right: 0;
z-index: 9999;
width: 45px;
height: 100px;
}
.floatingwhatsapp {   
  width: 45px;
  height: 45px;  
  display: block;
  margin-bottom: 10px;
}
.floatingcall {    
  width: 45px;
  height: 45px;  
  display: block;
}
.jobPopup {
		z-index: 99999;
	}
	.jobPopup .modal-dialog .modal-content {
		border-radius: 10px;
		border: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		pointer-events: auto;
		background-clip: padding-box;
		outline: 0;
	}
	.jobPopup .modal-dialog .modal-content .modal-header {
		padding: 24px 0 18px;
		margin: 0 40px;
	}
	.jobPopup .modal-dialog .modal-content .modal-header .modal-title {
		font-size: 20px;
		color: #000;
		font-weight: 500;
	}
  	.jobPopup .modal-dialog .modal-content .modal-body p {
      font-size: 16px;
      line-height: 22px;
      color: #000;
    }
	.jobPopup .modal-dialog .modal-content .modal-header .btn-close {
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		width: 18px;
		height: 18px;
		border-radius: 0;
		opacity: 1;
		margin-left: auto;
	}
	.jobPopup .modal-dialog .modal-content .modal-body {
		padding: 25px 40px 40px;
		position: relative;
		flex: 1 1 auto;
	}
	.jobPopup .modal-dialog .modal-content .modal-body form>*:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"],
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"],
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"],
  .jobPopup .modal-dialog .modal-content .modal-body form select,
  .jobPopup .modal-dialog .modal-content .modal-body form textarea {
		height: 50px;
		padding: 10px 20px;
		width: 100%;
		font-size: 15px;
		border: 1px solid #707070;
		outline: none;
		box-shadow: none;
		border-radius: 5px;
		background: #fff;
		transition: all .3s;
		color: #263948;
	}
  .jobPopup .modal-dialog .modal-content .modal-body form p {
    margin-bottom: 10px;
  }
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"]::placeholder,
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"]::placeholder,
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"]::placeholder,
  .jobPopup .modal-dialog .modal-content .modal-body form select::placeholder,
    .jobPopup .modal-dialog .modal-content .modal-body form textarea::placeholder{
		color: #263948;
		opacity: 1;
	}
	.jobPopup .common-btn {
		margin-top: 12px;
		height: 50px;
		font-size: 15px;
		width: 100%;
    text-decoration: none;
    background-color:var(--primary-color)!important;
    color: var(--white-color);
    border-radius: 8px !important;
    padding: 12px;
	}
	.jobPopup .common-btn:hover,
	.jobPopup .common-btn:focus {
		background-color:var(--accent-color);
		color: var(--white-color);
	}
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    color: red;
    padding: 0;
  font-size: 14px;
  }
  .wpcf7-not-valid-tip {
    font-size: 14px;
  }
  .our-faq-page-content {
    text-align: left;
  }
  .page-details h1  {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
  .page-details h2  {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .page-details ul,
  .page-details ol {
    margin-bottom: 20px;
    margin-left: 15px;
  }

  /* about page */

  .vision-mission {
  padding: 100px 0 50px;
  background: #F8FAF9;
  }
.vision-mission-box {
  background-color: var(--secondery-color);
  padding: 45px 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 150px;
}
.vision-mission-item {
  position: relative;
  width: calc(50% - 75px);
}
.vision-mission-item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: -75px;
  bottom: 0;
  background-color: var(--divider-color);
  z-index: 1;
}
.vision-mission-item:nth-child(2n + 2)::before,
.vision-mission-item:last-child::before {
  display: none;
}
.vision-mission-item .icon-box {
  position: relative;
  width: 95px;
  height: 95px;
  background: var(--divider-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.vision-mission-item .icon-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.vision-mission-item .icon-box::after {
  display: none;
}
.vision-mission-item:hover .icon-box:before {
  transform: scale(1);
}
.vision-mission-item .icon-box img {
  position: relative;
  max-width: 36px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.vision-mission-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}
.vision-mission-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.vision-mission-content p {
  margin: 0;
}
.our-faqs-content .section-title {
  text-align: left;
}
.our-faqs-content {
  margin-left: 70px;
}
.our-faqs-content h2 {
  margin: 0;
}
.our-faqs-content h2 span {
  display: block;
}
.faq-accordion .accordion-item {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.faq-accordion .accordion-header .accordion-button {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--primary-color);
  align-items: start;
  padding-right: 35px;
  transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-header .accordion-button span {
  margin-right: 7px;
}
.faq-accordion .accordion-button:not(.collapsed) {
  padding-bottom: 15px;
}
.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-size: 18px;
  font-weight: 900;
  color: var(--primary-color);
  text-align: right;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-accordion .accordion-body {
  padding-right: 35px;
}
.faq-accordion .accordion-body p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}
.our-faqs-image {
  text-align: right;
}
.our-faqs-image figure {
  display: block;
}
.our-faqs-image img {
  width: 100%;
  aspect-ratio: 1 / 1.26;
  object-fit: cover;
  border-radius: 24px;
}
.service-page-section .facilities-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.default ul li {
  list-style: disc;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 7px;
  font-weight: 500;
}
.default ul {
  margin-left: 20px;
}
.default-img {
  float: right;
  width: 40%;
  margin-left: 30px;
}
.default-img img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.align-right {
  float: right;
}
.blog-details-img {
  border-radius: 48px;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 64px;
}
.blog-details-img img {
  width: 100%;
  height: auto;
  object-fit: cover; 
  aspect-ratio: 1 / 0.35;
}
.blog-details-section {
  position: relative;
}
.blog-details h3 {
  font-weight: 600;
  color: #000000;
}
.blog-details p {  
  color: #373737;
  margin-bottom: 24px;
}
.blog-details h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #373737;
  margin-bottom: 16px;
}
.blog-details ul {
  margin-bottom: 40px;
}
.blog-details ul li {
  font-weight: 500;
  font-size: 22px;
  line-height: auto;
  color: #373737;
  list-style: disc;
  padding-left: 0;
  margin-left: 35px;
}
.service-page-section .facilities-item {
  width: 25%;
  padding: 24px 10px;
}
.service-page-section .facilities-item h4 {
  font-size: 20px;
}
 /* media query */
  @media only screen and (max-width: 1850px){	
    .container-fluid {
      padding: 0 100px;
    }    
  }
  @media only screen and (max-width: 1800px){	
     .container-fluid {
      padding: 0 90px;
    }    
   
  }
   @media only screen and (max-width: 1700px){	
    .container-fluid {
      padding: 0 80px;
    }      
  }
  @media only screen and (max-width: 1600px){	
    .container-fluid {
      padding: 0 70px;
    }
  }
  @media only screen and (max-width: 1500px){	
    .container-fluid,
    .footer-content {
      padding: 0 50px;
    }
   .outer-menu {
      padding: 24px 50px;
   }
   h1 {
    font-size: 50px;
    line-height: 56px;
    }
    h2 {
      font-size: 44px;
      line-height: 48px;
    }
    .video-banner {
      height: 450px;
    }
    section {
      padding: 70px 0;
    }
    .inner-heading h1 {
      font-size: 60px;
      line-height: 64px;
    }
  }
 @media only screen and (max-width: 1400px){	
   .container-fluid,
    .footer-content {
      padding: 0 30px;
    }
   .outer-menu {
      padding: 20px 30px;
   }     
    h1 {
      font-size: 48px;
      line-height: 54px;
      margin-bottom: 25px;
    }
    h2 {
      font-size: 42px;
      line-height: 46px;
    }
    .section-title p {
      font-size: 18px;
      line-height: 30px;
    }   
    .about-section,
    .contact-section {
      padding: 100px 0;
    }
    .footer {
      padding-top: 80px;
    }
    .our-faqs-content {
      margin-left: 50px;
    }
     .inner-heading h1 {
      font-size: 56px;
      line-height: 60px;
    }
    .map iframe {
  height: 400px !important;
}
.blog-details-img {
  margin-bottom: 40px;
}
  }
   @media only screen and (max-width: 1300px){	
   .container-fluid,
    .footer-content {
      padding: 0 15px;
    }
   .outer-menu {
      padding: 20px 15px;
   }  
   .outer-menu ul li a {
    font-size: 17px;
    padding: 10px 8px;
   }
  }
  @media only screen and (max-width: 1200px){	   
    .outer-menu {
      padding: 12px 15px;
      height: auto;
    }
      .outer-menu ul li a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 6px;
  }
    .hero-content {
      padding-left: 40px;
    }
    .hero-content p {
      font-size: 22px;
      line-height: 30px;
    }
    .banner.hero-slider-layout .hero-slide .hero-slider-image img {
      height: 550px;
    }
     h1 {
      font-size: 46px;
      line-height: 52px;
      margin-bottom: 20px;
    }
     .inner-heading h1 {
      font-size: 50px;
      line-height: 54px;
    }
    h2 {
      font-size: 38px;
      line-height: 42px;
    }
     h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  
    p {
      font-size: 20px;
      line-height: 28px;
    }
   .section-title {
    padding: 20px 0px 20px;
    margin: 0 auto 30px;
   }
   .default ul li {
    font-size: 20px;
      line-height: 28px;
   }
    section,
    .contact-section {
      padding: 60px 0;
    }      
    .blog-content {
      padding: 30px 15px;
    }
    .about-content {
      padding-left: 15px;
    }
    .about-wrap {
      gap: 30px;
    }
    .about-text ul li,
    .blog-details ul li {
      font-size: 20px;
      line-height: 30px;
    }
    .why-choose-item-list {
      gap: 14px;
    }
    .why-choose-item {
      width: calc(25% - 11px); 
    }
    .about-section,
    .contact-section {
      padding: 80px 0;
    }
    .footer {
      padding-top: 70px;
    }
    .video-banner {
      height: 400px;
    }
    .blog-list-item h4 {
      line-height: 28px;
    }
    .our-faqs-content {
      margin-left: 30px;
    }
    .vision-mission {
      padding: 80px 0 40px;
    }
    .service-page-section .facilities-item h4 {
      font-size: 18px;
      margin: 15px 0 0 0;
    }
    .map iframe {
  height: 350px !important;
}
.blog-details-img {
  margin-bottom: 30px;
}
.blog-details-img {
  border-radius: 40px;
}
  }
  @media only screen and (max-width: 1100px){	
      .outer-menu ul li a {
        font-size: 15px;
        line-height: 16px;
        padding: 10px 5px;
      }
      .contact-now-box .common-btn {
        width: 134px;
      }
      .contact-now-box .common-btn {
         margin-left: 0;
      }
     .banner.hero-slider-layout .hero-slide .hero-slider-image img {
      height: 500px;
    }
     .hero-content {
      padding-left: 30px;
    }
     h1 {
      font-size: 42px;
      line-height: 48px;
      margin-bottom: 15px;
    }
    h2 {
      font-size: 36px;
      line-height: 40px;
      margin-bottom: 15px;
    }
    h3 {
      font-size: 28px;
      line-height: 32px;
    }
     .inner-heading h1 {
      font-size: 48px;
      line-height: 52px;
    }
    .services-item, .facilities-item {
      padding: 20px 12px;
    }
    .services-item:nth-child(2) {
      margin-top: 50px;
    }
    .services-title {
      bottom: 30px;
    }
    .why-choose-item {
      width: calc(50% - 11px);
    }
    .blog-content {
      padding: 15px;
    }
    .footer-contact-info p,
    .footer-about p {
      font-size: 15px;
      line-height: 22px;
    }
    .contact-phone, .contact-address, .contact-email {
      padding-left: 54px;
    }
    .lighting-service-item {
        gap: 20px;
    }
    .lighting-service-image {
      width: calc(40% - 10px);
    } 
    .lighting-service-text {
      width: calc(60% - 10px);
    }
  }
  @media only screen and (max-width: 991px){   
    .is-sticky .outer-menu {
      padding: 12px 15px;
    }	
    .outer-menu .navbar-toggler{
	  border: none;
	  box-shadow: none;
	  position: absolute;
	  right:20px;
	  height: 13px;
	  border-radius: 0;
	  width: 23px;
	  padding: 0;
	  background-color: transparent;
	}
	.outer-menu .navbar-toggler .menu-lines {
	  display: inline-block;
	}
	.outer-menu .navbar-toggler .menu-lines::before, 
	.outer-menu .navbar-toggler .menu-lines::after {
	  content: '';
	  position: absolute;
	  left: 0;
	  width: 23px;
	  height: 2px;
	  display: inline-block;
	  background-color:#fff;
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	}
	.outer-menu .navbar-toggler .menu-lines::before {
	  top: 0;
	}
	.outer-menu .navbar-toggler .menu-lines::after {
	  top: 12px;
	}
	.outer-menu .navbar-toggler .menu-lines span {
	  position: absolute;
	  top: 6px;
	  left: 0;
	  width: 18px;
	  height: 2px;
	  background-color:#fff;
	}
	.outer-menu .collapse:not(.show) {
	  display: block;
	}
	.outer-menu .navbar-collapse {
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  width: 100%;
	  height: 100%;
	  visibility: hidden;
	  opacity: 0;
	  background-color:rgba(0, 0, 0, 0.9);
	  z-index: 1000;
	  padding: 0;
	  transition: 0.4s ease;
	}  
	.outer-menu .navbar-collapse.menu-opened {
	  opacity: 1;
	  visibility: visible;
	}
	.outer-menu .navbar-collapse.menu-opened .navbar-nav {
	  opacity: 1;
	  transform: translateX(0);
	}
	.outer-menu .navbar-collapse .navbar-nav {
	  opacity: 0;
	  width: 240px;
	  height: 100%;
	  overflow-y: auto;
	  padding: 10px 0 20px;
	  background-color: #20513A;
	  transform: translateX(-100%);
	  transition: 0.3s ease;
	  transition-delay: 0s;
	  transition-delay: 0.4s;
	  margin: 0;
	}
	.outer-menu .navbar-collapse.menu-opened .close-mobile-menu {
	  opacity: 1;
	  transform: scale(1);
	  display: block;
	}
	.outer-menu .close-mobile-menu {
	  position: absolute;
	  top: 30px;
	  right: 30px;
	  z-index: 1100;
	  width: 35px;
	  height: 35px;
	  line-height: 33px;
	  text-align: center;
	  border-radius: 50%;
	  border: 1px solid #fff;
	  color: #fff;
	  cursor: pointer;
	  opacity: 0;
	  transform: scale(.8);
	  transition: all 0.4s ease;
	  transition-delay: 0s;
	  transition-delay: 0.5s;
	  background-color: transparent;
	  box-shadow: none;
    padding: 0;
	}
	.main-menu ul li a {
	  color:#fff;
	  line-height: 25px !important;
	  padding-left: 15px;
	}
	.outer-menu ul li a.active::before, 
	.outer-menu ul li a:hover::before,
	.outer-menu ul li a::before {
	 display: none;
  }
  .main-header {
    backdrop-filter: none;
  }
  .mob-logo {
    padding-left: 15px;
  }
  .mob-logo,
  .outer-menu .mob-logo img.logo {
    display: block;
  }
  section,
  .contact-section {
    padding: 50px 0;
  }
    h1 {
      font-size: 40px;
      line-height: 46px;
      margin-bottom: 15px;
    }
    h2 {
      font-size: 34px;
      line-height: 38px;
      margin-bottom: 15px;
    }
    h3 {
      font-size: 26px;
      line-height: 30px;
    }
    h4 {
      font-size: 20px;
      line-height: 24px;
    }
    p {
      font-size: 18px;
      line-height: 26px;
    }
  .about-text ul li,
  .default ul li,
  .blog-details ul li {
    font-size: 18px;
    line-height: 26px;
  } 
  .footer {
    padding: 50px 0 0;
  }
 .banner.hero-slider-layout .hero-slide .hero-slider-image img {
    height: 450px;
  }
  .hero-wrap .swiper,
  .hero-content {
  width: 50%;
  }
   .services-item, .facilities-item {
    padding: 20px 8px;
  }
  .services-title {
    left:15px;
    right: 15px;
    bottom: 15px;
    padding: 10px 15px;
  }
  .about-content,
  .about-image,
  .blog-image,
  .blog-content {
    width: 100%;
  }
  .about-wrap {
    flex-wrap: wrap;
  }
   .about-section {
    padding: 40px 0;
  }
  .about-image {
    margin: 0 15px;
  }
  .blog-list-item {
    margin: 0;
  }
  .footer .col-md-3,
  .footer .col-md-2,
  .footer .col-md-4 {
    width: 50%;
  }
  .footer-copyright .col-md-4 {
    width: 33.33%;
  }
  .footer .col-md-2 {
    margin-bottom: 20px;
  }
    .blog-list-item h4 {
    line-height: 24px;
  }
   .about-content {
    padding-right: 15px;
  }
  .vision-mission-box {
    gap: 30px 100px;
    padding: 25px 15px;
  }
  .vision-mission-item {
    position: relative;
    width: calc(50% - 51px);
  }
  .vision-mission-item::before { 
    right: -51px;
  }
   .our-faqs-content {
    margin-left: 0;
  }
  .vision-mission {
      padding: 60px 0 30px;
    }
  .inner-banner {
    min-height: 250px;
    padding: 50px 0;
  }
  .vision-mission-item .icon-box {
    width: 85px;
  height: 85px;
  }
  .is-sticky.outer-menu {
    padding: 8px 15px;
  }
  .service-page-section .facilities-item {
    width: 50%;
    padding: 15px 10px;
  }
  .contact-section-wrap {
    flex-wrap: wrap;
  }
  .contact-wrap, .contact-form {
    width: 100%;
  }
  .blog-details-img {
  margin-bottom: 25px;
  border-radius: 36px;
}
.cta-wrap {
  padding: 80px 0;
}
}
@media only screen and (max-width: 767px){
 .hero-wrap .swiper, .hero-content {
    width: 100%; 
    margin-bottom: 25px;   
  }
   .hero-wrap .swiper {
      border-radius: 0 0 30px 30px;
      box-shadow: rgba(0, 0, 0, 0.3) 0 4px 12px;      
   }
  .banner.hero-slider-layout .hero-slide .hero-slider-image img {
    height: 400px;
    border-radius: 0 0 0 0;
  }
  p, .hero-section p {
    font-size: 16px;
    line-height: 24px;
  }
   .about-text ul li,
     .default ul li,
       .blog-details ul li {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }  
  .section-title p {
    font-size: 18px;
    line-height: 24px;
   }
   .footer-copyright {
    margin-top: 20px;
    text-align: center;
  }
  .designed {
    text-align: center;
    margin-top: 10px;
  }
  .footer-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
   section,
   .contact-section {
    padding: 30px 0;
  }
  .services-item, .facilities-item {
    width: 50%;
  }
  .services-item:nth-child(2) {
    margin-top: 0;
  }
  .video-banner {
    height: 350px;
  } 
.blog-image, .blog-content {
    width: 50%;
  }
  .blog-list {
    gap: 20px;
  }
  .footer-copyright-text {
  text-align: center;
  margin: 7px 0;
}
  .footer-copyright .col-md-4 {
    width: 100%;
  }
  .footer-social-icons {
    margin-top: 0;
    text-align: center;
  }
    .hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vision-mission {
  padding: 40px 0 30px;
  }
  .inner-heading {
    padding: 0 15px;
  }
   .inner-heading h1 {
      font-size: 42px;
      line-height: 46px;
    }
    .default-img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .map iframe {
  height: 300px !important;
}
.blog-details-img {
  margin-bottom: 20px;
   border-radius: 32px;
}
 .lighting-service-image,
 .lighting-service-text {
            width:100%;
        }
}
@media only screen and (max-width: 600px){ 
   .banner.hero-slider-layout .hero-slide .hero-slider-image img {
    height: 350px;
    border-radius: 0 0 0 0;
  }
  .hero-content p {
    margin-bottom: 15px;
  }
   h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px;
  } 
   .section-title p {
    font-size: 16px;
    line-height: 22px;
  }
  h3 {
    font-size: 21px;
    line-height: 26px;
  } 
   .video-banner {
    height: 300px;
  }
  .faq-accordion .accordion-header .accordion-button {
    font-size: 18px;
  }
  .faq-accordion .accordion-body p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .vision-mission {
  padding: 20px 0 30px;
  }
  .vision-mission-item  {
    width: 100%;
  }
  .vision-mission-item::before {
    display: none;
  }
  .inner-heading h1 {
      font-size: 38px;
      line-height: 42px;
    }
    .cta-wrap {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 500px){   
   h1{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
   }
   h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
   }
   p, .hero-section p {
    font-size: 14px;
    line-height: 22px;
  }
   .about-text ul li,
     .default ul li,
       .blog-details ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .hero-slider-image img {
    height: 300px;
    border-radius: 0 0 0 0;
  }
   .section-title {
    padding: 15px 0px 15px;
    margin: 0 auto 20px;
  }
   .services-item, .facilities-item {
    width: 100%;
  }
   .services-title {
    left: 30px;
    right: 30px;
    bottom: 30px;
    height: auto;
  }
    .services-item, .facilities-item {
    padding: 10px 8px;
  }
   .why-choose-item {
    width: 100%;
  }
   .video-banner {
    height: 260px;
  }
  .facilities-item h4 {
  margin: 10px 0 10px 0;
  text-align: center;
}
 .blog-image, .blog-content {
    width: 100%;
  }
  .blog-image img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
  .footer .col-md-3, .footer .col-md-2, .footer .col-md-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-about p {
    max-width: 100%;
  }
   .footer-copyright {
    margin-top: 0;
    text-align: center;
  }
   .footer-social-icons {
    margin-top: 10px;
    text-align: center;
  }
  .footer-copyright {
    font-size: 14px;
  line-height: 18px;
  }
   .banner.hero-slider-layout .hero-slide .hero-slider-image img {
    height: 300px;
    border-radius: 0 0 0 0;
  }
  .faq-accordion .accordion-header .accordion-button {
    font-size: 16px;
  }
  .faq-accordion .accordion-body p {
    font-size: 14px;
    line-height: 22px;
  }
  .inner-banner {
    min-height: 200px;
    padding: 50px 0;
  }
  .inner-heading h1 {
      font-size: 32px;
      line-height: 36px;
    }
   .vision-mission-item .icon-box {
    width: 75px;
  height: 75px;
  }
  .service-page-section .facilities-item {
    width: 100%;
    padding: 10px 10px;
  }
  .contact-form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.contact-form .form-row {
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.map iframe {
  height: 250px !important;
}
.cta-wrap {
  padding: 40px 0;
}
.cta-wrap .btn-wrap {
  flex-direction: column;
  align-items: center;
}
}
@media only screen and (max-width: 400px){

}  