@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.post,
.page {
  margin: 0 !important;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Rubik", sans-serif !important;
  background: #fff;
  max-width: 100% !important;
}
.contactimg.contactform fieldset#field_1_24 .gform-field-label {
    color: #fff !important;
}
input#input_1_24_1 {
    width: 10px !important;
    height: 10px !important;
}
html.wp-admin-bar-gdl-live-site-banner-enabled {
  margin-top: 0px !important;
}
.site-header.scrolled .main-menu .main-navigation a {
    color: #000;
}
p {
  font-family: "Rubik", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 25px;
  color: #464646;
}
a,
a:hover {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  text-decoration: none !important;
  cursor: pointer;
  font-family: "Rubik", sans-serif !important;
}
button,
button:hover {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  text-decoration: none !important;
  cursor: pointer;
  font-family: "Rubik", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif !important;
  font-weight: 600;
  margin: 0;
}
/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
/* scrollbar */

.banner-section {
  position: relative;
}
.banner-section div#carouselExample {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.main-button button {
  background: #dd6a0b url(../images/btn-arrow.png) no-repeat;
  border-radius: 35px;
  color: #fff;
  background-position: 95% center;
  padding: 13px 55px 13px 15px;
}
.main-button button:hover {
  background: #c26920 url(../images/btn-arrow-h.png) no-repeat;
  border-radius: 35px;
  color: #fff;
  background-position: 95% center;
  padding: 13px 55px 13px 15px;
}
header#masthead {
  width: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
}
/* Default header */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease;
  z-index: 999;
}
/* On scroll */
.site-header.scrolled {
  background: rgb(255 255 255 / 80%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
li#wp-admin-bar-gdl-live-site {
  display: none;
}
.site-footer {
  background: #dd6a0b;
}
.footlogo img {
  width: 200px;
  margin-bottom: 15px;
}
ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
ul.social img {
  width: 35px;
}
.footinfo p {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
.footinfo h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.footinfo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  line-height: 30px;
}
.footinfo ul li a {
  color: #fff;
}
.footinfo p a {
  color: #fff;
}
ul.footlink li a {
  color: #fff;
  background: url(../images/garrow.png) no-repeat;
  background-size: 16px;
  padding: 3px 0 3px 25px;
  display: block;
  text-align: left;
  background-position: 0 10px;
}
.banner-badge span {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px 10px 30px;
  border-radius: 35px;
  color: #fff;
  position: relative;
}
.banner-badge span:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: orange;
  left: 17px;
  border-radius: 50%;
  top: 17px;
}
.banner-caption {
  padding: 10px;
}
.banner-caption h2 {
  font-size: 50px;
  color: #fff;
  margin: 0px 0 15px;
}
.banner-caption p {
  color: #fff;
}
section.rating-section {
  background: #171717;
  padding: 30px 0;
  color: #fff;
}
.rbox {
  border-bottom: 1px solid #dd6a0b;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-align: left;
}
.icon1 {
  background: url(../images/rating-icon-1.png) no-repeat;
  background-size: 65px;
  background-position: 0 0;
  padding-left: 80px;
  color: #fff;
}
.icon2 {
  background: url(../images/rating-icon-2.png) no-repeat;
  background-size: 65px;
  background-position: 0 0;
  padding-left: 80px;
  color: #fff;
}
.icon3 {
  background: url(../images/rating-icon-3.png) no-repeat;
  background-size: 65px;
  background-position: 0 0;
  padding-left: 80px;
  color: #fff;
}
.rating-box p {
  font-size: 16px;
  margin: 0;
  color: #fff;
}
.rating-box h4 {
  font-size: 36px;
  margin: 0;
  color: #fff;
}
.content-badge span {
  background: #eefbf2;
  padding: 10px 20px 10px 30px;
  border-radius: 35px;
  color: #006427;
  position: relative;
}
.content-badge span:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: orange;
  left: 17px;
  border-radius: 50%;
  top: 17px;
}
.servicebox {
  margin-bottom: 30px;
}
.slink a {
  color: #dd6a0b;
  background: url(../images/slink.png) no-repeat;
  background-size: 25px;
  background-position: 95% center;
  padding: 5px 40px 5px 5px;
}
.slink a:hover {
  color: #93480a;
  background: url(../images/slink-h.png) no-repeat;
  background-size: 25px;
  background-position: 95% center;
  padding: 5px 40px 5px 5px;
}
/* .greenbadge {
  background: url(../images/gbadge.png) no-repeat;
  padding: 10px 10px 10px 83px;
  border-radius: 35px;
  color: #fff;
  position: relative;
  background-size: 70px;
  color: #000;
} */
h2.nhead {
  font-size: 36px;
  color: #000;
  margin: 0 0 15px;
}
.greenbadge-wrapper h6 {
  font-size: 20px;
}
.before-after-wrapper {
  max-width: 1400px;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.before-after-container {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  user-select: none;
}

.before-img,
.after-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.before-img img,
.after-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.after-img {
  width: 50%;
  overflow: hidden;
  border-right: 3px solid #ff8c1a;
}

.slider {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #ff8c1a;
  z-index: 5;
  cursor: ew-resize;
}

.slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #ff9d2f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.slider-button svg {
  width: 32px;
  height: 32px;
  fill: #000;
}

@media (max-width: 768px) {
  .before-after-container {
    height: 500px;
  }

  .slider-button {
    width: 55px;
    height: 55px;
  }
}

.greenbg {
  background: #006427;
}
.project-section .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 450px;
  border-radius: 15px;
  border: 1px solid #fff;
  object-fit: cover;
  object-position: center center;
}
h2.whead {
  color: #fff;
  font-size: 36px;
  margin-bottom: 15px;
}
.project-section .owl-nav {
  position: absolute;
  top: -60px;
  right: 10px;
  display: flex;
  gap: 10px;
}
.project-section button.owl-prev {
  background: url(../images/left-arrow.png) no-repeat !important;
  width: 35px;
  background-size: 100% 100% !important;
  height: 35px;
}
.project-section button.owl-next {
  background: url(../images/right-arrow.png) no-repeat !important;
  width: 35px;
  background-size: 100% 100% !important;
  height: 35px;
}

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

.process-wrapper {
  border: 1px dashed #cfcfcf;
  border-radius: 30px;
  overflow: visible;
  background: #fff;
}

.process-box {
  position: relative;
  text-align: center;
  padding: 55px 30px 40px;
  height: 100%;
  border-right: 1px dashed #cfcfcf;
}

.process-box.last-box {
  border-right: none;
}

/* STEP TAG */
.step-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #f6d9bb;
  color: #000;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

/* ICON CIRCLE */
.icon-circle {
  width: 115px;
  height: 115px;
  background: #cdeed3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.icon-circle img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.process-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.35;
}

.process-desc {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
  margin: 0;
}

@media (max-width: 991px) {
  .process-box {
    border-right: none;
    border-bottom: 1px dashed #cfcfcf;
  }

  .process-box:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
	.servicebox .simg img {
    height: auto !important;
}
  .process-title {
    font-size: 22px;
  }

  .process-desc {
    font-size: 16px;
  }

  .icon-circle {
    width: 95px;
    height: 95px;
  }

  .icon-circle img {
    width: 48px;
    height: 48px;
  }
}

.glinebg {
  background: url(../images/quotebg.png) no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 15px !important;
}
.quote-section h2 {
  color: #fff;
  font-size: 42px;
}

/* TOP BADGE */

/* TESTIMONIAL BOX */
.testimonial-item {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.testimonial-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 35px;
  padding: 0 10%;
}

.testimonial-line {
  width: 100px;
  height: 3px;
  background: #5e5e5e;
  margin: 0 auto 28px;
}

.testimonial-name {
  font-size: 20px;
  color: #1d1d1d;
  font-weight: 500;
}

/* HIDE DOTS */
.testimonial-slider .owl-dots {
  display: none;
}

.testimonial-slider button.owl-prev {
  background: url(../images/left-arrow.png) no-repeat !important;
  width: 35px;
  background-size: 100% 100% !important;
  height: 35px;
}
.testimonial-slider button.owl-next {
  background: url(../images/right-arrow.png) no-repeat !important;
  width: 35px;
  background-size: 100% 100% !important;
  height: 35px;
}
.testimonial-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: 50%;
}

.getintouch {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.getintouch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #0b6b2d; /* Green color */
  z-index: 0;
}
.getintouch > * {
  position: relative;
  z-index: 1;
}

.blog-section {
  background: #f7f6ef;
}

/* Tag */
.blog-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #eef5ee;
  color: #0d6b2f;
  padding: 10px 18px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 500;
}

.blog-tag .dot {
  width: 10px;
  height: 10px;
  background: #f58220;
  border-radius: 50%;
}

/* Title */
.blog-title {
  font-size: 62px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

/* Nav */
.blog-nav {
  display: flex;
  gap: 15px;
}

.blog-nav button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #4b2200;
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
}

.blog-nav button:hover {
  background: #0d6b2f;
}

/* Card */
.blog-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.blog-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.blog-content {
  padding: 28px;
}

.blog-date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-size: 18px;
  margin-bottom: 18px;
}

.blog-date i {
  color: #0d6b2f;
}

.blog-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #1f7a34;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .owl-nav {
  position: absolute;
  top: -60px;
  right: 10px;
  display: flex !important;
  gap: 10px;
}
.blog-section button.owl-prev {
  background: url(../images/left-arrow.png) no-repeat !important;
  width: 35px;
  background-size: 100% 100% !important;
  height: 35px;
}
.blog-section button.owl-next {
  background: url(../images/right-arrow.png) no-repeat !important;
  width: 35px;
  background-size: 100% 100% !important;
  height: 35px;
}
p.copy {
  margin: 0;
  padding: 15px 0;
  color: #fff;
  border-top: 1px solid #ccc;
}
.inner-banner {
  position: relative;
}
.inner-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.inner-caption-container {
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.aboutimg {
  position: relative;
}
img.about-main {
  width: 85%;
}
img.about-rating {
  position: absolute;
  right: -50px;
  top: 10%;
  width: 175px;
  animation: slowRotate 12s linear infinite;
}

@keyframes slowRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.aboutbox {
  background: #e4eee8d9;
  padding: 15px;
  border-radius: 15px;
  min-height: 170px;
}
.aboutbox ul {
  margin: 17px 0;
  padding: 0 17px;
}
.ab1 {
  background: url(../images/about-icon1.png) no-repeat;
  background-size: 50px;
  background-position: 0 0;
  padding: 15px 0 15px 60px;
  color: #000;
  font-size: 18px;
}
.ab2 {
  background: url(../images/about-icon2.png) no-repeat;
  background-size: 50px;
  background-position: 0 0;
  padding: 15px 0 15px 60px;
  color: #000;
  font-size: 18px;
}
.gphone {
  background: url(../images/gphone.png) no-repeat;
  background-size: 50px;
  background-position: 0 0;
  padding-left: 60px;
  color: #000;
  font-size: 18px;
}
.gphone p {
  margin: 0;
}
.gphone p a {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
section.whychoose {
  background: #e1f9ea;
}
img.custom-logo {
  width: 225px;
}
p.cinfo {
  background: url(../images/cinfo.png) no-repeat;
  padding: 0% 0 0 40px;
  background-size: 30px;
  text-align: left;
}
p.cphone {
  background: url(../images/cphone.png) no-repeat;
  padding: 5px 0 5px 38px;
  background-size: 26px;
  text-align: left;
}
p.cmail {
  background: url(../images/cmail.png) no-repeat;
  padding: 5px 0 5px 38px;
  background-size: 26px;
  text-align: left;
}
.choose1 {
  background: url(../images/choose1.png) no-repeat;
  background-size: 75px;
  background-position: 0 0;
  padding: 5px 0 5px 91px;
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}
.choose2 {
  background: url(../images/choose2.png) no-repeat;
  background-size: 75px;
  background-position: 0 0;
  padding: 5px 0 5px 91px;
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}
.choose3 {
  background: url(../images/choose3.png) no-repeat;
  background-size: 75px;
  background-position: 0 0;
  padding: 5px 0 5px 91px;
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}
.shead img {
  margin-bottom: 10px;
}
.main-menu .main-navigation a {
  color: #fff;
  font-size: 15px;
  padding: 5px;
  margin-right: 15px;
}
.main-menu .main-navigation a:hover {
  color: #dd6a0b;
}
.servicelist ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.servicelist li a {
  background: url("../images/list-arrow.png") 95% center / 25px no-repeat;
  background-position: 97% center;
  padding: 12px 30px 12px 10px;
  border: 1px solid #999;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #333;
  font-size: 17px;
  font-weight: 500;
}
.servicelist li a:hover {
  background: #dd6a0b url("../images/list-arrowh.png") 95% center / 25px
    no-repeat;
  background-position: 97% center;
  padding: 12px 30px 12px 10px;
  border: 1px solid #999;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.service-content h4 {
  margin: 10px 0;
  font-size: 25px;
  color: #111;
}
.info-box {
  background: #f9f7eb;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
}
.info-box h4 {
  font-size: 20px;
  color: #111;
  margin: 10px 0;
}
.info-box img {
  width: 40px;
}
.info-box p {
  margin: 0;
  color: #111;
  font-size: 16px;
}
.info-box p a {
  color: #111;
  font-weight: 500;
}
section.contactform {
  background: #0b3217;
}

.video-modal-content {
  background: #000;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

.video-modal-content .modal-title {
  color: #fff;
}

.video-modal-content .btn-close {
  filter: invert(1);
}

#popupVideo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: cover;
}
button.play-btn {
  background: url(../images/play-btn.png) no-repeat;
  border: none;
  text-indent: -10000px;
  width: 55px;
  height: 55px;
  background-size: 100%;
}
.featurebox img {
  width: 100%;
  margin-bottom: 20px;
}
.blogcontent img {
  width: 100%;
  margin-bottom: 5px;
}
.blogcontent h2 {
  font-size: 30px;
  margin-bottom: 8px;
  color: #111;
}
.blogcontent h3 {
  font-size: 25px;
  margin-bottom: 8px;
  color: #111;
}
.blogcontent h4 {
  font-size: 23px;
  margin-bottom: 8px;
  color: #111;
}
.blogcontent h5 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #111;
}
.blogcontent h6 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111;
}
p.dateicon {
  background: url(../images/calendar.png) no-repeat;
  background-size: 20px;
  background-position: 0 0;
  padding-left: 30px;
  color: #666;
  font-size: 18px;
}
.inner-banner img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.site-branding img {
  width: 225px;
}
.banner-section img {
  height: 680px;
  object-fit: cover;
}
.servicebox .simg img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 20px;
	width:100%;
}
.weare-img {
  margin: 15px 0;
}
.weare-img img {
  border-radius: 20px;
}
.glinebg img {
  border-radius: 20px;
}
.aboutimg img {
  border-radius: 20px;
}
.chooseimg img {
  border-radius: 20px;
}
.copy a {
  color: #072a12;
}
.blog-content h3 a {
  color: #000;
}
.main-navigation ul {
  display: flex;
  justify-content: center;
}
section.testimonial-section {
  background: #f9f7eb;
}

.getintouch-form input {
  background: #f5f5f5 !important;
  border: 1px solid #dfdfdf !important;
  padding: 10px !important;
  height: 50px !important;
}
.getintouch-form select {
  background: #f5f5f5 url(../images/selectarrow.png) no-repeat !important;
  background-position: 98% center !important;
  border: 1px solid #dfdfdf !important;
  padding: 10px !important;
  height: 50px !important;
  background-size: 18px !important;
}
.getintouch-form textarea {
  background: #f5f5f5 !important;
  border: 1px solid #dfdfdf !important;
  padding: 10px !important;
  min-height: 150px !important;
}
.getintouch-form input[type="submit"] {
  background: #dd6a0b url(../images/btn-arrow.png) no-repeat !important;
  border-radius: 35px !important;
  color: #fff !important;
  background-position: 95% center !important;
  padding: 13px 55px 13px 15px !important;
}
.getintouch-form {
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  margin-top: 20px;
}
.contactimg img {
  width: 95%;
}
.contactform h2 {
  color: #fff;
  font-size: 30px;
}
.contactform label.gfield_label.gform-field-label {
  color: #fff;
}
.contactform input {
  background: #f5f5f5 !important;
  border: 1px solid #dfdfdf !important;
  padding: 10px !important;
  height: 50px !important;
}
.contactform select {
  background: #f5f5f5 url(../images/selectarrow.png) no-repeat !important;
  background-position: 98% center !important;
  border: 1px solid #dfdfdf !important;
  padding: 10px !important;
  height: 50px !important;
  background-size: 18px !important;
}
.contactform textarea {
  background: #f5f5f5 !important;
  border: 1px solid #dfdfdf !important;
  padding: 10px !important;
  min-height: 150px !important;
}
.contactform input[type="submit"] {
  background: #dd6a0b url(../images/btn-arrow.png) no-repeat !important;
  border-radius: 35px !important;
  color: #fff !important;
  background-position: 95% center !important;
  padding: 13px 55px 13px 15px !important;
}
.contactform p.gform_required_legend {
  color: #fff;
}

/* Popup Close Button */
button.mfp-close {
  font-size: 45px !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* Popup Arrows */
button.mfp-arrow {
  opacity: 1 !important;
}

/* Arrow Background */
.mfp-arrow:before {
  color: #fff !important;
  font-size: 40px;
}

/* Smooth Animation */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
button.mfp-close {
  color: #fff !important;
  font-size: 50px !important;
  opacity: 1 !important;
}

button.mfp-arrow {
  opacity: 1 !important;
}

/* Mobile Devices (320px - 767px) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.help-card {
    max-width: unset !important;
}
	    .mob-menu-logo-holder {
        height: 70px !important;
    }
  div#page {
    padding-top: 86px;
  }
  .banner-section img {
    height: 400px;
    object-fit: cover;
  }
  .banner-caption {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .inner-banner img {
    height: 250px;
    object-fit: cover;
  }
  .banner-caption h2 {
    font-size: 20px;
    color: #fff;
    margin: 0px 0 15px;
  }
  img.about-rating {
    position: absolute;
    right: 20px;
    top: 10%;
    width: 175px;
    animation: slowRotate 12s linear infinite;
  }
  h2.nhead {
    font-size: 25px;
    color: #000;
    margin: 0 0 15px;
  }
  .contactform h2.nhead {
    color: #fff;
    margin: 20px 0 0;
  }
  .abouttest {
    padding-top: 25px;
  }
  .aboutbox {
    margin-bottom: 15px;
  }
  .about-content .px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .gphone {
    background: url(../images/gphone.png) no-repeat;
    background-size: 35px;
    background-position: 0 0;
    padding-left: 45px;
    color: #000;
    font-size: 18px;
  }
  .gphone p {
    margin: 0;
    font-size: 14px;
  }
  .gphone p a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  .footinfo {
    text-align: center;
  }
  .glinebg {
    background: url(../images/quotebg.png) no-repeat;
    background-size: cover;
    border-radius: 25px;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  .quote-section h2 {
    color: #fff;
    font-size: 30px;
    margin: 15px;
  }
  .footinfo ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    width: 92%;
  }
  .blogcontent h2 {
    font-size: 24px;
  }
  .blogcontent h3 {
    font-size: 22px;
  }
  .blogcontent h4 {
    font-size: 20px;
  }
  .blogcontent h5 {
    font-size: 18px;
  }
  .blogcontent h6 {
    font-size: 16px;
  }
  .inner-banner img {
    height: 250px;
    object-fit: cover;
  }
  .mobmenu-right-panel li,
  .rightmbottom,
  .rightmtop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .servicebox {
    margin-bottom: 30px;
    text-align: center;
  }
  .shead {
    display: block;
    text-align: center;
    width: 100%;
  }
  .servicebox h4 {
    margin: 15px 0;
  }
  ul.social {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
  }
  h2.whead {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .banner-caption .d-flex.justify-content-start.align-items-center.gap-4 {
    justify-content: center !important;
  }
  .help-card {
    margin-bottom: 15px;
  }
}

/* Ipad Devices (768px - 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-caption h2 {
    font-size: 30px;
    color: #fff;
    margin: 0px 0 15px;
  }
  .banner-section img {
    height: 580px;
    object-fit: cover;
  }
  h2.nhead {
    font-size: 25px;
    color: #000;
    margin: 0 0 15px;
  }
  h2.whead {
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px !important;
  }
  .project-section h2.whead {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px !important;
  }
  .quote-section h2 {
    color: #fff;
    font-size: 25px;
  }
  .mobmenu-content li {
    list-style: none;
    visibility: visible;
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0 !important;
  }
  .banner-caption h2 {
    font-size: 30px;
    color: #fff;
    margin: 0px 0 15px;
  }
  .inner-banner img {
    width: 100%;
    object-fit: cover;
    height: 300px;
  }
  .quote-section h2 {
    color: #fff;
    font-size: 30px;
  }
}
