html {
  touch-action: manipulation; }

body {
  line-height: 1.2;
  font-family: Poppins-Regular;
  overflow-x: hidden;
  background-color: #FCFBFA; }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #00a7ff; }

a:focus {
  outline: none; }

button {
  cursor: pointer; }

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: unset; }

button:focus {
  outline: none; }

img {
  max-width: 100%; }

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf); }
@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf); }
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf); }
@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins-Light.ttf); }
@font-face {
  font-family: Federo-Regular;
  src: url(../fonts/Federo-Regular.ttf); }
@media (min-width: 1700px) {
  .container {
    max-width: 1624px; } }
h2 {
  font-size: 49px;
  line-height: 59px;
  color: #800525;
  font-family: Federo-Regular;
  margin-bottom: 30px; }

h3 {
  font-size: 39px;
  line-height: 49px;
  color: #800525;
  font-family: Federo-Regular;
  margin-bottom: 25px; }

h4 {
  font-size: 29px;
  line-height: 59px;
  color: #800525;
  font-family: Federo-Regular;
  margin-bottom: 20px; }

h5 {
  font-size: 25px;
  line-height: 35px;
  color: #800525;
  font-family: Federo-Regular;
  margin-bottom: 20px; }

h6 {
  font-size: 20px;
  line-height: 25px;
  color: #800525;
  font-family: Federo-Regular;
  margin-bottom: 20px; }

strong {
  font-family: Poppins-Bold; }

p,
li {
  font-size: 18px;
  line-height: 27px;
  color: #666869; }

p {
  margin-bottom: 20px; }

ul,
ol {
  padding-left: 20px; }

.more-btn {
  font-size: 22px;
  line-height: 31px;
  padding: 15px 40px;
  font-family: Poppins-SemiBold;
  color: #800525;
  box-shadow: 0px 0px 13px #60010029;
  border-radius: 40px;
  background-color: #FCFBFA;
  display: inline-block;
  text-align: center; }
  .more-btn:hover {
    color: #800525; }
  .more-btn.text-gary {
    color: #666869;
    box-shadow: 0px 0px 13px #00000029;
    background-color: #FCFBFA;
    padding: 15px 0px;
    width: 312px;
    text-align: center; }

.header {
  padding: 26px 0; }
  .header .navbar-brand {
    display: inline-block; }
    .header .navbar-brand img {
      height: 128px;
      object-fit: cover; }
  .header .navbar {
    padding: 0;
    justify-content: space-between; }
    .header .navbar .navbar-nav ul,
    .header .navbar .navbar-nav li {
      list-style-type: none; }
    .header .navbar .nav-item .nav-link {
      line-height: 28px;
      padding: 0 0 0 65px;
      font-size: 20px;
      color: #666869;
      position: relative; }
    .header .navbar .nav-item:first-child a {
      padding-left: 0; }

.header .navbar .nav-link:hover {
  color: #800525; }

.header .navbar .current_page_item .nav-link {
  font-family: Poppins-SemiBold;
  color: #800525; }

#main-content {
  position: relative; }
  #main-content section {
    position: relative; }
    #main-content section:first-of-type::before {
      content: "";
      background-image: url(../images/banner-bg.png);
      background-repeat: no-repeat;
      z-index: -1;
      background-position: top right;
      right: -482px;
      top: -10px;
      position: absolute;
      width: 100%;
      height: 100%; }

.home-banner {
  position: relative; }
  .home-banner .banner-top {
    padding-bottom: 150px; }
  .home-banner .banner-desc {
    position: relative; }
    .home-banner .banner-desc .img-fluid {
      border-radius: 15px;
      margin-left: auto;
      display: block;
      margin-right: -50px;
      width: 100%;
      height: 752px;
      object-fit: cover; }
    .home-banner .banner-desc .banner-block-red {
      background-color: #ECD8DE; }
      .home-banner .banner-desc .banner-block-red p,
      .home-banner .banner-desc .banner-block-red ul li,
      .home-banner .banner-desc .banner-block-red a,
      .home-banner .banner-desc .banner-block-red span {
        color: #800525; }
      .home-banner .banner-desc .banner-block-red p::before {
        background-color: #800525; }
    .home-banner .banner-desc .banner-block-gray {
      background-color: #666869; }
      .home-banner .banner-desc .banner-block-gray p,
      .home-banner .banner-desc .banner-block-gray ul li,
      .home-banner .banner-desc .banner-block-gray a,
      .home-banner .banner-desc .banner-block-gray span {
        color: #FCFBFA; }
      .home-banner .banner-desc .banner-block-gray p::before {
        background-color: #FCFBFA; }
    .home-banner .banner-desc .banner-block {
      flex-direction: column;
      gap: 20px; }
      .home-banner .banner-desc .banner-block .banner-block-desc {
        border-radius: 15px;
        padding: 38px 35px 38px 35px; }
        .home-banner .banner-desc .banner-block .banner-block-desc ul,
        .home-banner .banner-desc .banner-block .banner-block-desc li {
          list-style-type: none; }
        .home-banner .banner-desc .banner-block .banner-block-desc p,
        .home-banner .banner-desc .banner-block .banner-block-desc ul li,
        .home-banner .banner-desc .banner-block .banner-block-desc a {
          font-size: 20px;
          font-family: Poppins-SemiBold; }
        .home-banner .banner-desc .banner-block .banner-block-desc p {
          position: relative;
          padding-bottom: 10px;
          margin-bottom: 20px;
          margin-top: 0; }
          .home-banner .banner-desc .banner-block .banner-block-desc p::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 5px;
            border-radius: 40px; }
          .home-banner .banner-desc .banner-block .banner-block-desc p:last-child {
            margin-bottom: 0; }
            .home-banner .banner-desc .banner-block .banner-block-desc p:last-child::before {
              display: none; }
        .home-banner .banner-desc .banner-block .banner-block-desc ul {
          margin-bottom: 30px;
          padding-left: 0; }
          .home-banner .banner-desc .banner-block .banner-block-desc ul li {
            line-height: 34px; }
        .home-banner .banner-desc .banner-block .banner-block-desc a {
          letter-spacing: -0.36px; }
        .home-banner .banner-desc .banner-block .banner-block-desc span {
          font-family: Poppins-Light;
          display: block;
          line-height: 36px; }

.banner-section {
  position: relative; }
  .banner-section .banner-top {
    padding-bottom: 85px; }
    .banner-section .banner-top .banner-link {
      margin-top: 50px;
      display: flex;
      gap: 20px;
      flex-direction: column; }
      .banner-section .banner-top .banner-link a {
        list-style-type: none;
        font-size: 20px;
        line-height: 28px;
        color: #333333;
        font-family: Poppins-SemiBold;
        padding-top: 10px;
        position: relative; }
  .banner-section .banner-desc .img-fluid {
    border-radius: 15px;
    margin-left: auto;
    display: block;
    margin-right: -50px; }
  .banner-section .banner-title {
    margin-top: 148px; }
    .banner-section .banner-title p {
      margin-top: 0;
      margin-bottom: 30px;
      font-size: 30px;
      line-height: 43px;
      color: #666869; }
    .banner-section .banner-title h1 {
      font-size: 80px;
      line-height: 86px;
      color: #800525;
      font-family: 'Federo-Regular'; }

.img-text-multiple {
  margin-bottom: 136px; }
  .img-text-multiple .img-text-block-desc {
    gap: 100px; }
    .img-text-multiple .img-text-block-desc span {
      font-size: 20px;
      line-height: 28px;
      color: #800525;
      margin-top: 35px;
      display: block;
      text-align: center; }
  .img-text-multiple .one-column-image img {
    border-radius: 15px;
    height: auto;
    width: 100%;
    object-fit: contain; }
  .img-text-multiple .two-column-image {
    gap: 20px; }
    .img-text-multiple .two-column-image div {
      width: 300px; }
      .img-text-multiple .two-column-image div img {
        border-radius: 15px;
        height: 400px;
        width: 100%;
        object-fit: contain; }
  .img-text-multiple .img-text-desc {
    width: 100%;
    margin-top: 69px; }
    .img-text-multiple .img-text-desc p {
      width: 100%; }
    .img-text-multiple .img-text-desc span {
      font-size: 30px;
      color: #666869;
      margin-bottom: 30px;
      display: inline-block; }
    .img-text-multiple .img-text-desc h2 {
      font-size: 60px;
      line-height: 66px;
      color: #800525;
      font-family: 'Federo-Regular';
      margin-bottom: 30px; }

.contact-us {
  background-color: #ECD8DE;
  padding: 65px 0;
  position: relative;
  margin-bottom: 150px; }
  .contact-us::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: 100%; }
  .contact-us .contact-us-details {
    position: relative;
    z-index: 1;
    width: 1010px;
    margin: 0 auto;
    text-align: center; }
    .contact-us .contact-us-details h2,
    .contact-us .contact-us-details p {
      width: 625px;
      margin: 0 auto; }
    .contact-us .contact-us-details p {
      color: #333333; }
    .contact-us .contact-us-details h2 {
      padding-bottom: 25px;
      font-size: 63px;
      line-height: 71px;
      color: #800525;
      font-family: 'Federo-Regular'; }
  .contact-us .contact-btn {
    margin-top: 45px; }

.img-text-block {
  margin-bottom: 150px; }
  .img-text-block .img-text-block-desc {
    gap: 133px; }
  .img-text-block .one-img img {
    border-radius: 15px;
    max-width: 500px;
    height: auto; }
  .img-text-block .img-text-desc {
    width: 100%;
    margin-top: 117px; }
    .img-text-block .img-text-desc p {
      width: 100%; }
    .img-text-block .img-text-desc span {
      font-size: 30px;
      color: #666869;
      margin-bottom: 30px;
      display: inline-block; }
    .img-text-block .img-text-desc h2 {
      margin-bottom: 30px; }
    .img-text-block .img-text-desc a {
      margin-top: 55px; }
  .img-text-block.full-width {
    position: relative;
    margin-bottom: 90px; }
    .img-text-block.full-width .flex-row-reverse {
      max-width: 1490px;
      margin-left: auto;
      gap: 100px; }
      .img-text-block.full-width .flex-row-reverse .one-img img {
        max-width: 500px;
        height: auto; }
      .img-text-block.full-width .flex-row-reverse .img-text-desc {
        margin-top: 26px; }
    .img-text-block.full-width::before {
      content: "";
      background-image: url(../images/wasserzeichen.png);
      background-repeat: no-repeat;
      z-index: -1;
      left: -330px;
      top: 246px;
      position: absolute;
      width: 665px;
      height: 940px; }

.faq_Section {
  margin-bottom: 150px; }
  .faq_Section .faq_Section_desc {
    max-width: 925px;
    margin: 0 auto; }
    .faq_Section .faq_Section_desc > h2 {
      font-size: 49px;
      line-height: 59px;
      color: #800525;
      font-family: 'Federo-Regular'; }
    .faq_Section .faq_Section_desc .accordion-button {
      font-size: 30px;
      line-height: 43px;
      color: #666869;
      padding: 17px 0; }
      .faq_Section .faq_Section_desc .accordion-button span {
        padding-right: 65px; }
      .faq_Section .faq_Section_desc .accordion-button::after {
        background-image: url(../images/accordion-arrow.png);
        background-repeat: no-repeat;
        width: 21px;
        height: 12px; }
    .faq_Section .faq_Section_desc .accordion-item {
      border: 0;
      border-bottom: 2px solid #DEC0C8;
      background-color: transparent; }
      .faq_Section .faq_Section_desc .accordion-item button {
        background-color: transparent; }
      .faq_Section .faq_Section_desc .accordion-item .accordion-body {
        padding: 0 25px 15px 77px; }
        .faq_Section .faq_Section_desc .accordion-item .accordion-body p {
          margin-top: 0; }
      .faq_Section .faq_Section_desc .accordion-item:last-of-type {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    .faq_Section .faq_Section_desc .accordion-button:not(.collapsed) {
      background-color: transparent;
      box-shadow: unset; }
    .faq_Section .faq_Section_desc .accordion-button:focus {
      box-shadow: unset; }

.footer {
  background-color: #EDD8DE;
  padding: 58px 0 65px 0; }
  .footer .footer-top {
    margin-bottom: 22px; }
  .footer ul,
  .footer ol {
    padding-left: 0; }
  .footer ul,
  .footer li {
    list-style-type: none; }
  .footer .footer-bottom ul {
    display: flex; }
    .footer .footer-bottom ul li {
      line-height: 23px; }
      .footer .footer-bottom ul li a {
        padding: 0 5px;
        border-right: 1px solid #333333; }
      .footer .footer-bottom ul li:first-child a {
        padding-left: 0; }
      .footer .footer-bottom ul li:last-child a {
        border-right: 0; }
  .footer .footer-contact {
    gap: 80px; }
  .footer p {
    margin-top: 0; }
  .footer li,
  .footer a {
    font-size: 16px;
    line-height: 29px;
    color: #333333;
    font-family: Poppins-Light; }
  .footer .footer-address span {
    color: #800525; }
    .footer .footer-address span::before {
      background-color: #800525; }
  .footer .footer-timing span {
    color: #333333; }
    .footer .footer-timing span::before {
      background-color: #333333; }
  .footer span {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-family: Poppins-SemiBold;
    display: inline-block; }
    .footer span::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 5px;
      border-radius: 40px; }

.gallery-info {
  margin-bottom: 100px; }
  .gallery-info h2 {
    margin-bottom: 40px;
    font-size: 49px;
    line-height: 59px;
    color: #800525;
    font-family: 'Federo-Regular';
    text-align: center; }
  .gallery-info .row .col-md-6 {
    margin-bottom: 50px; }
  .gallery-info .gallery-desc img {
    border-radius: 15px;
    width: 100%;
    height: 280px;
    object-fit: cover; }
  .gallery-info .gallery-desc span {
    font-size: 20px;
    line-height: 30px;
    color: #800525;
    display: block;
    text-align: center;
    margin-top: 20px; }

.contact-form-section {
  margin-bottom: 150px;
  padding: 75px 0 80px 0;
  position: relative; }
  .contact-form-section .contact-details {
    position: relative; }
    .contact-form-section .contact-details p {
      width: 655px; }
    .contact-form-section .contact-details h2 {
      font-size: 63px;
      line-height: 71px;
      color: #800525;
      font-family: 'Federo-Regular';
      margin-bottom: 5px; }
    .contact-form-section .contact-details .contact-btn {
      margin-top: 30px;
      gap: 30px; }
  .contact-form-section .form-details {
    margin-top: 103px; }
    .contact-form-section .form-details .row .col-md-6 {
      margin-bottom: 20px; }
    .contact-form-section .form-details .form-btn {
      margin-top: 20px;
      position: relative; }
    .contact-form-section .form-details input,
    .contact-form-section .form-details textarea {
      width: 100%;
      border: 0;
      border-bottom: 2px solid #DEC0C8;
      resize: none;
      outline: 0;
      padding: 0 0 9px 0;
      font-size: 25px;
      line-height: 38px;
      color: #666869;
      background-color: transparent; }
    .contact-form-section .form-details p {
      margin: 0; }
    .contact-form-section .form-details .more-btn.text-gary {
      color: #666869;
      box-shadow: 0px 0px 13px #00000029;
      background-color: #FCFBFA;
      padding: 15px 0px;
      width: 312px;
      font-size: 22px;
      line-height: 31px;
      text-align: center; }
    .contact-form-section .form-details .wpcf7-spinner {
      position: absolute;
      bottom: 0;
      left: 0; }
  .contact-form-section::before {
    content: "";
    background-image: url(../images/contact-form-bg.png);
    background-repeat: no-repeat;
    width: 672px;
    height: 527px;
    position: absolute;
    left: 0;
    bottom: 40px; }

.gallery-slider-section {
  margin-bottom: 150px; }
  .gallery-slider-section .gallery-slider-details {
    max-width: 1625px;
    margin-left: auto;
    gap: 155px; }
    .gallery-slider-section .gallery-slider-details .gallery-slider-text {
      max-width: 520px;
      margin-top: 26px; }
      .gallery-slider-section .gallery-slider-details .gallery-slider-text span {
        font-size: 30px;
        color: #666869;
        margin-bottom: 30px;
        display: inline-block; }
      .gallery-slider-section .gallery-slider-details .gallery-slider-text h2 {
        font-size: 49px;
        line-height: 59px;
        color: #800525;
        font-family: 'Federo-Regular'; }
      .gallery-slider-section .gallery-slider-details .gallery-slider-text .more-btn {
        margin-top: 40px; }
    .gallery-slider-section .gallery-slider-details .gallery-carousel {
      max-width: 950px;
      margin: 0;
      padding-bottom: 39px; }
      .gallery-slider-section .gallery-slider-details .gallery-carousel .slick-slide {
        margin: 0 10px; }
      .gallery-slider-section .gallery-slider-details .gallery-carousel img {
        width: 385px;
        height: 420px;
        border-radius: 15px;
        object-fit: cover; }
      .gallery-slider-section .gallery-slider-details .gallery-carousel .slick-prev {
        left: auto;
        right: 191px;
        top: auto;
        bottom: -10px; }
        .gallery-slider-section .gallery-slider-details .gallery-carousel .slick-prev::before {
          content: "";
          background-image: url(../images/next-arrow.png);
          background-repeat: no-repeat;
          width: 12px;
          height: 21px;
          position: absolute;
          left: 0;
          opacity: 1; }
      .gallery-slider-section .gallery-slider-details .gallery-carousel .slick-next {
        left: auto;
        right: 160px;
        top: auto;
        bottom: -10px; }
        .gallery-slider-section .gallery-slider-details .gallery-carousel .slick-next::before {
          content: "";
          background-image: url(../images/prve-arrow.png);
          background-repeat: no-repeat;
          width: 12px;
          height: 21px;
          position: absolute;
          right: 0;
          opacity: 1; }

.team-section {
  margin-bottom: 150px; }
  .team-section .team-head h2 {
    font-size: 49px;
    line-height: 59px;
    color: #800525;
    font-family: 'Federo-Regular';
    text-align: center; }
  .team-section .team-head p {
    width: 1100px;
    margin: 25px auto auto;
    text-align: center; }
  .team-section .team-tab,
  .team-section .team-info {
    margin-top: 55px; }
    .team-section .team-tab p,
    .team-section .team-info p {
      margin-bottom: 0; }
    .team-section .team-tab .team-details .team-img img,
    .team-section .team-info .team-details .team-img img {
      border-radius: 15px 15px 0px 0px;
      width: 100%;
      height: 345px;
      object-fit: cover; }
    .team-section .team-tab .team-details .team-more,
    .team-section .team-info .team-details .team-more {
      background-color: #800525;
      border-radius: 15px;
      padding: 45px;
      margin-top: -20px;
      position: relative; }
      .team-section .team-tab .team-details .team-more span,
      .team-section .team-info .team-details .team-more span {
        font-family: Poppins-Light;
        display: block;
        color: #FCFBFA;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.26px;
        position: relative;
        padding: 20px 0 8px 0; }
        .team-section .team-tab .team-details .team-more span::before,
        .team-section .team-info .team-details .team-more span::before {
          content: "";
          background-color: #FCFBFA;
          position: absolute;
          top: 0;
          left: 0;
          width: 50px;
          height: 5px;
          border-radius: 40px; }
      .team-section .team-tab .team-details .team-more h3,
      .team-section .team-info .team-details .team-more h3 {
        font-family: Poppins-SemiBold;
        display: block;
        color: #FCFBFA;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.39px;
        margin-bottom: 30px; }
      .team-section .team-tab .team-details .team-more a,
      .team-section .team-info .team-details .team-more a {
        font-family: Poppins-SemiBold;
        display: inline-block;
        color: #FCFBFA;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.36px;
        padding-right: 35px;
        position: relative;
        cursor: pointer; }
        .team-section .team-tab .team-details .team-more a::before,
        .team-section .team-info .team-details .team-more a::before {
          content: "";
          background-image: url(../images/tab-arrow.svg);
          background-repeat: no-repeat;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          width: 20px;
          height: 12px; }
  .team-section .team-info {
    display: none; }
    .team-section .team-info .team-desc-wrap {
      display: flex;
      flex-direction: column; }
      .team-section .team-info .team-desc-wrap .team-details.active {
        order: 1 !important; }
    .team-section .team-info .team-details {
      margin-bottom: 20px;
      order: 2; }
      .team-section .team-info .team-details.active .team-more {
        background-color: #EDD8DE; }
        .team-section .team-info .team-details.active .team-more span,
        .team-section .team-info .team-details.active .team-more h3,
        .team-section .team-info .team-details.active .team-more a {
          color: #800525; }
        .team-section .team-info .team-details.active .team-more h3 {
          margin-bottom: 0; }
        .team-section .team-info .team-details.active .team-more a {
          display: none; }
          .team-section .team-info .team-details.active .team-more a::before {
            background-image: url(../images/tab-active-arrow.svg);
            width: 12px;
            height: 20px; }
        .team-section .team-info .team-details.active .team-more span::before {
          background-color: #800525; }
    .team-section .team-info .team-desc.team-desc-mobile.active {
      display: none; }
    .team-section .team-info .team-desc {
      display: none;
      padding-left: 155px; }
      .team-section .team-info .team-desc h3 {
        font-size: 35px;
        line-height: 45px;
        color: #800525;
        font-family: Poppins-Bold; }
      .team-section .team-info .team-desc h4 {
        font-size: 30px;
        line-height: 43px;
        color: #800525;
        font-family: Poppins-Bold;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 20px; }
        .team-section .team-info .team-desc h4::before {
          content: "";
          background-color: #800525;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 50px;
          height: 5px;
          border-radius: 40px; }
      .team-section .team-info .team-desc p {
        margin-top: 0; }
        .team-section .team-info .team-desc p strong {
          font-family: Poppins-Bold;
          color: #666869;
          display: block;
          font-size: 18px;
          line-height: 27px; }
      .team-section .team-info .team-desc ul li {
        margin-bottom: 20px; }
      .team-section .team-info .team-desc.active {
        display: block; }

.text_Section {
  margin: 50px 0; }
  .text_Section::before {
    display: none; }
  .text_Section .text_section_heading {
    text-align: center; }

@media (max-width: 1800px) {
  .img-text-block.full-width .flex-row-reverse {
    max-width: 1290px; } }
@media (max-width: 1600px) {
  .home-banner .banner-desc .banner-block .banner-block-desc {
    border-radius: 15px;
    padding: 20px;
    width: 385px; }
    .home-banner .banner-desc .banner-block .banner-block-desc p,
    .home-banner .banner-desc .banner-block .banner-block-desc ul li,
    .home-banner .banner-desc .banner-block .banner-block-desc a {
      font-size: 16px; }
    .home-banner .banner-desc .banner-block .banner-block-desc ul li {
      line-height: 28px; }
  .home-banner .banner-desc .img-fluid {
    height: auto; }

  .banner-section .banner-top .banner-link {
    flex-direction: column;
    gap: 10px; }

  .img-text-multiple .two-column-image div {
    width: 320px; }
    .img-text-multiple .two-column-image div img {
      height: 449px; }
  .img-text-multiple .img-text-block-desc {
    gap: 60px; }
    .img-text-multiple .img-text-block-desc .img-text-desc {
      width: 100%; }
      .img-text-multiple .img-text-block-desc .img-text-desc p {
        width: 100%; }

  .img-text-block .one-img img {
    max-width: 458px; }
  .img-text-block .img-text-block-desc {
    gap: 85px; }
  .img-text-block .img-text-desc p {
    width: 100%; }
  .img-text-block.full-width .flex-row-reverse {
    max-width: 1230px;
    gap: 85px; }
    .img-text-block.full-width .flex-row-reverse .one-img img {
      max-width: 420px; }
  .img-text-block.full-width::before {
    background-size: 565px 770px;
    width: 565px;
    height: 770px; }

  .contact-form-section .contact-details .more-btn {
    font-size: 20px;
    line-height: 29px;
    padding: 15px 30px; }
  .contact-form-section .contact-details p {
    width: 100%; }

  .gallery-slider-section .gallery-slider-details {
    max-width: 1280px;
    gap: 80px; }

  .team-section .team-tab .team-details .team-more,
  .team-section .team-info .team-details .team-more {
    padding: 35px; }
    .team-section .team-tab .team-details .team-more h3,
    .team-section .team-info .team-details .team-more h3 {
      font-size: 25px;
      line-height: 35px; } }
@media (max-width: 1450px) {
  .img-text-block.full-width .flex-row-reverse {
    max-width: 1130px; } }
@media (max-width: 1400px) {
  .contact-form-section .contact-details .more-btn {
    font-size: 18px;
    line-height: 27px; }

  .team-section .team-tab .team-details .team-more,
  .team-section .team-info .team-details .team-more {
    padding: 25px; }
    .team-section .team-tab .team-details .team-more h3,
    .team-section .team-info .team-details .team-more h3 {
      font-size: 22px;
      line-height: 32px; }

  .team-section .team-head p {
    width: 100%; } }
@media (max-width: 1200px) {
  #main-content section::before {
    display: none; }

  .header .navbar .nav-item .nav-link {
    padding: 0 0 0 30px;
    font-size: 16px; }

  .home-banner .banner-top .row {
    flex-direction: column-reverse;
    gap: 30px; }
  .home-banner .banner-desc .banner-block {
    flex-direction: row; }
    .home-banner .banner-desc .banner-block .banner-block-desc {
      width: 100%; }
  .home-banner .banner-desc .img-fluid {
    margin-right: 0; }

  .banner-section .banner-title {
    margin: 40px 0; }
  .banner-section .banner-desc .img-fluid {
    margin-right: 0; }

  .img-text-multiple .two-column-image {
    width: 100%;
    justify-content: center; }
  .img-text-multiple .img-text-block-desc {
    flex-direction: column-reverse; }
    .img-text-multiple .img-text-block-desc .img-text-desc {
      margin-top: 0; }

  .img-text-block .one-img img {
    max-width: 100%;
    width: 100%; }
  .img-text-block .img-text-desc {
    width: 100%;
    margin-top: 0; }
  .img-text-block .img-text-block-desc {
    flex-direction: column-reverse !important; }
  .img-text-block.full-width .flex-row-reverse {
    max-width: 100%; }
    .img-text-block.full-width .flex-row-reverse .img-text-desc {
      margin-top: 0; }
    .img-text-block.full-width .flex-row-reverse .one-img img {
      max-width: 100%;
      width: 100%; }

  .contact-us .contact-us-details {
    width: 100%; }
    .contact-us .contact-us-details p,
    .contact-us .contact-us-details h2 {
      width: 100%; }

  .contact-form-section {
    padding: 0; }

  .gallery-slider-section .gallery-slider-details {
    max-width: 100%;
    flex-direction: column; }
    .gallery-slider-section .gallery-slider-details .gallery-slider-text {
      max-width: 960px;
      margin: 0 auto; }
    .gallery-slider-section .gallery-slider-details .gallery-carousel {
      margin-left: auto; }

  .team-section .team-tab .team-details .team-more h3,
  .team-section .team-info .team-details .team-more h3 {
    font-size: 18px;
    line-height: 28px; }
  .team-section .team-info .team-desc {
    padding-left: 30px; } }
@media (max-width: 991px) {
  h2 {
    font-size: 25px;
    line-height: 35px; }

  h3 {
    font-size: 22px;
    line-height: 32px; }

  h4 {
    font-size: 20px;
    line-height: 30px; }

  h5 {
    font-size: 18px;
    line-height: 28px; }

  h6 {
    font-size: 16px;
    line-height: 26px; }

  p,
  li {
    font-size: 16px;
    line-height: 26px; }

  .navbar-toggler {
    border: 0; }

  .navbar-toggler:focus {
    box-shadow: unset; }

  .header .navbar-brand img {
    height: 90px; }
  .header .header-nav {
    float: right; }
    .header .header-nav .navbar-nav {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      background-color: #800525;
      z-index: 10;
      padding: 20px 40px; }
  .header .navbar .nav-item .nav-link {
    padding: 0;
    margin-bottom: 10px;
    color: #FCFBFA;
    display: inline-block; }

  .home-banner .banner-top {
    padding-bottom: 60px; }
  .home-banner .banner-desc .img-fluid {
    width: 100%;
    height: auto; }
  .home-banner .banner-desc .banner-block {
    position: unset; }
    .home-banner .banner-desc .banner-block .banner-block-desc {
      padding: 15px; }
      .home-banner .banner-desc .banner-block .banner-block-desc p,
      .home-banner .banner-desc .banner-block .banner-block-desc ul li,
      .home-banner .banner-desc .banner-block .banner-block-desc a,
      .home-banner .banner-desc .banner-block .banner-block-desc span {
        font-size: 16px;
        line-height: 26px; }

  .banner-section .banner-top {
    padding-bottom: 20px; }
    .banner-section .banner-top .row {
      flex-direction: column-reverse; }
    .banner-section .banner-top .banner-link {
      margin-top: 30px; }
  .banner-section .banner-title p {
    font-size: 20px;
    line-height: 33px; }
  .banner-section .banner-title h1 {
    font-size: 30px;
    line-height: 36px; }

  .img-text-multiple {
    margin-bottom: 60px; }
    .img-text-multiple .two-column-image div img {
      height: auto; }
    .img-text-multiple .img-text-desc span {
      font-size: 20px;
      margin-bottom: 20px;
      margin-top: 0; }
    .img-text-multiple .img-text-desc h2 {
      font-size: 25px;
      line-height: 31px; }

  .img-text-block {
    margin-bottom: 60px !important; }
    .img-text-block .img-text-block-desc {
      gap: 50px; }
    .img-text-block .img-text-desc {
      width: 100%; }
      .img-text-block .img-text-desc span {
        font-size: 20px;
        margin-bottom: 20px; }
      .img-text-block .img-text-desc h2 {
        font-size: 25px;
        line-height: 31px; }
      .img-text-block .img-text-desc a {
        font-size: 18px;
        line-height: 28px; }

  .contact-us {
    margin-bottom: 60px; }
    .contact-us .contact-us-details h2 {
      font-size: 23px;
      line-height: 31px; }
    .contact-us .contact-us-details a {
      font-size: 18px;
      line-height: 28px;
      padding: 15px 20px; }

  .faq_Section {
    margin-bottom: 60px; }
    .faq_Section .faq_Section_desc {
      max-width: 100%; }
      .faq_Section .faq_Section_desc > h2 {
        font-size: 25px;
        line-height: 31px; }
      .faq_Section .faq_Section_desc .accordion-item .accordion-body {
        padding: 0 25px 15px 25px; }
    .faq_Section .faq_Section_desc .accordion-button {
      font-size: 16px;
      line-height: 26px; }

  .footer {
    padding: 30px 0; }
    .footer .footer-logo img {
      width: 100px;
      height: auto; }
    .footer span {
      font-size: 16px;
      line-height: 22px; }
    .footer .footer-contact {
      gap: 30px;
      flex-direction: column;
      margin-top: 20px; }

  .gallery-slider-section {
    margin-bottom: 60px; }
    .gallery-slider-section .gallery-slider-details .gallery-slider-text {
      max-width: 720px; }
      .gallery-slider-section .gallery-slider-details .gallery-slider-text h2 {
        font-size: 25px;
        line-height: 31px; }
      .gallery-slider-section .gallery-slider-details .gallery-slider-text span {
        font-size: 20px; }
    .gallery-slider-section .gallery-slider-details .gallery-carousel {
      max-width: 700px; }

  .team-section {
    margin-bottom: 60px; }
    .team-section .team-head h2 {
      font-size: 25px;
      line-height: 31px; }
    .team-section .team-tab .col-lg-4 {
      margin-bottom: 20px; }
    .team-section .team-info .team-desc-wrap .team-details {
      order: unset !important; }
    .team-section .team-info .team-desc-wrap .team-details.active {
      order: unset !important; }
    .team-section .team-info .team-desc.team-desc-desk.active {
      display: none; }
    .team-section .team-info .team-desc.team-desc-mobile.active {
      display: block; }
      .team-section .team-info .team-desc.team-desc-mobile.active h3 {
        font-size: 22px;
        line-height: 32px; }
      .team-section .team-info .team-desc.team-desc-mobile.active h4 {
        font-size: 18px;
        line-height: 33px; }

  .contact-form-section {
    margin-bottom: 60px; }
    .contact-form-section .contact-details h2 {
      font-size: 25px;
      line-height: 31px; }
    .contact-form-section .form-details input,
    .contact-form-section .form-details textarea {
      font-size: 18px;
      line-height: 28px; }

  .gallery-info {
    margin-bottom: 40px; }
    .gallery-info h2 {
      font-size: 25px;
      line-height: 31px; }

  .text_Section {
    margin-top: 0; } }
@media (max-width: 767px) {
  .home-banner .banner-desc .banner-block {
    flex-direction: column; }
    .home-banner .banner-desc .banner-block .banner-block-desc {
      width: 100%; }

  .banner-section .banner-desc .banner-block {
    margin-top: -50px; }

  .img-text-multiple .two-column-image {
    flex-direction: column; }
    .img-text-multiple .two-column-image div {
      width: 100%; }

  .contact-us .contact-btn {
    flex-direction: column;
    gap: 20px; }

  .gallery-slider-section .gallery-slider-details .gallery-slider-text {
    max-width: 540px; }
  .gallery-slider-section .gallery-slider-details .gallery-carousel {
    max-width: 500px; }

  .contact-form-section .contact-details .more-btn {
    padding: 15px 20px; }
  .contact-form-section .form-details {
    margin-top: 40px; }

  .gallery-info .row .col-md-6 {
    margin-bottom: 20px; } }
@media (max-width: 567px) {
  .more-btn.text-gary {
    width: 100%; }

  .img-text-block .img-text-desc a {
    width: 100%;
    text-align: center; }

  .faq_Section .faq_Section_desc .accordion-button span {
    padding-right: 17px; }

  .footer .footer-bottom ul li a {
    font-size: 14px;
    line-height: 26px; }

  .gallery-slider-section .gallery-slider-details .gallery-slider-text {
    max-width: 100%;
    padding: 0 12px; }
  .gallery-slider-section .gallery-slider-details .gallery-carousel {
    max-width: 350px; }
    .gallery-slider-section .gallery-slider-details .gallery-carousel .slick-slide {
      width: 300px; }
    .gallery-slider-section .gallery-slider-details .gallery-carousel img {
      width: 100%;
      height: 300px; }

  .contact-form-section .contact-details .contact-btn {
    flex-direction: column; }
  .contact-form-section .form-details .more-btn.text-gary {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
