/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  background: #1d1d1d;
}

p,
li {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
}

@media screen and (max-width: 1440px) {
  p,
  li {
    font-size: 14px;
    line-height: 1.6;
  }
}

.container {
  max-width: 73%;
}

@media screen and (max-width: 1620px) {
  .container {
    max-width: 76%;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 82%;
  }
}

@media screen and (max-width: 1366px) {
  .container {
    max-width: 84%;
  }
}

@media screen and (max-width: 999px) {
  .container {
    max-width: 98%;
  }
}

h1 {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 14px;
  }
}

h1.h2 {
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-weight: 200;
  color: #fff;
  line-height: 45px;
}

@media screen and (max-width: 1620px) {
  h1.h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1440px) {
  h1.h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1366px) {
  h1.h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  h1.h2 {
    font-size: 21px;
  }
}

h1.h2 span {
  font-weight: 800;
}

h2 {
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-weight: 200;
  color: #fff;
  line-height: 45px;
}

@media screen and (max-width: 1620px) {
  h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1440px) {
  h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1366px) {
  h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 21px;
  }
}

h2 span {
  font-family: 'DM Serif Display', serif;
}

.size25 {
  font-size: 26px;
}

@media screen and (max-width: 1620px) {
  .size25 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1440px) {
  .size25 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1366px) {
  .size25 {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .size25 {
    font-size: 18px;
  }
}

h3 {
  font-size: 22px;
}

@media screen and (max-width: 1620px) {
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1440px) {
  h3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 600px) {
  h3 {
    font-size: 16px;
  }
}

h3.h1 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

@media screen and (max-width: 1440px) {
  h3.h1 {
    font-size: 14px;
  }
}

@media screen and (max-width: 999px) {
  h3.h1 {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

h4 {
  font-size: 21px;
}

@media screen and (max-width: 1620px) {
  h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  h4 {
    font-size: 18px;
  }
}

h4 span {
  font-size: 16px;
}

h5 {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 44px;
}

@media screen and (max-width: 1620px) {
  h6 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1440px) {
  h6 {
    font-size: 32px;
  }
}

@media screen and (max-width: 999px) {
  h6 {
    font-size: 28px;
  }
}

.mtop {
  position: relative;
}

@media screen and (max-width: 999px) {
  .mtop {
    margin-top: 98px;
  }
}

.mtop1 {
  margin-top: 124px;
  position: relative;
}

@media screen and (max-width: 999px) {
  .mtop1 {
    margin-top: 98px;
  }
}

.pb-regular {
  padding-bottom: 6rem;
}

@media screen and (max-width: 1366px) {
  .pb-regular {
    padding-bottom: 5rem;
  }
}

.py-regular {
  padding: 6rem 0;
}

@media screen and (max-width: 1366px) {
  .py-regular {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 999px) {
  .py-regular {
    padding: 2.5rem 0;
  }
}

.pt-regular {
  padding-top: 2.5rem;
}

@media screen and (max-width: 1366px) {
  .pt-regular {
    padding-top: 2rem;
  }
}

.pos-relative {
  position: relative;
}

.text-light-pink {
  color: #f3bfd9;
}

.text-pink {
  color: #d17c52;
}

.DMserif {
  font-family: 'DM Serif Display', serif;
}

.scroll-down-wrapper {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.scroll-down-wrapper .sdArrow {
  position: absolute;
  top: 30%;
  left: 45%;
  width: 15px;
  -webkit-animation: bounce .5s infinite alternate;
  animation: bounce .5s infinite alternate;
}

.bullet-pink {
  list-style: none;
}

.bullet-pink li::before {
  content: "\2022";
  color: #d17c52;
  font-weight: bold;
  display: inline-block;
  width: 1.4em;
  margin-left: -1em;
}

ul.line-height-regular li {
  line-height: 2;
}

ul.left-reset {
  padding-left: 1.2em;
}

.dropdown-toggle::after {
  margin-left: unset;
  border-top: unset;
}

button.ctabt, button.underline {
  background: transparent;
  color: #fff;
  border: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
  padding: 0.4rem 1.5rem;
  background: #ce754d;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  button.ctabt, button.underline {
    font-size: 14px;
  }
}

button.ctabt::before, button.underline::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #fff;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

button.ctabt:hover, button.underline:hover {
  color: #ce754d;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

button.ctabt:hover::before, button.underline:hover::before {
  content: '';
  height: 100%;
}

header nav.navbar {
  padding: 1em 0 0;
  width: 100%;
  position: absolute;
  z-index: 11;
  background: #1d1d1d;
  top: 0;
}

@media screen and (max-width: 1440px) {
  header nav.navbar {
    padding-top: .3em;
  }
}

header nav.navbar.scrolled {
  position: fixed;
}

header nav.navbar.scrolled.bg-dark {
  background: #1d1d1d !important;
}

header nav.navbar.bg-dark {
  background: transparent !important;
}

header nav.navbar .container {
  position: relative;
}

@media screen and (max-width: 999px) {
  header nav.navbar .container {
    max-width: 100%;
  }
}

header nav.navbar .navbar-brand {
  color: #fff;
  width: 15%;
}

@media screen and (max-width: 1400px) {
  header nav.navbar .navbar-brand {
    margin: 0 0 0 -1.5%;
    width: 13%;
  }
}

@media screen and (max-width: 999px) {
  header nav.navbar .navbar-brand {
    width: 20%;
    margin-left: 15px;
  }
}

@media screen and (max-width: 600px) {
  header nav.navbar .navbar-brand {
    width: 40%;
  }
}

header nav.navbar .dropdown-menu {
  border: unset;
  border-radius: unset;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

header nav.navbar .dropdown-menu a {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

header nav.navbar .dropdown-menu a:hover {
  background: #d17c52;
  color: #fff;
}

@media screen and (max-width: 999px) {
  header nav.navbar .navbar-toggler {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 15px;
  }
}

@media screen and (max-width: 999px) {
  header nav.navbar .navbar-collapse {
    background: #1b1b1b;
  }
}

header nav.navbar .navbar-nav {
  margin-top: 0%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1400px) {
  header nav.navbar .navbar-nav {
    margin-top: 5%;
  }
}

header nav.navbar .navbar-nav li.nav-item {
  padding: 0 1em;
  position: relative;
  font-family: 'Roboto', sans-serif;
}

header nav.navbar .navbar-nav li.nav-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: .65em;
  width: 1px;
  height: 50%;
  background-color: #fff;
}

header nav.navbar .navbar-nav li.nav-item:last-child::after {
  display: none;
}

header nav.navbar .navbar-nav li.nav-item a.nav-link {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
  header nav.navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 14px;
  }
}

header nav.navbar .navbar-nav li.nav-item a.nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: .3em;
  width: 100%;
  height: 2px;
  background-color: #d17c52;
  -webkit-transform: scaleX(0) translateX(-50%);
          transform: scaleX(0) translateX(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header nav.navbar .navbar-nav li.nav-item a.nav-link:hover::after {
  -webkit-transform: scaleX(1) translateX(-50%);
          transform: scaleX(1) translateX(-50%);
}

header nav.navbar .navbar-nav li.nav-item.active a.nav-link {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header nav.navbar .navbar-nav li.nav-item.active a.nav-link::after {
  -webkit-transform: scaleX(1) translateX(-50%);
          transform: scaleX(1) translateX(-50%);
}

.text_header {
  display: block;
}

.text_header h1 {
  position: relative;
  color: #fff;
}

.text_header.primary_clr h1 {
  color: #d17c52;
}

.hero-slider {
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 999px) {
  .hero-slider {
    height: 50vh;
  }
}

@media screen and (max-width: 600px) {
  .hero-slider {
    height: 60vh;
  }
}

.hero-slider .carousel-inner {
  height: 100%;
}

.hero-slider .carousel-item {
  height: 100%;
  overflow: hidden;
  background: url("../img/home/slider/01.jpg") no-repeat;
  background-size: cover;
}

.hero-slider .carousel-item .vatr01,
.hero-slider .carousel-item .vatr02,
.hero-slider .carousel-item .vatr03 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-animation: animationimg2 3s forwards;
  animation: animationimg2 3s forwards;
}

@media screen and (max-width: 1620px) {
  .hero-slider .carousel-item .vatr01,
  .hero-slider .carousel-item .vatr02,
  .hero-slider .carousel-item .vatr03 {
    width: 38%;
  }
}

@media screen and (max-width: 600px) {
  .hero-slider .carousel-item .w-100 {
    width: 184% !important;
  }
}

.hero-slider .carousel-item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 56%;
  width: 100%;
  bottom: 0;
  padding: 0 1%;
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .hero-slider .carousel-item .overlay {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero-slider .carousel-item .overlay h6 {
  font-weight: 800;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  -webkit-animation: animationimg3 3s forwards;
  animation: animationimg2 3s forwards;
}

.hero-slider .carousel-item .overlay h5 {
  color: #fff;
  position: relative;
  -webkit-animation: animationimg3 3s forwards;
  animation: animationimg3 3s forwards;
}

.hero-slider .carousel-item .overlay h3 {
  color: #fff;
  position: relative;
  -webkit-animation: animationimg3 3s forwards;
  animation: animationimg3 3s forwards;
  font-weight: 500;
}

.hero-slider .carousel-control-next-icon {
  background: url("../img/ico/right.png") no-repeat;
  background-size: 100%;
}

.hero-slider .carousel-control-prev-icon {
  background: url("../img/ico/left.png") no-repeat;
  background-size: 100%;
}

.hero-slider .carousel-control-next {
  position: absolute;
  bottom: 3%;
  right: 3%;
  top: unset;
  width: unset;
}

@media screen and (max-width: 1366px) {
  .hero-slider .carousel-control-next {
    right: 1%;
  }
}

.hero-slider .carousel-control-prev {
  position: absolute;
  bottom: 3%;
  left: unset;
  right: 10%;
  top: unset;
  width: unset;
}

@media screen and (max-width: 1620px) {
  .hero-slider .carousel-control-prev {
    right: 8%;
  }
}

@media screen and (max-width: 1366px) {
  .hero-slider .carousel-control-prev {
    right: 6%;
  }
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
  width: 50px;
  height: 10px;
}

@media screen and (max-width: 1366px) {
  .hero-slider .carousel-control-prev-icon,
  .hero-slider .carousel-control-next-icon {
    width: 40px;
  }
}

.hero-slider .carousel-control-next,
.hero-slider .carousel-control-prev {
  opacity: 1;
}

.hero-slider .carousel-item img.d-block {
  -webkit-animation: animationimg 6s forwards;
  animation: animationimg 6s forwards;
}

.hero-slider .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hero-slider .carousel-fade .carousel-inner .item,
.hero-slider .carousel-fade .carousel-inner .active.left,
.hero-slider .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.hero-slider .carousel-fade .carousel-inner .active,
.hero-slider .carousel-fade .carousel-inner .next.left,
.hero-slider .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.hero-slider .carousel-fade .carousel-inner .next,
.hero-slider .carousel-fade .carousel-inner .prev,
.hero-slider .carousel-fade .carousel-inner .active.left,
.hero-slider .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.hero-slider .carousel-fade .carousel-control {
  z-index: 2;
}

.hero-slider ol.carousel-indicators {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  bottom: 32px;
  left: -9.5%;
  z-index: 15;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: inline-flex;
  display: inline-flex;
  -webkit-box-pack: unset;
  -ms-flex-pack: center;
  justify-content: unset;
  padding-left: 0;
  margin-right: auto;
  margin-left: 0;
  list-style: none;
  width: 31%;
}

.hero-slider ol.carousel-indicators li {
  text-indent: 0;
  background: transparent;
  color: #faf8f5;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  font-style: italic;
  font-size: 20px;
  margin: 0 15px;
  padding: 5px 11px;
  display: block;
  -ms-flex: unset;
      flex: unset;
  -webkit-box-flex: unset;
  height: auto;
  width: auto;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .hero-slider ol.carousel-indicators li {
    font-size: 17px;
    margin: 0 7px;
    padding: 2px 10px;
  }
}

.hero-slider ol.carousel-indicators li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
  background: #faf8f5;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.hero-slider ol.carousel-indicators li.active {
  background: transparent;
}

.hero-slider ol.carousel-indicators li.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hero-slider ol.carousel-indicators li:hover {
  background: transparent;
}

.hero-slider ol.carousel-indicators li:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hero-slider ol.carousel-indicators::before {
  content: '';
  position: absolute;
  right: 0;
  width: 40%;
  background: #faf8f5;
  height: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1400px) {
  .hero-slider ol.carousel-indicators::before {
    width: 37%;
    height: 3px;
  }
}

.hmabt {
  padding: 5rem 0;
  position: relative;
  margin: 2.5rem 0;
}

@media screen and (max-width: 999px) {
  .hmabt {
    padding: 5rem 1rem;
  }
  .hmabt .container {
    max-width: 100%;
  }
}

.hmabt.absec {
  margin: 0;
}

.hmabt.absec::before {
  content: unset;
}

.hmabt::before {
  content: '';
  position: absolute;
  width: 80%;
  z-index: -1;
  height: 100%;
  right: 0;
  background-image: url(../img/bg1-h1.jpg);
  top: 0%;
}

.hmabt .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 999px) {
  .hmabt .overlay {
    position: unset;
    margin-top: 2.5rem;
  }
  .hmabt .overlay h2 {
    color: #fff;
  }
  .hmabt .overlay p {
    color: #fff;
  }
}

.hmabt h2 {
  color: #000;
}

.hmabt p {
  color: #303030;
}

.hm_res_corpo {
  background: url(../img/home/resid-comr.jpg) no-repeat;
  background-size: 100%;
  padding: 12.2rem 0;
}

@media screen and (max-width: 1620px) {
  .hm_res_corpo {
    background-size: cover;
    padding: 10rem 0;
  }
}

@media screen and (max-width: 1440px) {
  .hm_res_corpo {
    padding: 8rem 0;
  }
}

.hm_res_corpo h2 {
  color: #fff;
}

.hm_res_corpo h2 span {
  color: #fbbcce;
}

.hm_res_corpo p {
  color: #fff;
}

.hm_res_corpo .left {
  position: relative;
}

.hm_res_corpo .left .txtcontent {
  padding-right: 9rem;
}

.hm_res_corpo .left::before {
  content: '';
  width: 2px;
  height: 100%;
  right: 0;
  background: #d17c5247;
  top: 0;
  position: absolute;
}

.hm_res_corpo .right .txtcontent {
  padding-left: 9rem;
}

.specialities {
  padding: 5% 0;
}

.specialities h1 {
  margin: 0 auto;
}

.specialities .icons p {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  line-height: 22px;
  margin-top: 0.7rem;
}

#projects {
  padding: 5rem 0;
  position: relative;
}

#projects .row {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#projects .row a {
  text-align: center;
  color: #fff;
  display: block;
  padding: 0rem 0 1rem;
  -webkit-box-shadow: 0 7px 11px #0a0a0a75;
          box-shadow: 0 7px 11px #0a0a0a75;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#projects .row a:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 7px 11px #0a0a0aa1;
          box-shadow: 0 7px 11px #0a0a0aa1;
}

#projects .row a p.size25 {
  font-family: 'DM Serif Display', serif;
}

#projects .row .hvr_txt {
  margin-top: 1rem;
}

#projects a {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 14px 17px #ffffff03;
          box-shadow: 0 14px 17px #ffffff03;
  width: 100%;
  display: block;
}

#projects a .img {
  overflow: hidden;
}

#projects a .img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#projects a:hover img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#projects .txtsec {
  margin-top: 1rem;
  padding: 10px 10px 2rem;
}

@media screen and (max-width: 999px) {
  #projects .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 999px) {
  #projects .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.hm_potfolio {
  padding: 5% 0 20%;
  overflow: hidden;
}

.hm_potfolio .txtcontent {
  padding: 10% 21% 0 0;
}

.hm_potfolio .txtcontent h1 {
  color: #fff;
}

.hm_potfolio .txtcontent h2 {
  color: #fff;
}

.hm_potfolio .porf_slider {
  position: absolute;
  right: -2%;
  width: 50%;
}

@media screen and (max-width: 999px) {
  .hm_potfolio .porf_slider {
    position: unset;
    width: 90%;
    right: 0;
    left: 0;
    margin: 2.5rem auto 0;
  }
}

.hm_potfolio .porf_slider .item {
  position: relative;
  width: 100%;
  height: 100%;
}

.hm_potfolio .porf_slider .item:hover {
  cursor: pointer;
}

.hm_potfolio .porf_slider .item .img img {
  border-radius: 0px 18% 0px 18%;
}

.hm_potfolio .porf_slider .item .hvr_txt {
  position: absolute;
  left: 0;
  width: 80%;
  height: auto;
  bottom: 0;
  padding: 8% 9%;
  bottom: -13%;
  -webkit-transition: all 1.1s ease;
  transition: all 1.1s ease;
}

@media screen and (max-width: 600px) {
  .hm_potfolio .porf_slider .item .hvr_txt {
    width: 84%;
    padding: 10% 14%;
    bottom: -14%;
  }
}

.hm_potfolio .porf_slider .item .hvr_txt .text_header h1::before {
  background: #fff;
}

.hm_potfolio .porf_slider .item .hvr_txt h3 {
  color: #fff;
  text-transform: uppercase;
}

.hm_potfolio .porf_slider .item .hvr_txt button.btnport {
  color: #fff;
  font-size: 15px;
  color: #fff;
  border: 1px solid transparent;
  background: transparent;
}

.hm_potfolio .porf_slider .item .hvr_txt button.btnport img {
  display: unset;
  width: auto;
}

.hm_potfolio .porf_slider .item:hover .hvr_txt {
  bottom: 0;
  -webkit-transition: all 1.1s ease;
  transition: all 1.1s ease;
}

.hm_potfolio .porf_slider .owl-nav {
  margin-top: 5%;
}

.hm_potfolio .porf_slider .owl-nav .owl-next {
  background: url("../img/ico/rightclr.png") no-repeat !important;
  background-size: 100% !important;
}

.hm_potfolio .porf_slider .owl-nav .owl-prev {
  background: url("../img/ico/leftclr.png") no-repeat !important;
  background-size: 100% !important;
}

.hm_potfolio .porf_slider .owl-nav .owl-next,
.hm_potfolio .porf_slider .owl-nav .owl-prev {
  width: 32px;
  height: 32px;
  margin-right: 2%;
}

.hm_potfolio .porf_slider .owl-nav .owl-next:focus,
.hm_potfolio .porf_slider .owl-nav .owl-prev:focus {
  outline: 0;
}

.hm_potfolio .porf_slider .owl-nav .owl-next span,
.hm_potfolio .porf_slider .owl-nav .owl-prev span {
  display: none;
}

.crediblity {
  background: url("../img/home/hm03.jpg") no-repeat;
  background-size: cover;
  padding: 5rem 0;
  background-attachment: fixed;
}

@media screen and (max-width: 999px) {
  .crediblity {
    padding: 2.5rem 0;
  }
}

.crediblity h3, .crediblity h2 {
  text-align: center;
  color: #fff;
}

.mildstone {
  background: url("../img/about-us/02.jpg") no-repeat;
  padding: 5rem 0;
}

@media screen and (max-width: 999px) {
  .mildstone {
    padding: 2.5rem 0;
  }
}

.mildstone h3, .mildstone h2, .mildstone p {
  text-align: center;
  color: #fff;
}

.mildstone p {
  line-height: 24px;
}

.testimonial {
  padding: 5rem 0;
  background: #222;
}

.testimonial h1 {
  margin: 0 auto;
}

.testimonial .txtcontent h4 {
  color: #d17c52;
  font-weight: 300;
  margin-top: 3.5%;
}

.testimonial .txtcontent h4 span {
  color: #fff;
}

.testimonial .carousel-control-next-icon {
  background: url("../img/ico/rightclr.png") no-repeat;
  background-size: 100%;
}

.testimonial .carousel-control-prev-icon {
  background: url("../img/ico/leftclr.png") no-repeat;
  background-size: 100%;
}

.testimonial .carousel-control-next,
.testimonial .carousel-control-prev {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: unset;
  width: auto;
}

.testimonial .carousel-control-next {
  right: -10%;
}

.testimonial .carousel-control-prev {
  left: -10%;
}

.testimonial .carousel-control-prev-icon,
.testimonial .carousel-control-next-icon {
  width: 32px;
  height: 32px;
}

.testimonial .carousel-control-next,
.testimonial .carousel-control-prev {
  opacity: 1;
}

.hmcontact {
  padding: 5% 0;
  background: #dcdcdc;
}

.hmcontact form input,
.hmcontact form textarea {
  border: 0;
  border-bottom: 1px solid #adadad;
  background: transparent;
  color: #303030;
  resize: none;
}

.hmcontact form input:focus,
.hmcontact form textarea:focus {
  outline: 0;
  background: transparent;
  border-color: none;
  border: 0;
  border-bottom: 1px solid #adadad;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.hmcontact form input::-webkit-input-placeholder,
.hmcontact form textarea::-webkit-input-placeholder {
  color: #303030;
}

.hmcontact form input:-ms-input-placeholder,
.hmcontact form textarea:-ms-input-placeholder {
  color: #303030;
}

.hmcontact form input::-ms-input-placeholder,
.hmcontact form textarea::-ms-input-placeholder {
  color: #303030;
}

.hmcontact form input::placeholder,
.hmcontact form textarea::placeholder {
  color: #303030;
}

.hmcontact form textarea {
  height: 45px;
}

.hmcontact form .txtare {
  height: 45px;
}

.hmcontact form .txtare .fa {
  bottom: 40%;
}

.hmcontact form .fa {
  color: #adadad;
  position: absolute;
  left: 0;
  bottom: 29%;
}

.topsec_all {
  position: relative;
}

@media screen and (max-width: 999px) {
  .topsec_all {
    overflow: hidden;
  }
  .topsec_all img {
    max-width: 227%;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}

.topsec_all .overlay {
  position: absolute;
  width: 100%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topsec_all .overlay h2 {
  color: #fff;
  text-transform: uppercase;
}

.topsec_all .overlay h2 span {
  color: #fff;
}

.topsec_all .overlay p {
  color: #fff;
}

.contcatlast iframe {
  height: 450px;
}

@media screen and (max-width: 600px) {
  .contcatlast iframe {
    height: 250px;
  }
}

footer {
  background: #333333;
}

footer .firs {
  padding: 5% 0;
}

footer h5 {
  color: #fff;
  text-transform: uppercase;
}

footer p {
  color: #ccc;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

footer ul li {
  color: #ccc;
  margin: 0 0 6px;
}

footer a {
  text-decoration: none;
  color: #ccc;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer .subft {
  background: #1b1b1b;
  padding: 16px 0;
}

footer .social .fa {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  footer .social .fa {
    font-size: 11px !important;
    width: 25px;
    height: 25px;
  }
}

footer .social .fa:hover {
  opacity: 0.7;
}

footer .social .fa-facebook {
  background: #3B5998;
  color: white;
}

footer .social .fa-twitter {
  background: #55ACEE;
  color: white;
}

footer .social .fa-google {
  background: #dd4b39;
  color: white;
}

footer .social .fa-linkedin {
  background: #007bb5;
  color: white;
}

footer .social .fa-youtube {
  background: #bb0000;
  color: white;
}

footer .social .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
}

.ongoing-project .img {
  position: relative;
}

.ongoing-project .img img {
  border-radius: 0px 18% 0px 18%;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}

.ongoing-project h3, .ongoing-project h1 {
  color: #fff;
  text-align: center;
}

.ongoing-project .hvr_txt {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ongoinproejcts {
  padding: 5rem 0;
}

.ongoinproejcts a {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 14px 17px #ffffff03;
          box-shadow: 0 14px 17px #ffffff03;
  width: 100%;
  display: block;
}

.ongoinproejcts a .img {
  overflow: hidden;
}

.ongoinproejcts a .img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ongoinproejcts a:hover img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ongoinproejcts .txtsec {
  margin-top: 1rem;
  padding: 10px 10px 2rem;
}

@media screen and (max-width: 999px) {
  .ongoinproejcts .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 999px) {
  .ongoinproejcts .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.vis-mis-container {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.project-timeline {
  background: url("../img/about-us/section05.jpg") center/cover no-repeat;
}

.project-timeline ul,
.project-timeline ol {
  list-style: none;
}

.career .overlay {
  top: 57%;
}

#careerForm {
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  #careerForm {
    width: 100%;
  }
}

.testimonials {
  margin: 5% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.testimonials .container {
  max-width: 80%;
}

@media screen and (max-width: 1366px) {
  .testimonials .container {
    max-width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .testimonials .row {
    margin: 0 -15px;
  }
}

.testimonials__border {
  border: 1px solid #ec4072;
}

.testimonials__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.5%;
          flex: 0 1 31.5%;
  min-width: 300px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: default;
  -webkit-perspective: 600px;
          perspective: 600px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  margin: 0 0 3%;
}

@media screen and (max-width: 1366px) {
  .testimonials__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32.5%;
            flex: 0 1 32.5%;
    margin: 0 0 2%;
  }
}

@media screen and (max-width: 768px) {
  .testimonials__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 29%;
    flex: 0 2 29%;
    min-width: 314px;
    margin: 0 15px 22px !important;
  }
}

.testimonials__item:hover {
  background-color: #ec4072;
  color: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.testimonials__item:hover p:first-child::before {
  opacity: .3;
}

.testimonials__item:hover p {
  color: #fff;
}

.testimonials__item:hover h5 {
  color: #fff;
}

.testimonials__item h5 {
  font-size: 18px;
  color: #ec4072;
  font-weight: 600;
}

.testimonials__item p {
  position: relative;
  z-index: 1;
}

.testimonials__item p:not(:first-child) {
  color: #777777;
}

.testimonials__item p:first-child::before {
  content: '';
  position: absolute;
  opacity: .6;
  top: -27px;
  left: 0;
  background-image: url(../img/ico/semi-colon.png);
  width: 90px;
  background-repeat: no-repeat;
  height: 43px;
  z-index: -1;
}

.project-box:hover .project-box__overlay {
  height: 100%;
}

.project-box__overlay {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 91.3%;
  padding: 1em;
  height: 20%;
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.project-box__overlay p {
  margin-bottom: 0;
  color: #eeb2c3;
}

.project-slider .carousel-item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  bottom: 34%;
  border-left: 2px solid #ec4072;
  padding: 0 1%;
  overflow: hidden;
}

@media screen and (max-width: 1620px) {
  .project-slider .carousel-item .overlay {
    bottom: 28%;
  }
}

@media screen and (max-width: 999px) {
  .project-slider .carousel-item .overlay {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    bottom: 0;
  }
}

.project-slider .carousel-item .overlay h6 {
  font-weight: 600;
}

.project-slider .carousel-item .overlay-2 {
  bottom: 40%;
}

.owl-three.owl-carousel .owl-nav button.owl-next,
.owl-three.owl-carousel .owl-nav button.owl-prev {
  padding: .5em 1em !important;
  background: transparent;
  outline: none;
}

.owl-three.owl-carousel .owl-nav button.owl-next span,
.owl-three.owl-carousel .owl-nav button.owl-prev span {
  background-repeat: no-repeat;
  width: 3.1em;
  display: block;
  opacity: .6;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.owl-three.owl-carousel .owl-nav button.owl-next span:hover,
.owl-three.owl-carousel .owl-nav button.owl-prev span:hover {
  opacity: 1;
}

.owl-three.owl-carousel .owl-nav button.owl-next span {
  background-image: url(../img/ico/right.png);
}

.owl-three.owl-carousel .owl-nav button.owl-prev span {
  background-image: url(../img/ico/left.png);
}

.owl-three.owl-carousel .owl-nav button.owl-next span,
.owl-three.owl-carousel .owl-nav button.owl-prev span {
  color: transparent;
}

.owl-three .owl-nav {
  position: absolute;
  bottom: 3em;
  left: 3.5em;
}

@media screen and (max-width: 1024px) {
  .owl-three .owl-nav {
    bottom: 5em;
    left: 2em;
  }
}

@media screen and (max-width: 768px) {
  .owl-three .owl-nav {
    bottom: 3em;
    left: 1.5em;
  }
}

.two-column {
  background: #f1f1f1;
}

.two-column .nav-tabs {
  border: none;
}

@media screen and (max-width: 1440px) {
  .two-column .pt-regular {
    padding-top: 3rem;
  }
}

.two-column .card {
  border-radius: 0;
}

.gallery__overlay {
  position: relative;
  cursor: pointer;
}

.gallery__overlay img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.gallery__overlay:hover::after {
  background-color: rgba(236, 64, 114, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.gallery__overlay:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
}

.gallery__overlay:hover .gallery__btn {
  background-color: #fff;
  color: #ec4072;
  text-decoration: none;
}

.gallery__overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1%);
  height: 100%;
  background-color: transparent;
  -webkit-transition: linear .3s;
  transition: linear .3s;
  pointer-events: none;
}

@media screen and (max-width: 1440px) {
  .gallery__overlay::after {
    width: 100%;
  }
}

.gallery__overlay-box {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.gallery__btn {
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  padding: .2em 1em;
  letter-spacing: .05em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

@media screen and (max-width: 1620px) {
  .gallery__btn {
    font-size: 22px;
  }
}

@media screen and (max-width: 1440px) {
  .gallery__btn {
    font-size: 20px;
  }
}

@media screen and (max-width: 1366px) {
  .gallery__btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .gallery__btn {
    font-size: 16px;
  }
}

.bg-navy {
  background-color: #283653;
}

.amenities .tab-padding {
  padding: 2.5em;
}

.amenities ul li {
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: .04em;
}

.amenities .nav-tabs .nav-item.show .nav-link,
.amenities .nav-tabs .nav-link.active {
  color: #ec4072;
  border-color: transparent transparent #ec4072;
}

.amenities .nav-tabs .nav-link {
  font-weight: bold;
  border: 3px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #a1a0a0;
}

.office-retail .nav-tabs .nav-link {
  border-width: 2px;
  padding: .2rem 1rem;
  color: #7a7a7a;
  background-color: transparent;
}

.office-retail .nav-tabs .nav-item.show .nav-link,
.office-retail .nav-tabs .nav-link.active {
  border-color: transparent transparent #ec4072;
  color: #ec4072;
}

.location .accordion .card-header a {
  text-decoration: none;
  cursor: pointer;
  color: #ec4072;
}

.projectpage01 {
  position: relative;
}

.projectpage01 .overlay {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b3;
  top: 0;
}

.projectpage01 .overlay .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.projectpage06, .projectpage05, .projectpage04, .projectpage03, .projectpage02 {
  padding: 5rem 0;
}

.projectpage06 ul li {
  color: #000;
}

.projectpage06 p {
  color: #000;
}

#single-nav {
  position: absolute;
  z-index: 111;
  margin: 0 auto;
  width: 100%;
  bottom: -2rem;
}

#single-nav ul {
  padding-left: 0;
  background-color: #fff;
  padding: 25px 20px;
  margin: 0 auto;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  margin-top: -20px;
}

#single-nav ul li {
  list-style-type: none;
  float: left;
  margin-right: 20px;
  padding: 0px 15px;
  font-family: "DM Serif Display", serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 800px) {
  #single-nav ul li {
    margin-right: 0px;
    padding: 0px 13px;
  }
}

@media screen and (max-width: 600px) {
  #single-nav ul li {
    margin-right: 0px;
    padding: 11px 13px;
    border: 1px solid #eeeeee75;
    width: 25%;
    text-align: left;
  }
}

#single-nav ul li a {
  color: #173e62;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#single-nav ul li a:hover {
  color: #bda588;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#gallery, #plans {
  margin-top: 70px;
  padding: 70px 0px;
}

@media screen and (max-width: 1440px) {
  #gallery, #plans {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1366px) {
  #gallery, #plans {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1280px) {
  #gallery, #plans {
    margin-top: 0px;
  }
}

@media screen and (max-width: 999px) {
  #gallery, #plans {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  #gallery, #plans {
    padding: 30px 0px;
  }
}

#gallery h3::before, #plans h3::before {
  display: none;
}

#gallery .overlay, #plans .overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
}

#gallery .overlay span, #plans .overlay span {
  background-color: rgba(0, 0, 0, 0.575);
  height: 40px;
  width: 40px;
  font-size: 22px;
  border-radius: 50%;
  padding-top: 4px;
  text-align: center;
}

#gallery .overlay span:hover, #plans .overlay span:hover {
  background-color: #401f25;
}

#gallery .paddi-none, #plans .paddi-none {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 600px) {
  #gallery .paddi-none .carousel-control-next img,
  #gallery .paddi-none .carousel-control-prev img, #plans .paddi-none .carousel-control-next img,
  #plans .paddi-none .carousel-control-prev img {
    height: 22px;
    width: 15px;
  }
}

@media screen and (max-width: 1400px) {
  #gallery .ground, #plans .ground {
    padding-left: 0px !important;
  }
}

#gallery .ground p, #plans .ground p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
  font-family: inherit;
  padding: 30px 0px;
}

@media screen and (max-width: 600px) {
  #gallery .ground p, #plans .ground p {
    padding: 20px 0px;
    font-size: 15px;
  }
}

#gallery .ground p span, #plans .ground p span {
  color: #f3d596;
}

#gallery ul, #plans ul {
  padding: 0;
  margin: 0 0 0 19px;
}

#gallery .ground ol, #plans .ground ol {
  padding-left: 0px;
  margin-top: 30px;
}

#gallery .ground ol li, #plans .ground ol li {
  color: #fff;
  margin: 0px 0 13px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  list-style-type: none;
}

#gallery .ground ol li img, #plans .ground ol li img {
  padding-right: 7px;
  width: 30px;
}

@media screen and (max-width: 600px) {
  #gallery .ground ol li img, #plans .ground ol li img {
    width: 30px;
    display: block;
    float: left;
    margin-right: 5px;
  }
}

#gallery .ground ol li::marker, #plans .ground ol li::marker {
  color: #ef405b;
}

@media screen and (max-width: 1366px) {
  #gallery .ground ol li, #plans .ground ol li {
    margin: 0 0 10px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1024px) {
  #gallery .ground ol li, #plans .ground ol li {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  #gallery .ground ol li, #plans .ground ol li {
    font-size: 14px;
  }
}

#gallery .nav-tabs, #plans .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem auto;
  border: none;
}

@media screen and (max-width: 1024px) {
  #gallery .nav-tabs, #plans .nav-tabs {
    width: 80%;
  }
}

@media screen and (max-width: 999px) {
  #gallery .nav-tabs, #plans .nav-tabs {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  #gallery .nav-tabs, #plans .nav-tabs {
    width: 100%;
    margin: 2rem auto;
    border-top: none;
  }
}

#gallery .nav-tabs .nav-item, #plans .nav-tabs .nav-item {
  padding: 0px 10px;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1280px) {
  #gallery .nav-tabs .nav-item, #plans .nav-tabs .nav-item {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 999px) {
  #gallery .nav-tabs .nav-item, #plans .nav-tabs .nav-item {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 600px) {
  #gallery .nav-tabs .nav-item, #plans .nav-tabs .nav-item {
    padding-right: 0%;
    text-align: center;
    width: 40%;
    padding: 0px 0px;
    border: 1px dashed;
  }
}

#gallery .nav-tabs .nav-item .nav-link, #plans .nav-tabs .nav-item .nav-link {
  color: #fff;
  font-size: 17px;
  padding: 4px 10px;
  position: relative;
  border: none;
  background: none;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}

@media screen and (max-width: 1660px) {
  #gallery .nav-tabs .nav-item .nav-link, #plans .nav-tabs .nav-item .nav-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  #gallery .nav-tabs .nav-item .nav-link, #plans .nav-tabs .nav-item .nav-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  #gallery .nav-tabs .nav-item .nav-link, #plans .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    padding: 10px 0px;
    width: 100%;
  }
}

#gallery .nav-tabs .nav-item .active, #gallery .nav-tabs .nav-item :hover, #plans .nav-tabs .nav-item .active, #plans .nav-tabs .nav-item :hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#gallery .nav-tabs .nav-item .nav-link {
  color: #000;
}

.bgclr1 {
  background-color: #f7f2ec;
}

#video {
  padding: 5rem 0;
  position: relative;
}

@media screen and (max-width: 600px) {
  #video {
    padding: 2.5rem 0;
  }
}

#video .carousel-item {
  position: relative;
}

@media screen and (max-width: 600px) {
  #video .carousel-item {
    overflow: hidden;
  }
}

#video .carousel-item img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
}

@media screen and (max-width: 600px) {
  #video .carousel-item img.d-block {
    max-width: 160%;
  }
}

#video .carousel-item .overlay {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  top: 0;
  z-index: 1;
}

#video .carousel-item .overlay .img {
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: relative;
}

#video .carousel-item .overlay .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 1;
}

#video .carousel-item .overlay .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
  border-radius: 50%;
  z-index: 1;
}

#video .carousel-item:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#video .carousel-item:hover img.d-block {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

#video .carousel .carousel-control-next, #video .carousel .carousel-control-prev {
  border: 1px solid #1f2b59;
}

@media screen and (max-width: 999px) {
  #video .carousel .carousel-control-next, #video .carousel .carousel-control-prev {
    background: #fff;
  }
}

#video .carousel .carousel-control-next {
  right: -8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
}

#video .carousel .carousel-control-next:hover {
  background-color: #bda588;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 999px) {
  #video .carousel .carousel-control-next {
    right: 0;
  }
}

#video .carousel .carousel-control-next i {
  color: #1f2b59;
}

#video .carousel .carousel-control-next i:hover {
  color: #fff;
  position: absolute;
}

#video .carousel .carousel-control-prev {
  left: -8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
}

#video .carousel .carousel-control-prev:hover {
  background-color: #bda588;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}

@media screen and (max-width: 999px) {
  #video .carousel .carousel-control-prev {
    left: 0;
  }
}

#video .carousel .carousel-control-prev i {
  color: #1f2b59;
}

#video .carousel .carousel-control-prev i:hover {
  color: #fff;
  position: absolute;
}

#video .carousel .carousel-control-next-icon {
  background: url("../img/arrow-rightblue.png") no-repeat;
  background-size: 100%;
}

#video .carousel .carousel-control-prev-icon {
  background: url("../img/arrow-leftblue.png") no-repeat;
  background-size: 100%;
}

#video .lighttesti {
  text-decoration: none;
}

#video .lighttesti h4 {
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
  color: #fff;
  font-weight: 500;
}

#video .lighttesti p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  font-weight: 500;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #d17c52;
}

.breadcrumb .breadcrumb-item.active {
  color: #d17c52;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

input:hover {
  border-color: #d17c52;
}

input.form-control:focus {
  border-color: #d17c52;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 124, 82, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(209, 124, 82, 0.25);
}

textarea {
  border-color: #ced4da;
  resize: none;
  outline: none;
}

textarea:hover {
  border-color: #d17c52;
}

textarea:focus {
  border-color: #d17c52;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 124, 82, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(209, 124, 82, 0.25);
}

#thank-you {
  text-align: center;
  height: 100vh;
  background: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#thank-you .thank .img {
  width: 24%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  #thank-you .thank .img {
    width: 40%;
  }
}

@media screen and (max-width: 500px) {
  #thank-you .thank .img {
    width: 60%;
  }
}

#thank-you h3 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 400;
  color: #ce754d;
}

@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}

#thank-you p {
  font-size: 1.2em;
  color: #fff;
}

@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animright {
  0% {
    -webkit-width: translateX(100%);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes animright {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes animationimg {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes animationimg {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes animationimg2 {
  from {
    -webkit-left: -20%;
    left: -20%;
  }
  to {
    -webkit-left: 0;
    left: 0;
  }
}

@keyframes animationimg2 {
  from {
    -webkit-left: -20%;
    left: -20%;
  }
  to {
    -webkit-left: 0;
    left: 0;
  }
}

@-webkit-keyframes animationimg3 {
  from {
    -webkit-left: -100%;
    left: -100%;
  }
  to {
    -webkit-left: 0;
    left: 0;
  }
}

@keyframes animationimg3 {
  from {
    -webkit-left: -100%;
    left: -100%;
  }
  to {
    -webkit-left: 0;
    left: 0;
  }
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: fade-in-left 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */