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

*,
:after,
:before {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #333;
  font-weight: 300;
}

html {
  font-size: 14px;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  z-index: 1000;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #222b61;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

h1.with-icon,
h2.with-icon,
h3.with-icon,
h4.with-icon,
h5.with-icon,
h6.with-icon {
  margin-top: 18px;
}

h1.with-icon .icon,
h2.with-icon .icon,
h3.with-icon .icon,
h4.with-icon .icon,
h5.with-icon .icon,
h6.with-icon .icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-top: -3px;
  margin-right: 6px;
}

h1 {
  font-family: "Playfair Display", serif;
  color: #222b61;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 15px;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}

h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 30px;
  padding-top: 6px;
  text-transform: none;
  margin-bottom: 15px;
}

h4 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1.1;
  text-transform: none;
  margin-bottom: 15px;
}

h5 {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  line-height: 24px;
  padding-top: 9px;
  text-transform: none;
  margin-bottom: 14px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  padding-top: 9px;
  text-transform: none;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
}

p {
  margin-bottom: 10px;
  line-height: 1.6;
}

p.intro-text {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}

p.intro-text.special {
  text-align: center;
  border-bottom: 1px solid #ecebe8;
  padding-bottom: 15px;
}

p.small {
  font-size: 10px;
  text-align: justify;
}

@media (max-width: 500px) {
  p.intro-text {
    font-size: 16px;
  }
}

a {
  color: #222b61;
  text-decoration: none !important;
  transition: 0.3s;
}

a:hover {
  color: #eec05d;
}

ol,
ul {
  padding-left: 15px;
  margin-bottom: 21px;
}

ul.normal {
  list-style-type: none;
  font-size: 1em;
  font-weight: 300;
  padding: 0;
  padding-top: 10px;
  margin-bottom: 16px;
}

ul.normal > li {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
  line-height: inherit;
}

ul.normal > li:before {
  content: "•";
  display: inline-block;
  color: #787878;
  position: absolute;
  left: 0;
}

ul.normal.two-col {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

@media (max-width: 479px) {
  ul.normal.two-col {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

ol.normal {
  list-style-type: decimal;
  font-size: 1em;
  font-weight: 300;
  padding: 0;
  padding-top: 10px;
  margin-bottom: 16px;
  padding-left: 15px;
}

ol.normal > li {
  position: relative;
  padding-left: 0;
  margin-bottom: 6px;
  line-height: inherit;
}

ol.normal.two-col {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

@media (max-width: 479px) {
  ol.normal.two-col {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 44px;
}

::-webkit-input-placeholder {
  color: #fff !important;
}

:-ms-input-placeholder {
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
}

iframe[name="google_conversion_frame"] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.youtube-iframe {
  margin: 0;
}

@media (max-width: 991px) {
  .youtube-iframe {
    margin: 15px 0 0;
  }
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

body.modal-open {
  padding-right: 0 !important;
}

section {
  padding: 75px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

.narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  padding: 0;
}

.seperator {
  margin: 45px 0;
}

.seperator.medium {
  margin: 30px 0;
}

.seperator.small {
  margin: 15px 0;
}

@media (min-width: 768px) {
  .flex-row-desktop {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
  }
}

.row-top-gap {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .row-top-gap {
    margin-top: 15px;
  }
}

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

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-justify {
  text-align: justify;
}

.text-italic {
  font-style: italic;
}

@media (max-width: 540px) {
  .text-align-justify.justify-wide {
    text-align: left;
  }
}

.margin-0 {
  margin: 0 !important;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-21 {
  margin-top: 21px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-7 {
  margin-top: 7px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-0 {
  margin: 0 !important;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-7 {
  margin-bottom: 7px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-7 {
  padding-top: 7px;
}

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

.padding-top-0 {
  padding-top: 0;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.width-80-desktop-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .width-80-desktop-block {
    max-width: 80%;
  }
}

.width-60-desktop-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 991px) {
  .width-60-desktop-block {
    max-width: 60%;
  }
}

.width-75-desktop-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 991px) {
  .width-75-desktop-block {
    max-width: 75%;
  }
}

.width-50-desktop-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .width-50-desktop-block {
    max-width: 50%;
  }
}

.width-80-desktop {
  display: block;
}

@media (min-width: 768px) {
  .width-80-desktop {
    max-width: 80%;
  }
}

.full {
  float: left;
  width: 100%;
}

.half {
  float: left;
  width: 50%;
}

@media (max-width: 540px) {
  .half {
    width: 100%;
  }
}

.third {
  float: left;
  width: 33.333333%;
}

@media (max-width: 540px) {
  .third {
    width: 100%;
  }
}

@media (max-width: 399px) {
  #mqCheck-399 {
    display: none;
  }
}

@media (max-width: 349px) {
  #mqCheck-349 {
    display: none;
  }
}

@media (max-width: 479px) {
  #mqCheck-479 {
    display: none;
  }
}

@media (max-width: 499px) {
  #mqCheck-500 {
    display: none;
  }
}

@media (max-width: 539px) {
  #mqCheck-539 {
    display: none;
  }
}

@media (max-width: 599px) {
  #mqCheck-599 {
    display: none;
  }
}

@media (max-width: 649px) {
  #mqCheck-649 {
    display: none;
  }
}

@media (max-width: 699px) {
  #mqCheck-699 {
    display: none;
  }
}

@media (max-width: 767px) {
  #mqCheck-767 {
    display: none;
  }
}

@media (max-width: 991px) {
  #mqCheck-991 {
    display: none;
  }
}

@media (max-width: 1169px) {
  #mqCheck-1169 {
    display: none;
  }
}

@media (max-width: 1199px) {
  #mqCheck-1199 {
    display: none;
  }
}

.two-column {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

@media (max-width: 359px) {
  .two-column {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  outline: 0 !important;
}

.btn.btn-lg {
  padding: 8px 30px;
  font-size: 15px;
}

.btn.btn-blue {
  background: #222b61;
  color: #fff;
  border: 0;
  border-radius: 0;
}

.btn.with-margin-top {
  margin-top: 7.5px;
}

.btn.btn-brand {
  background: #344c8f;
  color: #fdfbfc;
  line-height: 27px;
}

.btn.btn-cta {
  background: #efc155;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 0;
}

.btn.btn-more {
  background: #efc155;
  color: #222b61;
  font-weight: 600;
  font-size: 16px;
  border-radius: 0;
}

.btn.btn-light {
  background: #fff;
  color: #96de44;
  line-height: 27px;
}

.btn.btn-dark {
  background: #161616;
  color: #fff;
  font-weight: 700;
  line-height: 27px;
  font-size: 12px;
  -moz-box-shadow: 0 8px 16px -6px #b1b1b1;
  -webkit-box-shadow: 0 8px 16px -6px #b1b1b1;
  box-shadow: 0 8px 16px -6px #b1b1b1;
}

.btn.btn-dark.shadow-dark {
  -moz-box-shadow: 0 8px 16px -6px #161616;
  -webkit-box-shadow: 0 8px 16px -6px #161616;
  box-shadow: 0 8px 16px -6px #161616;
}

.btn.btn-wide {
  padding-left: 21px;
  padding-right: 21px;
  min-width: 120px;
}

@media (max-width: 500px) {
  .btn.btn-lg {
    font-size: 13px;
  }
}

.intl-tel-input {
  display: block;
  position: relaitve;
}

.intl-tel-input input,
.intl-tel-input input[type="tel"],
.intl-tel-input input[type="text"] {
  padding-left: 45px;
}

.intl-tel-input .selected-flag .iti-arrow {
  margin-top: 0;
  right: 0;
  border-top: 4px solid #fff;
}

.intl-tel-input .selected-flag {
  height: auto;
  top: 15px;
  padding: 0;
  width: 36px;
}

.intl-tel-input .selected-flag .iti-flag {
  top: 3px;
  left: 6px;
}

.intl-tel-input {
  color: #161616;
}

.slider-container {
  position: relative;
  z-index: 1;
}

.slider-container .actual-slider {
  margin-left: 15px;
  margin-right: 15px;
}

.slider-nav-list {
  list-style-type: none;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 36px;
  margin: auto;
  z-index: 0;
}

.slider-nav-list .slider-nav {
  position: absolute;
  width: 21px;
  height: 21px;
  color: #161616;
  background: 0 0;
  font-size: 21px;
  text-align: center;
  float: left;
  padding: 0;
  margin: auto auto;
  color: #b1b1b1;
  top: 0;
  bottom: 0;
  line-height: 1;
}

.slider-nav-list .slider-nav:hover {
  cursor: pointer;
}

.slider-nav-list .slider-nav.prev {
  left: 0;
  display: block;
}

@media (max-width: 767px) {
  .slider-nav-list .slider-nav.prev {
    left: -15px;
  }
}

.slider-nav-list .slider-nav.next {
  left: initial;
  right: 0;
  display: block;
}

@media (max-width: 767px) {
  .slider-nav-list .slider-nav.next {
    right: -15px;
  }
}

.testimonial-slider .slick-arrow {
  top: 13%;
}

.slick-arrow {
  background: #fff;
  width: 35px;
  height: 35px;
  position: absolute;
  /*bottom: 0;*/
  top: 25%;
  margin: auto;
  color: #1d1818;
  z-index: 1;
  border: 0;
  font-size: 0;
  outline: none;
  font-family: "Glyphicons Halflings";
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

@media (max-width: 425px) {
  .slick-arrow {
    top: 10%;
  }
}

.banner-slider .slick-arrow.slick-prev {
  left: 10px;
}

.banner-slider .slick-arrow.slick-next {
  right: 10px;
}

.banner-slider .slick-arrow {
  top: 0;
  bottom: 0;
}

.slick-arrow.slick-prev {
  left: -70px;
}

@media (max-width: 425px) {
  .slick-arrow.slick-prev {
    left: -10px;
  }
}

.slick-arrow.slick-prev:before {
  font-family: "Glyphicons Halflings";
  content: "\e257";
  color: #1d1818;
  font-size: 16px;
  line-height: 2.2;
}

.slick-arrow.slick-next {
  right: -70px;
}

@media (max-width: 425px) {
  .slick-arrow.slick-next {
    right: -10px;
  }
}

.slick-arrow.slick-next:before {
  font-family: "Glyphicons Halflings";
  content: "\e258";
  color: #1d1818;
  font-size: 16px;
  line-height: 2.2;
}

.testimonial-slider .slick-dots li.slick-active button::before,
.slick-dots li.slick-active button:before {
  background: #222b61;
}

.testimonial-slider .slick-dots li button::before,
.testimonial-slider .slick-dots li button:before {
  background: #000;
}

/*@media(min-width: 480px){
	.testimonial-slider .slick-track{
		display: flex;
		align-items: center;
	}
}*/

@media (max-width: 480px) {
  .testimonial-slider .slick-slide {
    padding: 0 25px;
  }
}

.slick-dots {
  text-align: center;
  padding: 0;
  margin: 15px 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:only-child {
  opacity: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button::before,
.slick-dots li button:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  left: 0;
  margin: auto auto;
  width: 12px;
  height: 12px;
  background: 0 0;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li.slick-active button::before,
.slick-dots li.slick-active button:before {
  background: #fff;
}

.list {
  padding-left: 18px;
  margin-bottom: 15px;
}

.list > li {
  padding-left: 6px;
  margin-bottom: 6px;
}

.list.special {
  margin: 30px 0;
}

@media (min-width: 767px) {
  .list.special {
    margin-right: 45px;
  }
}

.list.special > li {
  margin-bottom: 15px;
}

@media (min-width: 991px) {
  .list.special > li {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .list.two-col {
    column-count: 2;
    list-style-position: inside;
    padding-left: 0;
  }
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 6px;
}

section.light-brand-sec {
  background: #faf9fc;
}

.form-control {
  border: 1px solid #c3c3c3 !important;
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  height: 34px;
  font-size: 12px;
}

textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
}

.form-group label {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-group label.cust-error,
.form-group label.error {
  color: #eec05d;
  font-size: 12px;
  padding: 3px;
  line-height: 1;
  padding: 0;
  margin: 0;
  padding-top: 6px;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 400;
}

.table {
  width: 100%;
}

.table thead > tr {
  font-size: 13px;
  line-height: 1.5;
}

.table thead > tr > th {
  background: 0 0;
  color: #161616;
  font-weight: 700;
}

.table tbody > tr {
  font-size: 13px;
  line-height: 1.5;
}

.table tbody > tr > td {
  background: 0 0;
}

.table tbody > tr > th {
  color: #161616;
  font-weight: 400;
}

#toTop {
  display: none;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #344c8f;
  background: url(../img/rgbapng/344c8f7f-5.png?1559160230);
  background: rgba(52, 76, 143, 0.5);
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: fixed;
  bottom: 15px;
  right: 15px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding-top: 12px;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

#toTop.visible {
  opacity: 0.9;
}

@media (min-width: 767px) {
  .align-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.bg-gray {
  background: #f6f7ef;
}

.bg-blue {
  /*background: #2f3353*/
  background: #222b61;
}

.bg-white {
  background: #fff;
}

.title.black {
  color: #14223f;
}

.anchor-sticky {
  position: fixed;
  right: 0;
  top: 30%;
  width: 200px;
  z-index: 100;
  display: inline-block;
}

@media (max-width: 767px) {
  .anchor-sticky {
    width: 140px;
  }
}

body.fixed-header {
  padding-top: 125px;
}

#main-header {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 0 6px #b1b1b1;
}

#main-header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}

#main-header .logo {
  width: 130px;
}

#main-header .logo.partner {
  width: 200px;
  /*margin-tsop: 20px*/
}

@media (max-width: 767px) {
  body.fixed-header {
    padding-top: 115px;
  }
  #main-header .logo {
    width: 100px;
  }
  #main-header .logo.partner {
    width: 150px;
    margin-top: initial;
    padding-top: 11px;
  }
}

.rera p {
  color: #fff;
  font-weight: 200;
  font-size: 12px;
  margin: 0;
  line-height: 2.1;
}

.rera.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: auto;
  z-index: 1002;
}

.main-nav-menu.fixed {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  z-index: 1001;
}

.main-nav-menu {
  background: #222b61;
}

.main-nav-menu .main-menu-items {
  list-style: none;
  display: block;
  float: left;
}

.main-nav-menu .main-menu-items li {
  display: inline-block;
}

.main-nav-menu .main-menu-items li.strong a {
  font-weight: 600;
  color: #eec05d;
  font-size: 14px;
}

.main-nav-menu .main-menu-items li a {
  color: #fff;
  padding: 10px 10px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
  position: relative;
}

@media (max-width: 1024px) {
  .main-nav-menu .main-menu-items li a {
    padding: 10px 6px;
  }
}

.main-nav-menu .main-menu-items > li.active {
  position: relative;
}

.main-nav-menu .main-menu-items > li > a:focus,
.main-nav-menu .main-menu-items > li > a:hover {
  color: #fff;
  background-color: transparent;
  z-index: 1;
}

.main-nav-menu .main-menu-items > li.active > a:after,
.main-nav-menu .main-menu-items > li.active > a:before {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #eec05d;
}

.main-nav-menu .main-menu-items > li > a:after,
.main-nav-menu .main-menu-items > li > a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #eec05d;
  height: 2px;
  transition: all 0.5s;
}

.main-nav-menu .main-menu-items > li > a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

.main-nav-menu .main-menu-items > li > a:hover:after {
  width: 100%;
}

#main-menu-toggle {
  display: none;
  float: right;
  width: 25px;
  height: 20px;
  margin-top: 8px;
  position: relative;
  margin-bottom: 8px;
}

#main-menu-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  opacity: 1;
}

#main-menu-toggle span,
#main-menu-toggle:after,
#main-menu-toggle:before {
  background: #fff;
}

#main-menu-toggle:after,
#main-menu-toggle:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  left: 0;
  top: 0;
}

#main-menu-toggle:after {
  top: initial;
  bottom: 0;
}

.nav-info {
  float: right;
  display: block;
  margin: 0;
  padding: 0;
}

.nav-info li a {
  color: #fff;
  padding: 10px 10px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
  position: relative;
}

@media (max-width: 1024px) {
  .nav-info li a {
    padding: 10px 6px;
  }
}

.nav-info li a:hover {
  color: #eec05d;
}

.nav-info li a.call {
  font-weight: 600;
  color: #eec05d;
  font-size: 14px;
}

@media (max-width: 991px) {
  .main-nav-menu .main-menu-items {
    display: none;
  }
  #main-menu-toggle {
    display: block;
  }
  .nav-info {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .main-nav-menu.fixed {
    top: 76.5px;
  }
}

@media (max-width: 500px) {
  .nav-info li a {
    padding: 8px 0;
    font-size: 12px;
  }
}

@media (max-width: 345px) {
  .nav-info li a {
    font-size: 10px;
  }
}

#main-menu-mobile {
  display: block;
  position: fixed;
  z-index: 1003;
  top: 0;
  left: initial;
  right: -100%;
  height: 100%;
  width: 100%;
  padding: 20px;
  background: #222b61;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-menu-mobile .wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#main-menu-mobile.show {
  right: 0;
  -moz-box-shadow: 0 0 12px 0 #696969;
  -webkit-box-shadow: 0 0 12px 0 #696969;
  box-shadow: 0 0 12px 0 #696969;
}

#main-menu-mobile .wrapper .nav-wrap {
  display: block;
  text-align: center;
  width: 100%;
}

#main-menu-mobile .wrapper .nav-wrap .main-menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 24px;
}

#main-menu-mobile .wrapper .nav-wrap nav {
  list-style: none;
  display: inline-block;
}

#main-menu-mobile .wrapper .nav-wrap nav li a {
  padding: 8px 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
}

#main-menu-mobile .wrapper .nav-wrap nav li.active a {
  color: #eec05d;
  font-weight: 500;
}

#main-menu-mobile .wrapper .nav-wrap nav li.strong a {
  color: #eec05d;
  font-weight: 700;
  border: 1px solid #eec05d;
  margin-top: 10px;
  padding: 10px;
}

@media (min-width: 768px) {
  .main-menu-items .dropdown:hover:hover > .dropdown-menu {
    display: block;
  }
  .main-menu-items > li > .dropdown-menu {
    margin-top: 0;
  }
}

.dropdown .dropdown-menu li {
  display: block;
  position: relative;
}

.dropdown .dropdown-menu li a {
  color: #222b61;
  outline: 0 !important;
}

.dropdown > .dropdown-menu > li.active > a {
  background: #efc154;
  color: #222b61;
  font-weight: 500;
}

.dropdown > .dropdown-menu > li.active > a {
  background: #efc154;
  color: #222b61;
  font-weight: 500;
}

.dropdown-submenu > .dropdown-menu > li.active a {
  background: #efc154;
  color: #222b61;
  font-weight: 500;
}

.dropdown .dropdown-menu li.active a:hover {
  background: #222b61;
  color: #fff;
}

.dropdown-submenu > a:after {
  display: block;
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #222b61;
  margin-top: 5px;
  margin-right: 0;
}

.dropdown .dropdown-menu li a:hover {
  background: #222b61;
  color: #fff;
}

.dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu :hover a {
  color: #000;
}

@media (max-width: 991px) {
  #main-menu-mobile .wrapper .nav-wrap nav .dropdown .dropdown-menu li a {
    padding: 5px 5px;
    color: #222b61;
    display: block;
    font-size: 15px;
    font-weight: 400;
  }
  #main-menu-mobile .wrapper .nav-wrap nav .dropdown .dropdown-menu li a:focus,
  #main-menu-mobile .wrapper .nav-wrap nav .dropdown .dropdown-menu li a:hover {
    color: #fff;
  }
  .main-menu-mobile nav > li .dropdown-submenu > .dropdown-menu {
    position: initial;
    float: none;
    margin-top: 5px;
    border-radius: 0;
  }
  .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
    margin-top: 0;
    margin-left: -1px;
    margin-bottom: -5px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  }
}

section.hero {
/*  min-height: 500px;*/
  position: relative;
}

section.hero.bg {
  position: relative;
  padding: 0;
  min-height: auto;
}

section.hero.bg:after {
  content: "";
  display: block;
  padding-bottom: 33.6%;
  min-height: initial;
}

section.hero.home.bg {
  padding-bottom: 0;
}

section.hero .hero-container {
  position: relative;
}

section.hero .content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 1;
}

section.hero .content .title {
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 0 4px 8px #000;
}

section.hero .content .sub-title {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}

section.hero.video-frame {
  padding-bottom: 25%;
}

section.hero.bg-light {
  background: #f0fff8;
}

section.hero.home {
  padding-top: 0;
  padding-bottom: 40px;
}

section.hero .hero-content .sub-title {
  color: #333;
  font-size: 27px;
  margin: 0;
  line-height: 1.1;
}

section.hero.home {
  background: #f0fff8 url(../img/hero-home-bg.jpg) center center no-repeat;
  background-size: cover;
}

.half-img.towers {
  background: url(../img/home-towers.jpg) center center no-repeat;
  background-size: cover;
}

.frame.right.home {
  background: #222b61 url(../img/crafted-for-the-connoisseur.jpg) center center
    no-repeat;
  background-size: cover;
}

.frame.left.home {
  background: #222b61 url("../img/strategically-located -for-the-achiever.jpg")
    center center no-repeat;
  background-size: cover;
}

@media (max-width: 480px) {
  section.hero.home {
    background: 0 0;
  }
  section.hero.home.mobile {
    background-image: url(../img/hero-home-bg-mobile.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .half-img.towers {
    background: 0 0;
  }
  .half-img.towers.mobile {
    background-image: url(../img/home-towers-mobile.jpg) !important;
    background-repeat: no-repeat;
  }
  .frame.right.home {
    background: 0 0;
  }
  .frame.right.home.mobile {
    background-image: url(../img/crafted-for-the-connoisseur-mobile.jpg) !important;
    background-repeat: no-repeat;
  }
  .frame.left.home {
    background: 0 0;
  }
  .frame.left.home.mobile {
    background-image: url(../img/strategically-located-mobile.jpg) !important;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1024px) {
  section.hero .content .sub-title {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  section.hero {
    min-height: 370px;
  }
}

@media (max-width: 767px) {
  section.hero .hero-content {
    margin: 30px 0;
    text-align: center;
  }
  section.hero .content .sub-title {
    font-size: 16px;
  }
}

@media (min-width: 767px) {
  .item-slider .item .item-wrap {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 60px;
  }
}

.home-features {
  background: #333;
  padding: 20px 0;
}

.home-features .wrapper {
  position: relative;
  z-index: 10;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.home-features .wrapper .item-slider .item {
  margin: 0 10px;
}

.home-features .wrapper .item-slider {
  padding: 0 0;
  z-index: 15;
}

.item-slider .item .item-wrap.with-icon {
  position: relative;
}

.item-slider .item .item-wrap.with-icon .icon {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.item-slider .item .item-wrap .item-text {
  font-size: 13px;
  color: #fff;
  margin: 0;
  padding-left: 10px;
  width: 70%;
}

.home-features .wrapper .slider-nav-list .slider-nav.prev {
  left: -20px;
}

.home-features .wrapper .slider-nav-list .slider-nav.next {
  right: -20px;
}

.custom-arrow {
  width: 20px;
  height: 20px;
  margin-left: 0;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: 0.3s;
}

.custom-arrow.gray {
  border-left: 2px solid #737373;
  border-bottom: 2px solid #737373;
}

.custom-arrow:hover {
  border-color: #eec05d;
}

.custom-arrow.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-arrow.right {
  -webkit-transform: rotate(45deg);
  transform: rotate(-130deg);
}

@media (max-width: 1200px) {
  .home-features .wrapper .item-slider {
    padding: 0 0;
    margin: 0 30px;
  }
}

@media (max-width: 991px) {
  .home-features .wrapper .slider-nav-list .slider-nav.prev {
    left: 0;
  }
  .home-features .wrapper .slider-nav-list .slider-nav.next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .home-features {
    padding: 10px 0;
  }
  .item-slider .item .item-wrap .item-text {
    font-size: 13px;
    width: 100%;
  }
  .item-slider .item .item-wrap.with-icon .icon {
    position: initial;
    margin: 0 auto 10px;
    width: 45px;
  }
  .item-slider .item .item-wrap.with-icon {
    padding: 0 15px;
    text-align: center;
  }
  .home-features .wrapper .item-slider {
    padding: 0 0;
    margin: 0 20px;
  }
  .item-slider .item .item-wrap {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .home-features .wrapper {
    width: 100%;
  }
}

.section-half {
  position: relative;
}

.section-half .half-img {
  position: absolute;
  display: block;
  right: 50%;
  top: 0;
  bottom: 0;
  left: 0;
}

.section-half .content {
  padding-left: 50%;
}

.section-half .content .wrapper {
  width: 470px;
  margin: auto;
  text-align: center;
}

.section-half .content .wrapper .intro-text {
  margin: 30px auto 15px;
}

.list-anchor {
  margin: 0;
}

.list-anchor li {
  display: inline-block;
  width: 130px;
  margin: 8px;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
}

.list-anchor li a {
  color: #222b61;
  padding: 3px 28px 5px 15px;
  display: block;
  text-align: left;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid #222b61;
  transition: 0.3s;
  position: relative;
}

.list-anchor li a span {
  line-height: 0.8;
  font-size: 22px;
  position: absolute;
  right: 8px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.list-anchor li a.active,
.list-anchor li a:focus,
.list-anchor li a:hover {
  color: #fff;
  background: #222b61;
  border: 1px solid #222b61;
}

p strong {
  font-weight: 500;
}

@media (max-width: 991px) {
  .section-half .half-img {
    position: initial;
    margin: 0 15px;
  }
  .section-half .half-img:after {
    content: "";
    padding-bottom: 79%;
    display: block;
  }
  .section-half .content {
    padding: 15px;
  }
}

@media (max-width: 500px) {
  .section-half .content .wrapper {
    width: 100%;
  }
  .section-half .content .wrapper .intro-text {
    margin: 15px auto 10px;
  }
}

.frame {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.5);
}

.frame:after {
  content: "";
  display: block;
  padding-bottom: 90%;
}

.frame.right:after {
  padding-bottom: 133%;
}

.frame.right {
  margin-top: 140px;
}

.frame .content {
  width: 450px;
  padding: 25px 90px 25px 50px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 180px;
}

.frame.right .content {
  right: initial;
  left: 0;
  width: 400px;
}

.frame .content .inner {
  position: relative;
}

.frame .content.overlay:after {
  content: " ";
  display: block;
  position: absolute;
  height: 65px;
  width: 100%;
  top: initial;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;    base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(to bottom, rgba(255, 255, 255, 0.6), #fff);
  background-image: -moz-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.6),
    #fff
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.6),
    #fff
  );
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), #fff);
  z-index: 1;
}

.frame .content .inner .title {
  padding: 0;
  line-height: 1.3;
}

.expand {
  display: block;
  position: absolute;
  right: 20px;
}

.expand .icon.none {
  display: none;
}

.expand .icon i {
  font-size: 42px;
}

.content-expand.show {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.frame-container .frame-content {
  width: 68.33333333%;
  padding-left: 80px;
  margin-top: -75px;
}

.video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-frame embed,
.video-frame iframe,
.video-frame object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.innovation {
  padding-top: 50px;
}

.innovation .text-small {
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  display: block;
}

.innovation .image-small {
  width: 150px;
  display: block;
  margin: 7px auto 30px;
}

.koncept-home {
  margin-top: 50px;
}

.koncept-home .item-bg {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

@media (min-width: 992px) {
  .koncept-home .item-bg {
    margin-bottom: 30px;
  }
}

.koncept-home .item-bg:after {
  content: " ";
  display: block;
  padding-top: 69%;
}

.koncept-home .item-bg .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(34, 43, 97, 0.31);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}

.koncept-home .item-bg .title {
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
}

.koncept-home .item-bg:hover .title {
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
}

@media (max-width: 1200px) {
  .frame .content {
    width: 350px;
    padding: 20px 40px 20px 20px;
  }
  .frame.right .content {
    width: 330px;
  }
  .frame .content p {
    font-size: 13px;
  }
  .frame .content.overlay:after {
    height: 90px;
  }
  .expand {
    right: 5px;
  }
  .expand .icon i {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .frame.right {
    margin-top: 30px;
  }
  .frame-container .frame-content {
    width: 100%;
    margin-top: 20px;
  }
  .koncept-home .item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .expand .icon i {
    font-size: 26px;
  }
  .frame:after {
    padding-bottom: 135%;
  }
  .frame .content {
    width: 100%;
    padding: 15px 30px 15px 15px;
    height: 150px;
  }
  .frame.right .content {
    width: 100%;
  }
  .content-expand.show {
    height: 100%;
  }
  .frame .content.overlay:after {
    height: 90px;
  }
  .frame .content p {
    font-size: 12px;
  }
  .frame-container .frame-content {
    padding-left: 0;
  }
  .innovation {
    padding-top: 30px;
  }
  .koncept-home {
    margin-top: 30px;
  }
}

@media (max-width: 365px) {
  .frame .content p {
    font-size: 13px;
  }
  .frame .content.overlay:after {
    height: 75px;
  }
}

@media (max-width: 345px) {
  .frame .content p {
    font-size: 12px;
  }
}

footer {
  background: #333;
  padding: 15px 0;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

footer ul {
  margin: 0;
  width: 100%;
  text-align: center;
}

footer ul li {
  margin-left: 5px;
  margin-right: 5px;
}

footer ul li a {
  color: #fff;
  font-size: 12px;
  padding: 0 3px;
  text-align: center;
}

footer ul li a i {
  height: 22px;
  color: #efc155;
  width: 22px;
  border: 2px solid #efc155;
  padding: 4px;
  margin: 0 0;
  border-radius: 50%;
}

@media (max-width: 480px) {
  footer {
    padding: 10px 0;
  }
  footer .list-inline > li {
    display: block;
    margin-bottom: 10px;
  }
  footer .list-inline > li:last-child {
    margin-bottom: 0;
  }
}

.makers .image-small {
  width: 150px;
  margin: 50px auto 30px;
  display: block;
}

.makers .image-small.large {
  width: 200px;
}

.makers-brand .title {
  text-align: center;
  color: #fff;
  padding: 0;
  margin-bottom: 45px;
}

.makers-brand .brand-container {
  position: relative;
}

.makers-brand .brand-container .brand-wrapper {
  padding: 0 25px;
}

.makers-brand .brand-container .brand-wrapper .item {
  margin: 5px 10px;
  background: #ffff;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.65);
}

.makers-brand .brand-container .brand-wrapper .item .wrapper {
  padding: 20px;
  background: #ffff;
}

.makers-brand .brand-container .brand-wrapper .item .wrapper .dp {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  height: 100px;
  margin: 0 auto 20px;
  vertical-align: middle;
}

.makers-brand .brand-container .brand-wrapper .item .wrapper .text {
  margin-bottom: 0;
  font-size: 13px;
  padding-bottom: 30px;
}

@media (max-width: 1200px) {
  .makers-brand .width-75-desktop-block {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .makers-brand {
    padding-left: 15px;
    padding-right: 15px;
  }
  .makers-brand .brand-container .brand-wrapper {
    padding: 0 15px;
  }
  .makers-brand .title {
    margin-bottom: 25px;
  }
}

.brnad-info {
  background: #f6f7ef;
}

.brnad-info .title {
  font-size: 17px;
  margin-bottom: 10px;
}

.brnad-info .text {
  font-size: 13px;
}

@media (max-width: 1200px) {
  .brnad-info .width-80-desktop-block {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .brnad-info .item {
    margin-bottom: 15px;
  }
}

.project-info {
  background: #f6f7ef;
}

.project-info .list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.project-info .list li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.project-info .list li:last-child {
  margin-bottom: 0;
}

.project-info .list li .icon {
  position: absolute;
  left: 0;
}

.project-info .list li .dist {
  display: block;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  text-transform: initial;
}

.specifications .title {
  color: #fff;
  text-align: center;
}

.specifications .intro-text {
  color: #fff;
  text-align: center;
}

.accordion {
  margin-bottom: 0 !important;
}

.accordion .panel {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #fff;
  margin-bottom: 25px;
}

.accordion .panel-heading {
  border-radius: 0;
  background-color: #fff;
  padding: 0;
}

.accordion .panel-title a {
  display: block;
  color: #222b61;
  font-size: 15px;
  padding: 16px 28px 17px 58px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.accordion .panel-title a .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 50px;
}

.accordion .panel-title a.collapsed {
  border-top: 0;
}

.accordion .panel-title a:focus,
.accordion .panel-title a:hover {
  text-decoration: none;
  outline: 0;
}

.accordion .panel-title a.collapsed:before,
.accordion .panel-title a:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #222b61;
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 14px;
  line-height: 24px;
}

.accordion .panel-title a.collapsed:before {
  content: "\f067";
}

.accordion .panel-body {
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  padding: 5px 27px 15px 15px;
  border-top: none !important;
}

@media (max-width: 767px) {
  .project-info .list {
    margin-top: 20px;
  }
}

.grid-container {
  margin: 0 -1.28205128205%;
}

.grid .item {
  position: relative;
}

.grid .item {
  display: block;
  float: left;
  width: 30.7692307692%;
  margin: 1.28205128205%;
}

.grid .item.smallbig {
  display: block;
  float: left;
  width: 47.369231%;
  margin: 1.28205128205%;
}

.grid .item img {
  display: block;
  width: 100%;
}

.grid .item.big {
  display: block;
  float: left;
  width: 64.1025641026%;
  margin: 1.28205128205%;
}

.grid .item.right {
  float: right;
}

.grid .item .caption {
  display: block;
  position: absolute;
  top: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  background: #000;
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1200px) {
  .life .width-80-desktop-block {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .grid .item .caption {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .grid .item .caption {
    font-size: 12px;
  }
  .grid .item,
  .grid .item.smallbig,
  .grid .item.big {
    width: 100%;
    margin: 10px 0;
  }
}

.podium {
  position: relative;
}

.podium .img-right {
  top: 0;
  position: absolute;
  right: 0;
  width: 75%;
}

.podium .img-right img {
  width: 100%;
  display: block;
}

.podium .podium-list {
  list-style: none;
  padding: 0;
}

.podium .podium-list li {
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .podium .podium-list li {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .podium .podium-list li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .podium .img-right {
    width: 70%;
  }
}

@media (max-width: 600px) {
  .podium .img-right {
    width: 100%;
    position: initial;
  }
  .podium .podium-list {
    margin-top: 30px;
  }
  .podium .podium-list li {
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    background: #222b61;
    padding: 6px;
    border-radius: 5px;
    color: #fff;
  }
}

@media (min-width: 1620px) {
  .podium .img-right {
    width: 56%;
  }
}

.contact .intro-text {
  font-size: 17px;
}

.floor-plans .floor-plans-container .floor .item .wrapper {
  border: 1px solid #000;
  padding: 10px;
}

.floor-plans .floor-plans-container .floor .item .caption {
  text-align: center;
  font-weight: 500;
  display: block;
  padding-bottom: 15px;
}

.thumb {
  margin-top: 15px;
  position: relative;
  padding: 0 75px;
  margin-bottom: 25px;
  z-index: 99;
}

.thumb .floor-thumb {
  margin: 0 -10px;
  z-index: 99;
}

.floor-thumb .item {
  border: 2px solid #d8d8d8;
  padding: 5px;
  margin: 25px 10px;
  position: relative;
}

.floor-thumb .item.active {
  border: 2px solid #222b61;
  background: #d8d8d8;
}

.floor-thumb .item .caption {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  font-size: 12px;
  text-align: center;
}

.floor-thumb .item.active .caption {
  font-weight: 500;
}

.slick-next.slick-disabled,
.slick-next.slick-disabled:hover,
.slick-prev.slick-disabled,
.slick-prev.slick-disabled:hover {
  opacity: 0.1;
  cursor: default;
  border-color: transparent #000;
}

.list.list-dot {
  list-style: none;
  padding-left: 18px;
  margin-bottom: 15px;
  padding-left: 30;
  text-align: left;
}

.list.list-dot li {
  position: relative;
  margin-bottom: 15px;
  font-weight: 300;
}

.list.list-dot li::before {
  content: "●";
  position: absolute;
  color: #eec05d;
  left: -18px;
  font-size: 18px;
  display: block;
  line-height: 1;
}

.tower .dropdown {
  width: 200px;
  font-family: "Playfair Display", serif;
  position: relative;
  margin: 0 auto 50px;
  text-align: center;
}

.tower .dropdown .title {
  margin-bottom: 25px;
  font-size: 34px;
  color: #222b61;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-style: italic;
}

.tower .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  padding: 5px 0;
  width: 100%;
  margin: 5px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #222b61;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.tower .dropdown .dropdown-menu .dropdown-item {
  display: block;
  color: #fff;
  font-family: Roboto, sans-serif;
  padding: 5px 15px;
  transition: 0.3s;
  text-decoration: none;
}

.tower .dropdown .dropdown-menu .dropdown-item.active {
  background: #eec05d;
  color: #222b61;
  font-weight: 500;
}

.tower .dropdown .dropdown-menu .dropdown-item:hover {
  background: #fff;
  color: #222b61;
}

@media (max-width: 500px) {
  .thumb {
    margin-top: 15px;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .thumb .floor-thumb {
    margin: 0 -5px;
    z-index: 99;
  }
  .floor-thumb .item {
    border: 2px solid #d8d8d8;
    padding: 5px;
    margin: 15px 5px;
    position: relative;
  }
  .floor-thumb .item .caption {
    bottom: -20px;
    font-size: 9px;
  }
  .list.list-dot li {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .contact .intro-text {
    font-size: 14px;
  }
  .thumb .slider-nav-list .slider-nav.prev {
    left: 0;
  }
  .thumb .slider-nav-list .slider-nav.next {
    right: 0;
  }
}

.nav-gallery-strip {
  background: #222b61;
}

.nav-gallery-strip .nav-tabs {
  border: 0;
  text-align: center;
}

.nav-gallery-strip .nav-tabs > li > a {
  color: #fff;
  padding: 8px 15px;
  margin: 0;
  display: block;
  font-size: 13px;
  text-decoration: none;
  font-weight: 300;
  position: relative;
  border: 0;
  border-radius: 0;
  transition: 0.3s;
}

.nav-gallery-strip .nav-tabs > li {
  float: initial;
  margin-bottom: 0;
  display: inline-block;
}

.nav-gallery-strip .nav-tabs > li.active > a,
.nav-gallery-strip .nav-tabs > li.active > a:focus,
.nav-gallery-strip .nav-tabs > li.active > a:hover {
  color: #222b61;
  background: #eec05d;
  border: 0;
  cursor: default;
}

.nav-gallery-strip .nav-tabs > li > a:hover {
  color: #222b61;
  background: #eec05d;
}

.nav-gallery-strip .nav-tabs > li.active > a {
  font-weight: 600;
}

.gallery-grid {
  margin: -10px;
  display: block;
}

.gallery-grid .item {
  width: 25%;
  float: left;
  display: block;
  padding: 10px;
}

.gallery-grid .item {
  position: relative;
}

.gallery-grid .item .dp:hover {
  z-index: 4;
  position: absolute;
  border-radius: 5px;
  transform: scale3d(1.6, 1.6, 1) translate3d(0, 0, 0) perspective(500px);
}

.slick-slide,
.slick-slide * {
  outline: 0 !important;
}

.gallery-grid .item .dp {
  position: relative;
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
  -moz-transition: transform 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
  -o-transition: transform 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
  transition: transform 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
}

@media (max-width: 991px) {
  .gallery-grid .item {
    width: 33.3333%;
  }
}

@media (max-width: 768px) {
  .gallery-grid .item {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .gallery-grid .item {
    width: 100%;
  }
  .nav-gallery-strip .nav-tabs > li > a {
    padding: 10px 5px;
    font-size: 10px;
  }
  .gallery-grid .item .dp:hover {
    position: initial;
    transform: none;
    border-radius: initial;
  }
}

@media (max-width: 375px) {
  .nav-gallery-strip .nav-tabs > li > a {
    padding: 10px 5px;
    font-size: 9px;
  }
}

@media (max-width: 345px) {
  .nav-gallery-strip .nav-tabs > li > a {
    padding: 10px 5px;
    font-size: 8px;
  }
}

.form-sec h3.title {
  margin-bottom: 25px;
  color: #fff;
}

.contact-content .media {
  margin-top: 0;
  margin-bottom: 15px;
}

.form-sec .fomm-wrapper {
  padding: 20px 35px 30px;
  background: #2c3767;
  border-radius: 5px;
}

.form-sec .fomm-wrapper .form-control {
  background: 0 0;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
}

.form-sec .fomm-wrapper .btn.submit {
  font-family: "Playfair Display", serif;
  background: #ffff;
  border: 0;
  color: #2c3767;
  font-size: 18px;
  line-height: 100%;
  padding: 15px 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .form-sec .fomm-wrapper {
    padding: 20px 25px 30px;
  }
}

.events .event {
  margin-bottom: 20px;
}

.events .event .content {
  padding: 20px 0 0;
}

.event .gallery {
  margin: 0 -10px;
}

.event .gallery .item {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 10px;
}

.event .gallery .item .thumb {
  background: #fff;
  border: 1px solid #1b42537a;
  padding: 8px;
  margin: 0;
}

.event .gallery .item .thumb img {
  width: 100%;
}

.event .gallery.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.event .gallery.video embed,
.event .gallery.video iframe,
.event .gallery.video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 500px) {
  .event .gallery {
    margin: 0 -5px;
  }
  .event .gallery .item {
    width: 50%;
    padding: 5px;
  }
}

.thankyou-sec .row {
  min-height: 75vh;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vurtual {
  height: 100vh;
}

.vurtual iframe {
  width: 100%;
  height: 100vh;
  border: 1px solid #222b61;
  padding: 15px;
}

#author-logo > img {
  height: 100%;
  display: none !important;
}

.bg-facebook {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: -7px;
  background: url("../img/ftr_social_logos.png") -3px -3px;
}

.bg-twitter {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: -7px;
  background: url("../img/ftr_social_logos.png") -33px -3px;
}

.bg-linkedin {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: -7px;
  background: url("../img/ftr_social_logos.png") -3px -33px;
}

.bg-instagram {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: -7px;
  background: url("../img/ftr_social_logos.png") -33px -33px;
}

.bg-icon_01 {
  width: 90px;
  height: 90px;
  display: inline-block;
  background: url("../img/feature_icons.png") -93px -1px;
}

.bg-icon_02 {
  width: 90px;
  height: 90px;
  display: inline-block;
  background: url("../img/feature_icons.png") -1px -93px;
}

.bg-icon_03 {
  width: 90px;
  height: 90px;
  display: inline-block;
  background: url("../img/feature_icons.png") -93px -93px;
}

.bg-icon_04 {
  width: 90px;
  height: 90px;
  display: inline-block;
  background: url("../img/feature_icons.png") -185px -1px;
}

.bg-icon_05 {
  width: 90px;
  height: 90px;
  display: inline-block;
  background: url("../img/feature_icons.png") -185px -93px;
}

.bg-icon_06 {
  width: 90px;
  height: 90px;
  display: inline-block;
  background: url("../img/feature_icons.png") -1px -1px;
}

@media only screen and (max-width: 500px) {
  .bg-icon_04 {
    width: 91px !important;
  }
}
.margin-top-50 {
  margin-top: 50px;
}
.hero-banner.full-height {
  min-height: calc(100vh - 100px);
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.hero-banner.with-video-bg {
  position: relative;
}
.hero-banner.with-video-bg:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #49347a;
}
.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen.show.active {
  opacity: 1;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.hero-banner > .container {
  position: relative;
  z-index: 2;
}
.hero-banner .hero-content {
  text-align: left;
}
.hero-banner .hero-content .title {
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.hero-banner .hero-content .sub-title {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .hero-banner .hero-content {
    text-align: center;
  }
}

#myModal .modal-body {
  padding: 0px;
}
#myModal .modal-content {
  background: transparent;
}
#myModal .modal-header {
  padding: 0;
  border-bottom: 0;
}
#myModal .modal-header .close {
  position: absolute;
  right: -20px;
  top: -20px;
  color: #fff;
  opacity: 1;
  z-index: 999;
  font-size: 35px;
  font-weight: 100;
  background: #000;
  padding: 5px 15px 10px;
  border-radius: 50%;
}

.text-gold {
  color: #d8ce55 !important;
}

#myModal .text-white {
  color: rgb(255 255 255 / 70%) !important;
  font-size: 16px;
}

@media (max-width: 600px) {
  #myModal .modal-header .close {
    font-size: 20px;
    right: -8px;
    top: -10px;
    padding: 5px 12px 10px;
  }
  #myModal .modal-dialog {
    margin-top: 30px;
  }
  #myModal .modal-body {
    padding: 0px;
  }
  #myModal .text-white {
    font-size: 15px;
  }
}

/*HOME NEW DESIGN CSS BEGIN*/
@media (min-width: 1900px) {
  .banner-slider .slick-slide.slick-current .hero-content {
    left: 20% !important;
  }
  .colcarou-frame {
    height: 760px !important;
  }
  .colcarou-item.active .colcarou-textbox p {
    font-size: 20px !important;
  }
  .colcarou-item.active .colcarou-textbox h1 {
    font-size: 42px !important;
  }
}

.banner-slider .slick-slide {
  position: relative;
}
.hero .hero-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2%;
  margin: auto;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
}

@media (max-width: 480px) {
  .hero .hero-content {
    top: -70px;
  }
}
@media (min-width: 480px) {
  .hero-content .sub-copy {
    font-size: 22px;
  }
}
.hero-content .sub-copy {
  color: #fff;
  font-size: 20px;
  margin: 0;
  line-height: 1.5;
  width: 65%;
  display: none;
  transition: 0.3s ease-in-out;
}
/*.slide-blk{*/
/*    display: block;*/
/*}*/
.bg {
  border-right: 1px solid #fff;
}
.bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(31, 31, 31, 0.5);
  z-index: 0;
}
.hero .hero-content h1 {
  font-size: 28px;
}
.banner-slider .slick-list {
  padding-left: 0 !important;
}
.banner-slider .slick-slide.slick-current .hero-content .sub-copy {
  display: block;
  transition: 0.3s ease-in-out;
}
.banner-slider .slick-slide.slick-current .hero-content {
/*  transform: translateY(110px);*/
  transition: 0.3s ease-in-out;
  left: 10%;
}
.banner-slider .slick-slide.slick-current .slide-blk {
  display: inline;
}
.banner-slider .slick-slide.slick-current .hero-content h1 {
  font-size: 42px;
}
.highlights-slider {
  width: 100%;
}

@media (max-width: 768px) {
  .hero-content .sub-copy {
    width: 95%;
  }
}

@media (max-width: 480px) {
  .hero-content .sub-copy {
    width: 100%;
  }
  .hero .hero-content {
    left: initial;
  }
  .banner-slider .slick-slide.slick-current .hero-content {
    left: 0;
    bottom: initial;
    padding: 0 10px;
  }
  .banner-slider .slick-slide.slick-current .hero-content h1 {
    font-size: 34px;
  }
  .banner-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 480px) {
  .highlights-item {
    width: 20%;
    float: left;
  }
  .min-height-text {
    min-height: 120px;
  }
  .towers-sec-padding {
    padding: 30px 0px;
  }
}

.highlights-item {
  padding: 10px 5px;
}
.highlights-wrapper {
  background: #2a3467;
  padding: 30px 10px;
  text-align: center;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.highlights-wrapper:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.highlights-wrapper img {
  margin: auto;
  margin-bottom: 15px;
}
.highlights-wrapper p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.text-yellow {
  color: #e8c162;
}
.text-blue {
  color: #212a61 !important;
}
.text-white {
  color: #fff !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}

p.large {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .hero-content .sub-copy {
    font-size: 18px;
  }
  section.hero {
    min-height: initial;
  }
}

@media (max-width: 480px) {
  .highlights-wrapper {
    margin: 0 20px;
  }
  .hero-content .sub-copy {
    font-size: 16px;
  }
  .testimonial-slider .wrapper img {
    margin: auto;
  }
}
/*HOME NEW DESIGN CSS END*/

.ribbon .bg_ribbon {
  /* position: absolute; */
  /* bottom: -45%; */
  /* left: -8%; */
  background-color: #b9c056;
  /* width: 50%; */
  padding: 5px 5px 5px 15px;
  /* z-index: 0; */
  width: 30%;
  margin-top: 10px;
}

.ribbon .bg_ribbon h3 {
  position: relative;
  color: #222300;
  z-index: 99;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.main_banners1 {
  position: relative;
  background: url("../img/botanika_divali_offer_banner_desktop.jpg") center
    center no-repeat;
  background-size: auto;
  height: 70vh;
  min-height: 100%;
  width: 100%;
}

.main_banners1 .terms_co {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  color: #fff;
}
.main_banners {
  position: relative;
}

.main_banners .terms_co {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  color: #fff;
}
.youtube-wrapper img {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1366px) {
  .main_banners1 {
    position: relative;
    background: url("../img/botanika_divali_offer_banner_desktop.jpg") left
      center no-repeat;
    background-size: cover;
    height: 77vh;
    min-height: 100%;
    width: 100%;
  }
  .main_banners {
    background-size: cover;
    height: 77vh;
    min-height: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ribbon .bg_ribbon {
    width: 100%;
  }
  .main_banners1 {
    position: relative;
    background: url("../img/botanika_divali_offer_banner_mobile.jpg") center
      center no-repeat;
    background-size: cover;
/*    height: 45vh;*/
    min-height: 100%;
    width: 100%;
  }
  .main_banners {
    background-size: cover;
/*    height: 45vh;*/
    min-height: 100%;
    width: 100%;
  }
  .main_banners .terms_co {
    bottom: 10px;
  }
  .main_banners1 .terms_co {
    bottom: 10px;
  }
}

/* @media (max-width: 768px) {
	.main_banner_01 .terms_co {
	  bottom: 0px;
	  right: 10px;
	}
	.ribbon .bg_ribbon {
	  bottom: 5%;
	  left: 0%;
	  width: 90%;
	  padding: 5px 5px 5px 30px;
	}
  
	.ribbon .bg_ribbon h2 {
	  font-size: 20px;
	}
  } */

/* .ribbon .bg_ribbon {
  position: absolute;
  bottom: -45%;
  left: -8%;
  background-color: #b9c056;
  width: 50%;
  padding: 5px 5px 5px 100px;
  z-index: 0;
}

.ribbon .bg_ribbon h2 {
  position: relative;
  color: #222300;
  z-index: 99;
  font-style: italic;
}

@media (max-width: 768px) {
  .main_banner_01 .terms_co {
    bottom: 0px;
    right: 10px;
  }
  .hero .bg.bg-slide-01:after {
    background: none;
  }
  .hero-content .wrapper p {
    padding: 15px 15px 100px 15px;
  }
  .ribbon .bg_ribbon {
    bottom: 5%;
    left: 0%;
    width: 90%;
    padding: 5px 5px 5px 30px;
  }

  .ribbon .bg_ribbon h2 {
    font-size: 20px;
  }
} */

/* @media (max-width: 820px) {
	.ribbon .bg_ribbon {
	  bottom: -45%;
	  left: -8%;
	  width: 80%;
	}
  
	.ribbon .bg_ribbon h2 {
	  padding-left: 70px;
	}
  } */

.bg.tower {
  display: flex;
  align-items: center;
}
.bg.tower h1 {
  color: #fff;
  position: relative;
}
