body {
  font-family: 'Alata', sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-title {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Cinzel', serif;
  font-size: 2.625rem;
  color: #173750;
}

.section-title .d-flex {
  max-width: 50%;
  min-width: 50%;
  margin-bottom: 20px;
}

.section-title .d-flex span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
}

.section-title .d-flex span:nth-child(1) {
  background: #bd7248;
}

.section-title .d-flex span:nth-child(2) {
  background: #257886;
}

.section-title .d-flex span:nth-child(3) {
  background: #173750;
}

.section-desc {
  margin-top: 10px;
  font-size: 1.1875rem;
  text-align: center;
  color: #757575;
  font-family: 'Maven Pro', sans-serif;
}

#header .navbar-brand .logo {
  /*width: 130px;*/
  max-height: 150px;
  max-width:100%;
}

#header .navbar-nav .nav-item.dropdown:hover > :before {
  width: 90px;
}

#header .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  /*top: 140px;*/
}

#header .navbar-nav .nav-item:last-child .nav-link:after {
  content: none;
}

#header .navbar-nav .nav-item .dropdown-menu {
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
}

#header .navbar-nav .nav-item .dropdown-menu:before {
  /*content: "";
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100%;
  background: transparent;*/
}

#header .navbar-nav .nav-item .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}

#header .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  padding: 10px;
  text-align: center;
  color: #173750;
  border-bottom: 1px solid #173750;
}

#header .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 1.0rem;
  color: #173750;
  padding: 20px 25px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  #header .navbar-nav .nav-item .nav-link {
    padding: 20px 35px;
  }
}

@media only screen and (max-width: 991px) {
  #header .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
  }
}

#header .navbar-nav .nav-item .nav-link:hover {
  color: #bd7248;
}

#header .navbar-nav .nav-item .nav-link:hover:before {
  width: 90px;
}

#header .navbar-nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  background: url("../img/menu-hvr-img2.png");
  width: 0px;
  height: 6px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  #header .navbar-nav .nav-item .nav-link:before {
    content: none;
  }
}

#header .navbar-nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #2d7d8a;
  opacity: .5;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@media only screen and (max-width: 991px) {
  #header .navbar-nav .nav-item .nav-link:after {
    content: none;
  }
}

#slider {
  position: relative;
}

#slider .arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 9999;
}

@media only screen and (max-width: 575px) {
  #slider .arrows {
    display: none;
  }
}

#slider .arrows .arrow {
  color: #fff;
  border: 4px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#slider .arrows .arrow:hover {
  opacity: 1;
}

#slider .arrows .arrow .fas {
  font-size: 1.5625rem;
}

#slider .inside {
  position: relative;
}

#slider .inside .slider-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -9999;
}

#slider .inside .content {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
}

#slider .inside .content .big-title {
  /*font-family: 'Cinzel', serif;
  font-size: 3.0rem;*/
  font-family: 'Maven Pro', sans-serif;
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 10px;
}

#slider .inside .content .desc {
  color: #fff;
  font-family: 'Maven Pro', sans-serif;
  font-size: 1.4rem;
  line-height: 35px;
  font-weight: 300;
}

#slider .inside .content .buttons {
  margin-top: 20px;
}

#slider .inside .content .buttons .btn {
  border-color: #bd7248;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  margin: 0 50px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 575px) {
  #slider .inside .content .buttons .btn {
    display: block;
    margin: 20px 0;
  }
}

#slider .inside .content .buttons .btn:first-child {
  margin-left: 0;
}

#slider .inside .content .buttons .btn:last-child {
  margin-right: 0;
}

#slider .inside .content .buttons .btn:hover {
  background: #257886;
  border-color: #257886;
}

#slider .slick-slider {
  margin-bottom: 0;
}

#slider .slick-dots {
  bottom: 25px;
}

#slider .slick-dots li.slick-active button:before {
  color: #bd7248;
}

#slider .slick-dots li button:before {
  font-size: 1.25rem;
  color: #fff;
  opacity: 1;
}

#boxes {
  background: #173750;
  color: #fff;
  padding: 75px 0;
}

#boxes .col-12 {
  margin-bottom: 50px;
}

@media only screen and (min-width: 767px) {
  #boxes .col-12 {
    margin-bottom: 100px;
  }
  #boxes .col-12:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

#boxes .icon {
  font-size: 2.5rem;
  margin-right: 20px;
}

#boxes .content .title {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

#boxes .content .desc {
  font-weight: 400;
  opacity: .8;
}

#experienceArea {
  margin: 150px 0;
}

@media only screen and (max-width: 991px) {
  #experienceArea .col-12 {
    margin-bottom: 30px;
  }
}

#experienceArea .icon-area {
  position: relative;
  min-width: 93px;
  margin-right: 20px;
}

#experienceArea .icon-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  background: #257886;
  width: 1px;
  height: 100%;
}

#experienceArea .icon-area:hover .icon:before {
  background: url("../img/border-hover.png");
  color: #fff;
}

#experienceArea .icon-area:hover .icon .fas {
  color: #fff;
  position: relative;
}

#experienceArea .icon-area .icon {
  width: 93px;
  font-size: 2.5rem;
  line-height: 93px;
  text-align: center;
  color: #bd7248;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 9;
  padding: 10px 0;
  background: #fff;
}

#experienceArea .icon-area .icon:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: url("../img/border.png");
  width: 93px;
  height: 93px;
}

#experienceArea .content .title {
  font-size: 1.20rem;
  font-weight: 600;
  color: #173750;
  margin-bottom: 10px;
}

#experienceArea .content .desc {
  color: #757575;
  font-family: 'Maven Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

#other {
  position: relative;
  color: #fff;
  padding-top: 500px;
}

@media only screen and (max-width: 991px) {
  #other {
    padding-top: 0;
  }
}

#other:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 800px;
  width: 100%;
  background: url("../img/other-img.png");
  z-index: -1;
  background-position: bottom;
  background-size: cover;
}

@media only screen and (min-width: 2560px) {
  #other:before {
    background-position: bottom;
    height: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  #other:before {
    background-position: 0 -300px;
    height: 100%;
  }
}

@media only screen and (max-width: 1400px) {
  #other:before {
    background-position: center -300px;
  }
}

@media only screen and (max-width: 991px) {
  #other:before {
    display: none;
  }
}

#other .bg {
  padding: 60px 0 200px;
  background: url("../img/other-vec-bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 991px) {
  #other .bg {
    background: #2d7d8a;
  }
}

#other .title {
  font-size: 2.625rem;
  font-family: 'cinzel', serif;
  margin-bottom: 60px;
  text-align: center;
}

#other .col-12 {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  #other .col-12 {
    margin-bottom: 30px;
  }
  #other .col-12:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

#other .icon {
  margin-bottom: 10px;
}

#other .text {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 300;
}

#areas {
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  #areas {
    margin-top: 100px;
  }
}

#areas .slider .slide {
  position: relative;
  margin: 0 5px;
  overflow: hidden;
}

#areas .slider .slide:hover .hover {
  left: 0;
  opacity: 1;
}

#areas .slider .slide img {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1399px) {
  #areas .slider .slide img {
    height: 350px;
  }
}

#areas .slider .slide .hover {
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  background: rgba(23, 55, 80, 0.8);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#areas .slider .slide .hover .buttons {
  margin-bottom: 30px;
}

#areas .slider .slide .hover .buttons .btn {
  font-size: 1.5rem;
  margin: 0 20px;
}

#areas .slider .slide .hover .title {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
}

#areas .slick-dots {
  bottom: -60px;
}

#areas .slick-dots li.slick-active button {
  border-color: #bd7248;
  background: #bd7248;
}

#areas .slick-dots li.slick-active button:before {
  color: #bd7248;
}

#areas .slick-dots li button {
  border: 1px solid #173750;
  border-radius: 50%;
  width: 21px;
}

#areas .slick-dots li button:before {
  font-size: 1.25rem;
  color: #fff;
  opacity: 1;
  width: 21px;
  height: 21px;
}

#areas .button-area {
  margin-top: 100px;
}

#areas .button-area a {
  font-family: 'cinzel', serif;
  font-size: 1.5rem;
  color: #173750;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#areas .button-area a .text {
  display: block;
}

#areas .button-area a:hover {
  color: #bd7248;
}

#suppliers .slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 130px;
}

#suppliers .slider .slide .logo {
  max-width: 100%;
  max-height: 130px;
}

#suppliers .slick-dots {
  bottom: -60px;
}

#suppliers .slick-dots li.slick-active button {
  border-color: #bd7248;
  background: #bd7248;
}

#suppliers .slick-dots li.slick-active button:before {
  color: #bd7248;
}

#suppliers .slick-dots li button {
  border: 1px solid #173750;
  border-radius: 50%;
  width: 21px;
}

#suppliers .slick-dots li button:before {
  font-size: 1.25rem;
  color: #fff;
  opacity: 1;
  width: 21px;
  height: 21px;
}

#counters {
  margin-top: 150px;
  background: #bd7248;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 30px 0;
}

@media only screen and (max-width: 991px) {
  #counters {
    font-size: 1.5rem;
  }
}

#counters .counter {
  display: block;
  font-size: 2.8125rem;
  font-family: 'Maven Pro', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  #counters .counter {
    font-size: 1.875rem;
  }
}

@media only screen and (max-width: 991px) {
  #footer .row {
    text-align: center;
  }
  #footer .col-12 {
    margin-bottom: 30px;
  }
  #footer .menu-area {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

#footer .top {
  background: #173750;
  color: #fff;
  padding: 80px 0;
}

#footer .top .title {
  font-family: 'cinzel', serif;
  font-size: 1.75rem;
  margin-bottom: 20px;
}

#footer .top .content {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 300;
}

#footer .top .list .nav-item {
  font-weight: 300;
}

#footer .top .list .nav-item span {
  font-weight: 500;
  margin-right: 10px;
}

#footer .top .list .nav-item a {
  color: #fff;
  text-decoration: none;
}

#footer .top .social {
  margin: 0 -5px;
}

@media only screen and (max-width: 767px) {
  #footer .top .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer .top .social .nav-link {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  padding: 0;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 1.25rem;
}

#footer .top .social .nav-link:hover {
  color: #bd7248;
  border-color: #bd7248;
}

#footer .bottom {
  background: #06253d;
  color: #fff;
  padding: 20px 0;
}

#footer .bottom .nav .nav-link {
  color: #fff;
  padding: 0;
}

#footer .bottom .nav .nav-link:last-child:after {
  content: none;
}

#footer .bottom .nav .nav-link:after {
  content: "|";
  margin: 0 5px;
}
/*# sourceMappingURL=main.min.css.map */


/*ykdsoft*/