@charset "utf-8";
/* CSS Document */

#cssmenu ul ul,
#cssmenu ul ul ul {
  position: absolute;
  left: -9999px;
  z-index: 1000;
}

#cssmenu,
#cssmenu #menu-button,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0 0 -2px;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 150;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button,
#cssmenu ul ul li.has-sub > a:before {
  display: none;
}

#cssmenu > ul > li {
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu ul ul li.has-sub > a:after,
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  display: block;
  content: "\f105";
  font-family: FontAwesome;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li > a {
  text-decoration: none;
  transition: 0.5s;
}

#cssmenu > ul > li:hover > a {
  transition: 0.5s;
}

#cssmenu ul ul {
  margin-top: 0;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  transition: 0.25s;
  margin-bottom: 11px;
  padding: 0;
  width: 200px;
  text-transform: capitalize !important;
  position: relative;
  height: 30px;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li.last-item > a,
#cssmenu ul ul li:last-child > a {
  border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a:after {
  top: 16px;
  right: 7px;
  width: 8px;
  height: 2px;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 10px;
}

#cssmenu > ul > li a {
  border: none;
}

#cssmenu > ul ul li a {
  border: none;
  padding-bottom: 10px !important;
}

#cssmenu > ul > li a:hover {
  color: #08693f;
}

#cssmenu > ul ul {
  margin-top: 14px;
}

#cssmenu > ul ul li a:hover {
  background: 0 0;
  transition: 0.5s;
}

#cssmenu ul {
  padding: 0;
}

#cssmenu ul ul {
  top: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.25s;
  -moz-transition: opacity 0.3s, top 0.25s;
  -ms-transition: opacity 0.3s, top 0.25s;
  -o-transition: opacity 0.3s, top 0.25s;
  transition: opacity 0.3s, top 0.25s;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s, top 0.25s;
  -moz-transition: opacity 0.3s, top 0.25s;
  -ms-transition: opacity 0.3s, top 0.25s;
  -o-transition: opacity 0.3s, top 0.25s;
  transition: opacity 0.3s, top 0.25s;
  background: #492b2d;
  margin-top: 0;
}

#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 20px;
  opacity: 1;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(143, 143, 143, 0.5);
  border-bottom: none;
  padding: 11px;
  text-transform: capitalize;
  font-size: 12px;
  color: #fff;
  -webkit-transition: 0.35s;
  margin: 0 !important;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

#cssmenu ul ul li.has-sub::after {
  right: 10px;
  top: 12px;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: -webkit-transform 0.2s, right 0.2s;
}

@media all and (max-width: 900px) {
  #cssmenu #menu-button,
  #cssmenu .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    cursor: pointer;
  }

  #cssmenu,
  #cssmenu .submenu-button.submenu-opened {
    background: 0 0;
  }

  #cssmenu ul li a {
    color: #fff !important;
  }

  #cssmenu .submenu-button.submenu-opened:before,
  #cssmenu ul,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before,
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu ul ul li {
    width: 100% !important;
    margin-bottom: 0;
  }

  #cssmenu ul {
    width: 100%;
    margin-top: 0;
    padding: 0 10px;
  }

  #cssmenu.align-center > ul {
    text-align: left;
  }

  #cssmenu ul li {
    width: 100%;
  }

  #cssmenu li:hover > ul > li,
  #cssmenu ul ul li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }

  #cssmenu > ul > li {
    float: none;
    padding-bottom: 17px !important;
    padding-top: 8px;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu #menu-button:after,
  #cssmenu #menu-button:before {
    right: 8px;
    width: 30px;
    content: "";
    position: absolute;
  }

  #cssmenu #menu-button {
    padding: 17px;
    color: #ddd;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    width: 46px;
    border-radius: 4px;
  }

  #cssmenu #menu-button:after {
    top: 16px;
    display: block;
    height: 8px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
  }

  #cssmenu #menu-button:before {
    top: 10px;
    display: block;
    height: 2px;
    background: #ddd;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    content: "";
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    content: "\f068";
    font-family: FontAwesome;
    color: #fff;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 19px;
    display: block;
    height: 8px;
    content: "\f067";
    font-family: FontAwesome;
    color: #fff;
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button::after,
  #cssmenu .submenu-button::before {
    top: 11px;
  }

  #cssmenu,
  #cssmenu #menu-button,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    z-index: auto;
  }

  #cssmenu {
    position: fixed;
    z-index: 160;
    right: 15px;
    width: 91.5%;
    border-radius: 2px;
  }

  ul.socialMedia {
    float: left;
  }

  #cssmenu > ul > li > a {
    padding-bottom: 15px;
  }

  #cssmenu ul ul {
    padding: 0;
    opacity: 1;
  }

  #cssmenu ul ul li a {
    background: 0 0;
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 20px !important;
  }

  #cssmenu .submenu-button {
    z-index: 99;
    top: 0;
    height: 38px;
    border: none;
  }

  #cssmenu > ul ul {
    top: 0;
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sliderC {
    margin-top: 0;
  }

  #cssmenu #menu-button {
    right: 14px;
  }

  .addressBox {
    height: 120px;
  }

  @media (min-width: 603px) and (max-width: 966px) {
    #cssmenu > ul > li a {
      padding: 10px 13px !important;
    }

    .addressBox h6 {
      font-size: 13px;
    }
  }
}

@media (max-width: 760px) {
  #cssmenu .submenu-button {
    width: 50px;
  }

  #cssmenu ul ul {
    background: #404040 !important;
    top: 0 !important;
  }

  #cssmenu ul ul li {
    width: 100% !important;
  }

  .spcificHeight {
    height: 400px !important;
    overflow-y: scroll !important;
  }

  #cssmenu > ul > li {
    padding: 0;
    padding-bottom: 0 !important;
  }

  #cssmenu > ul > li a {
    padding: 10px !important;
  }

  #cssmenu #menu-button {
    background: #dadada;
    border: 1px solid #fff;
  }

  #cssmenu #menu-button::before {
    background: #7b8284;
  }

  #cssmenu #menu-button::after {
    border-bottom: 2px solid #7b8284;
    border-top: 2px solid #7b8284;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-family: "Oswald", sans-serif;
  font-family: "Roboto Condensed", sans-serif;
  font-family: "Roboto", sans-serif;
}

.header {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;

  top: 0;

  z-index: 31 !important;
  position: absolute;

  padding: 10px 0px;
  margin: 0px 0px;
}

.header.scroll_css {
  margin: 0;
}

.language-sel {
  list-style: none;
  padding: 0px 0px;
}

.language-sel li {
  float: left;
}

.language-sel li a {
  padding: 5px 15px;
  color: #ffffff;
  border: 1px solid #d2aa4b;
}

.language-sel li .active {
  background: #d2aa4b;
  color: #fff;
}

.language-sel {
  cursor: pointer;
  float: right;
  top: 33px;
  display: block;
  margin-right: 60px;
  margin-top: 19px;

  z-index: 100;
}

.logoC {
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /*margin-top: 8px;*/
}

.logoC img {
  max-width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.header-inner {
  margin-top: 20px;
}

.header-inner h5 {
  color: #333;
  float: right;
}

.mennu-btn {
  float: right;
}

.home-video {
  position: relative;
  overflow: hidden;
  background: #000;
  background-size: 100% auto;
}

.home-video video {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.wrapper1 {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: -6px;
}

.home-video {
  max-height: 680px;
  overflow: hidden;
}

.header {
  margin-top: 40px;
}

.home-video-captions {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 40%;
  z-index: 10;
  color: #fff;
  text-align: center;
}

.home-video-captions h1 {
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
}

.home-video-captions h2 {
  font-size: 80px;
  font-weight: 900px;
  font-family: "Roboto Condensed", sans-serif;
}

.home-video-captions h2 span {
  -webkit-text-stroke-color: #fff;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
}

.video-container {
  max-height: 680px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  background: #000;
  background-size: 100% auto;
}

.video-container video {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.section-2-text {
  position: absolute;
  left: 0;
  right: 0;
  color: #ffffff;
  top: 20%;
  font-family: "Roboto Condensed", sans-serif;
}

.section-2-text h2 {
  font-size: 35px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 01px auto;
  text-align: center;
  margin-bottom: 50px;
}

.section-2-text h2 b {
  font-size: 75px;
  text-transform: uppercase;
  font-weight: 900;
}

.yr-bx h3 {
  font-size: 120px;
  font-family: "Oswald", sans-serif;
  color: #d2aa4b;
  font-weight: 900;
}

.yr-bx-inn {
  background: #fff;
  padding: 20px;
  border: 3px solid #d2aa4b;
  width: 225px;
  height: 225px;
  text-align: center;
}

.yr-bx h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  opacity: 0.5;
  color: #d2aa4b;
}

.ec2-txt h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 29px;
  margin-top: 50px;
}

.ec2-txt h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  font-size: 27px;
}

.ec2-txt h6 span {
  font-size: 32px;
}

.yr-bx {
  padding: 20px;
  background: url(../images/date-pattern.png);
  display: table;
}

.rnd-inner {
  background: #d2aa4b;
  color: #ffffff;
  width: 173px;
  height: 173px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}

.round-button {
  border: 4px solid #fff;
  width: 188px;
  height: 188px;
  padding: 4.5px;
  border-radius: 50%;
}

.rnd-inner {
  font-size: 16px;
  text-transform: uppercase;
}

.rnd-inner span {
  font-size: 45px;
}

.rnd-inner h6 {
  font-weight: 400;
  padding-top: 71px;
  line-height: 17px;
}

a {
  text-decoration: none;
}

.section-2-text {
  position: absolute;
  left: 0;
  right: 0;
  color: #ffffff;
  top: 20%;
  font-family: "Roboto Condensed", sans-serif;
}

.section-3-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  color: #ffffff;
}

.section-3-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px auto;
  text-align: center;
  color: #d2aa4b;
  letter-spacing: 4px;
  margin-bottom: 50px;
}

.section-3-text h2 b {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

.productC {
  position: relative;
  text-align: center;
  padding: 2px;
}

.pro-inn {
  padding: 20px;
  background: #000000;
  min-height: 280px;
}

.productC:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-top: 3px solid #d2aa4b;
  border-left: 3px solid #d2aa4b;
  content: "";
}

.productC:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-bottom: 3px solid #d2aa4b;
  border-right: 3px solid #d2aa4b;
  content: "";
}

.productC h2 {
  font-family: "Oswald", sans-serif;
  -webkit-text-stroke-color: #fff;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  font-size: 67px;
  font-weight: normal;
  margin: 20px auto;
}

.productC h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
}

.pro-txt {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.6;
  max-width: 90%;
  margin: 0px auto;
  text-align: center;
  display: table;
  margin-bottom: 20px;
}

.srv-ic {
  /*position:absolute;*/
  left: 20px;
  top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}

.srv-ic img {
  margin: auto;
}

#intro-1 {
  background: #000 url(../images/video-bg.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 100px 0;
  background-attachment: fixed;
  margin-top: 0px;
  background-size: 100% auto;
}

.video-frame {
  overflow: hidden;
  margin: 0px auto;
  position: relative;
  display: table;
  width: 70%;
}

.video-frame img {
  max-width: 100%;
}

.vd-pl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  top: 10%;
}

.video-frame h2 {
  font-size: 50px;
  font-weight: 200;
  text-transform: uppercase;
  color: #d2aa4b;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 30px;
}

.video-frame h2 b {
  font-weight: 900;
  color: #ffffff;
}

.play-btn {
  width: 105px;
  height: 105px;

  border-radius: 50%;
  position: relative;
  line-height: 105px;
  display: block;
  margin: 100px auto;
  /*  box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8); */
  margin: 0px auto;
  margin-top: 40px;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #000000;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

.play-btn i {
  -webkit-text-stroke-color: #fff;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  font-size: 30px;
}

.testimonial-sec {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  color: #ffffff;
}

.testimonial-sec h2 {
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  line-height: 60px;
  margin-top: 105px;
}

.testimonial-sec h2 span {
  -webkit-text-stroke-color: #fff;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
}

.testi-bx {
  background: #000000;
  padding: 70px 70px 50px;
  border-bottom: 3px solid #d2aa4b;
  font-family: "Roboto", sans-serif;
}

.testi-text {
  margin-bottom: 40px;
}

.testi-text p {
  font-size: 18px;
  line-height: 26px;
  color: #b2b2b2;
}

.testi-bottom {
  display: flex;
}

.testi-user {
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #d2aa4b;
  margin-right: 20px;
}

.testi-userimg {
  max-width: 100%;
  border-radius: 50%;
}

.testi-bottom h3 {
  font-size: 24px;
  color: #d2aa4b;
  margin: 0px 0px;
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
}

.testi-bottom h3 span {
  font-size: 20px;
  color: #959595;
}

#carousel-indicators {
  margin-left: 0px;
}

.testi-bottom {
  display: flex;
  margin-bottom: 54px;
}

/*image-over*/

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  /*  min-width: 320px;
 max-width: 480px;
  max-height: 360px;
  width: 48%;
  background: #3085a3;*/
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    rgba(72, 76, 97, 0) 0%,
    rgba(72, 76, 97, 0.8) 75%
  );
  background: linear-gradient(
    to bottom,
    rgba(72, 76, 97, 0) 0%,
    rgba(72, 76, 97, 0.8) 75%
  );
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

figure.effect-roxy img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left;
}

figure.effect-roxy h2 {
  padding: 30% 0 10px 0;
}

figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

figure.effect-roxy:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
  background: #9e5406;
}

figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
}

figure.effect-romeo:hover img {
  opacity: 0.6;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: "";
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}

figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}

figure.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}

figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
  background: #18a367;
}

figure.effect-layla img {
  height: 390px;
}

figure.effect-layla figcaption {
  padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: "";
  opacity: 0;
}

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

figure.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla h2 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
}

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.5;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
  background: -webkit-linear-gradient(
    45deg,
    #22682a 0%,
    #9b4a1b 40%,
    #3a342a 100%
  );
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  opacity: 0.5;
}

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
}

figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
  text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}

figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: "";
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
  background-color: #17819c;
}

figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

figure.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-ruby h2 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
  background: #2e5d5a;
}

figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
  background: -webkit-linear-gradient(
    top,
    rgba(37, 141, 200, 1) 0%,
    rgba(104, 60, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(37, 141, 200, 1) 0%,
    rgba(104, 60, 19, 1) 100%
  );
}

figure.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
  opacity: 0.4;
}

figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

figure.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left;
}

figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

figure.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
  background: #42b078;
}

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
  text-align: left;
}

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
  float: left;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: "feathericons";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: "\e000";
}

.icon-paper-clip::before {
  content: "\e001";
}

.icon-heart::before {
  content: "\e024";
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-zoe img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-chico figcaption {
  padding: 3em;
}

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
  padding: 20% 0 20px 0;
}

figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center;
  }

  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}

.content {
  margin: 0 auto;
  max-width: 1000px;
}

.content > h2 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484b54;
  font-weight: 800;
  font-size: 1.5em;
}

.content > h2:first-child {
  padding-top: 0em;
}

/* Header */
.codrops-header {
  margin: 0 auto;
  padding: 4em 1em;
  text-align: center;
}

.codrops-header h1 {
  margin: 0;
  font-weight: 800;
  font-size: 4em;
  line-height: 1.3;
}

.codrops-header h1 span {
  display: block;
  padding: 0 0 0.6em 0.1em;
  color: #74777b;
  font-weight: 300;
  font-size: 45%;
}

/* Demo links */
.codrops-demos {
  clear: both;
  padding: 1em 0 0;
  text-align: center;
}

.content + .codrops-demos {
  padding-top: 5em;
}

.codrops-demos a {
  display: inline-block;
  margin: 0 5px;
  padding: 1em 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
  background: #3c414a;
  color: #fff;
}

/* To Navigation Style */
.codrops-top {
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.69em;
  line-height: 2.2;
}

.codrops-top a {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  letter-spacing: 1px;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  display: block;
  float: left;
}

.codrops-icon:before {
  margin: 0 4px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "codropsicons";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
  content: "\e001";
}

.codrops-icon-prev:before {
  content: "\e004";
}

/* Related demos */
.related {
  clear: both;
  padding: 6em 1em;
  font-size: 120%;
}

.related > a {
  display: inline-block;
  margin: 20px 10px;
  padding: 25px;
  border: 1px solid #4f7f90;
  text-align: center;
}

.related a:hover {
  border-color: #39545e;
}

.related a img {
  max-width: 100%;
  opacity: 0.8;
}

.related a:hover img,
.related a:active img {
  opacity: 1;
}

.related a h3 {
  margin: 0;
  padding: 0.5em 0 0.3em;
  max-width: 300px;
  text-align: left;
}

/* Demo ad design */

@media screen and (max-width: 25em) {
  .codrops-header {
    font-size: 75%;
  }

  .codrops-icon span {
    display: none;
  }
}

#intro-2 {
  background: url(../images/work-bg.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 50px 0;
  background-attachment: fixed;
  margin-top: 0px;
  background-size: 100% auto;
  min-height: 670px;
}

.works {
}

.works h3 {
  font-size: 40px;
  font-weight: 200;
  font-family: "Roboto Condensed", sans-serif;
}

.works h3 span {
  font-size: 50px;
  font-weight: bold;
}

.section-5-text {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  color: #ffffff;
}

.section-5-text h2 {
  font-size: 85px;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  line-height: 104px;
  margin: 0px 0px 30px;
  text-transform: uppercase;
}

.section-5-text h2 b {
  font-size: 91px;
  color: #d2aa4b;
  font-weight: 900;
}

.section-5-text h3 {
  font-size: 25px;
  line-height: 44px;
  margin: 0px 0px 20px;
  font-weight: 200;
}

.section-5-text .round-button {
  margin-top: 45px;
}

.gallery-C {
  overflow: hidden;
  margin-bottom: 22px;
}

.gallery-C img {
  width: 100%;
}

.gallery-inn {
  position: relative;
  padding-left: 150px;
}

.gallery-inn h2 {
  font-size: 80px;
  color: #d2aa4b;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 60px;
  transform: rotate(-90deg);
  position: absolute;
  top: 210px;
  left: -150px;
  letter-spacing: 2.4px;
}

.gallery-inn h2 span {
  font-size: 42px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3.8x;
}

#intro-3 {
  background: url(../images/gallery-bg.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 50px 0;
  background-attachment: fixed;
  margin-top: 0px;
  min-height: 800px;
  background-size: 100% auto;
}

.section-6-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 850px;
  top: 150px;
  margin: 0px auto;
  text-align: center;
}

.section-6-text h2 {
  font-size: 45px;
  font-weight: normal;
  font-weight: normal;
  border-radius: 10px;
  border: 1px solid #d2aa4b;
  padding: 10px;
  display: table;
  margin: 10px auto;
  display: table;
  color: #d2aa4b;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.middle-logo {
  overflow: hidden;
}

.middle-logo img {
  max-width: 100%;
}

.middle-logo video {
  opacity: 0.1;
}

.section-7-text {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.counter-bx {
  text-align: center;
  padding: 30px;
}

.counner-ic {
  margin-bottom: 15px;
  min-height: 70px;
  text-align: center;
  overflow: hidden;
}

.counner-ic img {
  max-width: 100%;
}

.counter-bx h2 {
  font-size: 50px;
  color: #d2aa4b;
  font-weight: 200;
}

.counter-bx h3 {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}

.section-7 video {
  opacity: 0.3;
}

.sec-partner {
  margin-top: 60px;
}

.partners-img {
  overflow: hidden;
}

.partners-img img {
  width: 100%;
}

.left-bx {
  width: 50%;
  float: left;
  height: 100vh;
}

.right-bx {
  width: 50%;
  float: left;
  height: 130vh;
  background: url(../images/blur-ng.png);
}

.section-8-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-8 video {
  opacity: 0.5;
}

.frm-out {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  padding-top: 100px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
}

.frm-out h2 {
  font-size: 51px;
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 150px;
}

.frm-out h2 b {
  font-size: 69px;
  color: #d2aa4b;
  font-weight: 900;
}

.formC {
  padding-left: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.formC h3 {
  font-size: 40px;
  margin: 0px 0px 25px;
}

.formC h3 span {
  font-size: 50px;
}

.formC input {
  /*width: 100%;
  background: rgba(147, 147, 147, 0.5);
  padding-left: 10px;
  height: 60px;
  border: 0px;
  margin-bottom: 10px;
  color: #000;*/
  background: #000;
  /* border: navajowhite; */
  width: 100%;
  background-color: transparent;
  color: white;
  font-size: 18px !important;
  font-weight: 400;
  text-transform: uppercase;
  /* font-family: "Avenir Roman"; */
  border-bottom: 1px solid white;
  outline: none;
  outline-width: 0;
  height: 60px;
  border: none;
  border-bottom: 1px solid white;
  font-family: "Nunito Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
}

.formC textarea {
  /*width: 100%;
  background: rgba(147, 147, 147, 0.5);
  padding-left: 10px;
  height: 160px;
  border: 0px;
  margin-bottom: 10px;
  */
  background: #000;
  /* border: navajowhite; */
  width: 100%;
  background-color: transparent;
  color: white;
  font-size: 18px !important;
  font-weight: 400;
  text-transform: uppercase;
  /* font-family: "Avenir Roman"; */
  border-bottom: 1px solid white;
  outline: none;
  outline-width: 0;
  height: 160px;
  border: none;
  border-bottom: 1px solid white;
  font-family: "Nunito Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
}

.formC button {
  padding: 15px 30px;
  text-transform: uppercase;
  color: #ffffff;
  background: #d2aa4b;
  border: none;
  float: right;
}

::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #fff;
}

#intro-4 {
  background: url(../images/footer-bg.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 40px 0;
  background-attachment: fixed;
  margin-top: 0px;
  background-size: 100% auto;
}

footer {
  font-family: "Roboto Condensed", sans-serif;
}

footer ul {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.ftr-top {
  margin-bottom: 70px;
}

.ftr-top h2 {
  color: #d2aa4b;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: normal;
}

.ftr-top h2 span {
  font-size: 20px;
}

.footer-rt {
  float: right;
  color: #ffffff;
  color: #d2aa4b;
}

.footer-rt h3 a {
  color: #d2aa4b;
}

.footer-rt h3 {
  font-size: 25px;
  font-weight: normal;
}

.footer-rt i {
  margin-right: 10px;
}

.footer-rt a {
  color: #ffffff;
}

.footer-logo {
  overflow: hidden;
  margin-bottom: 80px;
}

.footer-logo img {
  max-width: 100%;
}

.footer-social {
  margin-top: 25px;
}

.footer-social li {
  float: left;
  width: 50px;
  margin-right: 10px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  border: 2px solid #d2aa4b;
}

.footer-social li a {
  color: #d2aa4b;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: block;
  border-radius: 50%;
}

.footer-social li a:hover {
  background: #d2aa4b;
  color: #000 !important;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

footer h3 {
  font-size: 35px;
  color: #ffffff;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 30px;
}

.footer-nav li {
  margin-bottom: 15px;
  font-size: 17px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}

.footer-nav li a {
  color: #fff;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.footer-nav li a:hover {
  color: #d2aa4b;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.nsltr-txt p {
  font-size: 19px;
  line-height: 30px;
  width: 80%;
}

.ns-ltr {
  width: 100%;
  position: relative;
  margin-top: 25px;
}

.ns-ltr input {
  width: 100%;
  height: 65px;
  border-radius: 30px;
  border: 2px solid #d2aa4b;
  padding-left: 20px;
  background: none;
}

.ns-ltr button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 4px;
  color: #ffffff;
  text-align: center;
  line-height: 58px;
  background: #d2aa4b;
  border: none;
  transition: all 0.6s ease-in-out;
}

.ns-ltr button:hover {
  transition: all 0.6s ease-in-out;
  color: #000;
  background: #fff;
}

.copy-right {
  padding: 15px 0px;
  margin-top: 25px;
}

.copy-right p {
  font-size: 20px;
  opacity: 0.3;
  margin-bottom: 0px;
  text-align: center;
}

.header-menu {
  position: relative;
}

/*menu*/

body.menu-active #menu-btn span {
  background-color: transparent;
}

body.menu-active #menu-btn span:before {
  -webkit-transform: translateY(0) rotate(45deg) translateZ(0);
  -moz-transform: translateY(0) rotate(45deg) translateZ(0);
  -ms-transform: translateY(0) rotate(45deg) translateZ(0);
  -o-transform: translateY(0) rotate(45deg) translateZ(0);
  transform: translateY(0) rotate(45deg) translateZ(0);
}

body.menu-active #menu-btn span:after {
  -webkit-transform: translateY(0) rotate(-45deg) translateZ(0);
  -moz-transform: translateY(0) rotate(-45deg) translateZ(0);
  -ms-transform: translateY(0) rotate(-45deg) translateZ(0);
  -o-transform: translateY(0) rotate(-45deg) translateZ(0);
  transform: translateY(0) rotate(-45deg) translateZ(0);
}

body.menu-active #menu-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.2s;
}

#menu-btn {
  right: 0px;
  width: 60px;
  height: 47px;
  cursor: pointer;
  top: 5px;
  display: block;
  position: absolute;
  z-index: 100;
}

#menu-btn span {
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 4px;
  background: #d2aa4b;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 50%;
  margin-left: -12px;
}

#menu-btn span:after,
#menu-btn span:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d2aa4b;
  content: "";
}

#menu-btn span:before {
  -webkit-transform: translateY(-298%) translateZ(0);
  -moz-transform: translateY(-298%) translateZ(0);
  -ms-transform: translateY(-298%) translateZ(0);
  -o-transform: translateY(-298%) translateZ(0);
  transform: translateY(-298%) translateZ(0);
}

#menu-btn span:after {
  -webkit-transform: translateY(298%) translateZ(0);
  -moz-transform: translateY(298%) translateZ(0);
  -ms-transform: translateY(298%) translateZ(0);
  -o-transform: translateY(298%) translateZ(0);
  transform: translateY(298%) translateZ(0);
}

#menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

#menu-wrapper nav {
  text-align: center;
  position: relative;
  height: 100%;
  display: table;
  width: 100%;
}

#menu-wrapper nav ul {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

#menu-wrapper nav ul li {
  list-style: none;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0px;
  padding: 0px;
}

#menu-wrapper nav ul li a {
  font-size: 20px;
  font-weight: 400;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  outline: none;
  text-decoration: none;
  background: transparent;
  padding: 15px;
}

#menu-wrapper nav ul li a:hover {
  color: #d2aa4b;
}

.menuC {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  padding: 60px;
}

.menuC {
  font-size: 20px;
}

.menuC ul {
  list-style: none;
  padding: 0px 0px;
}

.menuC ul li {
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.menu-nav li {
  color: #d2aa4b;
}

.menu-logo {
  overflow: hidden;
  margin-bottom: 65px;
}

.menu-logo img {
  max-width: 100%;
  max-width: 62%;
}

.menu-social {
  overflow: hidden;
}

.menu-nav {
  margin-bottom: 45px;
  overflow: hidden;
  display: table;
}

.menuC nav {
  text-align: left !important;
  font-size: 25px;
}

/*yext-animaions*/

/* .title {

}

 .title h1 {
	background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-size: 120px;
	margin: 10px 0;
}

.white-mode {
	text-decoration: none;
	padding: 7px 10px;
	background-color: #122;
	border-radius: 3px;
	color: #FFF;
	transition: .35s ease-in-out;
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-family: "Montserrat";
}

.white-mode:hover {
	background-color: #FFF;
	color: #122;
}
*/

/*2*/

.container2 {
}

.container2 .box {
  height: 250px;
  position: relative;

  justify-content: center;
  flex-direction: column;
}

.container2 .box .title {
  width: 100%;
  position: relative;

  align-items: center;
  height: 50px;
}

.container2 .box .title .block {
  width: 0%;
  height: inherit;
  background: #ffb510;
  position: absolute;
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
}

.container2 .box .title h1 {
  -webkit-animation: mainFadeIn 2s forwards;
  -o-animation: mainFadeIn 2s forwards;
  animation: mainFadeIn 2s forwards;
  animation-delay: 1.6s;
  opacity: 0;
  align-items: baseline;
  position: relative;
}

.container2 .box .title h1 span {
  width: 0px;
  height: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffb510;
  -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  margin-left: 5px;
  margin-top: -10px;
  position: absolute;
  bottom: 13px;
  right: -12px;
}

.container2 .box .role {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  margin-top: -10px;
}

.container2 .box .role .block {
  width: 0%;
  height: inherit;
  background: #e91e63;
  position: absolute;
  animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  display: flex;
}

.container2 .box .role p {
  animation: secFadeIn 2s forwards;
  animation-delay: 3.2s;
  opacity: 0;
  font-weight: 400;
  font-family: "Lato";
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #e9d856;
    border: 0px solid #ddd;
    opacity: 0;
  }

  50% {
    width: 10px;
    height: 10px;
    background: #e9d856;
    opacity: 1;
    bottom: 45px;
  }

  65% {
    width: 7px;
    height: 7px;
    bottom: 0px;
    width: 15px;
  }

  80% {
    width: 10px;
    height: 10px;
    bottom: 20px;
  }

  100% {
    width: 7px;
    height: 7px;
    background: #e9d856;
    border: 0px solid #222;
    bottom: 13px;
  }
}

@keyframes secFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.5;
  }
}

/*h1 {
  display: inline-block;
  color: white;
  font-family: 'Righteous', serif;
  font-size: 12em; 
  text-shadow: .03em .03em 0 hsla(230,40%,50%,1);
  }
  h1:after {
    content: attr(data-shadow);
    position: absolute;
    top: .06em; left: .06em;
    z-index: -1;
    text-shadow: none;
    background-image:
      linear-gradient(
        45deg,
        transparent 45%,
        hsla(48,20%,90%,1) 45%,
        hsla(48,20%,90%,1) 55%,
        transparent 0
        );
    background-size: .05em .05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
    animation: shad-anim 15s linear infinite;
    }

@keyframes shad-anim {
  0% {background-position: 0 0}
  0% {background-position: 100% -100%}
  }
  
  
  
  
  
  .text {
  position: absolute;
  width: 450px;
  left: 50%;
  margin-left: -225px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}



.word {
  position: absolute;
  width: 220px;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}*/

/*neon*/

.neon-text {
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 0 5px #d2aa4b, 0 0 10px #d2aa4b, 0 0 20px #d2aa4b,
    0 0 40px #d2aa4b, 0 0 80px #d2aa4b;
  animation: glow 1.5s infinite alternate;
}

@keyframes glow {
  0% {
    text-shadow: 0 0 5px #d2aa4b, 0 0 10px #d2aa4b, 0 0 20px #d2aa4b,
      0 0 40px #d2aa4b, 0 0 80px #d2aa4b;
  }

  100% {
    text-shadow: 0 0 10px #ccc, 0 0 20px #ccc, 0 0 40px #ccc, 0 0 80px #ccc,
      0 0 160px #ccc;
  }
}

/*typing*/
.container5 h1 {
  text-align: center;
  margin: 5px auto;
}

.container5 h1:nth-child(1) {
  font-weight: 800;
  font-size: 20px;

  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  width: 370px;
  animation: type 2s steps(40, end) forwards;
}

@keyframes shring-animation {
  0% {
    background-position: 0 0;
    opacity: 0;
    width: 0;
  }

  1% {
    background-position: 0 0;
    opacity: 1;
    border-right: 1px solid orange;
  }

  50% {
    background-position: 150px 0;
    opacity: 1;
    border-right: 1px solid orange;
  }

  100% {
    background-position: 400px 0;
    opacity: 1;
    border-right: 1px solid orange;
  }
}

@keyframes type {
  0% {
    width: 0;
  }

  1%,
  99% {
    border-right: 1px solid orange;
  }

  100% {
    border-right: none;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@keyframes lights {
  0% {
    color: hsl(230, 40%, 80%);
    text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.2),
      0 0 0.125em hsla(320, 100%, 60%, 0.3),
      -1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
      1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
  }

  30% {
    color: hsl(230, 80%, 90%);
    text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 60%, 0.5),
      -0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
      0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
  }

  40% {
    color: hsl(230, 100%, 95%);
    text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 90%, 0.5),
      -0.25em -0.125em 0.125em hsla(40, 100%, 60%, 0.2),
      0.25em 0.125em 0.125em hsla(200, 100%, 60%, 0.4);
  }

  70% {
    color: hsl(230, 80%, 90%);
    text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 60%, 0.5),
      0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
      -0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
  }

  100% {
    color: hsl(230, 40%, 80%);
    text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.2),
      0 0 0.125em hsla(320, 100%, 60%, 0.3),
      1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
      -1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
  }
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #d2aa4b 0%,
    /*#44107a 29%,
      #ff1361 67%,*/ #ffffff 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.frm-out h2 b {
  font-family: "Oswald", sans-serif;
}

@keyframes example-1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(9px);
    opacity: 0.0625;
  }
}

@keyframes example-2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
    opacity: 0.125;
  }
}

@keyframes example-3 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(11px);
    opacity: 0.1875;
  }
}

@keyframes example-4 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
    opacity: 0.25;
  }
}

@keyframes example-5 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(13px);
    opacity: 0.3125;
  }
}

@keyframes example-6 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(14px);
    opacity: 0.375;
  }
}

@keyframes example-7 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
    opacity: 0.4375;
  }
}

@keyframes example-8 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(16px);
    opacity: 0.5;
  }
}

@keyframes example-9 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(17px);
    opacity: 0.5625;
  }
}

@keyframes example-10 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(18px);
    opacity: 0.625;
  }
}

@keyframes example-11 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(19px);
    opacity: 0.6875;
  }
}

.frm-out h2 b div:nth-child(1) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(2) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 0.4s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(3) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 0.6s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(4) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-4;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 0.8s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(5) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-5;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(6) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-6;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 1.2s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(7) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-7;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 1.4s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(8) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-8;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 1.6s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(9) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-9;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 1.8s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(10) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-10;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(11) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-11;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 2.2s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(12) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-11;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 2.6s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(13) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-11;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 3s;
  animation-timing-function: ease-in-out;
}

.frm-out h2 b div:nth-child(14) {
  display: inline-block;
  text-shadow: 2px 2px 3px #3d6366;
  animation-name: example-11;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 3.2s;
  animation-timing-function: ease-in-out;
}

.center1 {
}

.center1 h2 {
  color: #d2aa4b; /*rgba(255, 0, 0, 0.1);*/

  background-size: cover;
  /*background-image: url(https://cdn-images-1.medium.com/max/2000/1*Jalb56N34pBIGCjQULtW3A.jpeg);*/
  -webkit-background-clip: text;
  animation: background-text-animation 15s linear infinite;
}

@keyframes background-text-animation {
  0% {
    background-position: left 0px top 50%;
  }

  50% {
    background-position: left 1500px top 50%;
  }

  100% {
    background-position: left 0px top 50%;
  }
}

.svgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #131518;
}

#patt1 path {
  stroke: #ff509e;
}

#patt2 path {
  stroke: #95d13c;
}

#patt3 path {
  stroke: #00b6cb;
}

#patt4 path {
  stroke: #9753e1;
}

#mask1 rect {
  animation: pulse 1.90476s infinite;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#mask2 rect {
  x: 10;
  animation: pulse 1.90476s infinite 0.47619s;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#squiggle1,
#squiggle2,
#squiggle3,
#squiggle4 {
  background-blend-mode: multiply;
}

@keyframes pulse {
  0% {
    x: 10;
  }

  50% {
    x: -20;
  }

  100% {
    x: -50;
  }
}

.button-over {
  position: relative;

  /*  box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8); */
  margin: 0px auto;
  margin-top: 40px;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

/* pulse wave */
.button-over:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

/*inner-pages*/

.page-title {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
  top: 45%;
}

/*.page-title h1{ font-size:80px; text-transform:uppercase; -webkit-text-stroke-color: #fff;
    color: transparent !important;
    -webkit-text-stroke-width: 1px; letter-spacing:4px;}*/
.page-title h2 {
  font-size: 30px;
}

.main {
  position: relative;
  margin: 0px auto;
  text-align: center;
}

.main h1 {
  /*   color: white; */
  font-size: 200px;
  position: absolute;
  /*  transform: translate(-50%, -50%);*/
  left: 0;
  right: 0;
  margin: 0px auto;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.first {
  color: transparent;
  -webkit-text-stroke: 2px #d2aa4b;
}

.second {
  color: #d2aa4b;
  -webkit-text-stroke: 2px #d2aa4b;
  animation: waves 4s ease-in-out infinite;
}

@keyframes waves {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }

  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}

.inner-abt-2 .section-2-text {
  top: 100px;
}

.inner-abt-2 video {
  opacity: 0.2;
}

.inner-abt-2 .section-2-text h5 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0px;
}

.inner-abt-2 .section-2-text h5 b {
  font-family: "Oswald", sans-serif;
  -webkit-text-stroke-color: #d2aa4b;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  font-size: 67px;
}

.inner-abt-2 .about-texts {
  width: 90%;
}

.inner-abt-2 .about-texts p {
  font-size: 14px;
  letter-spacing: 1px;
}

.vs-msC {
  background: url(../images/001.jpg);
  padding: 100px 0px;
  color: #ffffff;
}

.vs-ms-bx {
  border: 1px solid #d2aa4b;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
}

@media (min-width: 1300px) {
  .vs-ms-bx {
    min-height: 326px !important;
  }
}
@media (max-width: 1300px) {
  .vs-ms-bx {
    min-height: 346px !important;
  }
}

@media (max-width: 1200px) {
  .vs-ms-bx {
    min-height: 406px !important;
  }
}

.vs-ms-bx .vs-ms-bx {
}

.vs-ms-bx h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px 0px 15px;
}

.vis-ic {
  width: 100px;
  overflow: hidden;
  margin: 0px auto;
  display: table;
  margin-bottom: 5px;
}

.vis-ic img {
  width: 100%;
}

#intro-5 {
  background: url(../images/home-3-parallax-1.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 150px 0;
  background-attachment: fixed;
  margin-top: 0px;
  background-size: 100% auto;
}

.middle-sec2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 80px;
}

.middle-sec2 {
  -webkit-text-stroke-color: #fffbfb;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
}

.type-wrap {
  margin-top: 150px;
}

.gallery-slider-Img {
  position: relative;
  text-align: center;
}

.middle-sec2 h2 {
  font-size: 100px;
}

.contact-sec-1-txt {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0px auto;
  color: #ffffff;
  width: 80%;
  text-align: center;
}

.adr-bxx i {
  font-size: 60px;
  margin-bottom: 50px;
}

.adr-bxx {
  padding-bottom: 40px;
  border-bottom: 1px solid #d2aa4b;
  margin-bottom: 40px;
}

.adr-bxx a {
  color: #ffffff;
}

.contact-adress {
  list-style: none;
  margin: 0px auto;
  padding: 0px 0px;
}

.cts-bx1 {
  border-bottom: 0px;
}

.cts-bx1 li {
  font-size: 25px;
  margin-bottom: 15px;
}

.contact-sec-3-txtForm {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}

.conatct-sec--top3 video {
  opacity: 0.2;
}

.contact-sec-3-txtForm h3 {
  color: #ffffff;
  font-size: 50px;
  margin-top: 100px;
  font-weight: 900;
  -webkit-text-stroke-color: #fff;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;

  font-family: "Oswald", sans-serif;
}

.contact-sec-3-txtForm h3 span {
  -webkit-text-stroke-color: #d2aa4b;
  font-size: 92px;
}

.formC h4 {
  font-size: 20px;
  margin: 0px 0px 25px;
  font-weight: 200;
  color: #ffffff;
}

.gallery-tp-1 {
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0;
}

.vid-gallery {
  overflow: hidden;
}

.vid-gallery img {
  width: 100%;
}

.gallery-slider {
  overflow: hidden;
  margin: 0px auto;
  position: relative;
}

.gallery-slide img {
  width: 100%;
}

.gallery-slider-Img {
  position: relative;
}

.play-btn {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.video-frame .play-btn {
  position: absolute;
  top: 200px !important;
}

.vid-gallery h2 {
  color: #fff;
  font-weight: 200;
  margin: 0px 0px 30px;
  font-size: 35px;
}

.gallery-slider .play-btn {
  position: absolute;
  top: 36%;
}

.gallery-tp-1 .carousel {
  padding-bottom: 100px;
}

.inner-gallery {
  margin-top: 100px;
}

.gallery-inn .carousel {
  padding-bottom: 100px;
}

.rk-title h1 {
  font-size: 100px;
  margin-top: 50px;
}

.propery-sect-in {
  color: #ffffff;
  padding: 60px 0px;
  height: auto;
  max-height: none;
}

.propery-sect-in h2 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0px auto;
  margin-bottom: 45px;
  font-size: 70px;
}

.project-c {
  overflow: hidden;
  position: relative;
  background: #000;
  cursor: pointer;
  margin-bottom: 20px;
}

.pro-img {
  overflow: hidden;
  background: #000;
}

.pro-img img {
  opacity: 0.5;
  width: 100%;
}

.proj-txt {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
}

.proj-txt h3 {
  font-size: 67px;
  -webkit-text-stroke-color: #fff;
  font-weight: normal;
  opacity: 1;
  color: transparent !important;
  color: #d2aa4b;
  -webkit-text-stroke-width: 3px;
}

.proj-txt h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 1px 1px #000;
}

.proj-txt h5 {
  font-size: 16px;
  padding: 10px 15px;
  display: table;
  background: #d2aa4b;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.blue-btn {
  background: #000;
  display: table;
  padding: 5px;
  border-radius: 30px;
  padding-left: 20px;
  color: #ffffff;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  font-size: 13px;
}

.blue-btn i {
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  border: 3px solid #fff;
  color: #333;
  line-height: 25px;
  margin-left: 8px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.blue-btn:hover i {
  border: 3px solid #333;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.propery-sect {
  background: #333 url(../images/001.jpg);
  max-height: none;
}

/*events*/

.eventBx {
  background: #e9e9e9;
  margin: 30px 0px;
}

.cr-bnk-img {
  overflow: hidden;
}

.cr-bnk-img img {
  width: 100%;
}

.evt-rt {
  margin: 30px;
}

.eventBx h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 500;
  color: #666666;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 500;
  width: 80%;
}

.eventBx h3 {
  font-size: 15px;
  display: table;
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

.eventBx a {
  color: #666666;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
}

.evt-txt {
  margin-bottom: 25px;
  line-height: 25px;
}

.evnt-dtls {
  color: #ffffff;
  margin: 45px 0px;
}

.evnt-dtls h2 {
  text-transform: uppercase;
  font-size: 25px;
  margin: 0px 0px 30px;
  width: 85%;
}

.evnt-dtls h3 {
  font-size: 12px;
  display: table;
  border-radius: 4px;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  margin: 10px 0px;
  margin-bottom: 20px;
}

.social-share {
  margin: 0px 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 25px;
  display: table;
  overflow: hidden;
}

.social-share li {
  float: left;
  margin-right: 10px;
}

.social-share a {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  border: 1px solid #fff;
  color: #ffffff;
  width: 60px;
  height: 60px;
}

.evt-dtl {
  padding: 60px 0px;
}

.evtC {
}

.evtC img {
  width: 100%;
}

.evnt-dtls-sld .grid figure {
  float: none;
}

.launch-img {
  overflow: hidden;
}

.launch-img img {
  width: 100%;
}

.launch-C {
  color: #fff;
  margin-bottom: 60px;
}

.launch-rt {
  margin-top: 100px;
  padding-left: 60px;
}

.launch-rt h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 200;
  position: relative;
  padding-left: 10px;
}

.launch-rt h3:before {
  position: absolute;
  left: -100px;
  top: 6px;
  width: 150px;
  height: 1px;
  background: #fff;
  content: "";
  top: 8px;
  width: 98px;
}

.launch-rt h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

.launch-rt a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}

.launch-rt i {
  margin-left: 15px;
}

.launch-C:nth-child(even) .col-lg-7 {
  order: 2;
}

.launch-C:nth-child(even) .col-lg-5 {
  order: 1;
}

.launch-C:nth-child(even) .launch-rt {
  text-align: right;
  padding-right: 60px;
  padding-left: 0px;
}

.launch-C:nth-child(even) .launch-rt h3:before {
  position: absolute;
  left: auto;
  top: 6px;
  width: 150px;
  height: 1px;
  background: #fff;
  content: "";
  top: 8px;
  width: 98px;
  right: -100px;
}

#intro-7 {
  background: #000 url(../images/launch-1.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 100px 0;
  background-attachment: fixed;
  margin-top: 0px;
  background-size: 100% auto;
}

.launch-dtl-title {
  background: #333;
  padding: 100px 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.launch-dtl-title h2 {
  font-size: 30px;
  margin: 0px auto;
}

.launch-dtl-title h3 {
  font-weight: 200;
  font-size: 15px;
  margin: 20px auto;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.launch-gallery .gallery-slider-Img {
  max-height: 500px;
  overflow: hidden;
}

.launch-mr-info {
  background: #fff;
  padding: 50px;
  color: #000;
  overflow: hidden;
}

.launch-mr-info ul {
  list-style: none;
  padding: 0px 0px;
}

.launch-mr-info li {
  float: left;
  padding-right: 25px;
  margin-bottom: 25px;
  width: 50%;
}

.launch-mr-info li h5 {
  text-transform: uppercase;
}

.lounch3 h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}

#intro-8 {
  background: #000 url(../images/08.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 100px 0;
  background-attachment: fixed;
  margin-top: 0px;
  background-size: 100% auto;
  min-height: 650px;
}

.designer-img {
  overflow: hidden;
  padding: 25px;
  background: url(../images/date-pattern.png);
}

.designer-img img {
  width: 100%;
  border: 5px solid #fff;
}

.desihner-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  color: #ffffff;
}

.desihner-txt h2 {
  font-size: 60px;
  color: #d2aa4b;
  font-weight: 900;
  margin: 0px 0px 45px;
  -webkit-text-stroke-color: #d2aa4b;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  font-family: Arial, Helvetica, sans-serif;
}

.ds-txt {
  background: #404040;
  padding: 45px;
  color: #ffffff;
}

.designer-txt p {
  line-height: 25px;
}

.ds-img {
  overflow: hidden;
  padding: 15px;
  background: url(../images/date-pattern.png);
}

.ds-img img {
  width: 100%;
  border: 5px solid #d2aa4b;
}

.media-center {
  padding: 65px 0px;
}

.media-center-C {
  margin-bottom: 30px;
  position: relative;
}

.media-center-C img {
  width: 100%;
}

.media-textBx {
  position: absolute;
  padding: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  width: 30%;
  background: #09131c;
  color: #ffffff;
  border: 2px solid #d2aa4b;
}

.media-textBx h2 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px 0px 15px;
}

.media-textBx .h3 {
  font-size: 25px;
  margin: 0px 0px 25px;
}

.media-txt p {
  line-height: 25px;
  font-size: 14px;
}

.media-textBx a {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}

.media-center-C:nth-child(even) .media-textBx {
  right: auto;
  left: 0;
}

.media-innerCC {
  color: #fff;
  padding: 60px 0px;
}

.media-innerCC h3 {
  color: #d2aa4b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
}

.media-dtl h2 {
  color: #ffffff;
  margin: 25px 0px 30px;
  font-weight: bold;
  font-size: 35px;
}

.media-viseo {
}

.gallery-slider-Img {
  overflow: hidden;
}

.gallery-slider-Img img {
  width: 100%;
}

.play-btn {
  position: absolute;
  top: 38%;
}

.media-slider .section-3-text h2 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
}

.media-innerCC h4 {
  background: #d2aa4b;
  padding: 10px;
  color: #000000;
  display: table;
  margin: 10px 0px 25px;
  border-radius: 4px;
  font-size: 20px;
}

.propery-sect {
  height: auto !important;
}

.new-launch {
  padding: 60px 0px;
}

.left-social {
  position: fixed;
  left: 10px;
  bottom: 20px;
}

.left-social ul {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style: none;
}

.left-social li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  margin-bottom: 18px;
  border-radius: 50%;
  border: 2px solid #000;
}

.left-social li a {
  color: #d2aa4b;
}

.right-social {
  position: absolute;
  right: 65px;
  top: 40%;
  z-index: 15;
}

.right-social ul {
  margin: 0px 0px;
  list-style: none;
  padding: 0px;
}

.right-social li {
  margin-bottom: 30px;
  font-size: 20px;
}

.right-social li a {
  color: #dddddd;
}

#intro-9 {
  background: #000 url(../images/hero-bg.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 100px 0;
  background-attachment: fixed;
  margin-top: 0px;
  background-size: 100% auto;
}

.propert-title-bx {
  padding-left: 50px;
  max-width: 80%;
}

.propert-title-bx h2 {
  font-size: 60px;
  color: #d2aa4b;
  font-weight: 900;
}

.propert-title-bx h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  margin: 0px 0px 20px;
}

.propert-title-bx h4 {
  font-weight: 200;
}

.rkprpt-img {
  overflow: hidden;
  padding: 30px;
  background: url(../images/date-pattern.png);
}

.rkprpt-img img {
  width: 100%;
  border: 3px solid #d2aa4b;
}

.prpt-txt-1 {
  margin-top: 25px;
}

.property-info video {
  opacity: 0.2;
}

.ic-bxx {
  text-align: center;
}

.ic-bxx i {
  width: 60px;
  height: 60px;
  background: #d2aa4b;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  margin: 0px auto;
  margin-bottom: 15px;
  font-size: 25px;
}

.ic-bxx h3 {
  font-size: 22px;
  margin: 5px auto;
  font-weight: 600;
}

.ic-bxx h3 span {
  font-size: 18px;
  font-weight: 300 !important;
}

.prp-info {
  margin-top: 55px;
}

.rnd-inner span {
  font-size: 27px;
}

#intro-10 {
  background: #000 url(../images/gal01.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 100px 0;
  background-attachment: fixed;
  margin-top: 0px;
  background-size: 100% auto;
}

#intro-11 {
  background: #000 url(../images/gal02.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 100px 0;
  background-attachment: fixed;
  margin-top: 0px;
  background-size: 100% auto;
}

#intro-12 {
  background: #000 url(../images/gal03.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 100px 0;
  background-attachment: fixed;
  margin-top: 0px;
  background-size: 100% auto;
}

#intro-13 {
  background: #000 url(../images/gal04.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 100px 0;
  background-attachment: fixed;
  margin-top: 0px;
  background-size: 100% auto;
}

.plan-slider {
  background: url(../images/plus-pattern.png) no-repeat left bottom;
  padding: 0px 0px 50px 50px;
}

.plan-slider .carousel {
  border: 10px solid #d2aa4b;
}

.carousel-item {
  overflow: hidden;
}

.carousel-item img {
  width: 100%;
}

.plan-sec {
  padding: 60px 0px;
  color: #ffffff;
}

.plan-sec h2 {
  font-size: 45px;
  color: #d2aa4b;
  font-size: 50px;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
}

.plan-sec h2 {
  font-size: 45px;
  margin: 60px 0px 30px;
}

.plan-sec h3 {
  font-size: 20px;
  margin: 0px 0px 58px;
}

.plan-sec ul {
  margin: 40px 0px;
  list-style: none;
  padding: 0px 0px;
}

.plan-sec ul li {
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  padding-left: 15px;
}

.plan-sec ul li:before {
  position: absolute;
  content: "\f105";
  left: 0;
  top: 0px;
  font-family: FontAwesome;
}

.pan-txt {
  margin: 10px 0px;
  width: 80%;
}

.pan-txt p {
  font-size: 15px;
  line-height: 25px;
}

.more-property h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0px 0px 35px;
  font-weight: 200;
}

.more-property h2 span {
  font-size: 25px;
}

.more-property h2 b {
  font-size: 45px;
  color: #d2aa4b;
  font-weight: 800;
}

#intro-14 {
  background: #000 url(../images/more-property.jpg) no-repeat 100% 100%;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 100px 0;
  background-attachment: fixed;
  margin-top: 0px;
  background-size: 100% auto;
  min-height: 700px;
}

.go-to-gl span {
  margin-bottom: 5px;
  display: block;
}

.dwd-prof {
  padding: 15px 35px;
  color: #d2aa4b;
  border: 2px solid #d2aa4b;
  border-radius: 30px;
  margin: 25px 0px 25px;
  text-transform: uppercase;
  display: table;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.dwd-prof i {
  margin-right: 10px;
}

.dwd-prof:hover {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  color: #fff;
  background: #d2aa4b;
}

.project-c .grid figure {
  float: none;
  background: #000;
}

.project-c p a {
  font-size: 13px;
}

.project-c img {
  opacity: 0.8;
}

.project-c {
  padding-bottom: 0px;
}

.proj-txt h3 {
  margin-top: 50px;
}

figure.effect-bubba h2 {
  font-size: 16px;
}

.logoC img {
  max-width: 150px;
}

.footer-logo img {
  max-width: 250px;
}

.middle-logo img {
  max-width: 350px;
  margin-bottom: 30px;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1251px !important;
  }

  /*

font-family: "Roboto", sans-serif;

  font-family: "Oswald", sans-serif;
  
  
 font-family: "Roboto Condensed", sans-serif;
 
 */
}
@media (min-width: 1400px) {
  .container {
    max-width: 1351px !important;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1451px !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1551px !important;
  }
}

/*02.07*/

.property-slider {
  padding: 60px 0px;
}

.slider-txt {
  margin-top: 100px;
}

.slider-sec2 {
  overflow: hidden;
  color: #ffffff;
  margin: 20px 0px;
  background: url(../images/date-pattern.png);
  padding: 10px;
}

.carousel-inner {
  background: #000;
}

.carousel-item img {
  /*opacity: 0.5;*/
}

.carousel-item {
  background: #0000;
}

.slider-sec2img {
  width: 100%;
}

.property-slider h2 {
  font-size: 67px;
  -webkit-text-stroke-color: #fff;
  font-weight: normal;
  opacity: 1;
  color: transparent !important;
  color: #d2aa4b;
  -webkit-text-stroke-width: 1px;
}

.property-slider h4 {
  font-weight: 200;
  margin: 10px 0px;
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 30px;
}

.property-slider h3 {
  font-size: 14px;
  padding: 15px;
  border-radius: 5px;
  background: #d2aa4b;
  color: #000000;
  display: table;
  text-transform: uppercase;
}

@media all and (max-width: 760px) {
  .proj-txt h3 {
    margin-top: 0px;
  }

  .project-c figure.effect-roxy figcaption {
    padding: 15px;
    text-align: left;
  }

  .project-c figcaption {
    top: 15% !important;
  }

  .launch-rt {
    margin-top: 41px;
    padding-left: 0;
  }

  #intro-7 {
    padding: 40px 0px;
  }

  .launch-rt h3::before {
    display: none;
  }

  .launch-C:nth-child(2n) .col-lg-7 {
    order: 1;
  }

  .launch-dtl-title {
    background: #333;
    padding: 35px;
  }

  .launch-dtl-title h2 {
    font-size: 20px;
  }

  #intro-7 {
    background-size: 300%;
    height: auto;
    padding: 100px 0px;
  }

  .vid-gallery h2 {
    font-size: 25px;
  }

  .gallery-slider .play-btn {
    position: absolute;
    top: 21%;
  }

  .launch-gallery {
    height: 420px;
  }

  .lounch3 h2 {
    font-size: 24px;
    font-weight: 399;
  }

  .launch-mr-info {
    background: #fff;
    padding: 20px;
  }

  .launch-mr-info li {
    width: 100%;
  }

  .launch-mr-info li {
    margin-bottom: 15px;
  }

  .launch-mr-info li h5 {
    text-transform: uppercase;
    font-size: 18px;
  }

  .desihner-txt h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .ds-txt {
    background: #404040;
    padding: 25px;
  }

  .designer-sec {
    height: auto !important;
  }

  .ds-img {
    width: 200px;
    margin: 15px auto;
    display: table;
  }

  .launch-C:nth-child(2n) .col-lg-5 {
    order: 2;
  }

  .launch-C:nth-child(2n) .launch-rt {
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header {
    margin-top: 0;
  }

  #menu-btn span {
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 3px;
  }

  .home-video {
    height: 450px;
  }

  .home-video video {
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    width: auto;
  }

  .home-video-captions {
    top: 40%;
  }

  .home-video-captions h1 {
    margin: 10px auto;
    text-align: center !important;
    font-size: 15px;
  }

  .home-video-captions h2 {
    font-size: 34px;
  }

  .video-container {
    height: 500px;
  }

  .video-container video {
    height: 82vh;
    object-fit: cover;
    opacity: 0.5;
    width: 100vw;
  }

  .section-2-text h2 {
    font-size: 18px;
  }

  .section-2-text h2 b {
    font-size: 25px;
  }

  .section-2-text {
    top: 9%;
  }

  .yr-bx {
    margin: 0px auto;
    display: table;
  }

  .yr-bx h3 {
    font-size: 60px;
  }

  .yr-bx-inn {
    background: #fff;
    padding: 13px;
    border: 3px solid #d2aa4b;
    width: 212px;
    height: 140px;
    text-align: center;
  }

  .yr-bx {
    padding: 11px;
  }

  .ec2-txt h5 {
    font-size: 18px;
  }

  .ec2-txt h6 span {
    font-size: 21px;
  }

  .ec2-txt h6 {
    font-size: 15px;
  }

  .section-2-text h2 {
    margin-bottom: 20px;
  }

  .ec2-txt h5 {
    margin-top: 30px;
  }

  .ec2-txt {
    text-align: center;
  }

  .round-button {
    border: 4px solid #fff;
    width: 125px;
    height: 125px;
    padding: 4.5px;
    border-radius: 50%;
    display: table;
    margin: 0px auto;
  }

  .rnd-inner {
    width: 85px;
    height: 85px;
  }

  .rnd-inner span {
    font-size: 25px;
  }

  .rnd-inner h6 {
    font-weight: 400;
    padding-top: 25px;
    line-height: 17px;
  }

  .round-button {
    padding: 3.9px;
  }

  .section-3-text {
    top: 50px;
  }

  .section-3-text h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .section-3-text h2 b {
    font-size: 33px;
  }

  .pro-txt {
    margin-bottom: 10px;
  }

  .video-frame h2 {
    font-size: 17px;
  }

  .video-frame img {
    max-width: 100%;
    min-height: 190px;
  }

  .vd-pl {
    top: 15px;
  }

  .play-btn {
    width: 85px;
    height: 85px;

    line-height: 85px;
  }

  .play-btn {
    margin-top: 15px;
  }

  #intro-1 {
    background-size: 400%;
  }

  .section-3-text h2 {
    font-size: 20px;
  }

  .section-3-text h2 b {
    font-size: 25px;
  }

  .section-3-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
  }

  .testimonial-sec h2 {
    font-size: 25px;

    margin-top: 0;
    line-height: 37px;
  }

  .testimonial-sec {
    position: absolute;
    top: 50px;
  }

  .testi-bx {
    background: #000000;
    padding: 20px;
  }

  .testi-text p {
    font-size: 15px;
    line-height: 23px;
  }

  .testimonial-sec h2 br {
    display: none !important;
  }

  .testi-bottom h3 {
    font-size: 19px;
  }

  .testi-bottom h3 span {
    font-size: 15px;
  }

  .testi-text {
    margin-bottom: 32px;
  }

  #intro-2 {
    background-size: 350%;
  }

  .works h3 {
    font-size: 20px;
  }

  .works h3 span {
    font-size: 24px;
  }

  .works h3 span {
    font-size: 24px;
  }

  .section-5-text {
    position: absolute;
    top: 42px;
  }

  .section-5-text h2 {
    font-size: 25px;
    line-height: 66px;
  }

  .section-5-text h2 b {
    font-size: 46px;
  }

  .section-5-text h3 {
    font-size: 17px;
    line-height: 26px;
  }

  .section-5-text h2 {
    margin-bottom: 15px;
  }

  #intro-3 {
    background-size: 300%;
  }

  .gallery-inn h2 {
    font-size: 36px;
  }

  .gallery-inn h2 span {
    font-size: 16px;
  }

  .gallery-inn h2 {
    font-size: 36px;
    color: #d2aa4b;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 27px;
    transform: rotate(-90deg);
    position: absolute;
    top: 210px;
    left: -58px;
    letter-spacing: 2.4px;
  }

  .gallery-inn {
    position: relative;
    padding-left: 101px;
  }

  .section-6-text {
    top: 34%;
    margin-top: 0px;
  }

  .section-6-text h2 {
    font-size: 19px;
  }

  .counter-bx {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }

  .counter-bx img {
    max-width: 50px;
  }

  .counter-bx h3 {
    font-size: 17px;
  }

  .counter-bx h2 {
    font-size: 30px;
  }

  .counner-ic {
    margin-bottom: 15px;
    min-height: 52px;
  }

  .counner-ic {
    margin-bottom: 5px;
  }

  .sec-partner {
    margin-top: 0;
  }

  .sec-partner {
    margin-top: 0;
  }

  .frm-out h2 {
    font-size: 25px;
    margin-top: 0px;
  }

  .frm-out h2 b {
    font-size: 26px;
  }

  .formC h3 span {
    font-size: 20px;
  }

  .formC h3 {
    font-size: 25px;
  }

  .formC {
    padding-left: 0px;
  }

  .frm-out {
    padding-top: 50px;
  }

  .formC input {
    height: 45px;
  }

  .formC textarea {
    height: 100px;
  }

  .ftr-top h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .ftr-top h2 span {
    font-size: 25px;
  }

  .footer-rt {
    float: none;
  }

  footer h3 {
    margin-bottom: 15px;
  }

  .ftr-top {
    margin-bottom: 50px;
  }

  .footer-social {
    margin-bottom: 40px;
    overflow: hidden;
  }

  .footer-nav {
    margin-bottom: 30px;
  }

  .right-bx {
    background: none;
  }

  .footer-nav li {
    margin-bottom: 14px;
    font-size: 16px;
  }

  #intro-2 {
    padding-bottom: 20px;
  }

  copy-right p {
    padding: 5px;
  }

  .copy-right p {
    font-size: 14px;
    opacity: 0.3;
  }

  .main h1 {
    /* color: white; */
    font-size: 45px;
  }

  .page-title h2 {
    font-size: 15px;
    margin-top: 60px;
  }

  .inner-abt-2 .section-2-text {
    top: 46px;
  }

  .inner-abt-2 .section-2-text h5 {
    font-size: 27px;
  }

  .inner-abt-2 .section-2-text h5 b {
    font-size: 50px;
  }

  .inner-abt-2 .about-texts p {
    font-size: 13px;
    letter-spacing: 0;
  }

  .inner-abt-2 .section-2-text h5 {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 19px;
  }

  .inner-abt-2 {
    height: 605px;
  }

  .vs-ms-bx {
    padding: 20px;
  }

  .vis-ic {
    width: 74px;
  }

  .vs-ms-bx {
    margin-bottom: 30px;
  }

  .vs-msC {
    background: url(../images/001.jpg);
    padding: 30px 0px;
    color: #ffffff;
  }

  #intro-5 {
    padding: 35px 0px;
    background-size: 300%;
    height: 30%;
  }

  .type-wrap {
    margin-top: 18%;
  }

  .middle-sec2 {
    font-size: 35px;
    line-height: 40px;
  }

  .menuC {
    padding: 47px 47px 47px 20px;
  }

  .rk-title .main h1 {
    font-size: 35px;
  }

  .rk-title h2 {
    font-size: 15px;
    margin-top: 103px;
  }

  .propery-sect-in h2 {
    font-size: 28px;
  }

  .proj-txt h4 {
    font-size: 17px;
  }

  proj-txt h3 {
    font-size: 48px;
  }

  .proj-txt {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
  }

  .proj-txt h3 {
    font-size: 46px;
  }

  .video-container {
    max-height: none;
  }

  .proj-txt h5 {
    font-size: 13px;
  }

  #intro-8 {
    background-size: 300%;
    padding: 60px 0px;
    height: auto;
  }

  .designer-txt {
    height: 300px;
    overflow-y: auto;
    padding-bottom: 25px;
  }

  .eventBx h2 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 18px;
  }

  .evnt-dtls h2 {
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
  }

  .evnt-dtls-sld .grid {
    padding: 1em 0 0;
  }

  .media-textBx {
    position: static;
    padding: 30px;

    bottom: 30px;
    width: 100%;
    background: #09131c;
    color: #ffffff;
    border: none;
  }

  .media-center-C {
    border: 2px solid #d2aa4b;
  }

  .media-dtl h2 {
    color: #ffffff;
    margin: 0 0px 30px;
    font-weight: bold;
    font-size: 23px;
  }

  .media-innerCC h3 {
    font-size: 23px;
  }

  .media-innerCC h4 {
    font-size: 15px;
  }

  .play-btn {
    margin-top: 0;
  }

  .media-innerCC {
    color: #fff;
    padding: 40px 0px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .play-btn i {
    font-size: 19px;
  }

  .media-viseo .play-btn {
    position: absolute;
    top: 25%;
  }

  .media-center {
    padding: 36px 0px;
  }

  .media-slider .section-3-text h2 {
    font-size: 22px;
  }

  .vid-gallery {
    height: 300px;
  }

  .vid-gallery .carousel-control-next,
  .vid-gallery .carousel-control-prev {
    position: absolute;
    top: -51%;
  }

  .inner-gallery {
    margin-top: 10px;
  }

  .grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 0em;
  }

  #intro-3 {
    height: auto;
  }

  .conatct-sec--top {
    height: auto;
  }

  .contact-sec-3-txtForm h3 {
    margin-top: 0px;
    font-size: 32px;
  }

  .contact-sec-3-txtForm {
    position: absolute;
    top: 20px;
  }

  .contact-sec-3-txtForm h3 span {
    -webkit-text-stroke-color: #d2aa4b;
    font-size: 51px;
  }

  .cts-bx1 li {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .adr-bxx i {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .conatct-sec--top {
    height: 950px;
  }

  .contact-sec-3-txtForm h3 {
    margin-top: 0px;
    font-size: 25px;
  }

  .conatct-sec--top3 video {
    opacity: 0.1 !important;
  }

  .footer-logo {
    width: 200px;
    margin: 0px auto;
    display: table;
  }

  .footer-logo img {
    max-width: 100%;
  }

  .footer-social {
    margin: 30px auto;
    display: table;
  }

  .works h3 {
    font-size: 20px;
    margin: 15px auto;
    display: table;
  }

  .footer-nav {
    margin: 10px auto;
    display: table;
    text-align: center;
  }

  .nsltr-txt p {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
  }

  .ns-ltr input {
    width: 100%;
    height: 55px;
  }

  .ns-ltr button {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 4px;
    color: #ffffff;
    text-align: center;
    line-height: 46px;
    background: #d2aa4b;
    border: none;
  }

  #menu-wrapper nav ul li a {
    font-size: 16px;
  }

  #menu-wrapper nav ul li a {
    padding: 10px;
  }

  .menu-logo {
    margin-top: 25px;
  }

  #intro-1 {
    height: auto;
  }

  #intro-2 {
    height: auto;
    min-height: 605px;
  }

  #intro-1 .video-frame .play-btn {
    position: absolute;
    top: 73px !important;
  }

  .works h3 {
    display: block;
  }

  .language-sel {
    cursor: pointer;
    display: block;
    z-index: 100;
    margin-top: 12px;
    margin-right: 60px;
  }

  #menu-btn {
    top: -6px;
  }

  .right-social {
    display: none;
  }

  .propert-title-bx h2 {
    font-size: 31px;
  }

  .propert-title-bx {
    padding-left: 0px;
    max-width: 100%;
  }

  .rkprpt-img {
    margin-bottom: 30px;
  }

  .propert-title-bx h3 {
    text-transform: uppercase;
    font-size: 15px;
  }

  .propert-title-bx h4 {
    font-size: 13px;
  }

  .section-5-text h2 {
    margin-bottom: 12px;
    line-height: 43px;
  }

  .prp-info {
    margin-top: 13px;
  }

  .section-5-text h2 {
    line-height: 25px;
    margin-bottom: 30px;
  }

  .section-5-text h2 b {
    font-size: 26px;
  }

  .ic-bxx {
    margin-bottom: 30px;
  }

  .ic-bxx i {
    width: 40px;
    height: 40px;
  }

  .ic-bxx i {
    font-size: 17px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .section-5-text h2 {
    margin: 0px auto;
    text-align: center;
  }

  .property-info {
    height: 715px;
  }

  .rnd-inner span {
    font-size: 15px;
  }

  .go-to-gl span {
    margin-bottom: -7px;
  }

  .works {
    height: auto !important;
    background-attachment: local !important;
  }

  .plan-sec h2 {
    font-size: 24px;
    margin: 0 0px 30px;
  }

  .plan-sec h3 {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .pan-txt {
    margin: 10px 0px;
    width: 100%;
  }

  .play-btn {
    position: absolute;
    top: 26%;
  }

  .more-property h2 b {
    font-size: 32px;
  }

  .more-property h2 span {
    font-size: 14px;
  }

  #intro-14 {
    padding: 40px 0px;
    height: auto;
    min-height: 100px;
  }

  .works h3 {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 15px;
  }

  .ftr-top h3 {
    text-align: left;
  }

  .language-sel li a {
    padding: 2px 11px;
  }

  .language-sel {
    top: 20px;
  }

  .counner-ic {
    margin-bottom: 5px;
    min-height: 73px;
  }

  .container5 h1:nth-child(1) {
    font-size: 16px;
  }

  .inner-abt-2 .section-2-text h5 b {
    font-size: 38px;
  }

  .inner-abt-2 .about-texts {
    width: 100%;
  }

  .dwd-prof {
    padding: 10px 32px;
  }

  .inner-abt-2 {
    height: 670px;
  }

  .plan-slider {
    padding: 0px 0px 20px 17px;
  }

  .project-c figcaption::before {
    display: none;
  }

  .container5 h1:nth-child(1) {
    width: auto;
  }

  .section-2-text {
    top: 5%;
  }

  .yr-bx-inn {
    width: 209px;
    height: 131px;
  }

  .ec2-txt h6 span {
    font-size: 17px;
  }

  .ec2-txt h5 {
    margin-top: 19px;
  }

  .section-5-text h3 {
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
  }

  .section-5-text h2 {
    line-height: 34px;
  }

  .left-social {
    bottom: 10px;
  }

  .launch-rt h3 {
    padding-left: 0px;
  }

  #intro-8 {
    background-size: 337%;
    padding: 60px 0px;
    height: auto;
  }

  .evt-rt {
    margin: 18px;
  }

  .eventBx h3 {
    margin-bottom: 20px;
  }

  .ec2-txt {
    text-align: center;
    margin-bottom: 25px;
  }

  .formC .row {
    margin: 0px -5px;
  }

  .formC .col-lg-6 {
    padding: 0px 5px;
  }

  .formC .col-12 {
    padding: 0px 5px;
  }

  .rnd-inner {
    width: 108px;
    height: 109px;
  }

  .rnd-inner h6 {
    padding-top: 33px;
  }

  .inner-banner {
    height: 450px;
  }

  .rk-title h1 {
    margin-top: 14px;
  }

  .property-info {
    height: 780px;
  }

  .social-share a {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    border: 1px solid #fff;
    color: #ffffff;
    width: 40px;
    height: 40px;
  }

  .conatct-sec--top3 {
    min-height: 550px;
  }

  .section-2 {
    min-height: 550px;
  }

  .logoC img {
    max-width: 100%;
  }

  .middle-logo img {
    max-width: 250px;
    margin-bottom: 30px;
  }

  .property-slider .slider-txt {
    margin-top: 0;
  }

  .property-slider h2 {
    font-size: 30px;
  }

  .property-slider h4 {
    font-size: 18px;
  }

  .slider-txt {
    margin-top: 0;
  }
}

/*
.home-video video {
   
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}
height: 700px;

*/

/* rockhill-tower */
.rockhill-tower-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.rockhill-tower-banner-img {
  width: 100%;
  height: 100vh;
}

.banner-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.banner-top-text {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
}
.dirham-img {
  filter: invert(1);
  width: 18px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.mt-top-5 {
  margin-top: 50px;
}
.banner-top-text h2 {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0px;
  margin: 0;
  text-transform: uppercase;
}
.banner-top-text h2 span {
  font-weight: 600;
}
.banner-text-container {
  text-align: center;
  color: white;
  width: 100%;
  padding: 0 50px;
}

.rockhill-banner-common-text {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}

.banner-register-btn {
  border: 1px solid rgb(255 255 255 / 80%);
  transition: all 0.3s ease;
  display: inline-block;
  padding: 12px 90px;
  background-image: url(https://binghattiweb.imgix.net/web_button_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 3px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  background-color: transparent !important;
  cursor: pointer;
}
.banner-text-sub {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
/* Responsive Design */
@media (max-width: 768px) {
  .banner-register-btn {
    padding: 12px 30px;
    font-size: 14px;
  }
  .rockhill-banner-common-text {
    width: 48%;
    border: 1px solid rgb(255 255 255 / 80%);
    transition: all 0.3s ease;
    display: inline-block;
    padding: 12px 30px;
    background-image: url(https://binghattiweb.imgix.net/web_button_bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    letter-spacing: 3px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
    background-color: transparent !important;
    cursor: pointer;
  }
  .banner-text-container {
    padding: 0px 10px;
  }
  .banner-register-btn {
    width: 100%;
    font-size: 0.8rem;
  }
  .mx-space-3 {
    width: 90%;
  }
  .mt-top-5 {
    margin-top: 40px;
  }
  .multiple-nav {
    margin-top: 40px !important;
  }
  .banner-text-sub {
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .rockhill-tower-banner-img {
    object-fit: cover;
  }
  .banner-top-text h2 {
    font-size: 24px;
  }
}
@media (max-width: 568px) {
  .banner-top-text {
    width: 100%;
    top: 20%;
  }
  #Interior {
    margin-top: 50px !important;
  }
}
/* why section  */
.why-main {
  background-color: #000;
}
/* Navigation */
.breadcrumb-nav {
  padding: 30px 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  letter-spacing: 2px;
}

.breadcrumb-nav a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-nav a:hover {
  color: #fff;
}

.breadcrumb-nav .separator {
  color: #666;
}

.breadcrumb-nav .current {
  color: #fff;
}

/* Main Section */
.why-section {
  padding: 80px 50px 0px 50px;
  text-align: center;
}

.why-section h1 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 60px;
  color: #fff;
}

.why-section h1 .bold {
  font-weight: 700;
}

.description {
  max-width: 1100px;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  color: #e0e0e0;
}

/* Register Button */
.register-btn {
  display: inline-block;
  background: linear-gradient(135deg, #666 0%, #444 100%);
  color: white;
  border: none;
  padding: 18px 60px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 100px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.register-btn:hover {
  background: linear-gradient(135deg, #777 0%, #555 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.small-border {
  width: 2px;
  height: 21px;
  background: #fff;
}
/* Responsive Design */
@media (max-width: 768px) {
  .breadcrumb-nav {
    padding: 20px 30px;
    font-size: 12px;
    gap: 15px;
  }

  .why-section {
    padding: 15px 10px;
  }

  .why-section h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
  }

  .register-btn {
    padding: 15px 40px;
    font-size: 13px;
    margin-bottom: 60px;
  }
  .multiple-section-jebel {
    padding: 0px 12px 33px;
  }
  .rockhill-banner-common-text-studio {
    padding: 12px 9px !important;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .breadcrumb-nav {
    padding: 15px 20px;
    font-size: 11px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .why-section h1 {
    font-size: 26px;
    letter-spacing: 2px;
  }

  .description {
    font-size: 15px;
  }

  .register-btn {
    padding: 12px 30px;
    font-size: 12px;
    letter-spacing: 2px;
  }
}

/* locations  */
.multiple-section-jebel {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 50px 50px;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  width: 100%;
  pointer-events: none;
}
.multiple-nav {
  width: 100%;
  background: rgba(0, 0, 0, 0.95);
  margin-top: 100px;
}

.multiple-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.multiple-nav li {
  position: relative;
}

.multiple-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 8px 0;
}

.multiple-nav a:hover {
  color: #d4af37;
}

.multiple-nav a.multiple-active {
  color: #d4af37;
}
