/*-----------------------------------------------------------
            General Styles 
-------------------------------------------------------------*/
/* Base CSS */
:focus,
button:focus {
  outline: 0; }

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

a,
button,
input[type="submit"] {
  cursor: pointer; }

a {
  color: #1c223a;
  text-transform: inherit; }

a:hover,
a :focus {
  color: #373d46;
  text-decoration: none; }

a:focus {
  outline: 0 solid; }

img {
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  line-height: 64px;
  font-weight: 600; }

body {
  color: #000000;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden !important; }

ul {
  padding: 0;
  margin: 0; }

ul,
li {
  list-style: none; }

p {
  line-height: 1.7; }

a {
  transition: all 0.3s ease; }

a:hover {
  text-decoration: none; }

/*return-to-top START CSS*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  color: #4DE2C1;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999999999999;
  border-radius: 50%;
  background: #13171d; }
  .back-to-top i {
    color: #fff; }

/*Proloader START CSS*/
.proloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff; }
  .proloader .loader_34 {
    /* Preloader */
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .proloader .loader_34 .ytp-spinner {
      /* Spinner Container */
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .proloader .loader_34 .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .proloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .proloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden; }
          .proloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }

.loader_34 .ytp-spinner-left {
  /* Position inside Container*/
  right: 50%; }

.loader_34 .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #42768C #42768C transparent;
  border-radius: 50%;
  border-width: 6px; }

.loader_34 .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: transparent;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.loader_34 .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: transparent;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    transform: rotate(135deg); }
  25% {
    transform: rotate(270deg); }
  37.5% {
    transform: rotate(405deg); }
  50% {
    transform: rotate(540deg); }
  62.5% {
    transform: rotate(675deg); }
  75% {
    transform: rotate(810deg); }
  87.5% {
    transform: rotate(945deg); }
  to {
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }
.btn.v1 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-table;
  padding: 10px 38px;
  border-radius: 0; }
  .btn.v1:hover {
    color: #fff;
    background: #D69F7D;
    border-color: transparent; }
.btn.v2 {
  color: #D69F7D;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid #D69F7D;
  transition: 0.3s;
  display: inline-table;
  padding: 10px 38px;
  background-color: transparent;
  border-radius: 0; }
  .btn.v2:hover {
    color: #fff;
    background: #D69F7D;
    border-color: transparent; }
.btn.v3 {
  color: #112A42;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #112A42;
  transition: 0.3s;
  display: inline-table;
  padding: 10px 38px;
  border-radius: 0; }
  .btn.v3:hover {
    color: #fff;
    background: #142C44;
    border-color: transparent; }

.submit_btn {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: 0.3s;
  display: inline-table;
  padding: 10px 38px;
  border-radius: 0;
  background-color: #112941; }
  .submit_btn:hover {
    color: #112941;
    background: transparent;
    border-color: #112941; }

.link {
  color: #112941;
  font-size: 12px;
  font-weight: 300;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 10px 0;
  border-radius: 0;
  text-decoration: underline; }

/*--------------------------------
            Header CSS
---------------------------------*/
/* Header bar area Start */
.header-bar-area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 15px 0;
  transition: 0.3s; }

/*sticky START CSS*/
.header-bar-area.sticky {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0px !important;
  background-color: #42768C; }

.header-bar-area.sticky .logo img {
  padding-top: 0; }

.header-bar-area.sticky .header_wrap {
  align-items: center; }

.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

.logo_wrap {
  width: 40%; }

.main-menu {
  width: 60%;
  padding: 0 60px 0 0; }

.logo img {
  max-width: 40%;
  margin: 0 auto;
  display: block;
  padding-top: 20px; }

.site-menu {
  margin-bottom: 0; }

.site-menu > li {
  position: relative; }

.site-menu li a {
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  line-height: 21px;
  transition: 0.3s;
  position: relative; }

.site-menu > li {
  display: inline-block;
  padding: 0px 11px; }

.site-menu > li:last-child {
  padding-right: 0; }

.lang_select img {
  position: relative;
  top: -2px; }

/*-----Dropdown starts------*/
.site-menu .has-children {
  position: relative; }

.site-menu .has-children a {
  position: relative;
  display: block; }

.site-menu .has-children a i {
  font-size: 8px;
  padding-left: 2px;
  transition: 0.3s; }

.site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 33px;
  left: -10px;
  position: absolute;
  text-align: left;
  margin-top: 20px;
  margin-left: 0px;
  background: #B8896DEB;
  transition: 0.4s 0s;
  z-index: 999;
  width: calc(100% + 20px);
  z-index: 9999;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: 0px 10px 10px -5px rgba(0, 3, 34, 0.08); }

.site-menu .has-children .dropdown li {
  position: relative; }

.dropdown.sub-menu {
  position: absolute;
  min-width: 15.5rem !important;
  z-index: 9999; }

.site-menu > li {
  position: relative; }

.site-menu .has-children .dropdown:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  background-color: #000;
  width: 50px;
  height: 3px;
  transform: translate(-50%, -50%); }

.site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #fff; }

.site-menu .has-children .dropdown .active > a {
  color: #28a745 !important; }

.site-menu .has-children .dropdown > li {
  list-style: none;
  margin: 0;
  text-align: center;
  position: relative; }

.site-menu .has-children .dropdown > li > a {
  display: inline-block;
  transition: 0.3s;
  font-weight: 400;
  padding: 11px 4px;
  color: #fff;
  text-transform: uppercase;
  background-color: #B1876E; }

.site-menu .has-children .dropdown > li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s; }

.site-menu .has-children .dropdown > li:hover:before {
  visibility: visible;
  opacity: 1; }

.site-menu .has-children .dropdown > li > a:hover {
  /*! color: #00A99D; */ }

.site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\f10a";
  right: 20px; }

.site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0; }

.site-menu .has-children .dropdown > li.has-children > .dropdown.sub-menu {
  top: 2% !important; }

.site-menu .has-children:hover,
.site-menu .has-children:focus,
.site-menu .has-children:active {
  cursor: pointer; }

.site-menu .has-children:hover > .dropdown,
.site-menu .has-children:focus > .dropdown,
.site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: -1px;
  visibility: visible;
  opacity: 1; }

/*------Mobile menu starts------*/
.site-mobile-menu {
  width: 320px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: .3s all ease-in-out; }

.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%); }

.mobile-bar span {
  font-size: 28px;
  color: #fff; }

.site-mobile-menu-close.js-menu-toggle span {
  color: #000;
  margin-right: 0;
  font-size: 28px !important; }

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 0; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: .3s all ease; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none; }

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll !important;
  position: relative;
  padding: 20px 30px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: left; }

.site-mobile-menu .site-nav-wrap a {
  padding: 8px 0;
  display: block;
  position: relative;
  color: #212529;
  font-weight: 500;
  font-size: 14px; }

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block; }

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #28a745; }

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 100%;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; }

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 70%;
  transition: .3s all ease;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.site-mobile-menu .site-nav-wrap > li {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%; }

.site-mobile-menu .site-nav-wrap > li > a {
  font-size: 16px; }

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block; }

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 15px;
  /*! font-size: 14px; */ }

/*--------------------------------
            Hero CSS
---------------------------------*/
.hero_slider_item {
  display: flex;
  flex-direction: revert;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .hero_slider_item .hero_slider_info {
    background: #42768C;
    width: 40%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 6.5%; }
    .hero_slider_item .hero_slider_info h1 {
      font-size: 33px;
      color: #fff;
      line-height: 32px;
      text-transform: uppercase;
      font-weight: 700; }
      .hero_slider_item .hero_slider_info h1 span {
        font-weight: 300;
        display: block;
        font-size: 15px;
        letter-spacing: 14px; }
    .hero_slider_item .hero_slider_info .slider_subtitle {
      font-size: 46px;
      text-transform: uppercase;
      line-height: 40px;
      color: #cda183;
      font-weight: 300;
      position: relative;
      padding: 8px 0 7px; }
      .hero_slider_item .hero_slider_info .slider_subtitle:before {
        position: absolute;
        top: 0;
        left: 3px;
        content: "";
        background: #D69F7E;
        width: 51px;
        height: 2px; }
  .hero_slider_item .hero_slider_img {
    width: 60%;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative; }

.box_1 {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  animation: animationFramesOne 5s alternate infinite linear;
  max-width: 180px;
  z-index: 99; }

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px); }
  100% {
    transform: translate(60px, 0px); } }
.hero_slider .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 19%;
  z-index: 999;
  transform: translateX(-50%); }
  .hero_slider .owl-dots .owl-dot {
    margin: 0 3px; }
    .hero_slider .owl-dots .owl-dot span {
      width: 25px;
      height: 2px;
      background: #A2BBC6;
      display: inline-block;
      opacity: 0.8;
      transition: 0.3s; }
    .hero_slider .owl-dots .owl-dot.active span {
      background: #fff;
      height: 4px;
      opacity: 1; }

/*--------------------------------
            About CSS
---------------------------------*/
.about_wrap {
  padding: 60px 0 100px; }
  .about_wrap .about_yera {
    border: 1px solid #D6A07E;
    text-align: center;
    display: inline-block;
    padding: 15px 30px 18px; }
    .about_wrap .about_yera h1 {
      font-size: 96px;
      font-weight: 900;
      color: #D6A07E;
      line-height: 86px;
      margin: 0 0 9px; }
    .about_wrap .about_yera p.par_1 {
      font-size: 40px;
      color: #D6A07E;
      font-size: 44px;
      line-height: 40px;
      display: block;
      font-weight: 300;
      margin: 0; }
    .about_wrap .about_yera span.par_2 {
      color: #D6A07E;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 300;
      line-height: 20px; }
  .about_wrap .about_sub span {
    font-size: 29px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 300;
    color: #010101;
    display: block;
    margin-bottom: 20px; }
  .about_wrap .about_sub h2 {
    font-size: 37px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    margin: 0;
    padding: 18px 0 10px; }
    .about_wrap .about_sub h2:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      background: #D6A07E;
      width: 50px;
      height: 2px; }
  .about_wrap .about_para p {
    font-size: 16px;
    line-height: 24px;
    color: #8d8d8d; }

.simple_wrap {
  padding: 40px 0 60px; }
  .simple_wrap .simple_para span {
    font-size: 14px;
    color: #8d8d8d;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 500; }
  .simple_wrap .simple_para h2 {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 42px;
    margin: 20px 0 2px; }
    .simple_wrap .simple_para h2 span {
      display: block;
      font-size: 30px;
      color: #010101;
      text-transform: uppercase;
      letter-spacing: 0;
      font-weight: 400; }
  .simple_wrap .simple_para h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .simple_wrap .simple_para p {
    font-size: 16px;
    line-height: 22px;
    color: #8d8d8d; }
  .simple_wrap .simple_img img {
    width: 100%; }

.partner_wrap {
  background-color: #42768C;
  padding: 35px 0; }

.partner_logo_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 38px; }

.partner_title {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  padding: 0 75px;
  z-index: 9999;
  margin: 0 0 40px; }

.partner_title:before {
  position: absolute;
  bottom: 24px;
  left: -10px;
  content: "";
  background: #D6A07E;
  width: 75px;
  height: 2px;
  z-index: 0; }

/*--------------------------------
            Partner CSS
---------------------------------*/
.partner_wrap .partner_title {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  padding: 0 75px;
  z-index: 9999;
  margin: 0 0 40px; }
  .partner_wrap .partner_title:after {
    position: absolute;
    bottom: 24px;
    right: -10px;
    content: "";
    background: #D6A07E;
    width: 75px;
    height: 2px;
    z-index: 0; }
.partner_wrap .partner_logo_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 38px; }
  .partner_wrap .partner_logo_wrap .partner_logo img {
    max-width: 50%;
    margin: 0 auto; }

.show_more_wrap .show_more {
  display: none; }
.show_more_wrap .show_more_btn img {
  max-width: 35px;
  cursor: pointer; }

/*--------------------------------
            Portfolio CSS
---------------------------------*/
.portfolio_wrap .portfolio_title {
  text-align: center;
  padding: 70px 0 70px; }
  .portfolio_wrap .portfolio_title span {
    font-size: 14px;
    color: #8d8d8d;
    text-transform: uppercase;
    letter-spacing: 10px;
    display: block;
    line-height: 20px;
    margin-bottom: 20px; }
  .portfolio_wrap .portfolio_title h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    line-height: 30px;
    padding: 20px 0 4px;
    margin: 0;
    display: inline-block; }
    .portfolio_wrap .portfolio_title h4:before {
      position: absolute;
      top: 0;
      left: 50%;
      width: 50px;
      height: 2px;
      content: "";
      background: #D6A07E;
      transform: translateX(-50%); }
  .portfolio_wrap .portfolio_title p {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0; }
.portfolio_wrap .portfolio_item_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .portfolio_wrap .portfolio_item_wrap .portfolio_item {
    width: 33.33%;
    position: relative; }
    .portfolio_wrap .portfolio_item_wrap .portfolio_item img {
      width: 100%; }
    .portfolio_wrap .portfolio_item_wrap .portfolio_item .portfolio_item_info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      text-align: center;
      vertical-align: bottom;
      padding: 0 45px 30px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      visibility: hidden;
      opacity: 0;
      transition: 0.3s; }
      .portfolio_wrap .portfolio_item_wrap .portfolio_item .portfolio_item_info img {
        max-width: 40px;
        margin: 0 auto; }
      .portfolio_wrap .portfolio_item_wrap .portfolio_item .portfolio_item_info h6 {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 5px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 40px 0 20px; }
      .portfolio_wrap .portfolio_item_wrap .portfolio_item .portfolio_item_info p {
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        text-align: center; }

.portfolio_wrap .portfolio_item_wrap .portfolio_item:hover .portfolio_item_info {
  visibility: visible;
  opacity: 1; }

/*--------------------------------
            Promo CSS
---------------------------------*/
.promo_wrap {
  padding: 70px 0; }
  .promo_wrap .promo_text span {
    font-size: 12px;
    color: #8d8d8d;
    text-transform: uppercase;
    letter-spacing: 11px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px; }
  .promo_wrap .promo_text h3 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 400;
    position: relative;
    padding: 12px 0 3px;
    margin: 0; }
    .promo_wrap .promo_text h3:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 2px;
      content: "'";
      background: #D39E7C; }
  .promo_wrap .promo_text h4 {
    font-size: 30px;
    font-weight: 800;
    line-height: 33px; }
  .promo_wrap .promo_item_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .promo_wrap .promo_item_wrap .promo_item {
      width: 48%; }
      .promo_wrap .promo_item_wrap .promo_item .promo-img {
        position: relative; }
        .promo_wrap .promo_item_wrap .promo_item .promo-img .promo_img_text {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.7);
          visibility: hidden;
          opacity: 0;
          transition: 0.3s; }
          .promo_wrap .promo_item_wrap .promo_item .promo-img .promo_img_text p {
            font-size: 20px;
            color: #fff;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-transform: uppercase;
            width: 75%;
            border: 1px solid rgba(214, 160, 126, 0.7);
            padding: 33% 5%; }
      .promo_wrap .promo_item_wrap .promo_item .promo_item_text {
        margin: 22px 0 0; }
        .promo_wrap .promo_item_wrap .promo_item .promo_item_text p {
          font-size: 16px;
          color: #8d8d8d;
          line-height: 26px;
          font-weight: 500; }
        .promo_wrap .promo_item_wrap .promo_item .promo_item_text a {
          font-size: 28px;
          font-weight: 800;
          text-transform: uppercase;
          line-height: 32px;
          display: block;
          margin: 0 0 10px; }
          .promo_wrap .promo_item_wrap .promo_item .promo_item_text a span {
            font-weight: 400; }

.promo_wrap .promo_item_wrap .promo_item:hover .promo-img .promo_img_text {
  visibility: visible;
  opacity: 1; }

/*--------------------------------
            Counter CSS
---------------------------------*/
.counter_wrap {
  background: #42768C; }
  .counter_wrap .counter-text {
    text-align: center;
    border-top: 1px solid rgba(214, 160, 126, 0.56);
    border-bottom: 1px solid rgba(214, 160, 126, 0.56);
    padding: 18px 0 22px;
    margin: 33px 0; }
    .counter_wrap .counter-text h6 {
      font-size: 70px;
      color: #fff;
      font-weight: 900;
      letter-spacing: 28px;
      line-height: 70px;
      margin: 0 0 10px; }
    .counter_wrap .counter-text p {
      font-size: 16px;
      color: #fff;
      letter-spacing: 16px;
      text-transform: uppercase;
      margin: 0; }

/*--------------------------------
            Contact CSS
---------------------------------*/
.contact_wrap {
  background: #FAFAFA;
  padding: 80px 0 60px; }
  .contact_wrap .location_wrap {
    padding: 0 0 80px; }
    .contact_wrap .location_wrap .location_img img {
      width: 100%; }
    .contact_wrap .location_wrap .location_info {
      padding-left: 50px; }
      .contact_wrap .location_wrap .location_info span {
        font-size: 13px;
        line-height: 18px;
        color: #8d8d8d;
        text-transform: uppercase;
        letter-spacing: 9px;
        font-weight: 500;
        margin: 0 0 26px;
        display: block; }
      .contact_wrap .location_wrap .location_info h3 {
        font-size: 32px;
        font-weight: 400;
        color: #010101;
        text-transform: uppercase;
        line-height: 50px;
        position: relative;
        padding: 8px 0;
        margin: 0; }
        .contact_wrap .location_wrap .location_info h3:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          background: #D6A07E;
          width: 50px;
          height: 2px; }
        .contact_wrap .location_wrap .location_info h3 span {
          display: block;
          font-size: 26px;
          line-height: 20px;
          color: #000;
          letter-spacing: 0;
          font-weight: 800;
          margin: 0px 0 12px; }
      .contact_wrap .location_wrap .location_info .contact_info {
        margin-bottom: 10px; }
        .contact_wrap .location_wrap .location_info .contact_info .contact_item {
          position: relative;
          margin: 0 0 4px; }
          .contact_wrap .location_wrap .location_info .contact_info .contact_item p {
            font-size: 16px;
            padding-left: 30px;
            font-weight: 500;
            margin: 0; }
          .contact_wrap .location_wrap .location_info .contact_info .contact_item img {
            position: absolute;
            max-width: 20px;
            top: 3px; }
  .contact_wrap .contact_title span {
    font-size: 13px;
    line-height: 18px;
    color: #8d8d8d;
    text-transform: uppercase;
    letter-spacing: 9px;
    font-weight: 500;
    margin: 0 0 26px;
    display: block; }
  .contact_wrap .contact_title h3 {
    font-size: 32px;
    font-weight: 400;
    color: #010101;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
    padding: 8px 0;
    margin: 0; }
    .contact_wrap .contact_title h3:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      background: #D6A07E;
      width: 50px;
      height: 2px; }
    .contact_wrap .contact_title h3 span {
      display: block;
      font-size: 26px;
      line-height: 20px;
      color: #000;
      letter-spacing: 0;
      font-weight: 800;
      margin: 0px 0 12px; }
  .contact_wrap .contact_form .form-group {
    margin-bottom: 20px; }
    .contact_wrap .contact_form .form-group input {
      width: 100%;
      height: 40px;
      background: transparent;
      border-width: 0 0 1px 0;
      border-color: #C8C8C8;
      color: #010101;
      font-size: 15px;
      line-height: 18px;
      padding: 2px 0; }
    .contact_wrap .contact_form .form-group textarea {
      width: 100%;
      height: 90px;
      background: transparent;
      border-width: 0 0 1px 0;
      border-color: #C8C8C8;
      color: #010101;
      font-size: 15px;
      line-height: 18px;
      padding: 2px 0;
      resize: none; }

.form-group textarea::placeholder,
.form-group input::placeholder {
  color: #8d8d8d;
  opacity: 0.5; }

.contact_item {
  position: relative;
  margin: 0 0 4px; }

/*--------------------------------
            Footer CSS
---------------------------------*/
.footer_wrap {
  background: #42768C;
  padding: 24px 0; }
  .footer_wrap .footer_menu ul li {
    display: inline-block;
    padding: 0 15px 0 0; }
    .footer_wrap .footer_menu ul li a {
      font-size: 13px;
      color: #fff;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 300; }
  .footer_wrap .social_profile ul {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 15px;
    line-height: 20px; }
    .footer_wrap .social_profile ul li {
      display: inline-block;
      margin: 0 5px; }
      .footer_wrap .social_profile ul li a i {
        color: #fff;
        font-size: 15px; }
  .footer_wrap .footer_logo {
    text-align: right; }
    .footer_wrap .footer_logo a img {
      max-width: 50%; }

/* LG Device :992px. */
@media only screen and (min-width: 1920px) {
  .hero_slider_item .hero_slider_info {
    padding: 0 7.5%; }

  .hero_slider_item .hero_slider_info span.slider_subtitle {
    font-size: 64px;
    line-height: 68px;
    padding: 10px 0 9px; }

  .hero_slider_item .hero_slider_info h1 {
    font-size: 45px;
    line-height: 44px; }

  .hero_slider_item .hero_slider_info h1 span {
    font-size: 16px;
    letter-spacing: 17px; }

  .hero_slider_item .btn.v1 {
    font-size: 15px;
    padding: 10px 40px; } }
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .hero_slider_item .hero_slider_info {
    padding: 0 7%; }

  .hero_slider_item .hero_slider_info span.slider_subtitle {
    font-size: 56px;
    line-height: 60px;
    padding: 10px 0 9px; }

  .hero_slider_item .hero_slider_info h1 {
    font-size: 40px;
    line-height: 44px; }

  .hero_slider_item .hero_slider_info h1 span {
    font-size: 14px;
    letter-spacing: 20px; }

  .hero_slider_item .btn.v1 {
    font-size: 15px;
    padding: 10px 40px; } }
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .hero_slider_item .hero_slider_info {
    padding: 0 7%; }

  .hero_slider_item .hero_slider_info span.slider_subtitle {
    font-size: 50px;
    line-height: 50px;
    padding: 10px 0 9px; }

  .hero_slider_item .hero_slider_info h1 {
    font-size: 35px;
    line-height: 40px; }

  .hero_slider_item .hero_slider_info h1 span {
    font-size: 14px;
    letter-spacing: 16px; }

  .hero_slider_item .btn.v1 {
    font-size: 15px;
    padding: 10px 40px; } }
@media only screen and (min-width: 1200px) {
  .container-fluid {
    padding: 0 70px; } }
@media only screen and (min-width: 992px) {
  .main-menu {
    display: inline-block;
    visibility: visible;
    opacity: 1; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu {
    padding: 0 20px 0 0; }

  .site-menu li a {
    font-size: 11px; }

  .site-menu > li {
    padding: 0px 7px; }

  .hero_slider_item .hero_slider_info {
    padding: 0 7%; }

  .hero_slider_item .hero_slider_info span.slider_subtitle {
    font-size: 34px;
    line-height: 35px;
    padding: 10px 0 9px; }

  .hero_slider_item .hero_slider_info h1 {
    font-size: 24px;
    line-height: 30px; }

  .hero_slider_item .hero_slider_info h1 span {
    font-size: 10px;
    letter-spacing: 10.5px; }

  .hero_slider_item .btn.v1 {
    font-size: 10px;
    padding: 10px 25px; }

  .portfolio_wrap .portfolio_item_wrap .portfolio_item .portfolio_item_info {
    padding: 0 10px 5px; }

  .portfolio_wrap .portfolio_item_wrap .portfolio_item .portfolio_item_info img {
    max-width: 23px;
    margin: 0 auto; }

  .portfolio_wrap .portfolio_item_wrap .portfolio_item .portfolio_item_info h6 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 4px;
    margin: 20px 0 10px; }

  .portfolio_wrap .portfolio_item_wrap .portfolio_item .portfolio_item_info p {
    font-size: 10px; }

  .footer_wrap .footer_menu ul li a {
    font-size: 11px; } }
/* Extra small Device. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_slider_item .hero_slider_info {
    padding: 0 7%; }

  .hero_slider_item .hero_slider_info span.slider_subtitle {
    font-size: 26px;
    line-height: 23px;
    padding: 10px 0 9px; }

  .hero_slider_item .hero_slider_info h1 {
    font-size: 18px;
    line-height: 23px; }

  .hero_slider_item .hero_slider_info h1 span {
    font-size: 10px;
    letter-spacing: 6.5px; }

  .hero_slider_item .btn.v1 {
    font-size: 10px;
    padding: 10px 25px; }

  .main-menu {
    padding: 0 20px 0 0; }

  .portfolio_wrap .portfolio_item_wrap .portfolio_item {
    width: 50%; }

  .promo_wrap .promo_item_wrap .promo_item .promo_item_text a {
    font-size: 22px;
    line-height: 30px; }

  .promo_wrap .promo_item_wrap .promo_item .promo_item_text p {
    font-size: 14px;
    line-height: 22px; }

  .footer_wrap .footer_menu ul li a {
    font-size: 10px; } }
@media only screen and (max-width: 991px) {
  .about_wrap .about_sub span {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 14px; }

  .about_wrap .about_sub h2 {
    font-size: 28px;
    line-height: 32px; }

  .about_wrap .about_para p {
    font-size: 14px;
    line-height: 20px; }

  .simple_wrap .simple_para span {
    font-size: 12px;
    letter-spacing: 6px; }

  .simple_wrap .simple_para h2 {
    font-size: 34px;
    line-height: 34px; }

  .simple_wrap .simple_para h3 {
    font-size: 25px;
    line-height: 28px; }

  .simple_wrap .simple_para p {
    font-size: 14px;
    line-height: 20px; }

  .contact_wrap .location_wrap .location_info,
  .contact_wrap .contact_title {
    padding-left: 0; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .xs-none {
    display: none; }

  .xs-block {
    display: block; }

  .page_wrapper {
    overflow-x: hidden; }

  .header-bar-area {
    padding: 10px 0; }

  .header_wrap {
    align-items: center; }

  .logo_wrap {
    width: 70%;
    padding: 0 0 0 15px; }

  .logo img {
    max-width: 130px;
    padding-top: 0;
    margin: 0; }

  .main-menu {
    width: 30%;
    padding: 0 15px 0 0; }

  .hero_slider_item .hero_slider_info {
    width: 100%; }

  .hero_slider_item .hero_slider_img {
    width: 100%; }

  .hero_slider_item .hero_slider_info {
    width: 100%;
    padding: 120px 20px 80px; }

  .hero_slider_item .hero_slider_info span.slider_subtitle {
    font-size: 26px;
    line-height: 23px;
    padding: 10px 0 9px; }

  .hero_slider_item .hero_slider_info h1 {
    font-size: 18px;
    line-height: 23px; }

  .hero_slider_item .hero_slider_info h1 span {
    font-size: 10px;
    letter-spacing: 6.5px; }

  .hero_slider_item .btn.v1 {
    font-size: 10px;
    padding: 10px 25px; }

  .hero_slider_item .hero_slider_img {
    height: 400px; }

  .hero_slider .owl-dots {
    left: 50%; }

  .box_1 {
    max-width: 100px; }

  .about_sub,
  .about_para {
    text-align: center; }

  .about_wrap .about_yera {
    margin: 0 15% 20px; }

  .about_wrap .about_sub h2 {
    display: inline-block; }

  .simple_wrap {
    padding: 0px 0 60px; }

  .simple_wrap .simple_para {
    margin: 0 0 30px; }

  .partner_wrap .partner_title {
    font-size: 20px; }

  .partner_wrap .partner_title::before {
    left: 0;
    width: 50px; }

  .partner_wrap .partner_title::after {
    right: 0;
    width: 50px; }

  .partner_wrap .partner_logo_wrap .partner_logo img {
    max-width: 80%; }

  .portfolio_wrap .portfolio_title span {
    font-size: 11px;
    letter-spacing: 8px; }

  .portfolio_wrap .portfolio_title p {
    font-size: 24px;
    line-height: 30px; }

  .portfolio_wrap .portfolio_item_wrap .portfolio_item {
    width: 100%; }

  .portfolio_wrap .portfolio_item_wrap .portfolio_item .portfolio_item_info {
    padding: 0 20px 15px; }

  .portfolio_wrap .portfolio_item_wrap .portfolio_item .portfolio_item_info img {
    max-width: 30px;
    margin: 0 auto; }

  .portfolio_wrap .portfolio_item_wrap .portfolio_item .portfolio_item_info h6 {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 5px;
    margin: 20px 0 10px; }

  .portfolio_wrap .portfolio_item_wrap .portfolio_item .portfolio_item_info p {
    font-size: 12px; }

  .promo_text {
    margin: 0 0 20px; }

  .promo_wrap .promo_item_wrap .promo_item {
    width: 100%;
    margin: 0 0 20px; }

  .counter_wrap .counter-text h6 {
    font-size: 43px;
    letter-spacing: 15px; }

  .counter_wrap .counter-text p {
    font-size: 10px;
    letter-spacing: 12px; }

  .contact_wrap .location_wrap .location_info,
  .contact_wrap .contact_title {
    padding: 30px 15px 0; }

  .contact_wrap .location_wrap .location_info .contact_info .contact_item p {
    font-size: 14px; }

  .footer_wrap .footer_menu ul li {
    display: block;
    text-align: center; }

  .footer_wrap .footer_menu ul li a {
    padding: 14px 0; }

  .footer_wrap .social_profile ul {
    text-align: center;
    border-left: none;
    margin: 15px 0;
    padding: 0; }

  .footer_wrap .footer_logo {
    text-align: center;
    margin: 15px 0 0; } }

/*# sourceMappingURL=style.css.map */
