/*------------------------------------*
  #TYPOGRAPHY
\*------------------------------------*/
p {
  color: #403732;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 300; }

a, span, button, label, input, textarea {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 300;
   }

/*------------------------------------*
  #GENERAL
\*------------------------------------*/
#loadingDiv { float: right;
margin-right: 20px;
margin-top: 15px; }
.thankYou { text-align: center;
font-size: 1.5em;
color: #CB8B70; font-family: minion-pro, serif; }
input.verror, textarea.verror {

  border-color: #CB8B70;
}

.home-tlt{
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-family: minion-pro, serif;
    color: #111;
}
#ports { margin-right: -15px; margin-left: 0px; /*margin-left: 40px; margin-right: 25px;*/ margin-top: 40px;}
.ports-tile {  margin-bottom: 15px; /*overflow: hidden;*/ }

a.image-link { display: block; }
a.image-link img { display: block; }

  @media only screen and (min-width: 1401px) {
    .ports-tile {
     width: calc(16.66% - 15px);  } }

  @media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .ports-tile {
     width: calc(20% - 15px);  } }

  @media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .ports-tile {
      width: calc(25% - 15px); } }

  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .ports-tile {
      width: calc(33.33% - 15px); } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .ports-tile {
      width: calc(33.33% - 15px); } }
  @media only screen and (max-width: 480px) {
    .ports-tile {
     width: calc(50% - 15px);  } }



.hs-responsive-embed-youtube, .oembed_media {

position: relative;

padding-bottom: 56.25%; /* 16:9 Aspect Ratio */

padding-top: 1px;

margin-bottom: 20px;

}

.hs-responsive-embed-youtube iframe, .oembed_media iframe {

position: absolute;

width: 100%!important;

height: 100%!important;

}

/*.ports-tile img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
        max-width: 100%;
}
.ports-tile:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
     transform:scale(1.1);
}*/




/*select#offerreason {  background: #fff; outline: 0; border-radius: 0px; box-shadow: none;}*/
.selectWrapper {
  border-radius:0px;
  /*display:inline-block;*/
  overflow:hidden;
  background:#fff;
  /*border-bottom:1px solid #61666c;*/
  margin-bottom: 8px;
  /*width: calc(100% - 250px);*/
  margin-left: auto;
  margin-right: auto;
  /*outline: 0;*/
  border: 1px solid #dfdfdf;

}

.selectBox{
 /* width:180px;*/
  height:40px;
  border:0px;
  outline:none;
  /*color: #61666c;*/
  background: transparent;
  box-shadow: none;
  width: 100%;
  text-align: center;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
padding-left: 10px;

}



select.selectBox {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.selectBox:focus {
/*  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;*/
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


.noCollage {margin-top: 50px;}
#loadingimages { text-align: center; margin: 40px auto; }
.noImage_Wrapper { overflow: hidden; margin-bottom: 15px; margin-left: auto;  margin-right: auto; text-align: center; /*margin: 0 auto;*/ /*width: 100%;*/ position: relative; clear: both; /*display: block;*/ }
.Collage{

    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;

    /* define how much padding you want in between your images */
    padding:10px;


    }

.Collage img.trueimg{

    /* ensures padding at the bottom of the image is correct */
    vertical-align:bottom;
    max-width: 100%;
    margin: 10px auto;
    /*position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;*/


    /* hide the images until the plugin has run. the plugin will reveal the images*/
    /*opacity:0;*/

    }
    .Collage a { display: block; }
/* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
.Image_Wrapper{

    opacity:0;
    /*-moz-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;*/
}
.Image_Wrapper { overflow: hidden; text-align: center; margin: 0 auto; /*width: 100%;*/ position: relative; clear: both; /*display: block;*/ }
.skata { position: absolute; bottom: 0; left: 0; right: 0; }
.Caption{
    font-size:14px;
    line-height: 18px;
    font-weight:normal;
    font-family: minion-pro, serif;
    /*position: absolute; bottom: 0; left: 0; right: 0;*/
}
.Caption_Content{
    /* padding:10px; */
    color:#FFF;
    padding:20px;
}

.Image_Wrapper_portL { display: inline-block; padding-right: 7px;  width:calc(50% - 20px); overflow: hidden; text-align: right;  /*width: 100%;*/ position: relative; /*display: block;*/ }

.Image_Wrapper_portR { display: inline-block;  padding-left: 7px; width:calc(50% - 20px); overflow: hidden; text-align: left; /*width: 100%;*/ position: relative; /*display: block;*/ }

.portrait-wrap { text-align: center; }
/*#photos {

  line-height: 0;

  -webkit-column-count: 2;
  -webkit-column-gap:   10px;
  -moz-column-count:    2;
  -moz-column-gap:      10px;
  column-count:         2;
  column-gap:           10px;
}

#photos img {

  width: 100% !important;
  height: auto !important;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}*/

#site_wrap {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 122px; }
  @media only screen and (min-width: 769px) and (max-width: 1200px) {
    #site_wrap {
      padding-top: 104px; } }
  @media only screen and (max-width: 769px) {
    #site_wrap {
      padding-top: 70px; } }
  @media only screen and (max-width: 480px) {
    #site_wrap {
      margin-right: 15px;
      margin-left: 15px; } }

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  padding-left: 60px; }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    .container {
      padding-right: 30px;
      padding-left: 30px; } }
  @media only screen and (min-width: 480px) and (max-width: 769px) {
    .container {
      padding-right: 25px;
      padding-left: 25px; } }
  @media only screen and (max-width: 480px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }

.container-fluid {
  width: 100%; }

.row {
  margin-left: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #111; }

.single_project_col_a {
  text-decoration: none; }
  .single_project_col_a .index_project_inner_container {
    background-color: white;
    text-align: center;
    padding: 30px 0; }
    .single_project_col_a .index_project_inner_container p:first-child {
      margin: 0;
      color: #403732;
      font-family: minion-pro, serif;
      font-style: italic;
      font-weight: 300; }
    .single_project_col_a .index_project_inner_container h1, .single_project_col_a .index_project_inner_container h2, .single_project_col_a .index_project_inner_container h3, .single_project_col_a .index_project_inner_container h4, .single_project_col_a .index_project_inner_container h5, .single_project_col_a .index_project_inner_container h6 {
      margin: 0; }
    .single_project_col_a .index_project_inner_container p:last-child {
      margin: 0;
      color: #403732; min-height: 48px;}
    .single_project_col_a .index_project_inner_container p {
      font-size: 14px;
      padding-left: 15px;
      padding-right: 15px; }
  .single_project_col_a img {
    -webkit-transition: all 2.2s ease;
    transition: all 2.2s ease; }
  .single_project_col_a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .single_project_col_a .project_img_container {
    overflow: hidden; }
    .single_project_col_a .project_img_container img {
      display: block; }
  .single_project_col_a .index_project_inner_container h2 { font-size: 20px; line-height: 30px; min-height: 60px; padding: 0px 5px; }
  .single_project_col_a .index_project_inner_container h3 { color: #403732; margin-top: 10px; font-size: 14px; line-height: 20px;  padding: 0px 5px; }

.single_video_col_a {
  display: block;
  position: relative; }
  .single_video_col_a .video_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
    .single_video_col_a .video_overlay_text {
      text-align: center; }
      .single_video_col_a .video_overlay_text i {
        color: white;
        margin-bottom: 20px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .single_video_col_a .video_overlay_text h1, .single_video_col_a .video_overlay_text h2 {
        text-align: center;

        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .single_video_col_a .video_overlay_text h1 {
        margin: 0; }
  .single_video_col_a img {
    display: block;
    width: 100%; }
  .single_video_col_a:hover i {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  /*@media only screen and (min-width: 1550px) {
    .single_video_col_a:hover h1, .single_video_col_a:hover h2 {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); } }*/

.single_video_col_a .video_overlay_text h1 { color: white; font-size: 26px; line-height: 32px; /*min-height: 60px; */padding: 0px 5px; }
.single_video_col_a .video_overlay_text h2 { font-size: 20px; line-height: 32px; /*min-height: 60px; */padding: 0px 5px; }


.arrow_col {
  cursor: pointer;
  padding-left: 0; }
  .arrow_col:hover {
    background-color: rgba(150, 150, 150, 0.35); }

.carousel_col {
  padding-left: 0; }

.pagination {
  -webkit-box-pack: center;
  justify-content: center; margin: 0 auto; text-align: center; }
  .pagination li {
    display: inline-block;
    /*display: -webkit-box;
    display: flex;*/
    -webkit-box-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0 10px; }
    .pagination li a {
      color: #403732;
      padding: 10px;
      cursor: pointer;
      font-family: proxima-nova, sans-serif;
      font-style: normal;
      font-weight: 500;
      color: #403732; }
      .pagination li a:hover {
        color: #CB8B70; }
    .pagination li span {
      padding: 10px;
      font-family: proxima-nova, sans-serif;
      font-style: normal;
      font-weight: 500;
      color: #403732; }
  .pagination li.active a, .pagination li.active span {
    color: #CB8B70; }

/*------------------------------------*
  #BUTTONS
\*------------------------------------*/
.pov_call_button {
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  color: white;
  text-decoration: none;
  padding: 15px 90px 15px 72px;
  background-color: #AFC499;
  position: relative;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500; }

  .pov_call_button:hover {
    box-shadow: inset 0 0 0 40px rgba(0, 0, 0, 0.125);
    color: white; }
  .pov_call_button span img {
    position: absolute;
    top: 14px;
    right: 12px; }
  .pov_call_button.active {
    box-shadow: inset 0 0 0 40px rgba(0, 0, 0, 0.125); }

#contact-info-panel { display: none; }

.pov_footer_button {
  color: #fff;
  text-decoration: none;
  padding: 25px 40px;
  background-color: #111;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500; }
  .pov_footer_button:hover {
    color: white;
    box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.125); }

.pov_maps_button {
  cursor: pointer;
  display: inline-block;
  margin-top: 40px;
  color: white;
  text-decoration: none;
  padding: 15px 50px 15px 20px;
  background-color: #AFC499;
  position: relative;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500; }
  @media only screen and (max-width: 769px) {
    .pov_maps_button {
      display: none; } }
  .pov_maps_button:hover {
    box-shadow: inset 0 0 0 40px rgba(0, 0, 0, 0.125);
    color: white; }
  .pov_maps_button span img {
    position: absolute;
    top: 14px;
    right: 12px; }
  .pov_maps_button.active {
    box-shadow: inset 0 0 0 40px rgba(0, 0, 0, 0.125); }

.pov_dirmaps_button {
  cursor: pointer;
  display: inline-block;
  margin-top: 40px;
  color: white;
  text-decoration: none;
  padding: 15px 50px 15px 20px;
  background-color: #AFC499;
  position: relative;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500; }
  @media only screen and (max-width: 769px) {
    .pov_dirmaps_button {
      display: none; } }
  .pov_dirmaps_button:hover {
    box-shadow: inset 0 0 0 40px rgba(0, 0, 0, 0.125);
    color: white; }
  .pov_dirmaps_button span img {
    position: absolute;
    top: 14px;
    right: 12px; }
  .pov_dirmaps_button.active {
    box-shadow: inset 0 0 0 40px rgba(0, 0, 0, 0.125); }

.pov_close_maps_button {
  display: none;
  cursor: pointer;
  margin-top: 40px;
  color: white;
  text-decoration: none;
  padding: 15px 50px 15px 20px;
  background-color: #CB8B70;
  position: relative;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500; }
  @media only screen and (max-width: 769px) {
    .pov_close_maps_button {
      display: none; } }
  .pov_close_maps_button:hover {
    box-shadow: inset 0 0 0 40px rgba(0, 0, 0, 0.125);
    color: white; }
  .pov_close_maps_button span i {
    position: absolute;
    top: 19px;
    right: 12px; }
  .pov_close_maps_button.active {
    box-shadow: inset 0 0 0 40px rgba(0, 0, 0, 0.125); }

.pov_contact_submit_button {
  color: white;
  text-decoration: none;
  padding: 15px 30px;
  background-color: #AFC499;
  border-radius: 0;
  float: right;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 500; cursor: pointer;}
  .pov_contact_submit_button:hover {
    color: white; cursor: pointer;}

.back_to_videos_button {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 48px; }
  .back_to_videos_button a {
    text-decoration: none;
    color: #403732;
    border-bottom: 1px solid #403732;
    padding: 10px;
    font-size: 14px; }
    .back_to_videos_button a:hover {
      color: #CB8B70; }
  .back_to_videos_button img {
    height: 20px;
    padding-top: 7px; }

/*------------------------------------*
  #SHARE SECTION
\*------------------------------------*/
.share_article_container img {
  height: 20px; }
  .share_article_container img:hover {
    -webkit-filter: invert(50%);
    filter: invert(50%); }

.share_article_container span {
  padding-bottom: 10px;
  font-family: minion-pro, serif;
  font-style: italic;
  font-weight: 300;
  color: #403732; }

.share_article_container a {
  margin: 0 10px; }

.share_article_container .share_article_inner_container {
  display: inline-block;
  border-bottom: 2px solid #ccc;
  padding: 20px 0; }

/*------------------------------------*
  #HEADER
\*------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-left: 30px;
  padding-right: 30px;
  background-color: white; }
  header .col {
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center; }
  @media only screen and (min-width: 1200px) {
    header .header_left_menu_col {
      -webkit-box-pack: end;
      justify-content: flex-end; } }
  header .header_right_menu_col {
    -webkit-box-pack: left;
    justify-content: left; }
  header .header_mobile {
    display: none; }
    header .header_mobile .logo_small_col {
      -webkit-box-pack: start;
      justify-content: flex-start; }
      header .header_mobile .logo_small_col .header_logo {
        margin: 10px; }
        @media only screen and (max-width: 769px) {
          header .header_mobile .logo_small_col .header_logo {
            height: 52px; } }
      @media only screen and (max-width: 769px) {
        header .header_mobile .logo_small_col a {
          margin-left: 0;
          margin-right: auto; } }
    header .header_mobile .burger_col {
      -webkit-box-pack: end;
      justify-content: flex-end; }
      @media only screen and (max-width: 769px) {
        header .header_mobile .burger_col {
          -webkit-box-pack: center;
          justify-content: center; }
          header .header_mobile .burger_col button {
            margin-right: 0;
            margin-left: auto; } }
    header .header_mobile .col-6 {
      max-width: 50%;
      width: 50%;
      flex-basis: 50%; }
  header .burger_menu {
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    max-height: 400px;
    overflow: hidden; }
    header .burger_menu .burger_ul {
      margin: 0; }
      header .burger_menu .burger_ul li {
        text-align: center;
        display: block; }
        header .burger_menu .burger_ul li a {
          display: block;
          text-decoration: none;
          color: #111;
          font-family: minion-pro, serif;
          font-style: normal;
          font-weight: 500;
          padding: 10px 0;
          font-size: 1em; }
          header .burger_menu .burger_ul li a:hover {
            color: #CB8B70; }
        header .burger_menu .burger_ul li.active a {
          color: #CB8B70; }
  header .burger_menu.hidden {
    max-height: 0; }
  @media only screen and (max-width: 1200px) {
    header .header_big {
      display: none; }
    header .header_mobile {
      display: -webkit-box;
      display: flex; } }

.header_menu {
  margin: 0; }
  .header_menu li {
    display: inline-block; }
    .header_menu li a {
      margin-left: 14px;
      margin-right: 14px;
      text-decoration: none;
      color: #111;
      font-family: minion-pro, serif;
      font-style: normal;
      font-weight: 500; }
      @media only screen and (min-width: 1321px) and (max-width: 1510px) {
        .header_menu li a {
          margin-left: 10px;
          margin-right: 10px; } }
      @media only screen and (min-width: 992px) and (max-width: 1320px) {
        .header_menu li a {
          margin-left: 5px;
          margin-right: 5px; } }
      .header_menu li a:hover {
        color: #CB8B70; }
    .header_menu li.active a {
      color: #CB8B70; }

.header_logo {
  height: 80px;
  /*margin-left: 40px;*/
  margin-top: 20px;
  margin-bottom: 20px; }

.client_area_container {
  margin-left: auto; }
  .client_area_container .client_area {
    text-decoration: none;
    color: #111;
    border: 1px solid #111;
    padding: 5px 10px;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 400; }
    .client_area_container .client_area:hover {
      color: #111;
      background-color: #f2f2f2; }

/*------------------------------------*
  #FOOTER
\*------------------------------------*/
footer {
  padding: 60px 0 10px 0; }

.footer_images {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }

.footer_images img { margin-left: 20px; margin-right: 20px;}



.footer_button_container {
  margin-top: 50px; }

.footer_social {
  margin: 30px 0; }
  .footer_social a {
    margin: 0 25px; }
    .footer_social a img {
      height: 25px; }
      .footer_social a img:hover {
        -webkit-filter: invert(50%);
        filter: invert(50%); }

@media only screen and (max-width: 769px) {
.footer_images img { margin:20px auto; max-width: 120px; display: block;}
.footer_social a {
    margin: 0 10px; clear:both; }

}

.pov_footer_button { margin-bottom: 20px; }
.footer_contact_info {
  margin: 50px 0 20px 0; }
  .footer_contact_info p {
    text-align: center;
    margin: 0;
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px; }

.designed_col {
  text-align: right; }
  @media only screen and (max-width: 769px) {
    .designed_col {
      text-align: center; } }
  .designed_col p {
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 400;
    color: #403732; }
    .designed_col p a {
      font-family: minion-pro, serif;
      font-style: normal;
      font-weight: 400;
      color: #403732;
      text-decoration: none; }
      .designed_col p a:hover {
        text-decoration: underline; }

@media only screen and (max-width: 769px) {
  .copyright_col {
    text-align: center; } }

.copyright_col p {
  color: #403732;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 400; }

/*------------------------------------*
  #HOME PAGE
\*------------------------------------*/
.index_main_banner {
  min-height: 600px;
  background: transparent; }

.index_main_banner_static {
  display: block;
  width: 100%; }

.index_profile {
  margin-top: 40px; }
  .index_profile .index_profile_img_col img {
    display: block;
    width: 100%; }
  @media only screen and (max-width: 1300px) {
    .index_profile .index_profile_img_col {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%; } }
  .index_profile .index_profile_txt_col {
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 100px !important;
    padding-right: 100px; }
    @media only screen and (max-width: 1601px) {
      .index_profile .index_profile_txt_col {
        padding-left: 40px !important;
        padding-right: 40px; } }
    @media only screen and (min-width: 1300px) and (max-width: 1450px) {
      .index_profile .index_profile_txt_col {
        padding-left: 20px !important;
        padding-right: 20px; } }
    @media only screen and (max-width: 769px) {
      .index_profile .index_profile_txt_col {
        padding-left: 0 !important;
        padding-right: 0; } }
    .index_profile .index_profile_txt_col p {
      color: #403732; }
      @media only screen and (min-width: 1300px) and (max-width: 1600px) {
        .index_profile .index_profile_txt_col p {
          line-height: 20px; } }
    .index_profile .index_profile_txt_col img {
      margin-top: 20px;
      height: 60px; }
      /*@media only screen and (min-width: 1300px) and (max-width: 1850px) {
        .index_profile .index_profile_txt_col img {
          display: none; } }*/
    @media only screen and (max-width: 1300px) {
      .index_profile .index_profile_txt_col {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 0;
        order: -1; } }

       .index_profile .index_profile_txt_col h1 { font-size: 24px; line-height: 34px; }

.index_projects {
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #F7F6F5; }
  @media only screen and (max-width: 480px) {
    .index_projects {
      padding-top: 20px; } }
  .index_projects h1, .index_projects h2, .index_projects h3, .index_projects h4, .index_projects h5, .index_projects h6 {
    text-align: center; }
    .index_projects h1 { font-size: 24px; line-height: 32px; }

  .index_projects .index_projects_txt_container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 18px; }
    @media only screen and (max-width: 850px) {
      .index_projects .index_projects_txt_container {
        padding: 0 20px; } }



.testirow { background-color: #F7F6F5;
padding: 40px !important; margin-bottom: 24px; }
.testimonials_text_col_new h4 { text-align: right; color: #CB8B70; margin-top: 5px;}
.testimonials_text_col_new p.right { text-align: right; color: #CB8B70; margin-bottom: 0px; margin-top: 30px; font-style: italic; font-family: minion-pro, serif;}


.projects_container {
  margin-left: 100px;
  margin-right: 100px; }
  @media only screen and (max-width: 1200px) {
    .projects_container {
      margin-left: 20px;
      margin-right: 20px; } }
  .projects_container .col {
    padding: 15px; }
    .projects_container .col img {
      display: block; }
  .projects_container .project_img_container {
    overflow: hidden; }
.testi-content { padding: 0px 0px 0px 30px;
/*max-height: 185px;
overflow-y: scroll;*/
margin-bottom: 20px;
font-size: 0.9em;
line-height: 20px;
/*color: #fff;
background-color: #A0B28C;*/
text-align: left; }




      /*@media only screen and (min-width: 0px) and (max-width: 1401px) {
        .testi-content  {
          padding: 20px 30px 20px 30px; } }*/
      @media only screen and (min-width: 1401px) {
        .testi-content  {
          padding: 0px 0px 0px 30px; /*max-height: 200px;*/
overflow-y: scroll; } }
      @media only screen and (max-width: 1400px) {
        .testi-content  {
           /*max-height: 165px;*/ /*margin-left: 40px;
          margin-right: 0px;*/ } }
      @media only screen and (max-width: 480px) {
        .testi-content  {
          margin-bottom: 0;
          margin-left: 0;
          margin-right: 0; }


          }











.index_testimonials_section {
  margin-top: 30px; }
  .index_testimonials_section .testimonials_text_col {
    position: relative;
    background-color: #AFC499;
    padding: 40px 0 30px 100px !important; }

    @media only screen and (max-width: 1200px) {
      .index_testimonials_section .testimonials_text_col_new {
        max-width: 100%;
        width: 100%;
        flex-basis: 100%; } }
    .index_testimonials_section .testimonials_text_col h4 {
      /*color: white;*/
      margin-bottom: 40px; text-align: right; }
      @media only screen and (min-width: 0px) and (max-width: 1401px) {
        .index_testimonials_section .testimonials_text_col h4 {
          margin-bottom: 20px; } }
      @media only screen and (min-width: 1401px) and (max-width: 1600px) {
        .index_testimonials_section .testimonials_text_col h4 {
          margin-bottom: 30px; } }
      @media only screen and (min-width: 0px) and (max-width: 1250px) {
        .index_testimonials_section .testimonials_text_col h4 {
          margin-left: 30px; } }
      @media only screen and (max-width: 1200px) {
        .index_testimonials_section .testimonials_text_col h4 {
          text-align: center; } }
    @media only screen and (min-width: 0px) and (max-width: 1401px) {
      .index_testimonials_section .testimonials_text_col {
        padding: 20px 0 20px 60px !important; } }
    @media only screen and (min-width: 1401px) and (max-width: 1600px) {
      .index_testimonials_section .testimonials_text_col {
        padding: 30px 0 30px 60px !important; } }
    @media only screen and (min-width: 0px) and (max-width: 1250px) {
      .index_testimonials_section .testimonials_text_col {
        padding: 30px 0 30px 0 !important; } }
/*    .index_testimonials_section .testimonials_text_col .testimonials_item p:first-child {
      background-color: #A0B28C;
      padding: 50px 30px 50px 30px;
      text-align: left; }
      @media only screen and (min-width: 0px) and (max-width: 1401px) {
        .index_testimonials_section .testimonials_text_col .testimonials_item p:first-child {
          padding: 20px 30px 20px 30px; } }
      @media only screen and (min-width: 1401px) and (max-width: 1601px) {
        .index_testimonials_section .testimonials_text_col .testimonials_item p:first-child {
          padding: 20px 30px 20px 30px; } }
      @media only screen and (max-width: 1200px) {
        .index_testimonials_section .testimonials_text_col .testimonials_item p:first-child {
          margin-left: 10%;
          margin-right: 10%; } }
      @media only screen and (max-width: 480px) {
        .index_testimonials_section .testimonials_text_col .testimonials_item p:first-child {
          margin-bottom: 0;
          margin-left: 0;
          margin-right: 0; } }
    .index_testimonials_section .testimonials_text_col .testimonials_item p {
      color: white; }
    .index_testimonials_section .testimonials_text_col .testimonials_item p:nth-child(2) {
      text-align: right;
      padding-right: 30px;
      font-size: 14px;
      margin-bottom: 5px; }*/


    .index_testimonials_section .testimonials_text_col .testimonials_item h4 {
      text-align: right;
      padding-right: 30px;
      color: white;
      margin: 0; }

      @media only screen and (max-width: 480px) {
        .index_testimonials_section .testimonials_text_col .testimonials_item h4 {
          margin-bottom: 20px; } }
    .index_testimonials_section .testimonials_text_col .testimonials_navigation {
      position: absolute;
      bottom: 30px;
      right: 0;
      left: 0;
      text-align: center; }
      .index_testimonials_section .testimonials_text_col .testimonials_navigation img {
        height: 30px;
        cursor: pointer;
        margin: 0 30px; }
      .index_testimonials_section .testimonials_text_col .testimonials_navigation i {
        font-size: 40px;
        cursor: pointer;
        color: white;
        margin: 0 20px; }
        .index_testimonials_section .testimonials_text_col .testimonials_navigation i:hover {
          color: #A2928A; }
      @media only screen and (max-width: 480px) {
        .index_testimonials_section .testimonials_text_col .testimonials_navigation {
          bottom: 5px; }
          .testimonials_text_col_new p.right, .testimonials_text_col_new h4 { text-align: center; }


        }
  .index_testimonials_section .testimonials_img {
    /*display: -webkit-box;
    display: flex;*/
    /*-webkit-box-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    align-items: center;*/ }
    @media only screen and (max-width: 1200px) {
      .index_testimonials_section .testimonials_img {
       /* display: none; }*/

         max-width: 100%;
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
      }
       .testi-content  {
          padding: 0px 0px 0px 0px;
       }



      }
    .index_testimonials_section .testimonials_img img {
      display: block;
      width: 100%; }






    .home_navigation {
      position: absolute;
      bottom: 30px;
      right: 0;
      left: 0;
      text-align: center; }
     .home_navigation img {
        height: 30px;
        cursor: pointer;
        margin: 0 30px; }
      .home_navigation i {
        font-size: 40px;
        cursor: pointer;
        color: white;
        margin: 0 20px; }
        .home_navigation i:hover {
          color: #A2928A; }


.caret.up:before { border-bottom-color: #A2928A;  }
.caret.down:before { border-top-color: #A2928A; }
#my-dropdown { position: absolute;  background: #fff; padding-top: 20px;}
#my-dropdown > ul { padding-left: 10px; margin-left: 0px;  }
#my-dropdown > ul > li { display: block; padding: 10px 0px; }
.dropme { position: relative; }
#dropme { position: relative; }
#dropme:hover #my-dropdown { display: block; }

/*------------------------------------*
  #CATEGORY
\*------------------------------------*/
.category_container {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #F7F6F5; }
  .category_container h1, .category_container h2, .category_container h3, .category_container h4, .category_container h5, .category_container h6 {
    text-align: center; }
  .category_container .category_text {
    text-align: left;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1100px) {
      .category_container .category_text {
        padding: 0 20px; } }
.category_container h1 { font-size: 24px; line-height: 32px; }
/*------------------------------------*
  #VIDEOS PAGE
\*------------------------------------*/
.videos_container {
  margin-top: 40px; }

.video_col {
  display: block;
  padding-bottom: 16px; }
  @media only screen and (min-width: 769px) {
    .video_col:nth-child(odd) {
      padding-right: 8px; } }
  @media only screen and (min-width: 769px) {
    .video_col:nth-child(even) {
      padding-left: 8px !important; } }

/*------------------------------------*
  #SINGLE VIDEO PAGE
\*------------------------------------*/
.single_video_container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 769px) {
    .single_video_container {
      padding: 0; } }

.more_videos_section {
  background: #F7F6F5;
  padding: 40px 15px;
  margin-top: 40px; }
  @media only screen and (max-width: 480px) {
    .more_videos_section {
      padding-left: 0;
      padding-right: 0; } }
  .more_videos_section h5 {
    text-align: center;
    margin-bottom: 30px; }
  .more_videos_section .more_videos_carousel_container .carousel_col a {
    margin: 0 5px; }
  @media only screen and (max-width: 769px) {
    .more_videos_section .more_videos_carousel_container .carousel_col {
      flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: 83.33333%; } }
  .more_videos_section .more_videos_carousel_container .carousel_col h3, .more_videos_section .more_videos_carousel_container .carousel_col h4 {
    font-size: 18px; }
  .more_videos_section .more_videos_carousel_container .arrow_col {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    .more_videos_section .more_videos_carousel_container .arrow_col img {
      cursor: pointer;
      height: 50px; }
    @media only screen and (max-width: 769px) {
      .more_videos_section .more_videos_carousel_container .arrow_col {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%; } }

/*------------------------------------*
  #ABOUT PAGE
\*------------------------------------*/
.about_container > .row > .col:nth-child(odd) {
  padding-bottom: 16px; }
  @media only screen and (min-width: 769px) {
    .about_container > .row > .col:nth-child(odd) {
      padding-right: 8px; } }

.about_container > .row > .col:nth-child(even) {
  padding-bottom: 16px; }
  @media only screen and (min-width: 769px) {
    .about_container > .row > .col:nth-child(even) {
      padding-left: 8px; } }

@media only screen and (min-width: 992px) and (max-width: 1601px) {
  .about_container > .row > .col {
    width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%;
    padding-right: 8px;
    padding-left: 8px; } }

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .about_container > .row > .col {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    padding-right: 8px;
    padding-left: 8px; } }

.about_col {
  background-color: #F7F6F5;
  display: block; }
  .about_col .image_col img {
    display: block; }
  @media only screen and (max-width: 1200px) {
    .about_col .image_col {
      display: -webkit-box;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center; } }
  .about_col .text_col {
    padding: 55px 25px 55px 55px !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
    @media only screen and (max-width: 1800px) {
      .about_col .text_col {
        padding: 20px 20px 20px 20px !important; } }
    @media only screen and (max-width: 1200px) {
      .about_col .text_col {
        padding: 20px 20px 20px 20px !important; } }
    .about_col .text_col p {
      line-height: 20px; }
    .about_col .text_col a {
      text-decoration: none;
      color: #CB8B70;
      font-family: minion-pro, serif;
      font-style: italic;
      font-weight: 400; }
      .about_col .text_col a:hover {
        text-decoration: underline; }
  @media only screen and (max-width: 1601px) {
    .about_col .image_col, .about_col .text_col {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%; } }
  @media only screen and (max-width: 1601px) {
    .about_col {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%; } }

/*------------------------------------*
  #CONTACT PAGE
\*------------------------------------*/
.contact_container {
  position: relative;
  overflow: hidden;
  background-color: #F7F6F5; }
  .contact_container .container {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media only screen and (max-width: 1400px) {
      .contact_container .container {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (max-width: 480px) {
      .contact_container .container {
        padding-left: 10px;
        padding-right: 10px; } }
  .contact_container .contact_info_col .contact_desc {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc; }
    @media only screen and (min-width: 769px) {
      .contact_container .contact_info_col .contact_desc {
        max-width: 70%; } }
  .contact_container .contact_info_col .contact_info {
    margin-top: 20px; }
    .contact_container .contact_info_col .contact_info .contact_info_group {
      margin-bottom: 15px; }
      .contact_container .contact_info_col .contact_info .contact_info_group p {
        margin: 0; }
  .contact_container .contact_form_col label {
    color: #403732;
    font-size: 12px; }
  .contact_container .contact_form_col textarea {
    resize: none; }
  .contact_container .maps {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #F7F6F5;
    z-index: 2;
    width: 60%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  .contact_container .maps.hidden {
    right: -60%;
    visibility: hidden; }
  .contact_container .close_icon {
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    top: 0;
    right: 60.5%; }
    .contact_container .close_icon i {
      color: #A2928A;
      cursor: pointer; }
      .contact_container .close_icon i:hover {
        color: #CB8B70; }
  .contact_container .close_icon.hidden {
    right: -61%; }

#map_mobile {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 300px; }
  @media only screen and (min-width: 769px) {
    #map_mobile {
      display: none; } }

/*------------------------------------*
  #BLOG PAGE
\*------------------------------------*/
.blog_category_container {
  position: relative; }
  @media only screen and (max-width: 992px) {
    .blog_category_container {
      padding-top: 20px;
      padding-bottom: 20px; }
      .blog_category_container h3 {
        margin: 0; } }
  .blog_category_container button {
    position: absolute;
    top: 16px;
    right: 15px; }
    @media only screen and (min-width: 992px) {
      .blog_category_container button {
        display: none; } }
    @media only screen and (max-width: 769px) {
      .blog_category_container button {
        top: 20px; } }
    .blog_category_container button .fa-chevron-up {
      display: none; }
    @media only screen and (max-width: 480px) {
      .blog_category_container button {
        padding: 10px; } }

.blog_container {
  margin-top: 40px; }
  @media only screen and (max-width: 992px) {
    .blog_container {
      padding-right: 0;
      padding-left: 0; } }

.blog_ul {
  margin: 20px 0 10px 0;
  text-align: center; }
  .blog_ul li {
    list-style-type: none;
    display: inline-block; }
    .blog_ul li a {
      text-decoration: none;
      color: #403732;
      margin: 0 10px;
      font-family: minion-pro, serif;
      font-style: normal;
      font-weight: 500; }
      .blog_ul li a:hover {
        color: #CB8B70; }
    .blog_ul li.active a {
      color: #CB8B70; }
  @media only screen and (max-width: 992px) {
    .blog_ul {
      max-height: 0;
      margin: 0;
      overflow: hidden;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .blog_ul li {
        display: block; }
        .blog_ul li a {
          display: block;
          padding: 10px 0; } }

.blog_row {
  background-color: #F7F6F5;
  margin-bottom: 15px; }
  .blog_row .blog_img_col img {
    display: block;
    -webkit-transition: all 4.0s ease;
    transition: all 4.0s ease; }
    .blog_row .blog_img_col img:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .blog_row .blog_img_col .blog_img_container {
    overflow: hidden; }
  .blog_row .blog_text_col {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
    .blog_row .blog_text_col p {
      color: #403732;
      text-align: center;
      font-size: 14px; }
    .blog_row .blog_text_col h2 {
      text-align: center; font-size: 24px; line-height: 30px;}
    .blog_row .blog_text_col p, .blog_row .blog_text_col h2 {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .blog_row .blog_text_col .read_more {
      position: absolute;
      bottom: 60px;
      left: 0;
      right: 0;
      text-align: center; }
      @media only screen and (max-width: 769px) {
        .blog_row .blog_text_col .read_more {
          display: block;
          position: static; } }
      .blog_row .blog_text_col .read_more a {
        text-decoration: none;
        color: #CB8B70;
        font-family: minion-pro, serif;
        font-style: italic;
        font-weight: 500; }
        .blog_row .blog_text_col .read_more a:hover {
          text-decoration: underline; }
    .blog_row .blog_text_col a {
      text-decoration: none; }

/*------------------------------------*
  #SINGLE POST PAGE
\*------------------------------------*/
.tabletinit { display: none; }
.single_post_top_image img.post-image {
  /*display: block;
  width: 100%;*/ padding: 0px 30px; max-width:100%;object-fit: scale-down;}

 .single_post_text_col h1 { text-align: center; margin: 90px 0px 0px 0px; font-size: 24px; line-height: 40px;}
 .single_post_text_col h2 { text-align: center; margin: 0px 0px 40px 0px; font-size: 20px; }
.single_post_top_image { background: #F7F6F5; padding-top: 31px;}
/*.singlelast { padding-bottom: 70px; }*/
.share_article_container { padding-bottom: 70px; }
/*.singlehead { padding-top: 50px; }*/
.row.fullbg {background-color: #F7F6F5; }
.single_post_text_col {
  background-color: #F7F6F5;
  padding: 30px 60px !important; }
  @media only screen and (max-width: 1600px) {
    .single_post_text_col {
      padding: 10px 60px !important; } }
  @media only screen and (max-width: 769px) {
    .single_post_text_col {
      padding: 5px 15px !important; } }
  .single_post_text_col p {
    text-align: left; }
/*  .single_post_text_col h1, .single_post_text_col h2, .single_post_text_col h3, .single_post_text_col h4, .single_post_text_col h5, .single_post_text_col h6 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px; }*/
    @media only screen and (max-width: 1800px) {
      .single_post_text_col h1 { text-align: center; margin: 90px 0px 0px 0px; font-size: 24px; line-height: 40px;}
      .single_post_text_col h2 { text-align: center; margin: 0px 0px 40px 0px; font-size: 20px; }
      /*.single_post_text_col h1, .single_post_text_col h2, .single_post_text_col h3, .single_post_text_col h4, .single_post_text_col h5, .single_post_text_col h6 {
        margin-top: 0;
        margin-bottom: 20px; }*/ }
    @media only screen and (max-width: 1397px) {
       .single_post_text_col h1 { text-align: center; margin: 50px 0px 0px 0px; font-size: 24px; line-height: 40px;}
        .single_post_text_col h2 { text-align: center; margin: 0px 0px 40px 0px; font-size: 20px; }
      /*.single_post_text_col h1, .single_post_text_col h2, .single_post_text_col h3, .single_post_text_col h4, .single_post_text_col h5, .single_post_text_col h6 {
        margin-top: 15px; }*/
        .tabletinit { display: block; }
        .singlelast { display: none; }
        .single_post_text_col.tabletinit { padding: 40px 10px 10px 10px !important; }
        .single_post_top_image img.post-image { padding: 0px 0px; }
      }
   @media only screen and (max-width: 1024px) {
    .single_post_top_image {
    display: none; }
    .singlelast { display: block; }
    .col.col-8.single_post_text_col { width: 100% !important;flex-basis: 100%;
max-width: 100%;
}

   }

    @media only screen and (max-width: 480px) {
       .single_post_text_col h1 { text-align: center; margin: 20px 0px 0px 0px; font-size: 24px; line-height: 40px;}
        .single_post_text_col h2 { text-align: center; margin: 0px 0px 40px 0px; font-size: 20px; }
     /* .single_post_text_col h1, .single_post_text_col h2, .single_post_text_col h3, .single_post_text_col h4, .single_post_text_col h5, .single_post_text_col h6 {
        margin-bottom: 30px; }*/ }
  .single_post_text_col .share_article_container {
    text-align: center;
    margin-top: 50px; }
    .single_post_text_col .share_article_container .share_article_inner_container {
      border-top: 2px solid #ccc;
      border-bottom: 0px solid #ccc; padding-top: 50px;}
  .single_post_text_col .single_post_date p {
    margin: 0;
    color: #403732;
    font-family: minion-pro, serif;
    font-style: italic;
    font-weight: 300; text-align: center;}
    @media only screen and (min-width: 1600px) {
      .single_post_text_col .single_post_date p {
        margin-top: 34px; } }
  @media only screen and (max-width: 1600px) {
    .single_post_text_col .share_article_container {
      margin-top: 10px; }
      .single_post_text_col .share_article_container .share_article_inner_container {
        padding: 10px 0; } }
  @media only screen and (max-width: 1397px) {
   /* .single_post_text_col {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%; }*/

 /*.single_post_text_col h1 { margin: 50px 0px 0px 0px; font-size: 24px; line-height: 40px;}*/

    }


@media only screen and (max-width: 1397px) {
  /*.single_post_top_image {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 0;
    order: -1; } */}

@media only screen and (min-width: 769px) and (max-width: 1397px) {
  .single_post_top_image {
    width: 100%;
    /*max-height: 400px;*/
    overflow: hidden; } }

.single_project_photos {
  margin-top: 20px;
  margin-bottom: 20px; }
  .single_project_photos .row {
    margin: 8px 0; }
    .single_project_photos .row .col-6 img {
      display: block; }
    @media only screen and (min-width: 769px) {
      .single_project_photos .row .col-6:first-child {
        padding-right: 4px; } }
    @media only screen and (max-width: 769px) {
      .single_project_photos .row .col-6:first-child {
        padding-bottom: 12px; } }
    @media only screen and (min-width: 769px) {
      .single_project_photos .row .col-6:last-child {
        padding-left: 4px; } }
    @media only screen and (max-width: 769px) {
      .single_project_photos .row .col-6:last-child {
        padding-bottom: 4px; } }
  @media only screen and (max-width: 769px) {
    .single_project_photos {
      padding-left: 0;
      padding-right: 0; } }

#owl-more-projects .owl-item {
  padding: 0 5px; }

.more_projects_section {
  background: #F7F6F5;
  padding: 40px 15px;
  margin-top: 30px; }
  @media only screen and (max-width: 480px) {
    .more_projects_section {
      padding-left: 0;
      padding-right: 0; } }
  .more_projects_section h5 {
    text-align: center;
    margin-bottom: 40px; }
  @media only screen and (max-width: 769px) {
    .more_projects_section .more_projects_carousel_container .carousel_col {
      flex-basis: 83.33333%;
      max-width: 83.33333%;
      width: 83.33333%; } }
  .more_projects_section .more_projects_carousel_container .arrow_col {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    .more_projects_section .more_projects_carousel_container .arrow_col img {
      cursor: pointer;
      height: 50px; }
    @media only screen and (max-width: 769px) {
      .more_projects_section .more_projects_carousel_container .arrow_col {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%; } }

.port-head-h1 { font-size: 24px; line-height: 32px; margin-top: 20px !important; }

/*# sourceMappingURL=main.css.map */
.m-hide{display: none;}
/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.footer-link{
  color: #403732;
  font-family: minion-pro, serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.footer-link:hover{
  color: #111;
}
.footer-link .hvr-icon{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.footer-link:hover .hvr-icon{
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.footer-link:hover i{
  color: #af1f35;
}
.espa_logo{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.espa_logo img{
  max-width: 300px;
}
.client_area_containe.menu_espa_logo{
  margin-left: auto;
}
.client_area_containe.menu_espa_logo img{
  max-width: 170px;
}

.lang_selected a{
    margin-left: 0 !important;
  margin-right: 0 !important;
}
.lang_selected{padding-left: 50px;}

.mobile_selected{display: flex !important; justify-content: center; align-items: center;}

.mobile_selected span{display: block; margin-left: 10px; margin-right: 10px;}
