body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Montserrat', sans-serif;

}
@media (min-width:1600px) {
  .container {max-width: 1280px;}
}
header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: transparent;
  transition: all 0.5s
}
header.scrolled {
  background: rgba(182,182,182, 0.95);
}
.navbar-toggler-icon {

}
.mob-logo {
  display: none;
}
@media (max-width:890px) {
  .mob-logo {
    display: flex;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    font-size: 26px;
    color: #fff;
    justify-content: center;
  }
}
.navbar-toggler {
  border: 0;
  padding: 0;
  z-index: 999;
  flex-direction: column;
  display: flex;
  margin-top: 7px;
  margin-bottom: 7px
}
.navbar-toggler span {
  font-size: 2rem;
  float: left;
  line-height: 6rem;
  margin-right: 5px;
  color: #fff;
  background-color: #fff;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 1px;

}
.navbar-toggler .first-bar {width: 32px;}
.navbar-toggler .second-bar {}
.navbar-toggler .third-bar {width: 18px;}

.home .navbar-toggler .icon-bar {background-color: #fff;}
.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 7px;
}

.navbar-toggler .icon-bar {}

.navbar-toggler:hover span.icon-bar {
  transition: 0.4s;
}

.navbar-toggler:hover span.first-bar {
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  width: 32px;
}

.navbar-toggler:hover span.second-bar {
  transform: rotate(45deg);
  position: absolute;
  width: 32px;
  top: 13px;
}
.navbar-toggler.collapsed span.second-bar {
  width: 24px;

}
.navbar-toggler:hover span.third-bar {
  opacity: 0;
  transition: 0.4s;
}

.navbar-toggler.collapsed:hover .icon-bar {
  transform: rotate(0deg);
  opacity: 1;
  position: relative;
  top: auto;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
@media (min-width:890px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    transition: all 0.5s
  }
  .scrolled .navbar-light .navbar-nav .nav-link {
    color: #000;
  }
}
@media (max-width:890px) {
  .navbar-nav {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.navbar-light .navbar-nav>li {
  display: flex;
}
.navbar-light .navbar-nav>li>a {
  position: relative;
}
.navbar-light .navbar-nav>li>a:hover {
  color: #fff !important
}
.scrolled .navbar-light .navbar-nav>li>a:hover {
  color: #000 !important
}
.navbar-light .navbar-nav>li>a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: 0.5s;
  animation-timing-function: ease-in-out;
  left: 0;
  right: 0;
  bottom: 0;
}
.scrolled .navbar-light .navbar-nav>li>a::before {
  background-color: #000;
}
.navbar-light .navbar-nav>li>a:hover:before, .navbar-light .navbar-nav .active>.nav-link::before {
    width: 100%;
}
@media all and (min-width: 992px) {
	header .navbar { padding-top: 0; padding-bottom: 0; }
	header .navbar #topmenu > ul { justify-content: space-between; width: 100%; margin-left: -30px}
	header .navbar .has-megamenu {position:static!important;}
  header .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100vw;
    padding: 40px calc( (100vw - 1140px)/2 );
    position: absolute !important;
    flex-direction: column;
    flex-wrap: wrap;
    top: 47px;
    border: 0;
  }
  .admin-bar header .navbar .megamenu {top:top: 47px;}
  header .dropdown-menu .dropdown-menu {
    height: auto;
    position: absolute !important;
    float: none;
    left: 240px !important;
    top: 0 !important;
    /* bottom: 0 !important; */
  }
  /* .dropdown, .dropleft, .dropright, .dropup {
    position: inherit !important;
  } */
  ul.dropdown-menu.megamenu ul.dropdown-menu.megamenu {
    display: flex;
    position: relative !important;
    left: 0;
  }
  header .has-megamenu .dropdown-item {font-weight: 400}
  header .has-megamenu .has-megamenu .nav-link { font-weight: 400}
  header .has-megamenu .has-megamenu .dropdown-item{ font-weight: 300}
  header .has-megamenu .has-megamenu .dropdown-toggle::after {
      display: none;
  }
  header ul.dropdown-menu.megamenu .nav-link {padding: .25rem 1.5rem; justify-content: flex-start;}
	.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}
.lang {
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
}
.lang li {
  list-style: none;
  padding-left: 7px;
  padding-right: 7px;
  color: #fff;
}
.lang li a {
  text-decoration: none;
  color: #fff;
}
.lang li.active, .lang li:hover {
  text-decoration: underline;
}

#hero {
  height: 770px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -65px;
  margin-bottom: -65px;
}
#hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(#5B5A50 0%, #D9DADA 100%);
  opacity: 0.3
}
#hero .h1 {
    position: relative;
    z-index: 2;
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    padding: 40px;
    border: 4px solid #fff;
    font-weight: 700;
}

#about {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(0deg, #b6b6b6 0%, #ebebeb 100%)
}
#about .row {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 50px;
  padding-left: 30px;
}
#about h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
}
#about p {
  margin-bottom: 24px;
}

.about-img {
  height: 400px;
  object-fit: cover;
  position: relative;
}
.about-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(circle, rgba(0,82,104,1) 0%, rgba(0,82,104,0.65) 100%);
  opacity: 0.65
}
.about-content {
  background-color: #fff;
  box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
  padding: 15px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width:890px) {
  #about {
    /* margin-top: 60px; */
    /* margin-bottom: 60px; */
    position: relative;
  }
  #about .row {
    /* height: 90vh; */
    height: 915px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-left: 40px;
  }
  #hero .h1 {
    font-size: 140px;
  }
  #about h3 {
    padding-top: 10px;
    font-size: 54px;
    margin-bottom: 90px;
    min-height: 205px;
  }
  #about p {
    font-size: 26px;
    margin-bottom: 70px;
    width: 66.666%;
    min-height: 156px;
  }
  #about p.white {
    color: #fff
  }
  #about p:last-child {
    margin-bottom: 0px;
    padding-left: 380px;
    padding-top: 10px;
    text-align: center;
    width: 70%
  }
  .about-content {
    padding: 70px;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    width: 60%;
    position: relative;
    left: 30%
  }
  .about-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
    width: 40%;
    height: inherit;
  }
}


#features {
  background: linear-gradient(180deg, #b6b6b6 0%, #ebebeb 100%)
}
#features .row {
  background-repeat: no-repeat !important;
}
.features-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.features-title h2 {
  color: #000;
  padding-top: 60px;
  padding-left: 30px;
  font-weight: 700;
  text-align: left;
  z-index: 2;
  position: relative;
}

.features-title h2 strong {
  font-weight: 700;
  display: block;
}
.features-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.features-item h3{
  font-size: 16px;
  line-height: 22px;
  color: #000;
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.features-item.second h3{
  color: #000;
}
@media (min-width:890px) {
  #features .row {
    height: 908px;
  }
  .features-title {
    margin-bottom: 60px;
  }
  .features-title h2 {
    font-size: 64px;
  }
  .features-item {
    height: 420px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 0px;
  }
  .features-item.second {
    padding-left: 40px;
    padding-right: 0px;
    padding-bottom: 100px;
    color: #000;
  }
  .features-item.second h3{
    min-height: 170px;
  }
  .features-item.third {
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 170px;
  }
  .features-item h3{
    font-size: 23px;
    line-height: 30px;
    color: #fff;
  }
}


#building {
  background: #ebebeb
}
#building .row .building-bg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff;
  padding-left: 0px;
  padding-top: 30px;
  padding-bottom: 260px;
  position: relative;
}
#building .row .building-bg::before {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  content: "";
  background: url(../img/building-bg.svg);
  height: 90%;
  width: 100%;
  top: 0;
}
#building h2 {
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 40px;
  padding-left: 40px;
  z-index: 10;
  position: relative;
  color: #000
}
#building ul {
  padding-left: 20px;
  color: #000;
  width: 70%
}
#building ul li {
  font-size: 22px;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
}


@media (min-width:890px) {
  #building .row .building-bg {
    padding-left: 120px;
    padding-top: 200px;
    padding-bottom: 0
  }
  #building .row .building-bg::before {
    height: 80%;
    width: 80%;
  }
  #building h2 {
    font-size: 80px;
  }
  #building ul {
    width: 100%
  }
  /* #building .row {
    margin-top: 60px;
    margin-bottom: 60px
  } */
  #building .row .col-12 {
    height: 860px;
    /* padding: 0 */
  }
}
@media (min-width:1600px) {
  #building img {
    left: -10%;
  }
}


.footer-img {
  height: 30vh;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}
.footer-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(#5B5A50 0%, #D9DADA 100%);
  opacity: 0.3
}
.footer-img img {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
}
@media (min-width:890px) {
  .footer-img {
    height: 80vh;
  }
  .footer-img img {
      right: calc( (100% - 1280px)/2 );
      width: inherit !important
  }
}

footer .row {
  padding-top: 40px;
  padding-bottom: 60px;
}
footer h2 {
  font-size: 80px;
  font-weight: 300;
  color: #000;
  padding: 12px 24px;
  border: 6px solid #000;
}
footer a {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.footer-email {
  padding-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.footer-phone {
  position: relative;
  padding-left: 40px;
}
.footer-phone2 {
  padding-left: 40px;
}
.footer-email::before {
  content: "";
  background: url(../img/envelope.svg);
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  top: 8px;
}
.footer-phone::before {
  content: "";
  background: url(../img/phone.svg);
  position: absolute;
  left: 0;
  top: 8px;
  height: 18px;
  width: 18px;
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #about h3 {
    font-size: 40px;
    min-height: 165px;
    margin-top: 60px;
  }
  #about p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #about p:last-child {
    width: 90%;
    margin-top: 30px;
  }
  .features-title h2 {
    font-size: 50px;
  }
  .footer-img img {
    right: 0;
    width: 30% !important
  }
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  #about h3 {
    font-size: 40px;
    min-height: 165px;
    margin-top: 60px;
  }
  #about p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #about p:last-child {
    width: 90%;
    margin-top: 30px;
  }
  .features-title h2 {
    font-size: 50px;
  }
  .footer-img img {
    right: 0;
    width: 30% !important
  }
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  #about h3 {
    font-size: 40px;
    min-height: 165px;
    margin-top: 60px;
  }
  #about p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #about p:last-child {
    width: 90%;
    margin-top: 30px;
  }
  .features-title h2 {
    font-size: 50px;
  }
  .footer-img img {
    right: 0;
    width: 30% !important
  }
}
