/*----------------------------------------------------
@File: Default Styles
@Author: paul_tf
@URL: #
Author E-mail: 000.lunchbox@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Intria
@Author: paul_tf
@Developed By: paul_tf
@Developer URL: #
Author E-mail: 000.lunchbox@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ slider
06/ contact
07/ feature
08/ service
09/ gallery 
10/ clients 
11/ blog 
12/ video 
13/ banner  
14/ event  
15/ room  
16/ resturant 
17/ footer
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/

@font-face {
    font-family:'FuturaBold';
    src: url('../fonts/futura/futuramediumbt.ttf');
}
@font-face {
    font-family:'FuturaLight';
    src: url('../fonts/futura/futuralightbt.ttf');
}


.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  font-family:'FuturaLight';
  color: #999999;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 15px;
}

body {
  margin: 0px;
  padding: 0px;
}

#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

.p_100 {
  padding: 100px 0px;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

.per_bg {
  background: #0e0e0e;
}

.row_direction {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #e15b27;
}

::-moz-selection {
  background-color: #e15b27;
  color: #fff;
}

::selection {
  background-color: #e15b27;
  color: #fff;
}

-webkit-::-moz-selection {
  background-color: #e15b27;
  color: #fff;
}

-webkit-::selection {
  background-color: #e15b27;
  color: #fff;
}

::-moz-selection {
  background-color: #e15b27;
  color: #fff;
}

/* Container Custome Code css
============================================================================================ */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* End Container Custome Code css
============================================================================================ */
.s_title {
  color: #999999;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.s_title.white {
    color: #e15b27;
}

.main_title h2 {
  color: #fff;
  font-family:'FuturaLight';
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main_title.white h2 {
  color: #35373b;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.main_title h3{
  color: #35373b;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 5px;
}
/* Main title css
============================================================================================ */
/* Proloader css
============================================================================================ */
.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e15b27;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-push .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-push:hover .hvr-icon, .hvr-icon-push:focus .hvr-icon, .hvr-icon-push:active .hvr-icon {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Project Breadcrumb css
============================================================================================ */
.project_breadcrumb_area {
  background: url(../img/banner/project-banner-1.jpg) no-repeat scroll center center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}

.project_breadcrumb_area .breadcrumb_inner {
  position: relative;
  min-height: 100vh;
}

.project_breadcrumb_area .breadcrumb_inner .breadcrumb_link {
  position: absolute;
  left: 0px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.project_breadcrumb_area .breadcrumb_inner .breadcrumb_link a {
  font-size: 18px;
  color: #fff;
  font-family:'FuturaLight';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.project_breadcrumb_area .breadcrumb_inner .breadcrumb_link a:before {
  content: "";
  width: 86px;
  height: 6px;
  background: #e15b27;
  position: absolute;
  top: -26px;
  left: 0px;
}

.project_breadcrumb_area .breadcrumb_inner .breadcrumb_link a:hover {
  color: #e15b27;
}

.project_breadcrumb_area .bread_bottom_text {
  position: absolute;
  left: -4px;
  bottom: -5px;
}

.project_breadcrumb_area .bread_bottom_text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12vh;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0px;
}

.project_breadcrumb_area .page_lines.white_br .line {
  background: rgba(255, 255, 255, 0.2);
}

.breadcrumb_link {
  padding-top: 220px;
}

.breadcrumb_link a {
  font-size: 16px;
  color: #838383;
  font-family:'FuturaLight';
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-right: 12px;
  position: relative;
  font-weight: normal;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.breadcrumb_link a:before {
  content: "/";
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #838383;
}

.breadcrumb_link a:last-child {
  margin-right: 0px;
}

.breadcrumb_link a:last-child:before {
  display: none;
}

.breadcrumb_link a:first-child {
  color: #35373b;
  font-weight: bold;
}

.breadcrumb_link a:hover {
  color: #e15b27;
}

.breadcrumb_link.sinlge_banner {
  padding-top: 120px;
}

.breadcrumb_link.sinlge_banner .s_bread_inner {
  max-width: 770px;
  margin: auto;
}

/* End Project Breadcrumb css
============================================================================================ */
/* Single Banner Image css
============================================================================================ */
.image_banner_area {
  background: url(../img/blog/single-blog-3.jpg) no-repeat scroll center center;
  background-size: cover;
}

.image_banner_area .single_banner_text {
  padding-top: 270px;
  padding-bottom: 230px;
}

.image_banner_area .single_banner_text .date {
  margin-bottom: 28px;
}

.image_banner_area .single_banner_text .date a {
  font-size: 14px;
  color: #fff;
  font-family:'FuturaLight';
  font-weight: 500;
  font-weight: normal;
  text-transform: uppercase;
}

.image_banner_area .single_banner_text .date a:last-child {
  font-weight: bold;
}

.image_banner_area .single_banner_text .date i {
  font-size: 6px;
  color: #fff;
  position: relative;
  top: -2px;
  padding-left: 2px;
  padding-right: 2px;
}

.image_banner_area .single_banner_text h3 {
  color: #fff;
  font-size: 48px;
  font-family:'FuturaLight';
  font-weight: bold;
  line-height: 52px;
  margin-bottom: 0px;
}

.page_link {
  margin-bottom: 100px;
}

.page_link a {
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: normal;
  color: #838383;
  text-transform: uppercase;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.page_link a:before {
  content: '/';
  color: #838383;
  font-size: 14px;
  font-family:'FuturaLight';
  position: absolute;
  right: -12px;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_link a.active {
  color: #35373b;
  font-weight: bold;
}

.page_link a:last-child {
  margin-right: 0px;
}

.page_link a:last-child:before {
  display: none;
}

.page_link a:hover {
  color: #e15b27;
}

/* End Single Banner Image css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Full Slider css
============================================================================================ */
.home_slider {
  position: relative;
}

.home_slider .rev_slider {
  position: relative;
}

.home_slider .rev_slider li {
  z-index: 6 !important;
}

.home_slider .rev_slider li .slider_text_box {
  position: relative;
  z-index: 25 !important;
}

.home_slider .rev_slider li .text_1 {
  color: #fff;
}

.home_slider .rev_slider li .count {
  color: #fff;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  position: relative !important;
  z-index: 29 !important;
}

.home_slider .rev_slider li .text_3 {
  color: #fff;
  font-family:'FuturaLight';
}

.home_slider .rev_slider li .video {
  overflow: visible;
}

.home_slider .rev_slider li .video img:hover {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.home_slider .rev_slider .tp-bullet {
  border-radius: 50%;
  background: #fff;
  opacity: .35;
}

.home_slider .rev_slider .tp-bullet.selected {
  opacity: 1;
}

.home_slider .social_icon {
  position: absolute;
  left: 75px;
  z-index: 25;
  bottom: 70px;
  color: #fff;
}

.home_slider .social_icon ul li {
  margin-bottom: 20px;
}

.home_slider .social_icon ul li a {
  color: #fff;
  font-size: 18px;
}

.home_slider .social_icon ul li:last-child {
  margin-bottom: 0px;
}

.home_slider .year {
  position: absolute;
  left: 75px;
  z-index: 25;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.home_slider .year a {
  color: #fff;
  font-family:'FuturaLight';
  font-size: 14px;
}

.layout {
  overflow: hidden;
  position: relative;
}

.page_lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.page_lines .line {
  position: absolute;
  width: 2px;
  height: 50000px;
  background: #222222;
}

.page_lines .line + .line {
  left: auto;
  right: 0px;
}

.page_lines .col-lg-4:first-child .line {
  left: 0px;
}

.page_lines .col-lg-4:nth-child(2) .line {
  left: 7.5px;
}

.page_lines.white_br .line {
  background-color: #f8f8f8;
}

/* End Home Full Slider css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Full Menu css
============================================================================================ */

.topbar-wrap {
    background-color: #111;
    padding: 5px 0;
}
.right-topbar {
    float: left;
    padding: 5px 0;
}
.right-topbar li {
    display: inline-block;
    margin-right: 10px;
}
.right-topbar img {
    width: 17px;
    margin-right: 10px;
}
.right-topbar a {
    color: #fff;
    font-weight: 700;
}
.right-topbar p{
  margin-bottom: 0;
  color: #fff;
}
.right-topbar a:hover {
    color: #fff;
}
.right-topbar ul{
  margin-bottom: 0;
  padding-left: 0;
}
.left-topbar p {
    margin-bottom: 0;
    color: #fff;
    text-align: right;
}
.search-toggle {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  min-width: 2.5rem;
  padding: .3rem .2rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  z-index: 11; }
  .search-toggle:hover, .search-toggle:focus, .search-toggle.active {
    color: #cc9966;
    outline: none !important; }
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.header-search {
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: 1;
  padding: 0;
  border: none; }
  .header-search .header-search-wrapper {
    position: absolute;
    right: -1.4rem;
    top: 50%;
    margin-top: -20px;
    display: none;
    align-items: stretch;
    overflow: visible;
    border-radius: 20px;
    width: 100%;
    min-width: 270px;
    background-color: #fff;
    border: .1rem solid #ebebeb;
    border-radius: 20px;
    z-index: 10; }
    .header-search .header-search-wrapper.show {
      display: flex; }
  .header-search .search-wrapper-wide {
    width: 570px; }
  .header-search form {
    margin: 0; }
  .header-search .select-custom {
    flex: 0 0 200px;
    max-width: 200px;
    padding-right: 0;
    margin: 0;
    align-self: center; }
    .header-search .select-custom:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: .1rem;
      height: 2.6rem;
      margin-top: -1.3rem;
      background-color: #ebebeb; }
    .header-search .select-custom::after {
      right: 2rem;
      color: #999;
      font-size: 1.2rem; }
  .header-search .form-control,
  .header-search select {
    line-height: 1;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0;
    background-color: #fff;
    margin: 0; }
  .header-search .form-control {
    flex: 1 1 auto;
    padding: .9rem 5rem .9rem 2.3rem;
    width: 100%;
    margin: 0;
    height: 38px;
    line-height: 20px;
    border: none;
    font-size: 17px;
    border-radius: 20px;
    box-shadow: none; }
    button.btn.btn-primary {
    background-color: #e15b27;
    border-color: #e15b27;
}
  .header-search select {
    width: 100%;
    border: none;
    line-height: 38px;
    height: 38px;
    color: #777;
    padding: .1rem 4rem .1rem 2rem;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .header-search select:focus {
      outline: none !important; }
  .header-search option {
    font-size: 1.3rem;
    padding: .1rem .3rem; }
  .header-search .btn {
    flex: 0 0 40px;
    max-width: 40px;
    min-width: 0;
    height: 40px;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
    cursor: pointer;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0 20px 20px 0; }
    .header-search .btn i {
      margin: 0 !important; }

.header-search-extended {
  margin-right: 19rem;
  width: 100%;
  max-width: 570px;
}
  .header-search-extended .header-search-wrapper {
    border-radius: 30px; }
  .header-search-extended .form-control,
  .header-search-extended select {
    font-weight: 300; }
  .header-search-extended .form-control {
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 24px;
    border-radius: 30px 0 0 30px;
     }
  .header-search-extended select {
    line-height: 44px;
    height: 44px; }
  .header-search-extended .btn {
    flex: 0 0 55px;
    max-width: 55px;
    height: 33px;
    font-size: 2rem;
     }
.header-search-extended .btn img{
    width: 20px;
    height: 20px;
    margin-top: -8px;
}
.header-search-visible .search-toggle {
  display: none; }
.header-search-visible .header-search-wrapper {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  display: flex; }

.header-search-no-radius .header-search-wrapper,
.header-search-no-radius .form-control,
.header-search-no-radius .btn {
  border-radius: 0; }

.header-search-no-round .header-search-wrapper {
  border-radius: .3rem; }
.header-search-no-round .form-control {
  border-radius: .3rem 0 0 .3rem; }
.header-search-no-round .btn {
  border-radius: 0 .3rem .3rem 0; }
.header_menu_area {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 30;
  top: 0px;
}

.header_menu_area .navbar.navbar-expand-lg {
   /* background: #ffffffcc !important;*/
    /*padding: 10px 75px 10px 75px;*/
}
.dropdown-menu{
  margin: 0px;
  padding: 0 0;
  border-radius: 0px;
  border: none;
}


.dropdown-submenu>.dropdown-menu>li .dropdown-item{
  width: 290px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    white-space: break-spaces;
}
.dropdown-item{
  padding: 7px 10px;
  border-bottom: 1px solid #e2e2e2;
  font-family: 'FuturaBold';
    color: #111;
    font-size: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #e15b27;
}
.dropdown-menu>.dropdown-submenu>.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    text-decoration: underline;
    transform: rotate(-90deg);
}
.header_menu_area .navbar.navbar-expand-lg .navbar-brand img {
  display: inline-block;
  width: 140px;
}

.header_menu_area .navbar.navbar-expand-lg .navbar-brand img + img {
  display: none;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav {
  display: block;
    width: 100%;
    float: right;
    text-align: right;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li {
  display: inline-block;
  margin-right: 30px;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li a {
    font-family: 'FuturaBold';
  color: #111;
  font-size: 15px;
  -webkit-transition: color 400ms linear 0s;
  -o-transition: color 400ms linear 0s;
  transition: color 400ms linear 0s;
  line-height: 35px;
}
.navbar-light .navbar-nav .nav-link{
  padding: 0px;
  font-family: 'FuturaBold';
    color: #111;
    font-size: 15px;
    -webkit-transition: color 400ms linear 0s;
    -o-transition: color 400ms linear 0s;
    transition: color 400ms linear 0s;
    line-height: 35px;
}
.navbar-light .navbar-nav .nav-item{
  display: inline-block;
    margin-right: 30px;
}
.navbar-light .navbar-nav .active>.nav-link{
  color: #e15b27;
}
.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li a:after {
  display: none;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li:last-child {
  margin-right: 0px;
}

@media (min-width: 992px) {
  .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu {
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 250px;
    background: #ffffff;
    border-radius: 0px;
    border: none;
    padding: 0px;
    left: -20px;
    top: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    margin-top: 0px;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    opacity: 0;
  }
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 42px;
  color: #35373b;
  font-family:'FuturaLight';
  text-transform: inherit;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  text-shadow: none;
  padding: 0 20px;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li a:before {
  display: none;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li:hover a, .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li.active a {
  color: #fff;
  background: #e15b27;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li:last-child a {
  border-bottom: 0px;
}

@media (min-width: 992px) {
  .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li:hover.submenu .dropdown-menu {
    visibility: visible;
    top: 35px;
    opacity: 1;
  }
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li:hover a, .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.active a {
  color: #e15b27;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right {
  display: inline-block;
  max-width: 100px;
  width: 100%;
  margin-left: 0px;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li {
  display: inline-block;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li a {
  color: #999999;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li:hover a, .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li.active a {
  color: #fff;
}

.header_menu_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #1b1b1b;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}

.header_menu_area.navbar_fixed .navbar.navbar-expand-lg {
  padding-top: 0px;
    padding-bottom: 0;
}

.header_menu_area.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li a {
  line-height: 70px;
  -webkit-transition: color all 400ms ease;
  -o-transition: color all 400ms ease;
  transition: color all 400ms ease;
}

@media (min-width: 992px) {
  .header_menu_area.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu {
    top: 55px;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  .header_menu_area.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li:hover.submenu .dropdown-menu {
    visibility: visible;
    top: 70px;
    opacity: 1;
  }
}

.header_menu_area.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li:hover a {
  color: #e15b27;
}

.header_menu_area.white_menu.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .navbar-brand img {
  display: block;
  padding: 10px 0px;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .navbar-brand img + img {
  display: inline-block;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .navbar-toggler span {
  background: #35373b;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li a {
  line-height: 70px;
  color: #35373b;
  -webkit-transition: color all 400ms ease;
  -o-transition: color all 400ms ease;
  transition: color all 400ms ease;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li.active > a {
  color: #e15b27;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li:hover > a {
  color: #e15b27;
}

.dark_menu .navbar.navbar-expand-lg {
  padding-top: 0px;
  padding-bottom: 0px;
}

.dark_menu .navbar.navbar-expand-lg .navbar-brand {
  padding-top: 0px;
}

.dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li a {
  color: #35373b;
  line-height: 88px;
}

.dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li:hover a, .dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li.active a {
  color: #e15b27;
}

@media (min-width: 992px) {
  .dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu {
    top: 80%;
  }
}

@media (min-width: 992px) {
  .dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li:hover.submenu .dropdown-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
  }
}

.dark_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li a {
  color: #838383;
}

.dark_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li.active a {
  color: #35373b;
}

.dark_menu.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}

.dark_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li a {
  line-height: 70px;
  color: #35373b;
  -webkit-transition: color all 400ms ease;
  -o-transition: color all 400ms ease;
  transition: color all 400ms ease;
}

.dark_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li.active a {
  color: #e15b27;
}

.menu_gap + section, .menu_gap + div {
  padding-top: 88px;
}

/* End Home Full Menu css
============================================================================================ */
/* End Home Full Menu css
============================================================================================ */
.full_header {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  z-index: 10;
  padding: 36px 50px;
}

.full_header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #eaedee;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.full_header .float-left {
  line-height: 40px;
  max-width: 600px;
  width: 100%;
}

.full_header .float-left .logo img {
  display: none;
}

.full_header .float-left .logo img + img {
  display: inline-block;
}

.full_header .float-left .phone {
  color: #35373b;
  font-size: 14px;
  font-weight: normal;
  font-family:'FuturaLight';
  margin-left: 42%;
}

.full_header .float-right .bar_menu {
  height: 40px;
  width: 40px;
  background: #35373b;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.full_header .float-right .bar_menu i {
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  display: inline-block;
}

.full_header .float-right .bar_menu:hover {
  background: #e15b27;
}

.full_header.content-white:before {
  height: 0px;
}

.full_header.content-white .float-left .logo img {
  display: inline-block;
}

.full_header.content-white .float-left .logo img + img {
  display: none;
}

.full_header.content-white .float-left .phone {
  color: #fff;
}

.side_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 545px;
  z-index: 9999;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.side_menu .close-menu {
  position: absolute;
  z-index: 2;
  right: 90px;
  top: 75px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  height: 40px;
  width: 40px;
  background: #35373b;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.side_menu .close-menu:hover {
  background: #e15b27;
}

.side_menu .menu-lang {
  position: absolute;
  opacity: 0;
  left: 18%;
  top: 15%;
  text-transform: uppercase;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: opacity .5s .4s ease,color .3s ease,-webkit-transform .5s .4s ease;
  transition: opacity .5s .4s ease,color .3s ease,-webkit-transform .5s .4s ease;
  -o-transition: transform .5s .4s ease,opacity .5s .4s ease,color .3s ease;
  transition: transform .5s .4s ease,opacity .5s .4s ease,color .3s ease;
  transition: transform .5s .4s ease,opacity .5s .4s ease,color .3s ease,-webkit-transform .5s .4s ease;
}

.side_menu .menu-lang a {
  color: #999999;
  font-weight: 500;
  font-size: 14px;
  margin-right: 25px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.side_menu .menu-lang a:last-child {
  margin-right: 0px;
}

.side_menu .menu-lang a:hover, .side_menu .menu-lang a.active {
  color: #e15b27;
}

.side_menu .menu-list {
  position: absolute;
  left: 0px;
  top: 20vh;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 40vh;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-weight: 600;
  width: 100%;
  display: block;
  letter-spacing: -.025rem;
  list-style: none;
  margin: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: opacity .5s .6s ease,-webkit-transform .5s .6s ease;
  transition: opacity .5s .6s ease,-webkit-transform .5s .6s ease;
  -o-transition: transform .5s .6s ease,opacity .5s .6s ease;
  transition: transform .5s .6s ease,opacity .5s .6s ease;
  transition: transform .5s .6s ease,opacity .5s .6s ease,-webkit-transform .5s .6s ease;
  list-style: none;
  opacity: 0;
  padding-left: 18%;
  padding-right: 100px;
  margin-top: 5vh;
}

.side_menu .menu-list li {
  margin-top: 2vh;
}

.side_menu .menu-list li a {
  font-size: 2.5vh;
  font-weight: normal;
  font-family:'FuturaLight';
  color: #35373b;
  letter-spacing: .36px;
  display: block;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.side_menu .menu-list li a i {
  font-size: 2.5vh;
  color: #000;
  float: right;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 2.5px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.side_menu .menu-list li a.open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.side_menu .menu-list li ul {
  display: none;
}

.side_menu .menu-list li ul li {
  margin-top: 1vh;
}

.side_menu .menu-list li ul li a {
  font-size: 1.5vh;
  color: #838383;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.side_menu .menu-list li ul li:first-child {
  margin-top: 15px;
}

.side_menu .menu-list li ul li:hover a {
  color: #35373b;
}

.side_menu .menu-list li:first-child {
  margin-top: 0vh;
}

.side_menu .menu-list li.open a i {
  -webkit-transform: rotate(178deg);
  -ms-transform: rotate(178deg);
  transform: rotate(178deg);
}

.side_menu .menu-list li:hover > a, .side_menu .menu-list li.active > a {
  color: #e15b27;
}

.side_menu .menu-list li:hover > a i, .side_menu .menu-list li.active > a i {
  color: #e15b27;
}

.side_menu .menu-footer {
  position: absolute;
  left: 18%;
  bottom: 10%;
}

.side_menu .menu-footer .social-list {
  -webkit-transition: all .5s .7s ease;
  -o-transition: all .5s .7s ease;
  transition: all .5s .7s ease;
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
}

.side_menu .menu-footer .social-list a {
  font-size: 22px;
  color: #35373b;
  margin-right: 25px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.side_menu .menu-footer .social-list a:last-child {
  margin-right: 0px;
}

.side_menu .menu-footer .social-list a:hover {
  color: #e15b27;
}

.side_menu .copy {
  margin-top: 40px;
  color: #35373b;
  line-height: 1.71rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all .5s .9s ease;
  -o-transition: all .5s .9s ease;
  transition: all .5s .9s ease;
  opacity: 0;
  font-size: 14px;
  font-family:'FuturaLight';
}

.side_menu.dark_s_menu {
  background: #1b1b1b;
}

.side_menu.dark_s_menu .menu-list li a {
  color: #999999;
}

.side_menu.dark_s_menu .menu-list li a i {
  color: #999999;
}

.side_menu.dark_s_menu .menu-list li ul li a {
  color: #999999;
}

.side_menu.dark_s_menu .menu-list li ul li:hover a {
  color: #e15b27;
}

.side_menu.dark_s_menu .menu-list li:hover > a, .side_menu.dark_s_menu .menu-list li.active > a {
  color: #e15b27;
}

.side_menu.dark_s_menu .menu-list li:hover > a i, .side_menu.dark_s_menu .menu-list li.active > a i {
  color: #e15b27;
}

.side_menu.dark_s_menu .menu-footer .social-list a {
  color: #999999;
}

.side_menu.dark_s_menu .menu-footer .social-list a:hover {
  color: #e15b27;
}

.side_menu.dark_s_menu .copy {
  color: #fff;
}

.click-capture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99;
}

.menu-is-opened .side_menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

.menu-is-opened .side_menu .menu-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-opened .side_menu .menu-footer .social-list {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu-is-opened .side_menu .menu-footer .copy {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu-is-opened .click-capture {
  visibility: visible;
}

.menu-is-opened .menu-lang {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-opened .close-menu {
  opacity: 1;
}

@media (min-width: 992px) {
  .full_header.mobile_menu {
    display: none;
  }
}

@media (max-width: 991px) {
  .full_header.mobile_menu.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .full_header.mobile_menu.navbar_fixed .float-left .logo img {
    display: none;
  }
  .full_header.mobile_menu.navbar_fixed .float-left .logo img + img {
    display: inline-block;
  }
  .full_header.mobile_menu.ab_mobile_menu:before {
    display: none;
  }
  .full_header.mobile_menu.ab_mobile_menu .float-left .logo img {
    display: none;
  }
  .full_header.mobile_menu.ab_mobile_menu .float-left .logo img + img {
    display: inline-block;
  }
  .full_header.dark_menu.mobile_menu:before {
    display: none;
  }
  .full_header.dark_menu.mobile_menu .float-left .logo img {
    display: inline-block;
  }
  .full_header.dark_menu.mobile_menu .float-left .logo img + img {
    display: none;
  }
  .full_header.dark_menu.mobile_menu.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #1b1b1b;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .full_header.dark_menu.mobile_menu.navbar_fixed .float-left .logo img {
    display: inline-block;
  }
  .full_header.dark_menu.mobile_menu.navbar_fixed .float-left .logo img + img {
    display: none;
  }
}

/* End Home Full Menu css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Inter Studio css
============================================================================================ */
.bg_color {
  background: #1b1b1b;
}

.since_text {
  position: relative;
  left: 40px;
}

.since_text h5 {
  position: absolute;
  left: 0px;
  top: 36px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  font-size: 13.63px;
  font-family:'FuturaLight';
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .340px;
}

.intes_studio_area {
  padding-top: 160px;
}

.intes_studio_area .studio_img {
  width: 100%;
  max-width: 75%;
  height: 100%;
  position: relative;
}

/*.intes_studio_area .studio_img:after {
  content: "";
  background: url(../img/circle-teckture.png) no-repeat scroll center center;
  width: 191px;
  height: 191px;
  position: absolute;
  right: -95px;
  top: 44.90%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

.intes_studio_area .studio_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.intes_studio_area .studio_img .years_text {
  position: absolute;
  right: 0px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.intes_studio_area .studio_img .years_text:before {
  content: "";
  width: 153px;
  height: 153px;
  border: 5px solid #e15b27;
  display: inline-block;
  right: -79px;
  position: relative;
}

.intes_studio_area .studio_img .years_text .years_text_inner {
  position: relative;
  right: -160px;
  top: -100px;
}

.intes_studio_area .studio_img .years_text .years_text_inner h1 {
color: #fff;
    font-size: 70px;
   font-family:'FuturaBold';
    margin-bottom: 0px;
}

.intes_studio_area .studio_img .years_text .years_text_inner h2 {
  color: #fff;
  font-size: 48px;
  font-family:'FuturaLight';
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 0px;
}

.intes_studio_area .studio_img .years_text .years_text_inner h4 {
  font-size: 16px;
  font-family:'FuturaLight';
  font-weight: 500;
  color: #fff;
  letter-spacing: .40px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-left: 3px;
}

.studio_text {
  margin-left: 0px;
}

.studio_text h3 {
  color: #fff;
  font-size: 42px;
  line-height: 48px;
  font-family:'FuturaLight';
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.studio_text h5 {

    font-size: 23px;
    line-height: 30px;
    font-family: 'FuturaLight';
    color: #fff;
    /* max-width: 380px; */
    font-weight: normal;
    margin-bottom: 20px;
}

.studio_text p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  font-family:'FuturaLight';
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 10px;
}

.white_cl .since_text h5 {
  color: #35373b;
}

.white_cl.intes_studio_area .studio_img .years_text .years_text_inner h1 {
  color: #35373b;
}

.white_cl.intes_studio_area .studio_img .years_text .years_text_inner h2 {
  color: #35373b;
}

.white_cl.intes_studio_area .studio_img .years_text .years_text_inner h4 {
  color: #35373b;
}

.white_cl .studio_text h3 {
    color: #35373b;
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.white_cl .studio_text h5 {
  color: #35373b;
}

.white_cl .studio_text p {
    color: #838383;
    font-size: 16px;
}

/* End Inter Studio css
============================================================================================ */
/* Specialliazition css
============================================================================================ */
.speciallization_area {
  padding-top: 130px;
}
.speciallization_area img{
  width: 100px;
}
.speciallization_area .s_title {
  margin-bottom: 70px;
}

.spec_item h4 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 40px;
}

.spec_item p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  letter-spacing: 1px;
  font-weight: "Heebo", sans-serif;
  font-weight: normal;
  max-width: 320px;
  margin-bottom: 30px;
}

.white_cl .spec_item h4 {
  color: #35373b;
}

.white_cl .spec_item p {
  color: #838383;
}

/* End Specialliazition css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Border Button css
============================================================================================ */
.br_btn {
display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    /* font-weight: 700; */
    font-family: 'FuturaBold';
    position: relative;
    line-height: 40px;
    margin-bottom: 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.br_btn:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.br_btn:hover {
  color: #e15b27;
}

.br_btn:hover:before {
  background: #e15b27;
}

.br_btn.white {
  color: #35373b;
}

.br_btn.white:before {
  background: #e15b27;
}

.br_btn.white:hover {
  color: #e15b27;
}

.br_btn.white:hover:before {
  background: #e15b27;
}

.view_btn {
border-bottom: 2px solid #e15b27;
    padding-bottom: 5px;
    font-family: 'FuturaBold';
    color: #35373b;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.view_btn:hover {
  color: #fff;
}

.view_btn.white:hover {
  color: #35373b;
}

.see_btn {
  font-size: 12px;
  color: #35373b;
  font-weight: bold;
  font-family:'FuturaLight';
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 25px;
  display: block;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.see_btn:hover {
  color: #e15b27;
}

.comment_btn {
  width: 170px;
  height: 50px;
  background: #35373b;
  color: #fff;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: bold;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.comment_btn:hover {
  background: #e15b27;
}

/* Border Button css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Latest Projects css
============================================================================================ */
.latest_project {
  padding-top: 160px;
}

.latest_project .l_text {
  padding-bottom: 70px;
  overflow: hidden;
}

.fillter_slider {
  overflow: hidden;
}

.fillter_slider .owl-prev, .fillter_slider .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 100px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.fillter_slider .owl-prev {
  left: 70px;
}

.fillter_slider .owl-next {
  right: 70px;
}

.fillter_slider:hover .owl-prev, .fillter_slider:hover .owl-next {
  opacity: 1;
}

.gird_sizer {
  width: 25%;
}

.projects_item {
  position: relative;
}
.projects_item img{
  height: 400px !important;
    object-fit: contain;
}
.projects_item .hover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
}

.projects_item .hover i {
  position: absolute;
  right: -35px;
  top: 20px;
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.projects_item .hover .project_text {
  position: absolute;
  left: 40px;
  bottom: 45px;
  color: #fff;
}

.projects_item .hover .project_text h5 {
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: 500;
  opacity: 0;
  margin-bottom: -5px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.projects_item .hover .project_text h4 {
  font-size: 36px;
  font-family:'FuturaLight';
  font-weight: bold;
  max-width: 340px;
  margin-bottom: -5px;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.projects_item:hover .hover {
  background: #e15b27;
}

.projects_item:hover .hover i {
  right: 30px;
}

.projects_item:hover .hover .project_text h5 {
  margin-bottom: 15px;
  opacity: 1;
}

.projects_item:hover .hover .project_text h4 {
  margin-bottom: 0px;
  opacity: 1;
}

.portfolio_filter {
  position: relative;
  top: 10px;
}

.portfolio_filter li {
  display: inline-block;
  margin-right: 30px;
}

.portfolio_filter li a {
  font-size: 18px;
  color: #999999;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.portfolio_filter li:last-child {
  margin-right: 0px;
}

.portfolio_filter li:hover a, .portfolio_filter li.active a {
  color: #fff;
}

.white_cl .portfolio_filter li a {
  color: #838383;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.white_cl .portfolio_filter li.active a {
  color: #35373b;
}

.white_cl .portfolio_filter li:hover a {
  color: #35373b;
}

/* End Latest Projects css
============================================================================================ */
/* End Latest Projects css
============================================================================================ */
.our_press_area {
  padding-top: 145px;
  padding-bottom: 135px;
}

.our_press_area .s_title {
  margin-bottom: 0px;
}
.our_press_area h6{
    color: #e15b27;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.our_press_area h3{
    color: #35373b;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.l_text {
    padding-bottom: 70px;
    overflow: hidden;
}
.press_img_item .date {
  margin-bottom: 15px;
  margin-top: 15px;
}

.press_img_item .date a {
  font-size: 12px;
  font-family:'FuturaLight';
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.press_img_item .date a:first-child {
  color: #999999;
  font-weight: 500;
}

.press_img_item .date a:first-child:hover {
  color: #fff;
}

.press_img_item .date a:hover {
  color: #e15b27;
}

.press_img_item .date i {
  color: #999999;
  font-size: 6px;
  position: relative;
  top: -2px;
}

.press_img_item h4 {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  font-family:'FuturaLight';
  font-weight: bold;
  margin-bottom: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.press_img_item h4:hover {
  color: #e15b27;
}

.press_item {
  margin-bottom: 25px;
  max-width: 465px;
  margin-left: 70px;
}

.press_item .date {
  margin-bottom: 0px;
}

.press_item .date a {
  font-size: 12px;
  font-family:'FuturaLight';
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.press_item .date a:first-child {
  color: #999999;
}

.press_item .date a:first-child:hover {
  color: #fff;
}

.press_item .date a:hover {
  color: #e15b27;
}

.press_item .date i {
  color: #999999;
  font-size: 6px;
  position: relative;
  top: -2px;
}

.press_item h4 {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    font-family: 'FuturaLight';
    font-weight: bold;
    margin-bottom: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.press_item h4:hover {
  color: #e15b27;
}

.press_item:last-child {
  margin-bottom: 0px;
}

.white_cl .press_img_item .date a {
  color: #35373b;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.white_cl .press_img_item .date a:first-child {
  color: #838383;
}

.white_cl .press_img_item .date a:first-child:hover {
  color: #35373b;
}

.white_cl .press_img_item .date a:hover {
  color: #e15b27;
}

.white_cl .press_img_item .date i {
  color:#e15b27;
}

.white_cl .press_img_item h4 {
  color: #35373b;
}

.white_cl .press_img_item h4:hover {
  color: #e15b27;
}

.white_cl .press_item .date a {
  color: #35373b;
}

.white_cl .press_item .date a:first-child {
  color: #838383;
}

.white_cl .press_item .date a:first-child:hover {
  color: #35373b;
}

.white_cl .press_item .date a:hover {
  color: #e15b27;
}

.white_cl .press_item .date i {
  color: #e15b27;
}

.white_cl .press_item h4 {
  color: #35373b;
}

.white_cl .press_item h4:hover {
  color: #e15b27;
}

/* End Latest Projects css
============================================================================================ */
/* Project Details css
============================================================================================ */
.project_details_area {
  padding-top: 115px;
  padding-bottom: 115px;
}

.back_btn {
  margin-bottom: 70px;
}

.back_btn a {
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: 500;
  color: #35373b;
}

.back_btn a i {
  padding-right: 5px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.pd_item h5 {
  font-size: 14px;
  font-weight: bold;
  color: #35373b;
  font-family:'FuturaLight';
  margin-bottom: 15px;
}

.pd_item h5 span {
  color: #838383;
  font-weight: normal;
}

.pd_item h5:last-child {
  margin-bottom: 0px;
}

.pd_item h5.share_link a {
  color: #00c1f1;
  position: relative;
  margin-right: 10px;
  font-weight: normal;
}

.pd_item h5.share_link a:before {
  content: "";
  width: 4px;
  height: 1px;
  background: #838383;
  position: absolute;
  right: -8px;
  top: 50%;
}

.pd_item h5.share_link a:last-child {
  margin-right: 0px;
  color: #fc7d00;
}

.pd_item h5.share_link a:last-child:before {
  display: none;
}

.pd_item h5.share_link a:nth-child(2) {
  color: #1f5fa6;
}

.pd_item h5.share_link a:nth-child(3) {
  color: #d10000;
}

.project_villa_area .villa_text {
  margin-bottom: 70px;
}

.project_villa_area .villa_text h2 {
  color: #35373b;
  font-family:'FuturaLight';
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 60px;
}

.project_villa_area .villa_text p {
  font-size: 18px;
  line-height: 30px;
  font-family:'FuturaLight';
  font-weight: normal;
  color: #35373b;
  margin-bottom: 0px;
}

.project_villa_area .link_btn {
  margin-top: 135px;
  margin-bottom: 145px;
}

.project_villa_area .link_btn a {
  font-size: 30px;
  font-weight: bold;
  font-family:'FuturaLight';
  color: #35373b;
  position: relative;
  display: inline-block;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.project_villa_area .link_btn a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 5px;
  background: #35373b;
  height: 2px;
  width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.project_villa_area .link_btn a:hover {
  color: #e15b27;
}

.project_villa_area .link_btn a:hover:before {
  background: #e15b27;
}

.villa_slider {
  position: relative;
  z-index: 2;
}

.villa_slider .owl-prev, .villa_slider .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 60px;
  color: #838383;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.villa_slider .owl-prev:hover, .villa_slider .owl-next:hover {
  color: #35373b;
}

.villa_slider .owl-prev {
  left: -70px;
}

.villa_slider .owl-next {
  right: -70px;
}

.prev_next_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
  -ms-flex: wrap;
  flex: wrap;
  text-align: center;
  position: relative;
  z-index: 2;
}

.prev_next_area .prev {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background: #eaf0f3;
  text-align: center;
  padding: 48px 0px;
}

.prev_next_area .prev a {
  text-transform: uppercase;
  font-size: 18px;
  font-family:'FuturaLight';
  letter-spacing: 18px;
  color: #838383;
}

.prev_next_area .next {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background: url(../img/next-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 48px 0px;
}

.prev_next_area .next a {
  text-transform: uppercase;
  font-size: 18px;
  font-family:'FuturaLight';
  letter-spacing: 18px;
  color: #fff;
}

/* End Project Details css
============================================================================================ */
/* Our Projects css
============================================================================================ */
.our_projects_area .projects_tt {
  overflow: hidden;
  padding-bottom: 140px;
  padding-top: 40px;
}

.isotope_fillter {
  margin-top: 22px;
}

.isotope_fillter li {
  display: inline-block;
  margin-right: 30px;
}

.isotope_fillter li a {
  font-size: 18px;
  color: #838383;
  font-weight: normal;
  font-family:'FuturaLight';
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.isotope_fillter li:hover a, .isotope_fillter li.active a {
  color: #35373b;
}

.isotope_fillter li:last-child {
  margin-right: 0px;
}

.our_projects_area {
  overflow: hidden;
}

.projects_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3px;
  margin-bottom: -3px;
  margin-left: -3px;
  margin-right: -3px;
  overflow: hidden;
}

.projects_inner .projects_column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 3px 3px;
  overflow: hidden;
}

.projects_inner .projects_item .hover .project_text h5 {
  margin-bottom: 12px;
  opacity: 1;
}

.projects_inner .projects_item .hover .project_text h4 {
  opacity: 1;
  margin-bottom: 0px;
}

.full_project_area {
  padding-top: 200px;
}

.full_project_area .main_title {
  text-align: center;
  margin-bottom: 0px;
  margin-bottom: 85px;
}

.full_project_area .main_title h2 {
  font-size: 60px;
}

.full_project_area .isotope_fillter {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 55px;
}

.p_full_item {
  margin-bottom: 140px;
  position: relative;
}

.p_full_item:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.p_full_item .hover {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  text-align: center;
}

.p_full_item .hover h5 {
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  display: block;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.p_full_item .hover h4 {
  color: #fff;
  font-size: 36px;
  font-family:'FuturaLight';
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 0px;
}

.p_full_item:last-child {
  margin-bottom: 0px;
}

.p_full_item:hover:before {
  opacity: 1;
}

.p_full_item:hover .hover h5 {
  opacity: 1;
  margin-bottom: 13px;
}

.p_full_item:hover .hover h4 {
  opacity: 1;
}

.pagination_dotted {
  text-align: center;
  padding: 100px 0px;
}

.pagination_dotted a {
  height: 5px;
  width: 5px;
  background: #35373b;
  display: inline-block;
  border-radius: 50%;
  margin-right: 12px;
}

.pagination_dotted a:last-child {
  margin-right: 0px;
}

.pagination_dotted a.active {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

/* End Our Projects css
============================================================================================ */
/* Masonry Project css
============================================================================================ */
.ms_project_area .pagination_dotted {
  background: #fff;
}

.ms_project_inner .ms_p_item {
  width: calc(100% / 4);
}

.ms_project_inner .ms_p_item .hover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
}

.ms_project_inner .ms_p_item .hover i {
  position: absolute;
  right: -50px;
  top: 20px;
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.ms_project_inner .ms_p_item .hover .project_text {
  position: absolute;
  left: 40px;
  bottom: 45px;
  color: #fff;
}

.ms_project_inner .ms_p_item .hover .project_text h5 {
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: 500;
  opacity: 0;
  margin-bottom: -5px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.ms_project_inner .ms_p_item .hover .project_text h4 {
  font-size: 36px;
  font-family:'FuturaLight';
  font-weight: bold;
  max-width: 340px;
  margin-bottom: -5px;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.ms_project_inner .ms_p_item:hover .hover {
  background: rgba(0, 0, 0, 0.5);
}

.ms_project_inner .ms_p_item:hover .hover i {
  right: 30px;
}

.ms_project_inner .ms_p_item:hover .hover .project_text h5 {
  margin-bottom: 15px;
  opacity: 1;
}

.ms_project_inner .ms_p_item:hover .hover .project_text h4 {
  margin-bottom: 0px;
  opacity: 1;
}

/* End Masonry Project css
============================================================================================ */
/* About Studio css
============================================================================================ */
.about_studio_area {
  padding-top: 150px;
}

.about_studio_area .ab_studio_text {
  padding-right: 20px;
}

.about_studio_area .ab_studio_text .s_title {
  font-size: 16px;
  color: #838383;
  margin-bottom: 43px;
}

.about_studio_area .ab_studio_text h5 {
  font-size: 30px;
  line-height: 36px;
  color: #35373b;
  margin-bottom: 35px;
}

.about_studio_area .ab_studio_text h5:last-child {
  margin-bottom: 0px;
}

.speciallization_area.ab_spec {
  padding-top: 120px;
  padding-bottom: 125px;
}

.meet_team_area {
  padding-top: 120px;
  padding-bottom: 138px;
}

.team_inner h4 {
  font-size: 18px;
  font-family:'FuturaLight';
  font-weight: bold;
  color: #838383;
  margin-bottom: 68px;
}

.team_inner h3 {
  color: #35373b;
  font-family:'FuturaLight';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  margin-top: 70px;
  display: inline-block;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.team_inner h3:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #929ca7;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.team_inner h3:hover {
  color: #e15b27;
}

.team_inner h3:hover:before {
  background: #e15b27;
}

.team_slider {
  position: relative;
}

.team_slider .team_slider {
  position: absolute;
  top: -99px;
  right: 0px;
}

.team_slider .owl-prev, .team_slider .owl-next {
  display: inline-block;
  font-size: 36px;
  color: #999999;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.team_slider .owl-prev:hover, .team_slider .owl-next:hover {
  color: #000;
}

.team_slider .owl-prev {
  margin-right: 30px;
}

.team_item {
  position: relative;
}

.team_item:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #e15b27;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team_item .hover {
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team_item .hover h5 {
  font-size: 18px;
  font-family:'FuturaLight';
  font-weight: bold;
  color: #fff;
  margin-bottom: 7px;
}

.team_item .hover h6 {
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}

.team_item .hover .list {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team_item .hover .list li {
  display: inline-block;
  margin-right: 18px;
}

.team_item .hover .list li a {
  font-size: 16px;
  color: #fff;
}

.team_item .hover .list li:last-child {
  margin-right: 0px;
}

.team_item:hover:before {
  opacity: 1;
}

.team_item:hover .hover {
  opacity: 1;
}

.team_item:hover .hover .list {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* End About Studio css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Clients css
============================================================================================ */
.clients_area {
  padding-top: 70px;
  background: url(../img/teckture-bg.jpg) repeat scroll center center;
  padding-bottom: 70px;
}

.clients_area .main_title {
  margin-bottom: 80px;
}

.test_item {
  background: #2a2a2a;
  border-top: 5px solid #e15b27;
  padding: 80px 50px 40px 36px;
  position: relative;
}

.test_item:before {
  content: "\7b";
  font-family: 'ElegantIcons';
  position: absolute;
  right: 22px;
  top: 20px;
  color: #e15b27;
  font-size: 60px;
  line-height: 50px;
}

.test_item h4 {
  font-size: 14px;
  color: #999999;
  font-family:'FuturaLight';
  font-weight: normal;
  margin-bottom: 20px;
}

.test_item h4 span {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.test_item p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  font-family:'FuturaLight';
  font-weight: normal;
  margin-bottom: 0px;
}

.testimonials_slider .testimonials_slider {
  position: absolute;
  top: -129px;
  right: 0px;
}

.testimonials_slider .owl-prev, .testimonials_slider .owl-next {
  font-size: 36px;
  color: #999999;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
  display: inline-block;
}

.testimonials_slider .owl-prev:hover, .testimonials_slider .owl-next:hover {
  color: #fff;
}

.testimonials_slider .owl-prev {
  margin-right: 45px;
}

.clients_slider {
  padding-top: 50px;
}

.clients_slider .item {
  text-align: center;
  line-height: 55px;
  cursor: pointer;
}

.clients_slider .item img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: 55px;
  opacity: .6;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.clients_slider .item:hover img {
  opacity: 1;
}

.white_cl.clients_area {
  background: url(../img/teckture-bg-2.png) repeat scroll;
  background-color: #f9fafa;
}

.white_cl .test_item {
  background: #fff;
  border-top: 5px solid #e15b27;
}

.white_cl .test_item h4 {
  color: #838383;
  font-weight: normal;
}

.white_cl .test_item h4 span {
  color: #35373b;
  font-weight: 600;
  font-size: 18px;
}

.white_cl .test_item p {
  color: #838383;
}

.white_cl .clients_slider .item img {
  opacity: .5;
  width: 200px !important;
}

.white_cl .clients_slider .item:hover img {
  opacity: 1;
}

.white_cl.clients_area .owl-prev:hover, .white_cl.clients_area .owl-next:hover {
  color: #35373b;
}

/* End Clients css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.animations {
  position: relative;
}

.full_pad {
  overflow: hidden;
}

.full_pad .animsition {
  position: absolute;
  z-index: 35;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

@media (min-width: 1800px) {
  .section {
    overflow-x: hidden;
  }
  .box_lay {
    margin-left: 40px;
    margin-right: 40px;
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - 80px);
    margin-top: 40px;
  }
}

.pagepiling .scroll-wrap {
  position: relative;
  min-height: 100%;
}

.pagepiling .section-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.pagepiling .mapBox {
  position: absolute !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100% !important;
  background-size: cover;
  background-position: center;
}

.pagepiling .mapBox button {
  display: none;
}

.pagepiling .mapBox .gmnoprint.gm-bundled-control {
  display: none;
}

.section {
  background: #eaedee;
}

.section.section-2 .scrollable-content .vertical-centred {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.scrollable-content {
  white-space: nowrap;
  width: 100%;
  font-size: 0;
}

.scrollable-content:before {
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

@media (min-width: 1800px) {
  .scrollable-content:before {
    height: calc(100vh - 80px);
  }
}

.scrollable-content .vertical-centred {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  font-size: 1rem;
}

.inter_content h2 {
  font-size: 100px;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-family:'FuturaLight';
  margin-bottom: 30px;
}

.inter_content h2:before {
  content: "";
  height: 4px;
  width: 100px;
  background: #e15b27;
  position: absolute;
  top: -12px;
  left: 5px;
}

.inter_content p {
  color: #fff;
  font-family:'FuturaLight';
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 80px;
}

.inter_content a {
  color: #fff;
  font-size: 18px;
  font-family:'FuturaLight';
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.inter_content a i {
  padding-left: 3px;
}

.inter_content a:hover {
  color: #e15b27;
}

.full_10_box {
  position: relative;
  padding-left: 17px;
  margin-top: 5px;
}

.full_10_box:before {
  content: "";
  height: 153px;
  width: 153px;
  border: 5px solid #e15b27;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 0px;
  z-index: -1;
}

.full_10_box:after {
  content: "";
  background: url(../img/circle-teckture.png) no-repeat scroll center center;
  width: 191px;
  height: 191px;
  position: absolute;
  right: 1px;
  top: -19px;
  z-index: -1;
}

.full_10_box h2 {
  font-size: 105px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  padding-top: 60px;
}

.full_10_box h3 {
  font-size: 48px;
  font-weight: 900;
  font-family:'FuturaLight';
  text-transform: uppercase;
  padding-left: 7px;
}

.full_10_box h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-family:'FuturaLight';
  padding-left: 8px;
}

.full_footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  z-index: 5;
  background: transparent;
}

.full_footer .float-left h5 {
  color: #35373b;
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: normal;
}

.full_footer .float-left h5 a {
  font-weight: bold;
  color: #35373b;
}

.full_footer .float-right .list li {
  display: inline-block;
  margin-right: 25px;
}

.full_footer .float-right .list li a {
  color: #35373b;
  font-family:'FuturaLight';
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.full_footer .float-right .list li:last-child {
  margin-right: 0px;
}

.full_footer .float-right .list li:hover a {
  color: #e15b27;
}

.full_footer.content-white {
  background: transparent;
}

.full_footer.content-white .float-left h5 {
  color: #fff;
}

.full_footer.content-white .float-left h5 a {
  color: #fff;
}

.full_footer.content-white .float-right .list li a {
  color: #fff;
}

.full_footer.content-white .float-right .list li:hover a {
  color: #e15b27;
}

.full_testimonials_area .main_title {
  margin-bottom: 80px;
}

.full_testimonials_area .full_white .test_item {
  background: #fff;
}

.full_testimonials_area .full_white .test_item h4 {
  color: #838383;
}

.full_testimonials_area .full_white .test_item h4 span {
  color: #35373b;
}

.full_testimonials_area .full_white .test_item p {
  color: #838383;
}

.full_testimonials_area .full_white .testimonials_slider .owl-prev:hover, .full_testimonials_area .full_white .testimonials_slider .owl-next:hover {
  color: #35373b;
}

.full_spec_area .main_title {
  margin-bottom: 80px;
}

.full_spec_area .spec_item h4 {
  color: #35373b;
}

.full_spec_area .spec_item p {
  color: #838383;
}

.full_spec_area .spec_item a:hover {
  color: #35373b;
}

#full_page_slider {
  overflow: hidden;
}

#full_page_slider .left_ar, #full_page_slider .right_ar {
  height: 70px;
  width: 70px;
  border: 2px solid #fff;
  text-align: center !important;
  line-height: 48px !important;
  color: #fff;
  display: inline-block;
  font-size: 30px !important;
  -webkit-transition: all 300ms ease !important;
  -o-transition: all 300ms ease !important;
  transition: all 300ms ease !important;
}

#full_page_slider .left_ar:hover, #full_page_slider .right_ar:hover {
  background: #35373b;
  color: #fff !important;
  border-color: #35373b;
}

#full_page_slider ul li .count {
  font-weight: bold !important;
  font-family: "Oswald", sans-serif;
}

#full_page_slider ul li .left_ar {
  right: 135px !important;
}

@media (min-width: 1800px) {
  .full_slider_inner {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 80px);
  }
  .full_slider_inner .forcefullwidth_wrapper_tp_banner {
    height: calc(100vh - 80px) !important;
  }
  .full_slider_inner .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    height: calc(100vh - 80px) !important;
  }
}

@media (max-height: 900px) {
  .full_slider_inner {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .full_slider_inner .forcefullwidth_wrapper_tp_banner {
    height: 100% !important;
  }
  .full_slider_inner .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    height: 100% !important;
  }
}

.left_contact_details h1 {
  font-size: 60px;
  font-family:'FuturaLight';
  font-weight: bold;
  margin-bottom: 80px;
}

.left_contact_details h2 {
  font-size: 30px;
  color: #666666;
  font-family:'FuturaLight';
  font-weight: normal;
  margin-bottom: 12px;
}

.left_contact_details h2 span {
  color: #fff;
  font-weight: 700;
}

.left_contact_details p {
  font-size: 14px;
  color: #fff;
  font-family:'FuturaLight';
  line-height: 24px;
  margin-bottom: 10px;
}

.left_contact_details a {
  display: block;
  font-size: 14px;
  color: #fff;
  font-family:'FuturaLight';
  line-height: 24px;
  margin-bottom: 20px;
}

.left_contact_details .map_btn {
  margin-bottom: 0px;
  margin-top: 110px;
  color: #00ccff;
  display: inline-block;
}

.left_contact_details .map_btn i {
  padding-left: 2px;
}

.left_contact_details .map_btn:hover {
  color: #e15b27;
}

.right_contact_form h4 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-family:'FuturaLight';
  margin-bottom: 10px;
  margin-top: 0px;
}

.right_contact_form .contact_us_form .form-group {
  margin-bottom: 15px;
}

.right_contact_form .contact_us_form .form-group input {
  border-radius: 0px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #525252;
  padding: 0px;
  height: 53px;
  color: #999999;
  font-family:'FuturaLight';
  font-size: 14px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.right_contact_form .contact_us_form .form-group input.placeholder {
  color: #999999;
  font-family:'FuturaLight';
  font-size: 14px;
}

.right_contact_form .contact_us_form .form-group input:-moz-placeholder {
  color: #999999;
  font-family:'FuturaLight';
  font-size: 14px;
}

.right_contact_form .contact_us_form .form-group input::-moz-placeholder {
  color: #999999;
  font-family:'FuturaLight';
  font-size: 14px;
}

.right_contact_form .contact_us_form .form-group input::-webkit-input-placeholder {
  color: #999999;
  font-family:'FuturaLight';
  font-size: 14px;
}

.right_contact_form .contact_us_form .form-group input:focus {
  border-color: #7d7d7d;
  color: #fff;
}

.right_contact_form .contact_us_form .form-group input:focus.placeholder {
  color: #fff;
}

.right_contact_form .contact_us_form .form-group input:focus:-moz-placeholder {
  color: #fff;
}

.right_contact_form .contact_us_form .form-group input:focus::-moz-placeholder {
  color: #fff;
}

.right_contact_form .contact_us_form .form-group input:focus::-webkit-input-placeholder {
  color: #fff;
}

.right_contact_form .contact_us_form .form-group textarea {
  border-radius: 0px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #525252;
  padding: 5px 0px;
  height: 60px;
  color: #999999;
  font-family:'FuturaLight';
  font-size: 14px;
  resize: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.right_contact_form .contact_us_form .form-group textarea.placeholder {
  color: #999999;
  font-family:'FuturaLight';
  font-size: 14px;
}

.right_contact_form .contact_us_form .form-group textarea:-moz-placeholder {
  color: #999999;
  font-family:'FuturaLight';
  font-size: 14px;
}

.right_contact_form .contact_us_form .form-group textarea::-moz-placeholder {
  color: #999999;
  font-family:'FuturaLight';
  font-size: 14px;
}

.right_contact_form .contact_us_form .form-group textarea::-webkit-input-placeholder {
  color: #999999;
  font-family:'FuturaLight';
  font-size: 14px;
}

.right_contact_form .contact_us_form .form-group textarea:focus {
  border-color: #7d7d7d;
  color: #fff;
}

.right_contact_form .contact_us_form .form-group textarea:focus.placeholder {
  color: #fff;
}

.right_contact_form .contact_us_form .form-group textarea:focus:-moz-placeholder {
  color: #fff;
}

.right_contact_form .contact_us_form .form-group textarea:focus::-moz-placeholder {
  color: #fff;
}

.right_contact_form .contact_us_form .form-group textarea:focus::-webkit-input-placeholder {
  color: #fff;
}

.right_contact_form .contact_us_form .form-group .order_s_btn {
  background: transparent;
  border-radius: 0px;
  text-align: left;
  text-transform: uppercase;
  padding: 0px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block;
  width: auto;
}

.right_contact_form .contact_us_form .form-group .order_s_btn:focus {
  outline: none;
  border: none;
}

.right_contact_form .contact_us_form .form-group .order_s_btn i {
  padding-left: 5px;
}

.right_contact_form .contact_us_form .form-group .order_s_btn:hover {
  color: #e15b27;
}

.right_contact_form .contact_us_form .form-group:last-child {
  margin-bottom: 0px;
  margin-top: 55px;
}

.right_position {
  position: absolute;
  right: 90px;
  z-index: 35;
}

.right_position ul {
  position: relative;
  top: -6px;
}

.right_position ul li {
  margin-bottom: 25px !important;
}

.right_position ul li a span {
  height: 13px !important;
  width: 13px !important;
  background: #253a4f !important;
  opacity: .25;
  border: none !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.right_position ul li a.active span {
  opacity: 1;
}

.right_position ul li:last-child {
  margin-bottom: 0px !important;
}

.right_position.white ul li a span {
  background: #fff !important;
  opacity: .5;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.right_position.white ul li a.active span {
  opacity: 1;
}

.section .box_content {
  -webkit-transform: translateY(7rem);
  -ms-transform: translateY(7rem);
  transform: translateY(7rem);
  -webkit-transition: all .35s .6s ease;
  -o-transition: all .35s .6s ease;
  transition: all .35s .6s ease;
  opacity: 0;
}

.section .box_content .main_title.white h2 {
  text-transform: capitalize;
  font-size: 60px;
}

.section.active .box_content {
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
  opacity: 1;
}

/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #e15b27;
  padding-bottom: 10px;
  font-family:'FuturaLight';
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Video Frame css
============================================================================================ */
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Styles for dialog window */
#small-dialog {
  background: #000;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
  overflow: visible;
}

#small-dialog .mfp-close {
  right: -40px;
  top: -40px;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-40px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-40px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-40px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-40px) perspective(600px) rotateX(10deg);
  transform: translateY(-40px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* End Video Frame css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Blog Grid css
============================================================================================ */
.blog_grid_inner {
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

.blog_grid_inner .pagination_dotted {
  padding-top: 40px;
}

.blog_g_item {
  margin-bottom: 90px;
  overflow: hidden;
}

.blog_g_item .press_img {
  overflow: hidden;
  display: inline-block;
}

.blog_g_item .press_img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog_g_item .press_img_item .date a {
  color: #35373b;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.blog_g_item .press_img_item .date a:first-child {
  color: #838383;
}

.blog_g_item .press_img_item .date a:first-child:hover {
  color: #35373b;
}

.blog_g_item .press_img_item .date a:hover {
  color: #e15b27;
}

.blog_g_item .press_img_item .date i {
  color: #838383;
}

.blog_g_item .press_img_item h4 {
  color: #35373b;
}

.blog_g_item .press_img_item h4:hover {
  color: #e15b27;
}

.blog_g_item:hover .press_img img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.blog_ms_inner {
  margin-bottom: -55px;
  overflow: hidden;
}

.blog_ms_inner .blog_g_item {
  margin-bottom: 55px;
}

/* End Blog Grid css
============================================================================================ */
/* Blog with Sidebar css
============================================================================================ */
.blog_sidebar_area {
  padding-top: 115px;
}

.left_sidebar_area {
  margin-right: -30px;
}

.left_sidebar_area.mg_left {
  margin-left: -30px;
  margin-right: 0px;
}

.l_widget {
  margin-bottom: 60px;
}

.l_widget:last-child {
  margin-bottom: 0px;
}

.l_wd_title h3 {
  font-size: 24px;
  font-family:'FuturaLight';
  font-weight: bold;
  color: #35373b;
  margin-bottom: 35px;
}

.search_wd .input-group input {
  border: none;
  background: #f1f4f5;
  border-radius: 0px;
  height: 50px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 15px;
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: normal;
  color: #838383;
}

.search_wd .input-group input.placeholder {
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: normal;
  color: #838383;
}

.search_wd .input-group input:-moz-placeholder {
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: normal;
  color: #838383;
}

.search_wd .input-group input::-moz-placeholder {
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: normal;
  color: #838383;
}

.search_wd .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: normal;
  color: #838383;
}

.categories_wd .list li a {
  font-size: 14px;
  color: #838383;
  font-family:'FuturaLight';
  border-bottom: 1px solid #d3d8dc;
  display: block;
  padding: 15px 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.categories_wd .list li a span {
  float: right;
}

.categories_wd .list li:first-child a {
  padding-top: 0px;
}

.categories_wd .list li:last-child a {
  padding-bottom: 0px;
  border-bottom: none;
}

.categories_wd .list li:hover a {
  color: #e15b27;
}

.r_post_wd .media {
  margin-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d3d8dc;
}

.r_post_wd .media .d-flex {
  padding-right: 20px;
}

.r_post_wd .media .media-body h4 {
  font-size: 14px;
  line-height: 20px;
  font-family:'FuturaLight';
  font-weight: bold;
  color: #35373b;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.r_post_wd .media .media-body h4:hover {
  color: #e15b27;
}

.r_post_wd .media:nth-child(2) {
  margin-top: 0px;
}

.r_post_wd .media:last-child {
  padding-bottom: 0px;
  border: none;
}

.tags_wd .tag_list a {
  display: inline-block;
  border: 1px solid #838383;
  color: #838383;
  padding: 0px 14px;
  margin-right: 6px;
  margin-bottom: 10px;
  line-height: 28px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  vertical-align: middle;
  text-align: center;
}

.tags_wd .tag_list a:hover {
  background: #35373b;
  border-color: #35373b;
  color: #fff;
}

.blog_side_item {
  margin-top: 28px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e9ebed;
}

.blog_side_item .media .d-flex {
  padding-right: 25px;
}

.blog_side_item .media .media-body .tag {
  text-transform: uppercase;
  font-family:'FuturaLight';
  font-weight: bold;
  color: #35373b;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.blog_side_item .media .media-body .tag:hover {
  color: #e15b27;
}

.blog_side_item .media .media-body h4 {
  color: #35373b;
  font-family:'FuturaLight';
  font-weight: bold;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 20px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.blog_side_item .media .media-body h4:hover {
  color: #e15b27;
}

.blog_side_item .media .media-body .time {
  font-size: 12px;
  color: #838383;
  font-family:'FuturaLight';
  font-weight: normal;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.blog_side_item .media .media-body .time:hover {
  color: #35373b;
}

.blog_side_item:first-child {
  margin-top: 0px;
}

.blog_side_item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.pagination_inner {
  margin-top: 100px;
  margin-bottom: 110px;
}

.pagination_inner .pagination li {
  margin-right: 25px;
}

.pagination_inner .pagination li a {
  padding: 0px;
  border: none;
  font-size: 18px;
  font-family:'FuturaLight';
  font-weight: normal;
  color: #838383;
  background: transparent;
}

.pagination_inner .pagination li:last-child {
  margin-right: 0px;
}

.pagination_inner .pagination li:hover a, .pagination_inner .pagination li.active a {
  color: #35373b;
  background: transparent;
  font-weight: bold;
}

.pagination_inner .pagination li.next a {
  color: #35373b;
}

/* End Blog with Sidebar css
============================================================================================ */
/* Single blog Gallery css
============================================================================================ */
.blog_gallery_area .blog_g_slider {
  position: relative;
}

.blog_gallery_area .blog_g_slider .owl-prev, .blog_gallery_area .blog_g_slider .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  height: 60px;
  width: 60px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog_gallery_area .blog_g_slider .owl-prev i, .blog_gallery_area .blog_g_slider .owl-next i {
  font-size: 36px;
}

.blog_gallery_area .blog_g_slider .owl-prev:hover, .blog_gallery_area .blog_g_slider .owl-next:hover {
  background: #35373b;
  border-color: #35373b;
}

.blog_gallery_area .blog_g_slider .owl-prev {
  left: 80px;
}

.blog_gallery_area .blog_g_slider .owl-next {
  right: 80px;
}

.box_layout {
  max-width: 770px;
  margin: auto;
}

.single_blog_content {
  padding-top: 92px;
  padding-bottom: 120px;
}

.s_blog_text_inner .blog_main_text {
  padding-bottom: 65px;
}

.s_blog_text_inner .blog_main_text h4 {
  font-size: 48px;
  color: #35373b;
  font-family:'FuturaLight';
  font-weight: bold;
  margin-bottom: 20px;
}

.s_blog_text_inner .blog_main_text .date {
  margin-bottom: 60px;
}

.s_blog_text_inner .blog_main_text .date a {
  font-size: 14px;
  color: #838383;
  font-family:'FuturaLight';
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.s_blog_text_inner .blog_main_text .date a:last-child {
  color: #35373b;
  font-weight: bold;
}

.s_blog_text_inner .blog_main_text .date a:last-child:hover {
  color: #e15b27;
}

.s_blog_text_inner .blog_main_text .date a:hover {
  color: #35373b;
}

.s_blog_text_inner .blog_main_text .date i {
  font-size: 6px;
  color: #838383;
  position: relative;
  top: -2px;
  padding-left: 2px;
  padding-right: 2px;
}

.s_blog_text_inner .blog_main_text p {
  font-size: 16px;
  line-height: 30px;
  color: #35373b;
  margin-bottom: 0px;
}

.s_blog_text_inner .blog_main_text img {
  margin-top: 65px;
  margin-bottom: 65px;
}

.s_blog_text_inner .blog_main_text .embed-responsive {
  margin-bottom: 60px;
}

.s_blog_text_inner .blog_main_text h5 {
  color: #35373b;
  font-family:'FuturaLight';
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 35px;
}

.s_blog_text_inner .blog_main_text .blockquote {
  padding-left: 80px;
  padding-right: 90px;
  margin-bottom: 45px;
  margin-top: 45px;
}

.s_blog_text_inner .blog_main_text .blockquote h6 {
  margin-bottom: 0px;
  font-size: 24px;
  color: #35373b;
  line-height: 36px;
  letter-spacing: .60px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
}

.s_blog_text_inner .blog_main_text .blockquote h6 i {
  font-style: normal;
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 60px;
  color: #35373b;
  font-family:'FuturaLight';
  font-weight: 100;
}

.s_blog_text_inner .blog_main_text .s_blog_tag {
  margin-top: 83px;
}

.s_blog_text_inner .blog_main_text .s_blog_tag a {
  display: inline-block;
  border: 1px solid #838383;
  color: #838383;
  font-size: 14px;
  line-height: 28px;
  padding: 0px 16px;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  margin-right: 6px;
}

.s_blog_text_inner .blog_main_text .s_blog_tag a:hover {
  background: #35373b;
  border-color: #35373b;
  color: #fff;
}

.s_blog_text_inner .blog_main_text .s_blog_tag a:last-child {
  margin-right: 0px;
}

.s_blog_text_inner.video_s_blog .blog_main_text h4 {
  font-size: 36px;
}

.related_post {
  border-top: 2px solid #e9ebed;
  padding-top: 60px;
}

.related_post h4 {
  font-family:'FuturaLight';
  font-weight: bold;
  color: #35373b;
  font-size: 24px;
  margin-bottom: 40px;
}

.related_post .blog_g_item {
  margin-bottom: 0px;
}

.s_blog_text_inner.video_s_blog {
  padding-bottom: 80px;
}

/* End Single blog Gallery css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Blog Comment Form css
============================================================================================ */
.comment_form {
  background: #ebf0f4;
  padding: 130px 0px;
}

.comment_title {
  padding-bottom: 45px;
}

.comment_title h2 {
  font-size: 24px;
  font-family:'FuturaLight';
  font-weight: bold;
  color: #35373b;
  margin-bottom: 12px;
}

.comment_title p {
  font-size: 14px;
  font-family:'FuturaLight';
  font-weight: normal;
  color: #838383;
  margin-bottom: 0px;
}

.comment_from .form-group {
  margin-bottom: 30px;
}

.comment_from .form-group input {
  height: 50px;
  border: 1px solid #bcc5ce;
  border-radius: 0px;
  padding: 0px 15px;
  background: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #838383;
  font-family:'FuturaLight';
  font-weight: normal;
}

.comment_from .form-group input.placeholder {
  font-size: 14px;
  color: #838383;
  font-family:'FuturaLight';
  font-weight: normal;
}

.comment_from .form-group input:-moz-placeholder {
  font-size: 14px;
  color: #838383;
  font-family:'FuturaLight';
  font-weight: normal;
}

.comment_from .form-group input::-moz-placeholder {
  font-size: 14px;
  color: #838383;
  font-family:'FuturaLight';
  font-weight: normal;
}

.comment_from .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #838383;
  font-family:'FuturaLight';
  font-weight: normal;
}

.comment_from .form-group textarea {
  height: 216px;
  border: 1px solid #bcc5ce;
  border-radius: 0px;
  padding: 15px 15px;
  background: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #838383;
  font-family:'FuturaLight';
  resize: none;
  font-weight: normal;
}

.comment_from .form-group textarea.placeholder {
  font-size: 14px;
  color: #838383;
  font-family:'FuturaLight';
  font-weight: normal;
}

.comment_from .form-group textarea:-moz-placeholder {
  font-size: 14px;
  color: #838383;
  font-family:'FuturaLight';
  font-weight: normal;
}

.comment_from .form-group textarea::-moz-placeholder {
  font-size: 14px;
  color: #838383;
  font-family:'FuturaLight';
  font-weight: normal;
}

.comment_from .form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #838383;
  font-family:'FuturaLight';
  font-weight: normal;
}

.comment_from .form-group:last-child {
  margin-bottom: 0px;
  margin-top: 17px;
}

.p_star {
  display: inline-block;
  position: relative;
}

.p_star input {
  background: #fff;
}

.p_star input:valid + .placeholder {
  display: none;
}

.p_star .placeholder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  z-index: 1;
}

.p_star .placeholder::before {
  content: attr(data-placeholder);
  color: #838383;
  font-family:'FuturaLight';
  font-weight: normal;
  font-size: 14px;
}

.p_star .placeholder::after {
  content: " *";
  color: tomato;
}

/* End Blog Comment Form css
============================================================================================ */
/* End Blog Comment Form css
============================================================================================ */
.banner_map .mapBox {
  min-height: 620px;
}

.contact_area2 {
  padding: 70px 0px;
}

.contact_area2 .left_contact_details h1 {
  font-size: 30px;
    color: #fff;
  font-family:'FuturaLight';
  font-weight: bold;
  margin-bottom: 20px;
  z-index: 999;
  position: relative;
}

.contact_area2 .left_contact_details h2 {
  font-size: 30px;
  font-family:'FuturaLight';
  font-weight: normal;
  color: #838383;
  margin-bottom: 25px;
}

.contact_area2 .left_contact_details h2 span {
  font-weight: bold;
  color: #35373b;
}

.contact_area2 .left_contact_details p {
  font-size: 14px;
  line-height: 24px;
  color: #35373b;
  font-family:'FuturaLight';
  font-weight: normal;
  margin-bottom: 25px;
}

.contact_area2 .left_contact_details a {
  font-size: 14px;
  line-height: 24px;
  color: #35373b;
  font-family:'FuturaLight';
  font-weight: normal;
  margin-bottom: 0px;
}

.contact_area2 .left_contact_details .map_btn {
  color: #ffffff;
  font-family:'FuturaLight';
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  display: block;
  position: relative;
  z-index: 999;
}

.contact_area2 .left_contact_details .map_btn:hover {
  color: #35373b;
}

.contact_area2 .right_contact_form h4 {
  font-size: 16px;
  color: #35373b;
  font-family:'FuturaLight';
  font-weight: bold;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input {
  border-bottom-color: #e15b273b;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input.placeholder {
  color: #838383;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input:-moz-placeholder {
  color: #838383;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input::-moz-placeholder {
  color: #838383;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input::-webkit-input-placeholder {
  color: #838383;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input:focus {
  border-bottom-color: #a8b0b9;
  color: #35373b;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea {
  border-bottom-color: #e15b273b;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea.placeholder {
  color: #838383;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea:-moz-placeholder {
  color: #838383;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea::-moz-placeholder {
  color: #838383;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea::-webkit-input-placeholder {
  color: #838383;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea:focus {
  border-bottom-color: #a8b0b9;
  color: #35373b;
}

.contact_area2 .right_contact_form .contact_us_form .form-group .order_s_btn {
  font-size: 14px;
  color: #35373b;
  display: inline-block;
  width: auto;
}

.contact_area2 .right_contact_form .contact_us_form .form-group .order_s_btn:hover {
  color: #e15b27;
}

.contact_area2 .right_contact_form .contact_us_form .form-group .order_s_btn:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact_area2 .right_contact_form .contact_us_form .form-group:last-child {
  margin-top: 20px;
}

label {
  margin-top: 8px;
}

.success-message, .error-message {
  display: none;
  margin-top: 5px;
  padding-left: 15px;
}

/* End Blog Comment Form css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer css
============================================================================================ */
.footer_area {
  background: #1b1b1b;
  /*padding-left: 80px;
  padding-right: 80px;
  padding-top: 0px;*/
  padding: 25px 0px;
}

.footer_area .footer_widgets {
  padding-bottom: 100px;
}

.footer_area .footer_widgets .f_widgets_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.footer_area .footer_widgets .f_widgets_item:nth-child(2) .f_contact {
  margin-left: -56px;
}

.footer_area .footer_widgets .f_widgets_item:nth-child(3) .f_link {
  margin-left: 75px;
}

.footer_area .footer_widgets .f_widgets_item:nth-child(4) .f_link {
  margin-left: 95px;
}

.footer_area .footer_widgets .f_widgets_item:nth-child(5) .f_link {
  margin-left: 85px;
}

.f_title {
  margin-bottom: 25px;
}

.f_title h3 {
  color: #fff;
  font-family:'FuturaLight';
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.f_contact {
  max-width: 270px;
}

.f_contact a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  font-family:'FuturaLight';
  font-weight: normal;
  margin-bottom: 15px;
}

.f_contact a:last-child {
  margin-bottom: 0px;
}

.f_contact p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  font-family:'FuturaLight';
  font-weight: normal;
  margin-bottom: 15px;
}

.f_link .list li {
  margin-bottom: 10px;
}

.f_link .list li a {
  font-size: 14px;
  color: #999999;
  font-family:'FuturaLight';
  font-weight: normal;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.f_link .list li:last-child {
  margin-bottom: 0px;
}

.f_link .list li:hover a {
  color: #fff;
}

.footer_copyright {
  overflow: hidden;
  border-top: 2px solid #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px;
}

.footer_copyright .left_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer_copyright .left_text p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  font-family:'FuturaLight';
  font-weight: normal;
  margin-bottom: 0px;
}

.footer_copyright .left_text p a {
  color: #fff;
  font-weight: bold;
}

.footer_copyright .middle_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.footer_copyright .middle_text .list {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.footer_copyright .middle_text .list li {
  display: inline-block;
  margin-right: 25px;
}

.footer_copyright .middle_text .list li a {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  font-family:'FuturaLight';
  font-weight: normal;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.footer_copyright .middle_text .list li:last-child {
  margin-right: 0px;
}

.footer_copyright .middle_text .list li:hover a {
  color: #fff;
}

.footer_copyright .right_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.footer_copyright .right_text .list li {
  display: inline-block;
  margin-right: 25px;
}

.footer_copyright .right_text .list li a {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  font-family:'FuturaLight';
  font-weight: normal;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.footer_copyright .right_text .list li:hover a, .footer_copyright .right_text .list li.active a {
  color: #fff;
}

.footer_copyright .right_text .list li:last-child {
  margin-right: 0px;
}

.white_f {
  background: #fff;
}

.white_f .f_title h3 {
  color: #35373b;
}

.white_f .f_contact a {
  color: #838383;
}

.white_f .f_contact p {
  color: #838383;
}

.white_f .f_link .list li a {
  color: #838383;
}

.white_f .f_link .list li:hover a {
  color: #35373b;
}

.white_f .footer_copyright {
  border-top: 2px solid #f0f0f0;
}

.white_f .footer_copyright .left_text p {
  color: #838383;
}

.white_f .footer_copyright .left_text p a {
  color: #35373b;
}

.white_f .footer_copyright .middle_text .list li a {
  color: #838383;
}

.white_f .footer_copyright .middle_text .list li:hover a {
  color: #35373b;
}

.white_f .footer_copyright .right_text .list li a {
  color: #838383;
}

.white_f .footer_copyright .right_text .list li:hover a, .white_f .footer_copyright .right_text .list li.active a {
  color: #35373b;
}

/* End Footer css
============================================================================================ */
/*---------------------------------------------------- */

.about-more-wrap{
  padding: 80px 0;
  text-align: center;
}
.darkbg{
      background: #1b1b1b;
}
.darkbg h3{
      color: #fff;
}
.darkbg p{
      color: #fff;
}
.about-two-more-wrap{
  padding: 80px 0;
}
.single-about-box{

}
.single-about-box h3{
  
}
.single-about-box h5 {
    font-size: 75px;
    margin-bottom: 20px;
}
.about-two-more-wrap .col-lg-2{
    flex: 0 0 20%;
    max-width: 20%;
}
.about-two-more-wrap .col-lg-2:hover h5{
    color: #e15b27;
}
.industies-wrap {
    padding: 80px 0;
    background-image: url(../img/industires-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.industies-wrap h3{
  color: #fff;
}
.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #11111180;
    z-index: -1;
}
.single-industies-box {
    background-color: #e15b27;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
}
.industies-wrap .col-lg-2{
    flex: 0 0 20%;
    max-width: 20%;
}
.single-industies-box img{
  width: 30px;
}
.single-industies-box h6{
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}
.breadcrum-wrap{
  padding: 150px 0px 60px;
  background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.breadcrum-wrap:before{
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000094;
}
.breadcrum-text{
  text-align: center;
  padding: 30px 0px 0px;
}
.breadcrum-text h1{
  color: #ffffff;
  font-weight: 900;
}
.breadcrum-text ul{
  display: inline-block;
  position: relative;
  padding-left: 0px;
  padding-top: 10px;
}
.breadcrum-text ul li{
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
}
.breadcrum-text li:after{
  content: '\00BB';
  color: #ffffff;
  font-size: 16px;
  padding: 0px 10px;
  position: relative;
  top: 5px;
}
.breadcrum-text li:last-child:after{
  content: none;
}
.breadcrum-text li:last-child{
    font-weight: 900;
}
.breadcrum-text li a{
  color: #ffffff;
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
.about-wrap{
  padding: 70px 0px;
}
.our-vision-wrap{
  background-color: #f7f7f7;
  padding: 70px 0px;
}
.our-vision-wrap .services-item{
  padding: 30px 30px 24px 30px;
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    margin-top: 20px !important;
}
.our-vision-wrap .services-item .services-icon {
  text-align: center;
  background-color: #e15b27;
  line-height: 37px !important;
  min-width: 60px;
  height: 60px;
  margin-bottom: 20px !important;
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  padding: 5px;
  font-size: 50px;
}
.our-vision-wrap .services-item .services-icon img {
  margin: 5px 0px 0px 0px;
  height: 37px;
  /*width: 27px;*/
  max-width: unset;
}
.our-vision-wrap .services-item .services-text .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.365em;
  margin-bottom: 15px;
}
.our-vision-wrap .services-item .services-text .title a {
  color: #000000;
}
.our-vision-wrap .services-item .services-text .services-txt {
  margin-bottom: 4px;
  height: 80px;
}
.our-vision-wrap .services-item:hover .services-text .title a {
  color: #70bf4a;
}
.our-vision-wrap .services-item {
  position: relative;
  padding: 40px 50px 46px 50px;
  margin: 0 -2px 0 -2px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.our-vision-wrap .services-item .serial-number {
  position: absolute;
  left: 242px !important;
  top: 13px !important;
  color: #00000008;
  font-size: 70px;
  font-weight: 600;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.our-vision-wrap .services-item .services-icon {
  margin-bottom: 20px;
}
/*.about-img img{
  box-shadow: 15px 15px #e15b27;
}*/
.our-person-wrap{
  background-image: url(../img/our-person-bg.png);
  padding: 70px 0px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.our-person-wrap:before{
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color:#e15b27de;
}
.our-person-text{
  color: #fff;
}
.our-person-text h3{
  padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff7a;
}
.our-person-text h6{
  font-weight: 900;
}
.contact-details{
  list-style-type: none;
  padding-left: 0px;
}
.contact-details li{
  color: #ffffff;
  padding-bottom: 15px;
  padding-left: 30px;
    position: relative;
}
.contact-details li a{
  color: #ffffff !important;
  display: initial;
}
.contact-details li a:hover{
  color: #35373b !important;
}
.contact-details li i {
    padding-right: 6px;
    position: absolute;
    left: -5px;
    font-size: 20px;
    top: 3px;
}
.left_contact_details{
  background: #e15b27;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-image: url(../img/contact-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.left_contact_details:before{
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #e15b27e0;
}
.right_contact_form{
  background: #f3f3f3;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.right_contact_form h2{
  font-size: 30px;
    color: #e15b27;
    font-family: 'FuturaLight';
    font-weight: bold;
    margin-bottom: 10px;
}
.social-icon{
  list-style-type: none;
  padding-left: 0px;
  display: inline-block;
  position: relative;
  margin-bottom: 62px;
}
.social-icon li{
  display: inline-block;
  position: relative;
  color: #ffffff;
  margin-right: 5px;
}
.social-icon li a{
  background-color: #ffffff;
    width: 35px;
    border-radius: 50px;
    height: 35px;
    padding: 0px 12px;
    line-height: 35px !important;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.social-icon li a:hover{
  background-color: #35373b;
  color: #fff;
}
.follow-title{
  color: #fff;
  margin: 20px 0px;
  font-weight: 900;
  font-size: 22px;
  z-index: 999;
  position: relative;
}
.client-wrap{
  padding: 70px 0px;
}
.client-logo{
  margin-bottom: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px 0px;
  border-radius: 20px;
}

.video-banner-wrap{
    overflow: hidden;    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 680px;
    position: relative;
    z-index: 1;
}
.video-banner-wrap:after{
    content: "";
    top: 0;
    left: 0;
    background-color:#00000073;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.background-video {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 50vw;
    transform: translate(-50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}
.vimeo-background-video {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 50vw;
    transform: translate(-50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}
.banner-content {
    margin: 160px auto 0;
    text-align: center;
    z-index: 1;
    position: relative;
    max-width: 710px;
}
.career-wrap{
  padding: 70px 0px;
  position: relative;
  background-image: url(../img/career-bg.png);
  background-size: cover;
  background-position: center right;
  position: relative;
  background-attachment: fixed;
}
.benefit-career-wrap{
  padding: 70px 0px 0px;
}
.benefit-icon{
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #f7f7f7;
  display: block !important;
}
.benefit-icon img{
  padding-bottom: 20px;
}
.benefit-icon h3{
  font-size: 20px;
}
.benefit-career-text{
  margin-bottom: 40px;
}
.career-item img{
  height: 358px !important;
  object-fit: contain;
}
.view-position-wrap{
  padding: 70px 0px;5641
}
.global-presence-wrap{
  padding: 70px 0px;
  position: relative;
  background-image: url(../img/global-map.png);
  background-size: cover;
  background-position: center right;
  position: relative;
  background-attachment: fixed;
}
.global-presence-wrap:before{
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff80;
}
.global-presence-item{
  text-align: center;
  margin-bottom: 30px;
}
.global-presence-item img{

}
.global-presence-item h4{
  font-weight: 900;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.header_area{
  background: #ffffffcc !important;
}

.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 390px;
  height: auto;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  padding-top: 7px;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: 70px;
  padding: 26px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #ff6b00;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #000000 #000000 transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
  background: #f3f3f3;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #ff6b00;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}
.nav-dropdown>li .sub-li{
  width: 230px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    white-space: break-spaces;
}
.nav-menu > li > a {
  text-transform: capitalize;
  font-family: 'FuturaBold';
    color: #111;
    font-size: 15px;
}
.nav-brand img{
  width: 170px;
  padding: 12px 0px;
}
.nav-dropdown > li > a {
  font-family: 'FuturaBold';
    color: #111;
    font-size: 15px;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
  background: #f3f3f3;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 100%;
  }
}

.product-wrap{
  padding: 70px 0px;
}
.product-box{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.blog_grid_inner {
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

.blog_grid_inner .pagination_dotted {
  padding-top: 40px;
}

.product-box {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}

.product-box .product_img {
  overflow: hidden;
  display: inline-block;
}

.product-box .product_img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-box .product_img_item .date a {
  color: #35373b;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.product-box .product_img_item .date a:first-child {
  color: #838383;
}

.product-box .product_img_item .date a:first-child:hover {
  color: #35373b;
}

.product-box .product_img_item .date a:hover {
  color: #e15b27;
}

.product-box .product_img_item .date i {
  color: #838383;
}

.product-box .product_img_item h4 {
  color: #35373b;
  height: 80px;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
    font-weight: bold;
    margin-top: -6px;
    margin-bottom: 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    background-color: #e15b27;
}
.product-box .product_img_item a{
  color: #ffffff;
  padding: 10px 20px 15px 20px;
    position: relative;
    display: block;
}
.product-box .press_img_item h4:hover {
  color: #e15b27;
}

.product-box:hover .product_img img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.blog_ms_inner {
  margin-bottom: -55px;
  overflow: hidden;
}

.blog_ms_inner .product-box {
  margin-bottom: 55px;
}
.product-details-wrap{
  padding: 70px 0px;
}
.listing{
  padding-left: 15px;
}
.listing li{
  padding-bottom: 10px;
}
.listing li::marker{
  color: #e15b27;
}
.product-table{
  padding: 20px 0px;
}
.table td, .table th{
  border: 1px solid #dee2e6;
}
.table thead{
  background-color: #e15b27;
  color: #ffffff;
}
.table thead th{
  border-bottom: none;
}
.product-text .listing li b{
  color: #35373b;
}
.single-gallery{
  margin-top: 25px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.single-gallery:after, .single-gallery:before {
    content: '';
    background-color: #e15b27;
    height: 0;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0;
    z-index: 1;
    transition: all .4s ease-in-out;
}
/*.single-gallery:hover .image {
  opacity: 0.3;
}*/
.single-gallery:hover .middle {
  opacity: 1;
}
.single-gallery .text i{
  top: -9px;
    right: 6px;
    position: relative;
    color: #fff;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}
.single-gallery:hover:after, .single-gallery:hover:before {
    height: 100%;
    opacity: .8;
}
.image {
    opacity: 1;
    display: block;
    width: 100%;
    /*height: 225px;
    object-fit: cover;*/
    transition: .5s ease;
    backface-visibility: hidden;
}
.single-gallery .text {
  background-color: #ffffff85;
    color: white;
    font-size: 16px;
    width: 20px;
    height: 20px;
    padding: 34px;
    border-radius: 50%;
}
.product_image_gallery {
  overflow: hidden;
}

.product_image_gallery .owl-prev, .product_image_gallery .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 100px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.product_image_gallery .owl-prev {
  left: 70px;
}

.product_image_gallery .owl-next {
  right: 70px;
}

.product_image_gallery:hover .owl-prev, .product_image_gallery:hover .owl-next {
  opacity: 1;
}
.product-img-gallery{
  background-color: #f3f3f3;
  padding: 30px 0px;
}
.product-img-gallery .l_text{
  padding-bottom: 0px;
}
.enquiry-form{
 padding: 40px 40px;
    background-color: #fdfdfd;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.enquiry-img{
  padding: 60px 0px;
  background-color: #e15b27;
}
.enquiry-form .form-group {
    margin-bottom: 15px;
}
.enquiry-form .form-group input {
    border-bottom-color: #e15b273b;
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #525252;
    padding: 0px;
    height: 53px;
    color: #999999;
    font-family: 'FuturaLight';
    font-size: 14px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.enquiry-form .form-group textarea {
    border-bottom-color: #e15b273b;
}
.enquiry-form .form-group textarea {
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #525252;
    padding: 5px 0px;
    height: 60px;
    color: #999999;
    font-family: 'FuturaLight';
    font-size: 14px;
    resize: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-enquiry-form{

}
.no-padding{
  padding: 0px;
}

.enquiry-img{
  background-image: url(../img/enquiry-bg.png);
  padding: 80px 60px 80px;
  background-size: cover;
    background-position: center;
    position: relative;
    height: 370px;
}
.enquiry-img:before{
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #e15b27d6;
}
.enquiry-text{
  position: relative;
  z-index: 999;
  padding: 70px 0px;
}
.enquiry-text h4{
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
} 
.enquiry-text p{
color: #ffffff;
font-size: 22px;
text-align: center;
}
.btn-default1 {
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 25px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    z-index: 1;
    background-color: #35373b;
    color: #fff !important;
    overflow: hidden;
    border: none;
    margin-top: 20px;
}
.btn-default1:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 0px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    background-color: #000000;
    border-radius: 10px;
}
.btn-default1:hover:before {
    width: 100%;
}
.product-text h5{
  color: #e15b27;
}
.slider1__content {
    padding: 270px 0 150px 0;
    position: relative;
    z-index: 1;
}
.slider1__content ul {
  margin-bottom: 10px;
}

.slider1__content ul li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.slider1__content ul li:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background-color: #fff;
    top: 30%;
    right:0px;
}
.slider1__content ul li:last-child:after{
    display: none;
}
.slider1__content ul li p {
    display: inline-block;
    font-size: 18px;
    font-family: 'inter-SemiBold';
    color: #fdc62a;
    margin: 0px 28px;
    text-transform: uppercase;
}

/*.slider1__content ul li p:hover {
  color: #fa5171;
}*/

.slider1__content h2 {
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  line-height: 75px;
  margin: 30px 0 0 0;
}
.slider1__content p {
    margin-bottom: 50px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
}

@media only screen and (max-width: 767px) {
  .slider1__content h2 {
    font-size: 27px;
    line-height: 45px;
  }
  .slider1__content {
    padding: 150px 0 150px 0;
  }
  .video-banner-wrap{
    height: 450px;
  }
}

@media only screen and (max-width: 400px) {
  .slider1__content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .slider1__content ul li a {
    font-size: 15px;
    margin: 0px 5px;
}
.slider1__content .btn2 {
    margin: 20px 0;
}
}

.slider1 .slider-section-dots {
  position: relative;
}

.slider1 .slider-section-dots .owl-dots {
  position: absolute;
  bottom: 50%;
  right: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.slider1 .slider-section-dots .owl-dots .owl-dot.active span,
.slider1 .slider-section-dots .owl-dots .owl-dot:hover span {
  background: #fa5171;
}

.slider1 .slider-section-dots .owl-dots .owl-dot span {
  width: 24px;
  height: 4px;
  border-radius: 0px;
  border: none;
  background: #fff;
  margin: 0px 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 880px) {
  .slider1 .slider-section-dots .owl-dots .owl-dot span {
    display: none;
  }
}


.thanks-wrap{
  padding: 200px 0px 120px;
  background-color: #f3f3f3;
}
.thanks-text{
  text-align: center;
}
.thanks-text h2{
  font-family:'FuturaBold';
  font-size: 60px;
}
.thanks-text h5{
  color: #e15b27;
}
.thanks-btn{
  background-color: #e15b27;
}
.quick-links{
  display: block;
  border-bottom: 1px solid #99999963;
}
.quick-links ul{
  position: relative;
  display: block;
  padding-left: 0px;
  text-align: center;
}
.quick-links ul li{
  position: relative;
  display: inline-block;
  color: #999999;
}
.quick-links ul li:after{
  content: '|';
  padding: 0px 7px;
}
.quick-links ul li:last-child:after{
  content: none;
}
.quick-links ul li a{
  position: relative;
  display: inline-block;
  color: #999999;
}
.quick-links ul li a:hover{
  color: #e15b27;
}
.footer-social{
  float: right;
      margin-top: 20px;
}
.footer-social ul{
  position: relative;
  display: inline-block;
  padding-left: 0px;
}
.footer-social ul li{
  position: relative;
  display: inline-block;
  color: #999999;
}
.footer-social ul li:after{
  content: '|';
  padding: 0px 7px;
}
.footer-social ul li:last-child:after{
  content: none;
}
.footer-social ul li a{
  position: relative;
  display: inline-block;
  color: #999999;
}
.footer-social ul li a:hover{
  color: #e15b27;
}
.copyright_text{
  margin-top: 20px;
}
.copyright_text a{
  color: #ffffff;
  font-family:'FuturaBold';

}
.copyright_text a:hover{
  color: #e15b27;
}
.downloadables-wrap{
  padding: 70px 0px;
}

#exTab1 .tab-content {
  background-color: #fff;
  padding : 5px 15px;
}
#exTab1 .nav-pills > li > a {
  border-radius: 0;
  color: #fff;
} 
#exTab1 .nav-pills > li{
  padding: 20px;
  width: 33%;
  text-align: center;
}
#exTab1 .nav-pills > .active{
  background-color: #cf3c03;
}
.nav-pills{
  background-color: #e15b27;
}
.tablinks{
  background-color: transparent;
    border: none;
    font-size: 20px;
}
.tab button.active {
    color: #e15b27;
     font-family:'FuturaBold';
     border-bottom: 1px solid;
     outline: none;
}
.tab button:focus{
   outline: none;
}
.tab button:after{
  content: '|';
  padding-left: 10px;
}
.tab button:last-child:after{
  content: none;
}
.about-industies-box{
  background-color: #e15b27;
    padding: 30px 15px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    border-top: 5px solid #FFF;
}
.about-industies-box h6{
  height: 30px;
}
.industies-wrap .hvr-grow {
  display: block;
}
.our-person-text .listing li::marker{
  color: #fff;
}
svg {
  display: block;
  height: 150px;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  color: #e15b27;
}

.circle {
  stroke-dasharray: 76;
  stroke-dashoffset: 76;
  animation: draw 1s forwards;
}

.tick {
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
  animation: draw 1s forwards 1s;
}
.tabcontent{
  display: none;
}
.about-product-wrap{
  padding: 70px 0px;
}
.about-product-wrap .blog_g_item .press_img{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 5px;
}
.about-product-wrap .blog_g_item .press_img_item h4{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  height: 90px;
}
.about-product-wrap .blog_g_item .press_img_item h4 a{
  color: #35373b;
  font-size: 21px;
}
.about-product-wrap {
  overflow: hidden;
}

.about-product-wrap .owl-prev, .about-product-wrap .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 100px;
  color: #333;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.about-product-wrap .owl-prev {
  left: 70px;
}

.about-product-wrap .owl-next {
  right: 70px;
}

.about-product-wrap:hover .owl-prev, .about-product-wrap:hover .owl-next {
  opacity: 1;
}
.about-product-wrap .blog_g_item{
  margin-bottom: 0px;
  background-color: #f7f7f7;
}
.blog_g_item .press_img img{
  background-color: #fff;
}
.steps{
  
  padding: 0px 20px;
}
.step-border{
  margin-top: 30px;
  border-right: 1px solid #dedede;
}
.step_number{
transition: .3s linear;
    -webkit-text-stroke: 1px #e15b27;
    font-size: 91px;
    line-height: 1;
    color: transparent;
}
.steps:hover .step_number{
  color: #e15b27;
}
.step_title{
  font-size: 22px;
  font-weight: 900;
}
.step_info{

}
.quality-production-img img{
  width: 100%;
}
.quality-production-text{
padding: 72px 60px;
background-color: #f7f7f7;
}
.quality-sale-text{
  padding: 89px 60px;
}
.quality-production-text h5{
  font-weight: 900;
  color: #e15b27;
  padding-bottom: 30px;
}
.industies-serve{
  background-image: url(../img/industires-bg1.jpg);
}
.industies-serve .dark-overlay{
  background-color: #111111b8;
}
.industies-serve h3{
  text-transform: uppercase;
  text-align: center;
}
.industies-serve .l_text{
  padding-bottom: 40px;
}
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
  transition: color 0.3s, background 0.3s;
}

.my-float{
  margin-top:16px;
}
.float:hover{
  color: #fff;
  background-color:#444;
}
.thermowell-table{
  padding-top: 10px;
}
.thermowell-table tr,td{
  border: none !important;
}
.table-head-point b{
  display: flex;
  gap: 10px;
  color: #000000;
}
.table-head-point b span{
  color: #e15b27;
}
@keyframes draw { 
  to { stroke-dashoffset: 0 } 
}
