@font-face {
  font-family: 'Euclid Square';
  src: url('fonts/EuclidSquare-Regular.eot');
  src: url('fonts/EuclidSquare-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/EuclidSquare-Regular.woff2') format('woff2'), url('fonts/EuclidSquare-Regular.woff') format('woff'), url('fonts/EuclidSquare-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid Square';
  src: url('fonts/EuclidSquare-Light.eot');
  src: url('fonts/EuclidSquare-Light.eot?#iefix') format('embedded-opentype'), url('fonts/EuclidSquare-Light.woff2') format('woff2'), url('fonts/EuclidSquare-Light.woff') format('woff'), url('fonts/EuclidSquare-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid Square';
  src: url('fonts/EuclidSquare-SemiBold.eot');
  src: url('fonts/EuclidSquare-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/EuclidSquare-SemiBold.woff2') format('woff2'), url('fonts/EuclidSquare-SemiBold.woff') format('woff'), url('fonts/EuclidSquare-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivy Mode';
  src: url('fonts/IvyMode-Regular.eot');
  src: url('fonts/IvyMode-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/IvyMode-Regular.woff2') format('woff2'), url('fonts/IvyMode-Regular.woff') format('woff'), url('fonts/IvyMode-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivy Mode';
  src: url('fonts/IvyMode-Light.eot');
  src: url('fonts/IvyMode-Light.eot?#iefix') format('embedded-opentype'), url('fonts/IvyMode-Light.woff2') format('woff2'), url('fonts/IvyMode-Light.woff') format('woff'), url('fonts/IvyMode-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?vvtfs3');
  src: url('fonts/icomoon.eot?vvtfs3#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?vvtfs3') format('truetype'), url('fonts/icomoon.woff?vvtfs3') format('woff'), url('fonts/icomoon.svg?vvtfs3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pdf:before {
  content: "\e900";
}
.icon-pinterest:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-telegram:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-email:before {
  content: "\e905";
}
.icon-left:before {
  content: "\e906";
}
.icon-linkedin:before {
  content: "\e907";
}
.icon-right:before {
  content: "\e908";
}
.icon-smartphone:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e90a";
}
.icon-share:before {
  content: "\e90b";
}
.icon-search:before {
  content: "\e90c";
}
.icon-left-arrow:before {
  content: "\e90d";
}
.icon-call:before {
  content: "\e90e";
}
.icon-whatsapp:before {
  content: "\e90f";
}
.icon-right-arrow:before {
  content: "\e910";
}
.icon-youtube:before {
  content: "\e911";
}
.icon-behance:before {
  content: "\e912";
}
.icon-vimeo:before {
  content: "\e914";
}
.icon-discord:before {
  content: "\e915";
}
.icon-location:before {
  content: "\e916";
}
.icon-tik-tok:before {
  content: "\e917";
}
* {
  outline: none !important;
}
a {
  color: #fff;
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  font-family: 'Euclid Square', Helvetica, Arial, sans-serif;
  font-weight: normal; background:#000; color:#fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Ivy Mode', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
img {
  max-width: 100%;
}
p {
  font-family: 'Euclid Square', Helvetica, Arial, sans-serif;
  font-size: 16px;
 
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding: 0;
  margin: 0 0 25px;
  font-weight: 300;
}
.common_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.logo {
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.logo:after {
  content: '';
  width: 1px;
  height: 90%;
  position: absolute;
  right: 122px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.logo img {
  width: auto;
  height: 95px;
}
.logo .logo_primary {
  position: relative;
  z-index: 2;
}
.logo .logo_secondary {
  position: relative;
  margin-left: 30px;
  height: 35px;
}
.menu_main li {
  margin-left: 35px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
 /* background-color: #000;*/
  z-index: 100;
  padding: 10px 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .button_but.button_but_clr {
  min-width: 175px;
  padding: 12px 20px;
  font-size: 12px;
}
header.fixed {
  background-color: #ddd;
  padding: 0 0;
}
header.fixed .logo .logo_secondary {
  opacity: 1;
}
header.fixed .button_but.button_but_clr {
  background-color: #ddd;
  color: #000;
  padding: 16px 20px;
}
.home_banner {
  /*height: 100vh;*/
  width: 100%;
  background-color: #000;
}
.footer_bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer_bottom p {
  font-size: 13px;
  margin: 0;
  opacity: 0.7;
}
.footer_bottom p a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer_bottom p a:hover {
  color: #000000;
}
.slide__slide-content {
  text-align: left;
}
.slide__slide-content h2 {
  display: block;
  color: #fff;
  font-family: 'Ivy Mode', Arial, Helvetica, sans-serif;
  font-size: calc(18px + 22*(100vw - 500px)/1500);
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  padding: 0;
  mix-blend-mode: lighten;
  will-change: transform, opacity;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.slide__slide-content h2 :after {
  content: '';
  width: 1px;
  height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -30px;
  background-color: #fff;
  opacity: 0.5; display:none;
}
.slide__slide-content h2 span {
  display: block;
  color: #fff;
}
.slide__slide-content h3 {
  color: #fff;
  font-family: 'Euclid Square', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0em;
  padding-left: 30px;
  margin-left: 30px;
}
.section {
  padding: 30px 0;
}
.footer--box_float{ position: fixed;
    z-index: 9999;
    cursor: pointer;
    color: #000; border-radius:50%; width:40px; width: 60px;
    height: 60px;right: 30px; bottom:90px; background:#fff; font-size:24px;
    text-align: center;}
.footer--box_float i{margin-top: 19px;
    display: inline-block;}
.footer--box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}
.footer--box .footer--box-content p {
  margin: 0;
  font-size: 20px;
  position: relative;
  padding-left: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer--box .footer--box-content p i {
  font-size: 27px;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer--box:hover .footer--box-content p, a:hover {
  color: #a28548;
}
.footer--box-row {
  margin-bottom: 40px;
  padding-top: 50px;
}
.footer--box-title {
  font-family: 'Euclid Square', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.3em;
  padding: 0;
  margin: 0 0 25px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
.footer--box-col {
  position: relative;
}
.footer--box-col:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.footer--box-col:nth-of-type(2) .footer--box-container .footer--box-content p {
  display: table;
  white-space: nowrap;
}
.footer--box-col .footer--box-container {
  display: table;
  margin: 0 auto;
}
.footer--box-col:last-of-type:after {
  display: none;
}
.button_but {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
  font-family: 'Euclid Square', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.3em;
  padding: 14px 25px;
  margin: 0 0;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  text-align: center;
  min-width: 190px;
}
.button_but span {
  letter-spacing: 0.3em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button_but:hover {
  background-color: #fff;
  color: #000000;
}
.button_but:hover span {
  letter-spacing: 0.28em;
}
.button_but.button_but_clr {
  color: #fff;
  border: 1px solid #fff;
  background-color: #000000;
}
.button_but.button_but_clr:hover {
  background-color: #fff;
  color: #000000;
}
.button_but.button_but_wht {
  /*color: #fff;
  border: 1px solid #00223e;
  background-color: #00223e;*/
}
.button_but.button_but_wht:hover {
  background-color: #fff;
  color: #00223e;
  border: 1px solid #fff;
}
.primary_heading {
  display: block;
 
  font-family: 'Ivy Mode', Arial, Helvetica, sans-serif;
  font-size: calc(18px + 22*(100vw - 500px)/1500);
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 20px;
  position: relative;
  padding: 0;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.title_heading {
  display: block;
  color: #1f1f1f;
  font-family: 'Euclid Square', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 5px;
  position: relative;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.title_heading.primary_heading_big {
  font-size: calc(40px + 22*(100vw - 500px)/1500);
  letter-spacing: 0;
  margin-bottom: 30px;
}
.show_intrst {
  /* .title_heading{
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
  }*/
}
.show_intrst .title_heading {
  text-transform: capitalize;
  letter-spacing: 0;
}
.feature--box img {
  width: auto;
  height: 40px;
  margin: 0 auto 15px;
  display: table;
}
.feature--box h3 {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.01em;
  font-family: 'Euclid Square', Helvetica, Arial, sans-serif;
  padding: 0 5px;
}
.feature--box-col {
  position: relative;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.feature--box-col:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.feature--box-col:last-of-type:after {
  display: none;
}
.feature--box-row {
  margin-top: 25px;justify-content: center;
}
.img_cover {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.img_cover:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 10;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  -moz-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  -ms-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  -o-transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.img_cover img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.animated.img_cover:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.gry_bg {
  background-color: rgba(181, 181, 181, 0.1);
}
.form_group {
  position: relative;
  margin: 0 0 25px;
  padding: 0;
}
.form_control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  font-family: 'Euclid Square', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.02em;
  color: #000;
  background-color: transparent;
}
select.form_control {
  cursor: pointer;
}
textarea.form_control {
  height: 80px;
  resize: none;
}
.form_control::-webkit-input-placeholder {
  /* Edge */
  color: #000;
  opacity: 1;
}
.form_control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  opacity: 1;
}
.form_control::placeholder {
  color: #000;
  opacity: 1;
}
.map_main {
  position: relative;
  padding-bottom: 30%;
  overflow: hidden;
}
.map_main iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.contact_section {
  position: relative;
}
.contact_section .title_heading,
.contact_section .primary_heading {
  color: #fff;
}
.contact_section .footer--box .footer--box-content p {
  color: #fff;
  font-size: 24px;
}
.contact_section .footer--box .footer--box-content p i {
  font-size: 24px;
  top: 7px;
}
.contact_section .form_control {
  color: #1f1f1f;
  background-color: #fff;
  padding: 0 10px;
}
.contact_section textarea.form_control {
  padding: 10px;
}
.contact_section .contact_patch {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(90deg, #000000 0%, #222 100%);
}
.contact_section > .container {
  position: relative;
  z-index: 10;
}
.contact_section .contact_box a {
  margin-bottom: 10px;
}
.contact_section .common_ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.contact_section .common_ul li {
  margin-right: 20px;
}
.contact_section .common_ul li a {
  display: block;
  width: 100%;
  font-size: 23px;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.contact_section .common_ul li a:hover {
  opacity: 0.7;
  -webkit-transform: translate3d(0, -3px, 0);
  -ms-transform: translate3d(0, -3px, 0);
  -moz-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
.contact_box a {
  margin-bottom: 20px;
}
.listing_style {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listing_style li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  font-family: 'Euclid Square', Helvetica, Arial, sans-serif;
  font-size: 16px;
  
  line-height: 1.2;
  letter-spacing: -0.01em;
  padding-left: 15px;
  padding-right: 30px;
  margin: 0 0 5px;
  
}
.listing_style li:nth-of-type(even) {
  padding-right: 0;
}
.listing_style li:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.listing_style_single.listing_style li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.feature_box {
  
  width: 50%;
  padding: 80px 50px 80px;
  margin: 0 auto; padding-right:50px!important
}
.feature_box.feature_box_r {
  margin-right: 0;
}
.feature_box.feature_box_l {
  margin-left: 0;
}
.feature_section {
  padding: 0;
}
.feature_section > .container-fluid {
  padding: 0;
}
.gal_row {
  margin-right: -2.5px;
  margin-left: -2.5px;
}
.gal_col {
  /* height: 300px;*/
  overflow: hidden;
  padding-left: 2.5px;
  padding-right: 2.5px;
  margin-bottom: 5px;
}
.gal_col img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
}
.gal_col .gal_img {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: block;
}
.gal_col:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.abt_text {
  padding-left: 30px;
}
.section_feature p{color:#fff; text-align:center}
.h_enq_call a {
  /*color: #fff;*/ color:#000;
  font-size: 24px;
}
.no_bottom_padding {
  padding-bottom: 0;
}
.no_top_padding {
  padding-top: 0;
}
.video_sec {
  padding-left: 0;
  padding-right: 0;
}
.video_sec .primary_heading {
  margin-bottom: 30px;
}
.video_sec video {
  max-width: 100%;
  margin: 0px auto 0;
  display: table;
  width: 100%;
}
.feature_slider {
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  height: 100%;
  z-index: 50;
}
.feature_slider .owl-stage-outer,
.feature_slider .owl-stage,
.feature_slider .owl-item,
.feature_slider .item {
  height: 100%;
}
.feature_slider .owl-stage-outer img,
.feature_slider .owl-stage img,
.feature_slider .owl-item img,
.feature_slider .item img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature_slider .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 50px;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.feature_slider .owl-dots .owl-dot {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  margin: 0 3px;
  position: relative;
  top: 0;
}
.feature_slider .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  top: 0px;
}
#wachat a {
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  color: #fff;
  text-align: center;
  margin: 0px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  background: #64b161;
  box-shadow: 0 0 30px rgb(0 0 0%);
  user-select: none;
  line-height: 1;
  min-width: 40px;
  max-width: 350px;
  bottom: 15px !important;
  top: auto !important;
  border-radius: 50%;
  right: 30px;
  animation-name: ok_bounceInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 60px;
  height: 60px;
}
#wachat a::before {
  transition: opacity 0.5s ease;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  z-index: 1;
  opacity: 0;
  border-radius: 60px;
}
#wachat a img {
  font-family: unset;
  font-style: unset;
  font-weight: unset;
  line-height: unset;
  font-size: unset;
  padding: 14px;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0);
  /* &:nth-of-type(1){
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    bottom: 0;
    z-index: 15;
    padding: 0;
  }*/
}
#wachat a img:nth-of-type(1) {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0;
  padding: 2px;
  display: table;
  z-index: 10;
}
#wachat a::after {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-radius: 55px;
  height: 55px;
  width: 55px;
  content: "";
  -webkit-animation: ok_widgetPulse infinite 1.5s;
  animation: ok_widgetPulse infinite 1.5s;
  position: absolute;
  top: 3px;
  left: 3px;
  border-color: #64b161;
}
@-webkit-keyframes ok_widgetPulse {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes ok_widgetPulse {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
.wtool {
  display: block;
  width: 120px;
  position: absolute;
  left: -33px;
  top: -30px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 3px;
  border-radius: 3px;
  color: #000000;
  box-shadow: 0px 0px 45px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wtool:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
#wachat .btn-web:hover .wtool {
  top: -36px;
  opacity: 1;
}
.section_feature {
  position: relative;
}
.section_feature > .container {
  position: relative;
  z-index: 10;
}
.section_feature .primary_heading,
.section_feature .feature--box h3 {
  color: #fff;
}
.feature_patch {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(90deg, #000000 0%, #222 100%);
  z-index: 1;
}
.gp_main {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 10px;
}
.gutter-sizer {
  width: 0px;
}
.gp_section .gp_main {
  margin-bottom: 10px;
}
label.error {
  display: block;
  position: absolute;
  left: 0;
  top: 105%;
  font-size: 12px;
  font-family: 'Euclid Square', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: #fff;
}
.slide_content-box {
  position: relative;margin-bottom: 25px;
}
.slide_content-box .title_heading_top {
  padding-left: 0;
  margin-left: 0;
  font-size: 14px;
  position: absolute;
  top: -30px;
  left: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.scroll-button {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 140px;
  width: 40px;
  background-color: #000000;
  text-decoration: none !important;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  display: none;
}
.scroll-button p {
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 95px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#scf_message {
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .feature--box-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 10px;
  }
  .feature--box-col:nth-of-type(5n):after {
    display: none;
  }
  .feature_box {
    padding: 60px 30px 60px;
    width: 45%;
  }
  .feature_slider {
    width: 55%;
  }
  .footer--box .footer--box-content p {
    font-size: 16px;
  }
  .footer--box .footer--box-content p i {
    font-size: 22px;
    top: 1px;
  }
}
@media only screen and (max-width: 992px) {
  p {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}
@media only screen and (max-width: 769px) {
	/*.footer--box_float{display:none;}*/
	body{padding-top:54px;}
  .slide__slide-content h2 span br {
    display: none;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .slide__slide-content h2 {
    font-size: 22px;
  }
  .arrows {
    bottom: auto;
    top: 55%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .primary_heading {
    font-size: 22px;
  }
  .show_intrst {
    margin-bottom: 30px;
  }
  .map_main_row {
    margin: 0 auto;
  }
  .contact_section .footer--box .footer--box-content p {
    font-size: 20px;
  }
  .contact_section .footer--box .footer--box-content p i {
    font-size: 20px;
  }
  .footer--box .footer--box-content p i {
    font-size: 16px;
    top: 4px;
  }
  .footer--box .footer--box-content p {
    font-size: 15px;
    padding-left: 25px;
  }
  .footer--box-row {
    margin-bottom: 25px;
    padding-top: 40px;
  }
  .footer_bottom {
    padding: 10px 0;
  }
  .abt_text {
    padding-left: 0px;
  }
  .feature_box {
    padding: 50px 20px 50px;
  }
  .feature_box.feature_box_r {
    padding-right: 20px !important;
  }
  .feature_box_l {
    padding-left: 20px !important;
  }
  .slide__slide-content{padding-bottom:0}
  .slide_content-box {
    display: block !important;
    padding-right: 80px !important; margin:0
  }
  .h_enq_call span{display:none}
  header {
    background-color: #ddd;
  }
  .slide__slide-content h2 {
    margin-bottom: 15px;
  }
  .slide__slide-content h3 {
    padding-left: 0;
    margin-left: 0;
  }
  .slide__slide-content h2 ::after {
    display: none;
  }
  .slide__slide-content h3 {
    font-size: 17px;
  }
  header .button_but.button_but_clr {
    min-width: 90px;
    padding: 10px 12px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  header .button_but.button_but_clr span {
    letter-spacing: 0.1em;
  }
  .h_enq_call a {
    font-size: 16px;
  }
  .h_enq_call a i.icon-email {
    font-size: 20px;
  }
  .menu_main li {
    margin-left: 20px;
  }
  .logo .logo_secondary {
    margin-left: 20px;
    height: 30px;
  }
  .logo img {
    height: 35px;
  }
  .logo::after {
    right: 102px;
  }
  header.fixed .button_but.button_but_clr {
    padding: 14px 12px;
  }
  .slide_content-box .title_heading_top {
    font-size: 13px;
    position: relative;
    letter-spacing: 0.4em;
    margin-bottom: 15px;
    left: 0;
    top: 0;
  }
  
}
@media only screen and (max-width: 576px) {
  .footer--box-col .footer--box-container {
    margin-left: 0;
  }
  .footer--box-title {
    margin: 0 0 12px;
  }
  .footer--box-col {
    margin-bottom: 15px;
  }
  .footer--box-col:last-of-type {
    margin-bottom: 0;
  }
  .footer--box-row {
    padding-top: 30px;
  }
  .abt_text {
    margin-top: 25px;
  }
  .gp_main {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .feature_slider {
    position: relative;
    width: 100%;
  }
  .feature--box img {
    height: 32px;
    margin: 0 auto 10px;
  }
  .feature--box h3 {
    font-size: 12px;
    padding: 0 3px;
  }
  .feature_box {
    width: 100%;
    padding: 30px 20px 30px;
  }
  .feature_section_padding {
    padding-top: 60%;
  }
  .scroll-button {
    display: block;
  }
  .h_enq_but {
    display: none;
  }
  .feature--box-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .feature--box-col:nth-of-type(5n):after {
    display: block;
  }
  .feature--box-col:nth-of-type(4n):after {
    display: none;
  }
  .feature--box-col:nth-last-of-type(2),
  .feature--box-col:last-of-type {
    display: none;
  }
  .button_but {
    font-size: 12px;
  }
  .gp_main {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .map_main {
    padding-bottom: 60%;
  }
  .form_control {
    font-size: 14px;
  }
  header.fixed {
    padding: 5px 0;
  }
  .feature_box.feature_box_l {
    background-color: #f0f0f0;
  }
  .slideshow.screen-height,
  .home_banner {
   /* height: 78vh;*/
  }
}
@media only screen and (max-width: 480px) {
  .feature--box-col {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .feature--box-col:nth-of-type(4n):after {
    display: block;
  }
  .feature--box-col:nth-of-type(3n):after {
    display: none;
  }
  .feature--box-col:nth-last-of-type(2) {
    display: block;
  }
  .feature--box-col:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .logo img {
    height: 30px;
  }
  .logo .logo_secondary {
    margin-left: 20px;
    height: 25px;
  }
  .logo::after {
    right: 85px;
  }
}
@media only screen and (min-width: 760px) {
.section_right_side .feature_slider{right: 0;
    left: auto;}
.section_right_side .feature_box.feature_box_r{margin-left:0}
}
