.homepage-banner {
}

.homepage-banner .homepage-banner-top .row {align-items: center;}

.homepage-banner .homepage-banner-top {
    background: var(--fourth-1);
    padding: 130px 80px 0;
    position: relative;
}
.homepage-banner .homepage-banner-img { height: 700px;display:flex; align-items:flex-end;}
.homepage-banner .homepage-banner-img img {
    max-width: 100%;
    height:100%;
    object-fit: contain;
    object-position: bottom;
}

.homepage-banner .homepage-banner-text h1, .homepage-banner .homepage-banner-text p {
    max-width: 570px;
    margin-left: 110px;
}

.homepage-banner .homepage-banner-text p {
    font-size: 30px;
}

.homepage-banner .homepage-banner-circle {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    position: absolute;
    bottom: -100px;
    margin-left: 110px;
}

.homepage-banner .homepage-banner-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.homepage-banner .homepage-banner-bottom {
    background: var(--secondary);
    padding-top: 60px;
}

.homepage-banner .homepage-banner-bottom .homepage-banner-bottom-img {
    max-width: 100%;
    padding-top: 30px;
}
.homepage-banner .homepage-banner-bottom .homepage-banner-bottom-text {padding:0 30px 0 60px}
.homepage-banner .homepage-banner-bottom .homepage-banner-bottom-text h2, .homepage-banner .homepage-banner-bottom .homepage-banner-bottom-text p {color:#fff;}
.homepage-banner .homepage-banner-bottom .homepage-banner-bottom-text h2 {font-size:44px;margin-bottom:15px}
.homepage-banner .homepage-banner-bottom .homepage-banner-bottom-text p {font-size:30px}

@media (max-width:1440px) {
  .homepage-banner .homepage-banner-text h1, .homepage-banner .homepage-banner-text p {
    max-width: 570px;
    margin-left: 0px;
}  
}
@media (max-width:1199px) {
  .homepage-banner .homepage-banner-text h1, .homepage-banner .homepage-banner-text p {
    max-width: 100%;
    margin-left: 0px;
      text-align:center;
}  
    .homepage-banner .homepage-banner-text h1 {font-size:48px}
    .homepage-banner .homepage-banner-text p {
    font-size: 18px;
}
    .homepage-banner .homepage-banner-img { height: auto;justify-content:center;}
    .homepage-banner .homepage-banner-circle {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    position: absolute;
    bottom: -175px;
    margin-left: unset;
        left:0;
        right:0;
        margin:auto;
}
    .homepage-banner .homepage-banner-bottom .homepage-banner-bottom-img {
    max-width: 90%;
    padding-top: 0;
    margin:0 auto;
    display: flex;
}
     .homepage-banner .homepage-banner-bottom .col-xl-6:first-child {order:2;}
    .homepage-banner .homepage-banner-bottom .homepage-banner-bottom-text {padding:0 30px; text-align:center;padding-top:135px}
.homepage-banner .homepage-banner-bottom .homepage-banner-bottom-text h2 {font-size:32px;margin-bottom:15px}
.homepage-banner .homepage-banner-bottom .homepage-banner-bottom-text p {font-size:18px}
    .homepage-banner .homepage-banner-top {
    padding: 130px 30px 0;
}
}

@media (max-width:767px) {
      .homepage-banner .homepage-banner-top {
    padding: 100px 30px 0;
}  
}

.show-line:before {content:""; width:1px; height:90px; background:var(--secondary); position:absolute; left:0; right:0; margin:0 auto;}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image and Content - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.img-content-style-2 .img-content-img-wrap {flex: 0 0 50%;width: 50%;position: relative;}
.img-content-style-2 .img-content-content-wrap {flex: 0 0 50%;width: 50%;}
.img-content-style-2 .img-content-img {
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  height: 450px;
  background-color: var(--light);
  border-radius: 220px 0 0 230px;

}
.img-content-style-2.is-layout-img-content .img-content-img {border-radius:0 220px 230px 0}
.img-content-style-2 .img-content-wrap {background:var(--fourth-1);display: flex;justify-content: space-between;}
.img-content-style-2 .img-content-img-fore {position:absolute;top:0;width:450px;height: 580px;left: 0;right: 0;margin: 0 auto;z-index: 8;}
  .img-content-style-2 .img-content-img-fore img {max-width:100%;}
@media (max-width: 991px) {
  .img-content-style-2 .img-content-img {
    position: relative;
    aspect-ratio: 4/3;
    width: 100%;
  }
}
.img-content-style-2 .img-content-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-content-style-2 .img-content-content-area {
  display: flex;
  align-items: center;
  min-height: 480px;
}
.img-content-style-2 .img-content-content-area h2 {color:var(--primary)}
.img-content-style-2 .img-content-content-area h2:before {content:url(/images/title-icon.svg); display:block}
.img-content-style-2 .img-content-content-area p {color:var(--secondary)}
.img-content-style-2 .img-content-content {
  padding: 0 0 100px;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .img-content-style-2 .img-content-content {
    padding: 60px 0 30px;
  }
}

.img-content-style-2.is-layout-img-content > .img-content-wrap > .container > .row {
  justify-content: flex-end;
}
.img-content-style-2.is-layout-img-content .img-content-img {
  left: 0;
}
.img-content-style-2.is-layout-content-img > .img-content-wrap > .container > .row {
  justify-content: flex-start;
}
.img-content-style-2.is-layout-content-img .img-content-img-wrap {
  order: 2;
}
@media (max-width:991px) {
 .img-content-style-2 .img-content-wrap {flex-wrap:wrap;} 
  .img-content-style-2 .img-content-img-wrap {flex: 0 0 100%;width: 100%;position: relative;padding-bottom:180px}
.img-content-style-2 .img-content-content-wrap {flex: 0 0 100%;width: 100%;}
  .img-content-style-2 .img-content-content {max-width:100%;padding-top:0}
  .img-content-style-2 .img-content-img, .img-content-style-2.is-layout-img-content .img-content-img  {
    border-radius: 0;
}
  .img-content-style-2 .img-content-img-fore {position:absolute;top:0;width: 100%;height: auto;left: 0;right: 0;margin: 0 auto;z-index: 8;}
}
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image and Content - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/

.detailed-map-default .detailed-map-navs {display:flex;max-width:80%; justify-content:space-between;margin:0 auto;align-items:center;padding:5px 0}
.detailed-map-default .detailed-map-navs #map_button_type_showAll {font-size:20px; font-weight:600; text-decoration:underline;}
.detailed-map-default .detailed-map-navs .detailed-map-nav-icon {margin-right:15px}

@media (max-width:1199px) {
  .detailed-map-default .detailed-map-navs {max-width:100%;padding:5px 30px}
  .detailed-map-default .detailed-map-navs .detailed-map-nav-icon {margin-right:5px}
}

@media (max-width:991px) {
  .detailed-map-default .detailed-map-navs {flex-wrap:wrap;}
  .detailed-map-default .detailed-map-navs div {flex:0 0 50%;padding-bottom:15px}
}

.form-wrapper {border:5px solid var(--primary);border-radius:30px;margin-top: 90px;}
.form-wrapper .form-wrapper-inner {border:1px solid var(--primary);border-radius:20px;margin:10px;padding: 30px 30px 50px;}
.form-wrapper .form-title {max-width:860px;background: var(--fourth-1);padding:30px;text-align:center;margin:0 auto;position:relative;top: -160px;margin-bottom:-160px}
.form-wrapper .form-title h2 {color:var(--primary);}
.form-wrapper .form-wrapper-inner .Dialog {max-width:860px; margin:0 auto;}
.form-wrapper .form-wrapper-inner .mwFormSubmit {float:right;}