:root {
  --color-1: #71b31f;
  --color-2: #add67b;
  --color-3: #fff;
}

/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */

@font-face {
  font-family: Nexalight;
  src: url(../fonts/NexaDemo-Light.ttf);
}

@font-face {
  font-family: Nexabold;
  src: url(../fonts/NexaDemo-Bold.ttf);
}

@font-face {
  font-family: brushscript;
  src: url(../fonts/BrushScriptOpti-Regular.ttf);
}

@font-face {
  font-family: "Font Awesome 6 Free";
  src: url(../fonts/fontawesome-webfont.woff2);
}

html {
  -webkit-font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
.h1 {
  margin: 0 0 20px 0;
  font-family: "Chakra Petch", sans-serif;
  line-height: 1.5;
  font-weight: 800;
}

h2,
.h2 {
  position: relative;
  margin: 0 0 10px 0;
  line-height: 1.3;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 800;
}

h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 800;
  line-height: 1.4;
}

h4,
.h4 {
  margin: 0;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 500;
}

h5,
.h5 {
  line-height: 1.3;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 800;
}

h1.title,
h3.title {
  font-family: "Chakra Petch", sans-serif;
}

strong {
  font-weight: 800;
}

p {
  margin: 10px 0 0;
}

ul.list {
  padding: 0;
  margin: 0;
}

.list li {
  list-style: none;
}

a {
  color: var(--color-1);
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #999;
  outline: none;
}

a:focus {
  text-decoration: none;
}

.bg-clr-1 {
  background-color: var(--color-1);
  color: #fff;
}

.bg-clr-2 {
  background-color: var(--color-2);
  color: #fff;
}

.bg-clr-3 {
  background-color: var(--color-3);
}

h1.sec-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.button {
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  background-color: #fe7c00;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 40px;
  border-radius: 0.25rem;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-family: "Chakra Petch", sans-serif;
}

.button:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.2);
  transition: all ease 0.4s;
}

.button:hover {
  color: #fe7c00 !important;
}

.button:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.button.white {
  background-color: #ffffff;
  color: #fe7c00 !important;
}

.button.white:hover {
  color: #fff !important;
}

.button.white:before {
  background-color: #fe7c00;
}

.button.btn-sm {
  padding: 15px 30px;
  font-size: 0.7em;
}

.btn-slide {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 20px 40px;
}

/*-------------------------------------------------------------------------------
  Header
-------------------------------------------------------------------------------*/

header {
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

header .logo {
  max-height: 80px;
}

.logo-wrapper {
  width: 114px;
  max-height: 80px;
  overflow: hidden;
}

.top-nav {
  margin: 0;
}

.top-nav li {
  display: inline-block;
  padding-right: 15px;
}

.top-nav li a {
  font-size: 15px;
  font-weight: 100;
  color: #000;
}

/*Nav*/
.navbar {
  height: 90px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.fixed-top .navbar {
  height: 70px;
}

.fixed-top .logo {
  height: 60px;
  overflow: hidden;
}

.fixed-top .navbar-nav li a {
  color: #000;
}

.fixed-top .logo-wrapper .logo-black {
  display: none;
}

/* .fixed-top .logo-wrapper .logo-grn {
  transform: translateY(10px);
} */

.navbar-nav li {
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.navbar-nav li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-nav li a:hover {
  /* color: #8a6441; */
  color: var(--color-1);
  text-decoration: none;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}

.dropdown-toggle::after {
  margin-left: 0.5em;
}

.navbar-nav li {
  margin: 0px;
}

.navbar-nav .dropdown-menu {
  background-color: var(--color-2);
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}

.navbar-toggler {
  background: #fff;
  border-radius: 0px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.fixed-top.navbar {
  height: 50px;
}

header {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  animation: 0.5s slideout;
  animation-timing-function: ease-in-out;
}

@keyframes slideout {
  0% {
    top: -110px;
  }

  100% {
    top: 0px;
  }
}

header.fixed-top {
  background: var(--color-3);
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  animation-name: slidein;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

@keyframes slidein {
  0% {
    top: -110px;
  }

  100% {
    top: 0%;
  }
}

.overlay-slider {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------
  Benifit Section
-------------------------------------------------------------------------------*/

.services-sec {
  background-color: var(--color-1);
}

.srvc-card {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 50px;
}

.srvc-card .card-main-img {
  position: relative;
  display: block;
  z-index: 1;
}

.srvc-card .card-border {
  position: absolute;
  top: -65px;
  left: 50%;
  height: 115px;
  width: 115px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translateX(-50%);
}

.srvc-card .card-icon {
  height: 90px;
  width: 90px;
  background-color: var(--color-3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.srvc-card .card-icon i {
  font-size: 2em;
  line-height: 0;
}

.srvc-card .card-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.srvc-card .card-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: 0.5s;
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform-origin: top;
  z-index: 1;
}

.srvc-card:hover .card-image:before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.srvc-card .card-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.srvc-card:hover .card-image img {
  transform: scale(1.1) rotate(2deg);
}

.srvc-card .card-content {
  position: relative;
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 16px 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -40px;
  z-index: 2;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

.srvc-card .card-content h3 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

/*-------------------------------------------------------------------------------
  About Section
-------------------------------------------------------------------------------*/

.about-sec {
  padding: 140px 0;
}
.about-sec .about-rightimage {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-sec .about-rightimage img {
  opacity: 20%;
}
.about-sec .about_content {
  padding: 25px;
}
.about-sec .about_content h6 {
  margin-bottom: 14px;
}
.about-sec .about_content h2 {
  margin-bottom: 22px;
}
.about-sec .about_content .text {
  line-height: 30px;
  margin-bottom: 30px;
}

.about-sec .about_wrapper .image img {
  border-radius: 10px 100px 10px 10px;
  height: 100%;
  object-fit: cover;
}

.about-sec .about_wrapper .about-image1 {
  position: relative;
  left: 0;
  top: 0;
  width: 80%;
  height: 500px;
}

.about-sec .about_wrapper .about-image2 {
  position: absolute;
  right: -20px;
  top: -70px;
  width: 38%;
  height: 230px;
}

/*-------------------------------------------------------------------------------
  CTA Section
-------------------------------------------------------------------------------*/

.form-sec {
  background: rgba(0, 0, 0, 0.5) url(../img/parallax.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: color;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.5);
}

.contact-form button {
  border: none;
}

.ftr-logo img {
  max-width: 150px;
}

#cta-sec {
  background: rgba(0, 0, 0, 0.5) url(../img/parallax.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: color;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*-------------------------------------------------------------------------------
  Contact
-------------------------------------------------------------------------------*/

.contact-form input,
.contact-form textarea,
.contact-form select,
.get-q-form input[type="text"],
.get-q-form input[type="email"],
.get-q-form input[type="number"],
.get-q-form textarea,
.get-q-form select {
  border-radius: 0px;
  padding: 15px 18px;
  border: 0px;
}

.ftr-icon {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  border: 0px solid;
  background: #fff;
}

.ftr-icon span {
  margin-right: 12px;
  line-height: 1.5;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 0px;
  background: #5271ff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/*-------------------------------------------------------------------------------
  
           Inside Pages

-------------------------------------------------------------------------------*/

#page_header {
  background: rgba(0, 0, 0, 0.6) url(../img/GCHeader.jpg);
  background-blend-mode: color;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  height: 400px;
}

#page_header.prop-hdr {
  background: rgba(0, 0, 0, 0.6) url(../img/PropertyHeader.jpg) no-repeat
    center;
  background-size: cover;
}

.title-sec {
  background: rgba(74, 97, 53, 1) url(../img/slide_bg.png);
  background-size: 35%;
  background-blend-mode: color-burn;
  color: #fff;
}

#page_header h1 {
  color: #fff;
  font-weight: bold;
  font-family: "Chakra Petch", sans-serif;
}

/*-------------------------------------------------------------------------------
  
  Bottom CTA

-------------------------------------------------------------------------------*/

.left-img-block {
  position: absolute;
  top: -25px;
  bottom: -1px;
  left: 0;
  max-width: 384px;
  width: 100%;
}

.left-img-block:before {
  position: absolute;
  top: 0;
  right: -16px;
  content: "";
  border-left: 9px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 25px solid #232323;
  z-index: 2;
  transform: rotate(-1deg);
}

.left-img {
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1399px) {
  .left-img-block {
    display: none;
  }
}

/* 
.key-sec .image img{
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 90%;
  height: 500px;
} */

.key-list,
.work-list {
  margin: 0;
  padding: 0;
}

.key-list li,
.work-list li {
  display: inline-block;
  padding: 10px 0;
}

.key-list span,
.work-list span {
  padding: 15px;
  display: inline-block;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  float: left;
  margin-right: 20px;
}

.key-list span {
  background-color: var(--color-1);
}

.work-list span {
  background-color: var(--color-3);
  color: var(--color-1);
}

#faq-sec .accordion-card {
  margin-bottom: 25px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--color-3);
  box-shadow: 0 12px 105px 12px rgb(0 0 0 / 5%);
}
#faq-sec .accordion-card:last-child {
  margin-bottom: 0;
}
#faq-sec .accordion-card .btn-link {
  color: var(--color-1);
}
#faq-sec .accordion-card .collapsed {
  color: var(--color-1);
}
#faq-sec .accordion-card:has(.btn-link) {
  border: 1px solid var(--color-3-op);
}
#faq-sec .accordion-card:has(.collapsed) {
  border: 1px solid var(--color-1);
}
#faq-sec .card-header {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border: none;
}
#faq-sec .card-header a {
  padding: 18px 26px;
}
#faq-sec .card-body {
  padding: 0 28px 18px;
  color: #000;
}
#faq-sec .accordion-card a.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
#faq-sec .accordion-card i {
  position: absolute;
  right: 20px;
  margin: -6px 0;
}
#faq-sec .accordion-card .btn {
  text-decoration: none;
  text-align: left;
  display: block;
  border-radius: 10px;
}
#faq-sec .accordion-card a.btn.btn-link {
  position: relative;
}
#faq-sec .accordion-card .btn-link:before {
  content: "\f182";
  font-size: 15px;
  top: 17px;
  right: 24px;
  position: absolute;
  font-family: "uicons-bold-rounded";
  color: var(--color-1);
}
#faq-sec .accordion-card .collapsed:before {
  content: "\f18f";
}

/* Testimonial */

.testimonial-con {
  padding: 135px 0 200px;
}
.testimonial-con .testimonial_content h6 {
  margin-bottom: 16px;
}
.testimonial-con .testimonial_content h2 {
  margin-bottom: 40px;
}
.testimonial-con .testimonial-sideimage {
  position: absolute;
  top: -20px;
  left: 20px;
  transform: rotate3d(0, 1, 0, 180deg);
}
.testimonial-con .testimonial-sideimage i {
  font-size: 4em;
  color: var(--color-1);
}
.testimonial-con .carousel-inner {
  width: 850px;
  margin: 0 auto;
}
.testimonial-con .testimonial-box ul {
  margin-bottom: 22px;
}
.testimonial-con .testimonial-box ul li {
  display: inline-block;
}
.testimonial-con .testimonial-box ul li i {
  font-size: 16px;
  line-height: 16px;
  color: var(--color-1);
}
.testimonial-con .testimonial-box p {
  margin-bottom: 28px;
  color: #000;
}
.testimonial-con .testimonial-box .lower_content {
  margin-bottom: 35px;
}
.testimonial-con .testimonial-box .name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: var(--color-1);
  font-family: "Urbanist", sans-serif;
}
.testimonial-con .carousel-indicators {
  margin: 0;
}
.testimonial-con .carousel-indicators li {
  opacity: 1;
  width: 60px;
  background: none;
  text-indent: 1px;
  margin: 0 10px;
  display: inline-block;
}
.testimonial-con .carousel-indicators li figure {
  border-radius: 100%;
  position: relative;
  width: 74px;
  height: 74px;
  line-height: 69px;
  text-align: center;
  border: 1px solid transparent;
}
.testimonial-con .carousel-indicators li img {
  border-radius: 100%;
  width: 60px;
}
/* Specific styles for Firefox */
@-moz-document url-prefix() {
  .testimonial-con .carousel-indicators li img {
    position: relative;
    right: 1px;
  }
  .testimonial-con .carousel-indicators li figure {
    line-height: 69px;
  }
}
.testimonial-con .carousel-indicators .active figure {
  border: 1px solid var(--color-1);
}
.testimonial-con .pagination_outer {
  position: relative;
}
.testimonial-con .carousel-control-prev,
.testimonial-con .carousel-control-next {
  opacity: 1;
}
.testimonial-con .carousel-control-prev i,
.testimonial-con .carousel-control-next i {
  font-size: 25px;
  top: 0;
  position: absolute;
  color: var(--color-1) !important;
  transition: all 0.3s ease-in-out;
}
.testimonial-con .carousel-control-prev i {
  left: 275px;
}
.testimonial-con .carousel-control-next i {
  right: 260px;
}
.testimonial-con .carousel-control-prev i:hover,
.testimonial-con .carousel-control-next i:hover {
  color: var(--color-2) !important;
}

/*-------------------------------------------------------------------------------
  
           About Page

-------------------------------------------------------------------------------*/

.cd-container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  background: #2b343a;
  padding: 0 10%;
  border-radius: 2px;
}
.cd-container::after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: var(--color-2);
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--color-3), inset 0 2px 0 rgba(0, 0, 0, 0.08),
    0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img {
  background: var(--color-2);
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: var(--color-1);
  border-radius: 2px;
  padding: 1em;
  .timeline-content-info {
    background: #2b343a;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    i {
      margin-right: 5px;
    }
    .timeline-content-info-title,
    .timeline-content-info-date {
      width: calc(50% - 2px);
      display: inline-block;
    }
    @media (max-width: 500px) {
      .timeline-content-info-title,
      .timeline-content-info-date {
        display: block;
        width: 100%;
      }
    }
  }
  .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    li {
      background: #40484d;
      border-radius: 2px;
      display: inline-block;
      padding: 2px 10px;
      color: rgba(255, 255, 255, 0.7);
      margin: 3px 2px;
      text-align: center;
      flex-grow: 1;
    }
  }
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0;
  margin-bottom: 5px;
}
.cd-timeline-content p,
.cd-timeline-content .cd-date {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #333c42;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Nexabold", sans-serif;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    color: white;
    margin-left: 0;
    padding: 1.6em;
    width: 40%;
    margin: 0 5%;
    border-radius: 20px;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #333c42;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 120%;
    top: 13px;
    font-size: 16px;
    font-size: 2rem;
    color: var(--color-1);
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #333c42;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 120%;
    text-align: right;
  }
}

.dr-img {
  position: relative;
  margin: 0 auto;
}

.dr-img img {
  border-radius: 20px;
  max-height: 550px;
}

.dr-img .dr-name {
  font-size: 1em;
  padding: 30px;
  background-color: var(--color-1);
  width: 150px;
  height: 150px;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -40px;
  bottom: -40px;
}

/*-------------------------------------------------------------------------------
  Eye Care Page
-------------------------------------------------------------------------------*/

.eye-care-img {
  height: 500px;
  background: url(../img/eye-care.jpeg) no-repeat center;
  background-size: cover;
}

.img-content-bx p {
  margin-top: 0;
  min-height: 200px;
}

.lasik-img {
  height: 500px;
  background: url(../img/lasik.jpg) no-repeat center;
  background-size: cover;
}

/*-------------------------------------------------------------------------------
  Media Query
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1130px) {
  .navbar-nav li a {
    padding-left: 7px;
    padding-right: 7px;
  }

  .cta a {
    padding: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
    background: var(--color-1);
  }

  .navbar-nav li a:hover{
    color: var(--color-3);
  }
}

@media only screen and (max-width: 600px) {
  .demo-gallery > ul > li a > img {
    max-height: 200px;
  }

  .carousel-control-prev {
    left: -50px;
  }

  .carousel-control-next {
    right: -50px;
  }

  .plr-100 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .plr-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-img .about-name {
    font-size: 20px;
  }

  .about-img .about-name {
    position: inherit;
  }

  #about .plr-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  #contact .p-60 {
    padding: 20px;
    text-align: center;
  }
  #contact h3 {
    text-align: center;
  }
  .contact-details div {
    text-align: center !important;
  }
}

@media only screen and (max-width: 430px) {
  .navbar .navbar-brand img {
    max-width: 60px;
  }
}

@media only screen and (max-width: 320px) {
  #contact .justify-content-center:first-child {
    padding: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .h-captcha {
    transform: scale(0.78);
    margin-left: -9vw;
  }
  h1 {
    font-size: 2.5rem !important;
  }
}

.gallery-img {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
}

.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* Modal Styling  */

#imageModal .modal-content {
  background: transparent;
  border: none;
}

#imageModal .modal-header {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  z-index: 10;
}

#imageModal .btn-close {
  background: rgba(0, 0, 0, 1);
  border-radius: 10px;
  color: #fff;
  padding: 8px;
  width: 35px;
  height: 35px;
}

#imageModal .btn-close:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

#imageModal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#imageModal .modal-body img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 10px;
}
