@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

:root {
    --brown: #BA8A3E;
    --heading-color: #333333;
    --light-brown: #D2AD55;
    --navbar-color: #1A1A1A;
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
}

.header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 7;
    padding: 10px 10px;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .brand {
    display: inline-block;
}

.header .brand img {
    display: block;
    width: 88px;
}

.header .nav ul {
    margin-bottom: 0;
    display: flex;
}

.header .nav ul li {
    margin: 0 5px;
    padding: 8px 3px;
}

.header .nav ul li a {
    color: var(--navbar-color);
    transition: 0.5s all ease;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0 5px;
    transition: 0.5s all ease;
    text-decoration: none;
}

.header .nav ul li a.active {
    color: var(--brown);
}

.header .nav ul li a:hover {
    color: var(--brown);
}

.hamburger {
    display: none;
}

.navbar {
    background: #fff;
}

.navbar-nav .nav-item.active .nav-link {
    color: var(--brown);
}

.navbar-nav .nav-item .nav-link {
    color: var(--navbar-color);
    transition: 0.5s all ease;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0 5px;

}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--brown);
}

.hero-section {
  /*  background-image: url('../images/Hero_section.png');  */
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-section::before {
    position: absolute;
    content: "";
    background-image: url('../images/Hero_section.png');
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    bottom: 0;
    background: radial-gradient(50% 211.59% at 50% 50%, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(186, 138, 62, 0.8), rgba(186, 138, 62, 0.8));
}

.container .hero-image {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}

.container .hero-image img {
    width: 521px;
    height: auto;
}

.container .hero-list {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hero-list li {
    margin: 0 20px;
    position: relative;
}

.hero-list li::after {
    position: absolute;
    content: "";
    right: 0;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.hero-list li:nth-last-child(1)::after {
    display: none;
}

.hero-list li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    text-decoration: none;
}

.intro-section {
    padding: 80px 0;
}

.intro-section .container {
    max-width: 992px;
    margin: 0 auto;
}

.intro-section .container h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 49px;
    line-height: 150%;
    text-align: center;
    color: #333333;
    position: relative;
    margin-bottom: 40px;
    position: relative;
}

.intro-section .container h2::after {
    position: absolute;
    content: "";
    width: 255px;
    height: 3px;
    background-color: #EBCB7F;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -13px;
}

.intro-section .container p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #333333;
}

.five-cart-section .row .col-lg-2 {
    width: 20% !important;
    flex: 20% !important;
    max-width: 20% !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 650px;
    padding: 35px 35px 60px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.five-cart-section .row .col-lg-2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(190.86deg, rgba(0, 0, 0, 0) 36.59%, rgba(0, 0, 0, 0.21) 62.29%), linear-gradient(0deg, rgba(186, 138, 62, 0.7), rgba(186, 138, 62, 0.7));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.five-cart-section .row .col-lg-2:nth-child(1)::before {
    background-image: url(/assets/images/Company_card.png);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 17% 10%;
}
    

.five-cart-section .row .col-lg-2:nth-child(2)::before {
    background-image: url(../images/Frame_11.png);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 47% 10%;
}

.cart-icon img {
    width: 48px;
}

.five-cart-section .row .col-lg-2:nth-child(3)::before {
    background-image: url(../images/Frame_12.png);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 34% 10%;
}

.five-cart-section .row .col-lg-2:nth-child(4)::before {
    background-image: url(../images/Frame_13.png);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 27% 10%;
}

.five-cart-section .row .col-lg-2:nth-child(5)::before {
    background-image: url(../images/Frame_14.png);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 38% 10%;
}


.upper-section .first-img {
    position: relative;
}

.upper-section .second-img {
    position: relative;
}

.upper-section .third-img {
    position: relative;
}

.upper-section .forth-img {
    position: relative;
}

.upper-section .fifth-img {
    position: relative;
}

.upper-section .first-img img {
    width: 90px;
    position: absolute;
    left: -90px;
    top: 37px;
}

.upper-section .second-img img {
    width: 90px;
    position: absolute;
    left: -68px;
    top: -62px;
}

.upper-section .third-img img {
    width: 90px;
    position: absolute;
    left: -44px;
    top: 37px;
}

.upper-section .forth-img img {
    width: 90px;
    position: absolute;
    left: -21px;
    top: -60px;
}

.upper-section .fifth-img img {
    width: 90px;
    position: absolute;
    left: 1px;
    top: 37px;
}

@media screen and (max-width: 1600px) {
    .upper-section .first-img img {
        left: -79px;
    }

    .upper-section .second-img img {
        left: -61px;
    }

    .upper-section .third-img img {
        left: -44px;
    }

    .upper-section .forth-img img {
        left: -26px;
    }

    .upper-section .fifth-img img {
        left: -11px;
    }
}

@media screen and (max-width: 1200px) {
    .upper-section .first-img img {
        left: -73px;
    }

    .upper-section .second-img img {
        left: -58px;
    }

    .upper-section .third-img img {
        left: -45px;
    }

    .upper-section .forth-img img {
        left: -34px;
    }

    .upper-section .fifth-img img {
        left: -17px;
    }
}

.cart-icon {
    position: relative;
    z-index: 1;
}

.cart-icon img {
    width: 40px;
}

.cart-description {
    position: relative;
    z-index: 1;
}

.cart-description h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #FFFFFF;
}

.cart-description h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.cart-description .fa-arrow-right {
    font-family: "fontawesome";
}

.cart-description a {
    color: #ffff;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
}

.cart-description a svg {
    width: 20px;
    transform: rotate(90deg);
    fill: #fff;
    margin-left: 5px;
}

.founder-section {
    padding: 50px 0;
}

.founder-section .founder-sign img {
    width: 50px;
}

.founder-section .container .row {
    align-items: center;
}

.founder-text {
    margin-right: 0;
}

.founder-text h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 49px;
    line-height: 60px;
    color: #333333;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.founder-text h2::after {
    position: absolute;
    content: "";
    width: 230px;
    left: 0;
    height: 3px;
    background: #EBCB7F;
    bottom: -10px;
}

.founder-text p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    margin-bottom: 25px;
}

.founder-image {
    margin-left: 0;
}

.founder-image .user-image {
    position: relative;
}

.founder-image .user-image img {
    width: 500px;
    position: relative;
    z-index: 2;
}

.founder-name {
    background: #D2AD55;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    position: absolute;
    padding: 15px 0;
    border-radius: 15px;
    z-index: 2;
    bottom: 5px;
    left: 20px;
}

.founder-name h4 {
    margin: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    margin-right: 10px;
}

.founder-name p {
    margin: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    color: #FFFFFF;
}

.dots-image {
    position: absolute;
    right: 22px;
    top: 0;
    width: auto;
    z-index: 0;
}

.user-image > .dots-image > img {
    width: 150px;
}


.dropdown {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left;
    box-shadow: none;
  }

  .dropdown:hover {
    box-shadow: none;
  }

  .dropdown:focus-visible {
    outline: none;
  }
  .dropdown .select {
      cursor: pointer;
      display: block;
      padding: 10px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 14px 16px;
      width: 100%;
      height: 60px;
      background: #FFFFFF;
      border: 1px solid #E0E0E0;
      border-radius: 10px;
  }
  .dropdown .select > i {
      font-size: 13px;
      color: #888;
      cursor: pointer;
      transition: all .3s ease-in-out;
      float: right;
      line-height: 20px;
      transform: rotate(270deg);
  }
  .dropdown:hover {
      box-shadow: none;
  }
  .dropdown:active {
      background-color: #f8f8f8
  }
  .dropdown.active:hover,
  .dropdown.active {
      box-shadow: none;
      border-radius: 2px 2px 0 0;
      background-color: #f8f8f8
  }
  .dropdown.active .select > i {
      transform: rotate(90deg) !important;
  }
  .dropdown .dropdown-menu {
      position: absolute;
      background-color: #fff;
      width: 100%;
      left: 0;
      margin-top: 1px;
      box-shadow: none;
      border-radius: 0 1px 2px 2px;
      overflow: hidden;
      display: none;
      max-height: 100vh;
      z-index: 9
  }
  .dropdown .dropdown-menu li {
      padding: 10px;
      transition: all .2s ease-in-out;
      cursor: pointer
  } 
  .dropdown .dropdown-menu {
      padding: 0;
      list-style: none
  }
  .dropdown .dropdown-menu li:hover {
      background-color: #f2f2f2
  }
  .dropdown .dropdown-menu li:active {
      background-color: #e2e2e2
  }

  .reason-block label {
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #1A1A1A;
  }

  .contact-section {
    padding: 70px 10px;
    margin-bottom: 50px;
  }

 .contact-section .container h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 49px;
    line-height: 150%;
    color: #333333;
    margin-bottom: 40px;
    position: relative;
}

.contact-section .container h2::after {
    position: absolute;
    content: "";
    width: 230px;
    height: 3px;
    background-color: #EBCB7F;
    left: 0;
    bottom: -13px;
}

.contact-block {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 30px 30px;
}

.contact-details h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #1A1A1A;
}

.name-row .col-sm-12 label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    color: #666666;
    display: block;
}

.name-row .col-sm-12 label span {
    color: #AD433B;
}

.name-row .col-sm-12 input {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 16px;
    gap: 8px;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.email-section .col-sm-12{
    padding-left: 0;
}

.message-section h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #1A1A1A;
}

.message-section textarea {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 16px;
}

input:focus-visible {
    outline: none;
}

.contact-block button {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    float: right;
    width: 133px;
    padding: 10px 0;
    background: #D2AD55;
    border-radius: 8px;
    border: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}

.address-details {
    padding: 0 20px 20px 20px;
    float: right;
    margin-bottom: 10px;
}

.address-details h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 150%;
    color: #333333;
    margin-bottom: 17px;
}

.address-details ul.address-info li, .address-details ul.address-info li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1A1A1A;
    position: relative;
    text-decoration: none;
    margin-bottom: 15px;
}

.address-details ul.address-info li i {
    font-size: 20px;
    margin-right: 10px;
    color: #D2AD55;
    font-weight: 900;
}

.map-details iframe {
    border: 0;
    width: 91%;
    float: right;
    border-radius: 10px;
}

.cta-section {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.cta-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #BA8A3E;
    opacity: 0.7;
}

.cta-section .cta-left-img {
    width: 50%;
}

.cta-left-img img, .cta-right-img img {
    width: 100%;
}

.cta-section .cta-right-img {
    width: 54%;
}

.cta-section .cta-text {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
}
input[type="text"]:focus-within,textarea:focus-within{
	outline : 1px solid var(--light-brown);
}

@media screen and (min-width: 992px) {
   
}

@media screen and (max-width: 992px) {
    .upper-section .first-img img {
        left: -66px;
    }

    .upper-section .second-img img {
        left: -55px;
    }

    .upper-section .third-img img {
        left: -42px;
    }

    .upper-section .forth-img img {
        left: -34px;
    }

    .upper-section .fifth-img img {
        left: -24px;
    }
	.founder-text p br:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(2)):not(:nth-child(5)) {
    display: none;
}
}


.cta-text .cta-first-section, .cta-text .cta-second-section, .cta-text .cta-third-section {
    width: 33.33%;
}

.cta-text .cta-second-section {
    text-align: center;
}

.cta-text .cta-first-section ul, .cta-text .cta-third-section ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-text .cta-first-section ul {
    align-items: end;
}

.cta-text .cta-third-section ul {
    align-items: baseline;
}

.cta-text .cta-first-section ul li a, .cta-text .cta-third-section ul li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 31px;
    line-height: 180%;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-section {
    width: 100%;
    background: #fff;
}

.footer-section .navbar {
    padding: 0.5em 0;
}

.footer-section .navbar p {
    margin-bottom: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #1A1A1A;
}

.years-section {
    min-height: 800px;
    position: relative;
    width: 100%;
    padding: 2px 0;
    background: linear-gradient(190.86deg, rgba(0, 0, 0, 0) 36.59%, rgba(0, 0, 0, 0.21) 93.1%), rgba(186, 138, 62, 0.8);
}

.years-section .two-col {
    display: none;
}

.years-section .container {
    padding: 150px 0 30px 0;
}

.years-section .upper-section {
    background-image: url(../images/Lines.png);
    position: absolute;
    top: 50px;
    background-repeat: no-repeat;
    background-size: 100% 50%;
    min-height: 400px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 150px;
    left: 0;
}



.years-section .lower-section {
    min-height: 400px;
    margin-top: 400px;
    justify-content: space-evenly;
}

.lower-section .first-text {
    padding-right: 0;
    margin-left: 10px;
}

.lower-section .second-text {
    margin-right: 0;
    margin-left: -33px;
}

.lower-section .third-text {
    margin-left: -38px;
}


.lower-section .forth-text {
    margin-left: -24px;
}

.lower-section .fifth-text {
    margin-left: -27px;
}

.lower-section .first-text ul, .lower-section .second-text ul, .lower-section .third-text ul, .lower-section .forth-text ul, .lower-section .fifth-text ul {
    position: relative;
}

.lower-section .first-text ul li:nth-child(1), .lower-section .second-text ul li:nth-child(1), .lower-section .third-text ul li:nth-child(1), .lower-section .forth-text ul li:nth-child(1), .lower-section .fifth-text ul li:nth-child(1) {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
}

.lower-section .first-text ul li:nth-child(2), .lower-section .second-text ul li:nth-child(2), .lower-section .third-text ul li:nth-child(2), .lower-section .forth-text ul li:nth-child(2), .lower-section .fifth-text ul li:nth-child(2) {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.lower-section .first-text ul li:nth-child(3), .lower-section .second-text ul li:nth-child(3), .lower-section .third-text ul li:nth-child(3), .lower-section .forth-text ul li:nth-child(3), .lower-section .fifth-text ul li:nth-child(3) {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
    margin-top: 13px;
}

.lower-section .first-text ul li:nth-child(4), .lower-section .second-text ul li:nth-child(4), .lower-section .third-text ul li:nth-child(4), .lower-section .forth-text ul li:nth-child(4), .lower-section .fifth-text ul li:nth-child(4) {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}


@media screen and (min-width: 1600px){
    .lower-section .first-text {
        transform: translate(10px, 0);
    }

    .lower-section .second-text {
        transform: translate(10px, 0);
    }

    .lower-section .forth-text {
        transform: translate(-17px, 0);
    }

    .lower-section .fifth-text {
        transform: translate(-30px, 0);
    }
}

@media screen and (max-width: 1600px) {
    .lower-section .first-text {
        padding-right: unset;
        margin-left: unset;
        position: relative;
    }

    .lower-section .second-text {
        padding-right: unset;
        margin-left: unset;
        position: relative;
    }
    
    .lower-section .third-text {
        padding-right: unset;
        margin-left: unset;
        position: relative;
    }
    
    
    .lower-section .forth-text {
        padding-right: unset;
        margin-left: unset;
        position: relative;
    }
    
    .lower-section .fifth-text {
        padding-right: unset;
        margin-left: unset;
        position: relative;
    }

    .lower-section .first-text ul {
        transform: translate(43px, -1px);
    }

    .lower-section .second-text ul {
        transform: translate(20px, -1px);
    }

    .lower-section .third-text ul {
        transform: translate(0px, -1px);
    }

    .lower-section .forth-text ul {
        transform: translate(-28px, -1px);
    }

    .lower-section .fifth-text ul {
        transform: translate(-50px, -1px);
    }
    
}

@media screen and (max-width: 1200px) {
    .lower-section .first-text ul {
        transform: translate(27px, -1px);
    }

    .lower-section .second-text ul {
        transform: translate(9px, -1px);
    }

    .lower-section .third-text ul {
        transform: translate(-6px, -1px);
    }

    .lower-section .forth-text ul {
        transform: translate(-25px, -1px);
    }

    .lower-section .fifth-text ul {
        transform: translate(-40px, -1px);
    }
}


.years-section .years-holder {
    position: relative;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding-top: 450px;
}

@media screen and (max-width: 992px) {
    .header .container {
        max-width: 992px;
    }

    .header .container .brand {
        padding: 9px 0;
    }

    .header .nav {
        position: fixed;
        top: -1000px;
        background: #fff;
        width: 100%;
        height: 100%;
        left: 0;
        transition: 0.5s all ease;
        z-index: -1;
    }

    .header .nav ul {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-top: 20px;
    }

    .hamburger {
        background: transparent;
        width: 40px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        cursor: pointer;
    }

    .hamburger-holder {
        width: 35px;
        height: 3px;
        background: #1a1a1a;
        position: relative;
    }

    .hamburger-holder::before {
        position: absolute;
        width: 35px;
        content: "";
        height: 3px;
        background: #1a1a1a;
        top: -8px;
    }

    .hamburger-holder::after {
        position: absolute;
        width: 35px;
        content: "";
        height: 3px;
        background: #1a1a1a;
        bottom: -8px;
    }

    .hamburger.active .hamburger-holder {
        background: transparent;
    }

    .hamburger.active .hamburger-holder::before {
        transition: 0.5s all ease;
        transform: rotate(45deg);
        top: 0;
        width: 30px;
    }

    .hamburger.active .hamburger-holder::after {
        transition: 0.5s all ease;
        transform: rotate(-45deg);
        bottom: 0;
        width: 30px;
    }

    .nav.active {
        top: 56px;
    }

    .hero-list li a {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-section .container h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .intro-section .container h2::after {
        width: 100px;
    }

    .intro-section .container p {
        font-size: 16px;
        line-height: 22px;   
    }

    .cart-description h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .cart-description h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .cart-description a {
        font-size: 13px;
        line-height: 150%;
    }

    .cart-description a svg {
        width: 13px;
    }

    .founder-section .container .row {
        flex-direction: column;
    }

    .founder-section .founder-text {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .founder-section .founder-image {
        max-width: 100%;
        text-align: center;
    }

    .founder-name {
        left: 90px;
    }

    .cta-section .cta-left-img {
        display: none;
    }

    .cta-section .cta-right-img {
        width: 100%;
    }

    .footer-section .navbar p {
        text-align: center;
        width: 100%;
    }

    .cta-second-section {
        padding-right: 0;
    }

    .footer-section .navbar-collapse {
        display: none;
    }

    .lower-section .first-text ul li:nth-child(1), .lower-section .second-text ul li:nth-child(1), .lower-section .third-text ul li:nth-child(1), .lower-section .forth-text ul li:nth-child(1), .lower-section .fifth-text ul li:nth-child(1) {
        font-size: 10px;
        line-height: 15px;
    }
    
    .lower-section .first-text ul li:nth-child(2), .lower-section .second-text ul li:nth-child(2), .lower-section .third-text ul li:nth-child(2), .lower-section .forth-text ul li:nth-child(2), .lower-section .fifth-text ul li:nth-child(2) {
        display: none;
    }
    
    .lower-section .first-text ul li:nth-child(3), .lower-section .second-text ul li:nth-child(3), .lower-section .third-text ul li:nth-child(3), .lower-section .forth-text ul li:nth-child(3), .lower-section .fifth-text ul li:nth-child(3) {
        font-size: 25px;
        line-height: 32px;
    }
    
    .lower-section .first-text ul li:nth-child(4), .lower-section .second-text ul li:nth-child(4), .lower-section .third-text ul li:nth-child(4), .lower-section .forth-text ul li:nth-child(4), .lower-section .fifth-text ul li:nth-child(4) {
        font-size: 13px;
        line-height: 15px;
    }

    .years-section .lower-section {
        min-height: 250px;
    }

    .years-section {
        min-height: 600px;
    }

}

@media screen and (max-width: 768px) {

    .hero-section .container {
        padding: 100px 20px;
    }

    .hero-list {
        flex-direction: column;
        align-items: center;
    }

    .hero-list li {
        margin: 10px 20px;
    }

    .hero-list li a {
        font-size: 20px;
        line-height: 30px;
    }

    .hero-list li::after {
        display: none;
    }

    .container .hero-image {
        margin-bottom: 40px;
    }

    .container .hero-image img {
        width: 100%;
    }

    .five-cart-section .row {
        flex-direction: column;
    }

    .five-cart-section .row .col-lg-2 {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 240px;
    }

    .cart-description h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .cart-description h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .cart-description a {
        font-size: 24px;
        line-height: 150%;
    }

    .cart-description a svg {
        width: 25px;
    }

    .founder-text h2 {   
        font-size: 25px;
        line-height: 30px;
    }

    .founder-text h2::after {
        width: 100px;
    }

    .founder-section .founder-image {
        margin-left: 0;
    }

    .founder-section .founder-image .user-image img {
        width: 100%;
    }

    .founder-image .dots-image {
        right: 0;
    }

    .founder-image .user-image .dots-image > img {
        right: 0;
        width: 145px !important;
    }

    .founder-image .founder-name {
        min-width: 100%;
        left: 0;
        justify-content: left;
        padding: 20px;
        min-width: 50%;
    }

    .founder-name h4 {
        font-size: 13px;
    }

    .founder-name p {
        font-size: 10px;
    }

    .contact-section .container h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .contact-section .container h2::after {
        width: 100px;
    }

    .contact-section .contact-block {
        margin-bottom: 30px;
    }

    .contact-section {
        padding: 35px 10px;
    }

    .map-block {
        max-width: 100%;
    }

    .address-details {
        float: left;
        padding: 0;
    }

    .map-details iframe {
        float: left;
        width: 100%;
    }

    .cta-section .cta-second-section img {
        width: 60%;
    }



    .cta-section .cta-first-section ul li a, .cta-section .cta-third-section ul li a {
        font-size: 16px;
        line-height: 25px;
        text-decoration: none;
    }

    .years-section {
        min-height: 800px;
        padding: 50px 10px;
    }

    .years-section .upper-section {
        display: none;
    }

    .years-section .lower-section {
        display: none;
    }

    .years-section .two-col {
        display: flex;
    }

    .first-col .first-image, .second-col .second-image, .third-col .third-image, .forth-col .forth-image, .fifth-col .fifth-image {
        display: flex;
        justify-content: center;
    }

 .forth-col .forth-image img, .third-col .third-image img, .second-col .second-image img, .first-col .first-image img {
        width: 71px;
    }

    .fifth-col .fifth-image img {
        width: 80px;
        height: 43px;
    }

    .text-holder {
        padding-top: 10px;
    }

    .text-holder img {
        margin-right: 25px;
    }

    .first-col .text-holder, .second-col .text-holder, .third-col .text-holder, .forth-col .text-holder, .fifth-col .text-holder {
        display: flex !important;
    }

    .first-col .text-holder img, .second-col .text-holder img, .third-col .text-holder img, .forth-col .text-holder img, .fifth-col .text-holder img {
        width: 40px;
        height: 52px;
    }

    .first-col .text-holder .text-container h4, .second-col .text-holder .text-container h4 , .third-col .text-holder .text-container h4 , .forth-col .text-holder .text-container h4 , .fifth-col .text-holder .text-container h4 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: #FFFFFF;
    }

    .first-col .text-holder .text-container p, .second-col .text-holder .text-container p, .third-col .text-holder .text-container p, .forth-col .text-holder .text-container p, .fifth-col .text-holder .text-container p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 150%;
        color: #FFFFFF;
    }
}

.reason-block .dropdown.active .select:focus-visible {
    border-color: none !important;
    outline-color: none !important;
    box-shadow: none !important;
}

@media screen and (max-width: 768px) {
    .hero-section::before {
        background-position: 63% 10%;
    }

    .cart-icon {
        margin-bottom: 35px;
    }

    .five-cart-section .row .col-lg-2 {
        padding: 25px 30px;
    }
}

@media screen and (max-width: 576px) {

    .address-details ul.address-info li {
        display: flex;
    }

    .address-details ul.address-info li i {
        margin-top: 3px;
    }

    .contact-section .contact-block {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        margin-bottom: 50px;
    }

    .contact-section .container h2 {
        margin-bottom: 55px;
    }

    .cta-section .cta-second-section img {
        width: 75%;
    }

    .footer-section .navbar {
        padding: 15px 0;
    }

    .hero-section::before {
        background-position: 55% 10%;
    }

    .contact-section {
        padding: 35px 15px;
    }
}