@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@400..700&display=swap"); body {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
  }
  
  
  .bodywrapper {
    background: #FEFAF9;
  }
  body.custom-cursor-active {
    cursor: none;
  }
  
  :root {
    --primary: #14615B;
    --secondary: #C38F4A;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  a, a:hover, a:focus, button, button:hover, button:focus {
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
  }
  
  p, em, span, strong, article, b {
    font-family: "Roboto Slab", serif;
  }
  
  h6 {
    font-family: "Roboto Slab", serif;
  }
  
  h1, h2, h3, h4, h5, b, strong {
    letter-spacing: 0px;
    font-family: "Roboto Slab", serif;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1.1;
  }
  
  img {
    max-width: 100%;
  }
  
  input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, ::after, ::before, :hover, :focus, .form-control:focus {
    box-shadow: none;
    outline: none !important;
  }
  
  img, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, ::after, ::before, :hover, :focus, .form-control:focus {
    transition: all 0.3s ease 0s;
  }
  
  ul, ol {
    margin: 0px;
    padding: 0px;
  }
  
  li {
    list-style: none;
  }
  .whts_icon_inner img {
      width: 50px;
  }
  .whts_icon_inner {
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    right: 1%;
    bottom: 40px;
    display: flex;
    z-index: 999;
    animation: whts_icon 1s alternate infinite;
  }
  
    @-webkit-keyframes whts_icon {
      0% {
          transform: translateY(-10px);
      }
      100% {
          transform: translateY(0px);
      }
      
      
  }
  header {
      background: #ffffff;
  }
  header .container--headerflex {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0px 40px;
  }
  header .container--headerflex .logo {width: 10%;}
  header .container--headerflex .logo img  {
      width: 100%;
      /* background: white; */
      padding: 12px 20px;
  }
  header .container--headerflex nav {
}
  header .container--headerflex nav ul {
      display: flex;
      gap: 31px;
      align-items: center;
  }
  header .container--headerflex nav ul li {
      position: relative;
  }
  .megamenu {
      display: block !important;
      padding: 20px 0;
  }
  .megamenu li  {
      padding: 14px 0px !important;
  }
  .megamenu li a {
      padding: 0px 20px !important;
  }
  header .container--headerflex nav ul li a {
      color: #000000;
      font-size: 15px;
      color: #000000;
      font-weight: 400;
  }
  header .container--headerflex nav ul li a:hover:after {
    width: 100%;
    right: 0;
  }
  header .container--headerflex nav ul li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    right: 0;
    position: absolute;
    background: #c38f4a;
    transition: width 1s ease 0s, right 0.5s ease 0s;
    width: 0;
  }
  header .container--headerflex  .menu-toggle img {
      width: 71%;
  }
  header .container--headerflex .contact-info {
    color: #000000;
    margin-top: 0;
    align-items: center;
    flex-direction: row;
  } 
  header .container--headerflex .inquiry--webheader  {
      display: flex;
      align-items: center;
      gap: 14px;
  }
  .or_banner--wrapper {
    position: relative;
    padding-bottom: 0;
    background: url("../images/banner-slider.png") no-repeat bottom;
    background-size: cover;
    z-index: 1;
  }
  .or_banner--inner {
    position: relative;}
  
  
    .or_banner--control {
      position: absolute;
      right: 0;
      bottom: 30%;
      z-index: 10;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .or_banner--thumbSlider {
    }
  .or_banner--thumb  {
      margin: 0 50px 20px 0px;
  }
  .or_banner--thumb h3 {
      color: white;
      font-size: 25px;
      overflow: hidden;
      display: -webkit-box;
      margin: 0 0 12px;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }
  .or_banner--thumb p {
      color: white;
      font-weight: 100;
  }
  
    .or_banner--slide {
      margin: 150px 0;
      height: 450px;
      width: 65%;
    }
  .or_banner--slide h3 span {
      font-weight: 100;
  }
  .or_banner--slide p {
      color: white;
      font-size: 16px;
      font-weight: 200;
      line-height: 33px;
      margin: 0 0 29px;
  }
  .or_banner--slide h5 {
    font-family: 'Allura';
    color: #C38F4A;
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 600;
  }
   .read-more-btn {
    background: #C38F4A;
    border: none;
    display: flex;
    width: fit-content;
    height: 60px;
    padding: 0 29px;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    color: white;
    font-size: 14px;
  }
  .or_banner--slide h3 {
      color: white;
      font-size: 59px;
      line-height: 84px;
      font-weight: 700;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transform: translatey(-100%); /* Start off-screen */
    transition: transform 0.5s ease; /* Smooth transition */
  }
  
  .overlay.active {
    transform: translateX(0); /* Slide in from the left */
    opacity: 1;
  }
  .overlay-content h3 {
      color: white;
      margin: 30px 0 10px;
  }
  .overlay-content p {
      color: white;
      font-size: 15px;
      font-weight: 200;
      line-height: 28px;
  }
.or_footer--logo img {
    width: 24%;
}
  .contact-info {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-top: 30px;
      color: white;
      font-weight: 200;
  }
  .contact-info address {
        display: flex;
      align-items: center;
      gap: 11px;
  }
.tracking-wider {
    background: var(--primary);
    color: white !important;
}
  .contact-info a {
      color: #000000;
      font-weight: 400;
      font-size: 15px;
  }
  .overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 370px; /* Adjust width as needed */
    height: 100%;
    background: var(--primary);
    padding: 50px 20px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    overflow-y: auto; /* Allow scrolling if content overflows */
  }
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 34px;
    cursor: pointer;
    color: #fff;
  }
  .main-wrapper {
      padding: 100px 0;
      overflow: hidden;
  }
  .about-us-image {
      position: relative;
  }
  .main-headingwrap--pacakge {
      position: relative;
      padding: 70px 10px;
  }
  .about-us-image img {}
  .main-headingwrap {}
  .main-headingwrap  h6 {
      font-size: 18px;
      text-transform: uppercase;
      color: #C38F4A;
      font-weight: 600;
      letter-spacing: 2px;
  }
  .main-headingwrap  h2 {
      font-size: 44px;
      line-height: 57px;
      font-weight: 700;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }
  .main-headingwrap  p {
      font-size: 14px;
      font-weight: 200;
      line-height: 24px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }
  .meeting-list {
      display: flex;
      align-items: center;
      position: relative;
      right: 100px;
      gap: 20px;
      width: 100%;
  }
  .meeting-list {
  }
  .meeting-list  li {
      margin: 0 0 30px;
      display: flex;
      align-items: center;
      gap: 10px;
  }
  .wraperbutton--abt {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 20px 0 0;
  }
  .wraperbutton--abt .author img {
      border: 3px solid #14615b;
      width: 60px;
      height: 60px;
  }
  .wraperbutton--abt .author {
      display: flex;
      align-items: center;
      gap: 12px;
  }
  .author span {font-size: 19px;font-weight: 600;}
  .author span p {
      margin: 0;
      font-size: 12px;
      font-weight: 400;
  }
  .read-more {
    display: inline-block;
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s;
  }
  .heading--wrapflex p {
      width: 50%;
  }
  .heading--wrapflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
    gap: 30px;
  }
  
  .project-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }
  .margin--bottom .cardwraper {
      margin: 0 0 30px;
  }
  .cardwraper {
      background: white;
      margin: 20px 0 0 0;
      padding: 15px;
      box-shadow: rgb(99 99 99 / 4%) 0px 2px 8px 0px;
      min-height: 390px;
  }
  .cardwraper  span {}
  .cardwraper .card-icon {
      margin: 0 0 15px;
  }
  .cardwraper .card-icon img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  }
  .cardwraper h3 {
      font-size: 16px;
      font-weight: 500;
      line-height: 26px;
      margin: 0 0 17px;
  }
  #carousel p {
          overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
  }
  .cardwraper p {
      font-size: 16px;
      line-height: 34px;
      opacity: 0.7;
  }
  .cardwraper .read-more::before {
      content:"";
      position: absolute;
      width: 71px;
      height: 1px;
      right: -80px;
      background: #0000002b;
      top: 11px;
  }
  .cardwraper .read-more {
      font-size: 18px;
      color: black;
      position: relative;
  }
  .owl-pagination {
    display: none !important;
  }
  #carousel .owl-item {
    margin: 40px 30px 17px 0px;
  }
  .headingwrapcounter-center {
    color: white;
    text-align: center;
  }
  .headingwrapcounter-center h2 {
    color: white;
  }
  .counters--wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 49px;
  }
  .counters--wrap .counter {
      display: flex;
      align-items: center;
      gap: 20px;
      width: fit-content;
  }
  .counters--wrap .counter .counter-icon:before {
      content:"";
      width: 90px;
      height: 90px;
      position: absolute;
      background: #c38f4a82;
      border-radius: 50%;
      z-index: 0;
  }
  .counters--wrap .counter .counter-icon {
      background: #C38F4A;
      border-radius: 50%;
      position: relative;
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .counters--wrap .counter .counter-icon img {}
  .counters--wrap .counter h3 {
      margin: 0;
      color: white;
      font-weight: 600;
      padding: 0 0 4px;
  }
  .counters--wrap .counter p {
      margin: 0;
      font-size: 14px;
      color: white;
      font-weight: 200;
  }
  .or_news--slider .owl-item {
    margin: 0 31px 0 0px;
  }
  .or_news--slider {
      margin: 60px 0 0;
  }
  .or_banner--slider .swiper-slide {
      opacity: unset;
  }
  .swiper-slide-thumb-active {
      opacity: 0.4;
  }
  .or_news--image {}
   .or_news--image img {
      width: 100%;
      height: 340px;
      object-fit: cover;
      border-radius: 10px 10px 0 0;
  }
  .or_news--content {
      background: #FBF7F3;
      width: 91%;
      position: relative;
      padding: 43px 18px 20px;
      top: -60px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.06) 0px 1px 42px 0px;
  }
  .or_news--content  a {
      opacity: 0.5;
      font-size: 15px;
  }
  .buffet--userwrap {
      display: flex;
      justify-content: space-between;
      margin: 0 0 16px;
  }
  .or_news--slider .buffet--userwrap p {
      margin: 0;
      display: flex;
      align-items: center;
      gap: 10px;
  }
  .buffet--userwrap span h5 {
      color: white;
      font-size: 29px;
      font-weight: 700;
      margin: 0;
  }
  .buffet--userwrap span  {
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      padding: 10px 23px;
      background: #15625C;
  }
  .buffet--userwrap span b {
      font-weight: 200;
      color: white;
  }
  .or_news--content h3 {
      font-size: 21px;
      line-height: 33px;
      margin: 0 0 20px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  .main-headingwrap--pacakge h2 {
      color: white;
  }
  .main-headingwrap--pacakge p {
      color: white;
  }
  .appointment--package {
      position: absolute;
      padding: 30px 30px;
      top: -60px;
      z-index: 999999999;
  }
  .appointment--package .main-headingwrap {}
  .appointment--package .price {
      color: white;
      display: flex;
      align-items: center;
      font-weight: 300;
      gap: 10px;
      margin: 26px 0 30px;
  }
  .appointment--package .price span {
      color: var(--secondary);
      font-size: 32px;
      font-weight: 700;
  }
  .appointment--package .features {}
  .appointment--package .features li {
      display: flex;
      align-items: center;
      color: white;
      gap: 10px;
      margin: 0 0 26px;
  }
  .appointment--package .features li img {
      width: 21px;
  }
  
  .or_social--nav {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99; }
    .or_social--nav li {
      position: relative;
      margin-bottom: 13px; }
      .or_social--nav li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #e9d0d03d;
      }
  .or_social--nav li a:hover {
      background: var(--secondary);
  }
  .or_social--nav .active {
    background: var(--secondary);
  }
  .or_banner--scroll {
    position: absolute;
    right: 90px;
    bottom: 20px;
    z-index: 99;
    text-align: center;
  }
  .testimonial__inner {
      position: relative;
      height: 500px;
      align-items: center;
      display: flex;
  }
  .testimonial__img {
    height: 500px;
    border-radius: 10px;
  }
  .testimonial__img .testimonial__video {
      bottom: 0;
      padding: 25px 45px;
      background-color: rgba(5, 108, 95, 0.9);
      position: absolute;
      display: flex;
      align-items: center;
      gap: 20px;
  }
  .testimonial__img .testimonial__video h3 {
      color: white;
      font-size: 24px;
  }
  .testimonial__img .testimonial__video a img {
      width: 50px;
  }
  
  #testimonial-carousel p {
  
  margin: 20px 0 0;
  
  font-size: 16px;
  
  line-height: 30px;
  
  opacity: 0.8;
  
  overflow: hidden;
  
  display: -webkit-box;
  
  -webkit-line-clamp: 5;
  
  -webkit-box-orient: vertical;
  }
  #testimonial-carousel span {
      display: flex;
      align-items: center;
      gap: 20px;
      margin: 20px 0 0;
  }
  #testimonial-carousel span img {
      border-radius: 50%;
      width: 10%;
      border: 3px solid #17756b;
  }
  #testimonial-carousel span label h3 {
      font-weight: 600;
      font-size: 28px;
  }
  #testimonial-carousel span label h4 {
      font-size: 14px;
  }
  #testimonial-carousel {}
  .or_footer--wrapper {
    position: relative;
    background-color: #000000;
  }
  .or_footer--wrapper .or_footer--inner {
    padding: 70px 0;
    /* display: flex; */
    align-items: center;
    gap: 80px;
  }
  .or_footer--wrapper .or_footer--content {
    width: 100%;
    max-width: 550px;
  }
  .or_footer--wrapper .or_footer--content .or_footer-desc {
    margin: 30px 0 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }
  .or_footer--wrapper .or_footer--social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8.1px;
    margin-bottom: 16px;
  }
  .or_footer--wrapper .or_footer--heading {
    margin: 0 0 22px;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
  }
  .or_footer--wrapper .or_footer--menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 35px;
  }
  .or_footer--wrapper .or_footer--menu li a{
      color: white;
      font-size: 17px;
      font-weight: 300;
  }
  .or_footer--wrapper .or_footer--location {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
  .or_footer--wrapper .or_footer--location .or_footer--locationBlock p {
        color: #fff;
        display: flex;
        align-items: center;
        gap: 11px;
  }
  .or_footer--wrapper .or_footer--location .or_footer--locationBlock p a {
        color: #fff;
        display: flex;
        align-items: center;
        gap: 10px;
  }
  .or_footer--wrapper .or_footer--location .or_footer--locationBlock h4 {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
    color: #fff;
  }
  .or_copyright--wrapper {
      background: var(--primary);
      padding: 14px 0;
  }
  .or_copyright--inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: white;
  }
  .or_copyright--inner p {
      font-size: 12px;
      font-weight: 300;
      margin: 0;
  }
  .or_news--slider .owl-pagination {
      display: block !important;
      position: absolute;
      top: -18%;
      right: 13%;
  }
  .or_news--slider .owl-pagination .owl-page span {
    background: url(../images/newsarrowleft.png);
    width: 74px;
    height: 42px;
    background-repeat: no-repeat !important;
  }
  
  .or_news--slider .owl-pagination .owl-page:last-child span  {
    background: url(../images/newsarrowright.png) !important;
  }
  
  /* about csss */
  .breadcampsection {
    background: url(../images/breadcamp.png);
    padding: 90px 0;
  }
  .breadcampsection .breadcamp---top {
      text-align: center;
  }
  .breadcampsection .breadcamp---top ul {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 1px solid white;
      width: fit-content;
      margin: 0 auto;
      padding: 8px 20px;
      border-radius: 40pc;
  }
  .breadcampsection .breadcamp---top ul li {}
  .breadcampsection .breadcamp---top ul li a {
      text-transform: uppercase;
      color: white;
      font-weight: 300;
      font-size: 12px;
  }
  .breadcampsection .breadcamp---top h1 {
      margin: 11px 0 0;
      font-size: 43px;
      color: white;
      font-weight: 500;
      text-transform: capitalize;
  }
  .faq {
      margin: 30px 30px 0 0px;
  }
  .faq .faq-item {
      border-bottom: 1px solid #18756c1a;
      padding: 22px 0;
  }
  .faq .faq-item .faq-question {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .faq .faq-item .faq-question h4 {
      font-size: 20px;
      font-weight: 400;
      color: var(--primary);
  }
  .faq .faq-item .faq-question .faq-toggle {
      background: var(--primary);
      border-radius: 50%;
      color: white;
      font-size: 16px;
      width: 26px;
      height: 26px;
      text-align: center;
      align-items: center;
      display: flex;
      justify-content: center;
  }
  .faq .faq-item .faq-answer {}
  .faq .faq-item .faq-answer p {
      margin: 16px 0 0;
      font-size: 14px;
      line-height: 26px;
      font-weight: 400;
  }
  .formwrap {}
  .formwrap .from-control {
      display: flex;
      align-items: center;
      margin: 0 0 20px;
      gap: 22px;
  }
  .formwrap .from-control input {
      height: 55px;
      width: 100%;
      border: 1px solid #e4e4e4;
      padding: 0 13px;
      border-radius: 3px;
  }
  .formwrap .from-control textarea {
      height: 145px;
      width: 100%;
      border: 1px solid #e4e4e4;
      padding: 12px 13px;
      border-radius: 3px;
  }
  .sectionfooter--address {
      position: relative;
  }
  .sectionfooter--address .ouraddress-wraap {
      background: #14615B;
      border-radius: 11px;
      padding: 40px 30px;
      position: relative;
      bottom: -70px;
  }
  .sectionfooter--address .ouraddress-wraap ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .sectionfooter--address .ouraddress-wraap ul li {
      display: flex;
      align-items: center;
      gap: 20px;
  }
  .sectionfooter--address .ouraddress-wraap ul li h5 {
      color: white;
      font-size: 18px;
  }
  .sectionfooter--address .ouraddress-wraap ul li p {
      margin: 0;
      color: white;
      font-size: 13px;
      line-height: 24px;
      font-weight: 200;
  }
  
  #testimonial-carousel .owl-pagination {
    display: block !important;
    float: inline-end;
    position: relative;
  }
  #testimonial-carousel .owl-pagination .owl-page:last-child span:before {
      content:"";
      position: absolute;
      top: 0;
      background: var(--secondary);
      width: 12px;
      height: 12px;
      left: 53%;
      border-radius: 32px;
  }
  #testimonial-carousel .owl-pagination .owl-page span {
    background: url(../images/icons/arrowside.svg);
    width: 54px;
    height: 18px;
    background-repeat: no-repeat !important;
    margin: 0 0 0 19px;
  }
  #testimonial-carousel .owl-pagination .owl-page:last-child span  {
    background: url(../images/icons/arrowside1.svg) !important;
    width: 50px;
  }
  .contact-wraphome {
    padding: 60px 0px 0 0;
  }
  .contact-wraphome::before {
    content: "";
    background: var(--primary);
    position: absolute;
    width: 51%;
    height: 100%;
    right: 0;
  }
  .contact__wrapper  {
      /* background: var(--primary); */
      padding: 40px 30px;
      position: relative;
  }
  .contact__wrapper h2 {
      color: white;
      font-size: 24px;
      font-weight: 400;
  }
  .contact__wrapper .contact__form textarea {
    width: 100%;
    height: 120px;
    padding: 10px 19px;
    border: none;
    border-radius: 5px;
  }
  
  .contact__wrapper .contact__form form input {
      width: 100%;
      height: 60px;
      padding: 0 19px;
      border: none;
      border-radius: 4px;
  }
  .contact__wrapper .contact__form form {
      padding: 30px 0;
  }
  .contact__wrapper .contact__form form  .row {
      margin-bottom: 15px;
  }
  .stickleft {
      
  position: sticky;
      
  top: 0;
  }
  .popular--service {
      background: #f6f6f6;
      margin: 0 0 30px;
      padding: 30px 30px;
  }
  .popular--service ul {}
  .popular--service .search-form {
      margin: 20px 0 0;
      display: flex;
  }
  .popular--service .search-form button {
      padding: 0 19px;
      border: none;
      background: var(--primary);
      color: white;
  }
  .popular--service .search-form input {
      width: 100%;
      height: 58px;
      padding: 0 10px;
      border: none;
      background: #f1f9ff;
  }
  .popular--service ul h3 {
      color: var(--primary);
      font-weight: 600;
      margin: 0 0 10px;
  }
  .popular--service ul li:hover {
      color: var(--primary);
      border-bottom: 1px solid #14615b;
  }
  .popular--service ul li {
      padding: 20px 10px;
      border-bottom: 1px solid #14615b45;
      opacity: 0.6;
      font-size: 16px;
      color: black;
  }
  .have_query {
      text-align: center;
      padding: 120px 50px;
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: column;
  }
  .have_query::before {
    content: "";
    background: #14615bc9;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .have_query h3 {
      color: white;
      font-size: 41px;
      z-index: 999;
      position: relative;
      margin: 0 0 20px;
  }
  .have_query a {
      position: relative;
  }
  .serviceright--wrap {}
  .serviceright--wrap img {
      width: 100%;
     
      height: 400px;
      object-fit: cover;
  }
  .main-servicehead {
      padding: 30px 0 0;
  }
  .serviceright--wrap h3 {
      color: var(--primary);
      font-weight: 600;
      margin: 0 0 11px;
  }
  .serviceright--wrap p {
      font-size: 14px;
      line-height: 27px;
      opacity: 0.8;
  }
  .popular--serviceblog {}
  .popular--serviceblog figure {
      text-align: center;
      margin: 30px 0 20px;
  }
  .popular--serviceblog figure img {border-radius: 70%;border: 2px solid #14615b;}
  .popular--serviceblog h6 {
      font-size: 18px;
      text-align: center;
      margin: 0 0 10px;
  }
  .popular--serviceblog p {
      text-align: center;
      font-size: 14px;
      line-height: 23px;
      opacity: 0.8;
  }
  .popular--serviceblog .popular_feed {
      display: flex;
      align-items: center;
      padding: 20px 0;
      border-bottom: 1px solid #e0e0e0;
      gap: 10px;
  }
  .popular--serviceblog .popular_feed figure {
      margin: 0;
  }
  .popular--serviceblog .popular_feed figure img {
      width: 90px;
  }
  .popular--serviceblog .popular_feed span {}
  .popular--serviceblog .popular_feed span a {
      font-size: 15px;
      color: var(--primary);
  }
  .popular--serviceblog .popular_feed span p {
      text-align: justify;
      margin: 10px 0;
  }
  .social_wraper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 20px 0 0;
  }
  .social_wraper li {
      background: var(--primary);
      width: 60px;
      height: 60px;
      align-items: center;
      display: flex;
      justify-content: center;
      border-radius: 3px;
  }
  .myportfolioslide {
    position: relative;
    overflow: hidden;
  }
.myportfolioslide img {
    height: 460px;
}
  .myportfolioslide {
    display: block;
    width: 100%;
    height: auto;
  }
.post-image  {
    margin: 0 !important;
}
.post-image img {
    height: 610px !important;
    object-fit: fill !important;
}
.or_team--block {
    background: white;
    padding: 10px;
}
.or_team--block .or_team--image {
    margin-bottom: 14px;
}
.or_team--block .or_team--image img {
  width: 100%;
  object-fit: cover;
  height: 360px;
}
.or_team--block .or_team--content h3 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    text-transform: capitalize;
    color: #171a20;
}
.justifycenter {
    display: flex;
    justify-content: center;
}




header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}
header nav {}
header nav ul {
    display: flex;
    align-items: center;
    gap: 60px;
}

