/*=====================================================================
@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
=====================================================================*/
/*----------------------------------------------------*/
@import "devices.min.css";

/*Color Variables*/

:root {
  /* Dark Text Color */
  --text-color: #263a4f;
  /* Light Text Color */
  --text-color-light: #fff;
  /* Background Color */
  --main-bg-color: #fff;
  /* Orange BrandBook Color */
  --brand-color1: #3333ff;

}



.align-left {

}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  color: var(--brand-color1);
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.project_header img {
	transition: all .2s ease-in-out;
	/* filter: grayscale(65%); */
}

.project_header img:hover,
.project_header img:active {
  filter: grayscale(0%);
}


.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  font-family: 'Proxima Nova';
  color: var(--text-color);
  font-weight: normal;
	font-size: 16px;
  background-color: var(--main-bg-color);
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}


.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: #3333ff;
}

::-moz-selection {
  background-color: #3333ff;
  color: #fff;
}

::selection {
  background-color: #3333ff;
  color: #fff;
}

-webkit-::-moz-selection {
  background-color: #3333ff;
  color: #fff;
}

-webkit-::selection {
  background-color: #3333ff;
  color: #fff;
}

::-moz-selection {
  background-color:#3333ff;
  color: #fff;
}

/* Container Custome Code css
============================================================================================ */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* End Container Custome Code css
============================================================================================ */
.s_title {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 45px;
}

.s_title.white {
  color: #8d9aa8;
}

.main_title h2 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main_title.white h2 {
  color: #263a4f;
}

/* Main title css
============================================================================================ */


/* Page Breadcrumbs */
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.breadcrumbs > * {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
}

.breadcrumbs > .sep {
  margin: 0 10px;
}

.breadcrumbs a {
	color:#3333ff;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}



.project_breadcrumb_area {
  background: url(../img/banner/project-banner-1.jpg) no-repeat scroll center center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  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-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: #3333ff;
  position: absolute;
  top: -26px;
  left: 0px;
}

.project_breadcrumb_area .breadcrumb_inner .breadcrumb_link a:hover {
  color: #3333ff;
}

.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: #000;

  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: #000;
}

.breadcrumb_link a:last-child {
  margin-right: 0px;
}

.breadcrumb_link a:last-child:before {
  display: none;
}

.breadcrumb_link a:first-child {
  color: #fff;
  font-weight: bold;
}

.breadcrumb_link a:hover {
  color: #3333ff;
}

.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 {

  color: #fff;

  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-weight: bold;
  line-height: 52px;
  margin-bottom: 0px;
}

.page_link {
  margin-bottom: 100px;
}

.page_link a {


  font-weight: normal;
  color: #000;
  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: #000;


  position: absolute;
  right: -12px;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.page_link a.active {
  color: #fff;
  font-weight: bold;
}

.page_link a:last-child {
  margin-right: 0px;
}

.page_link a:last-child:before {
  display: none;
}

.page_link a:hover {
  color: #3333ff;
}

/* 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;

}

.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;


}

.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
============================================================================================ */
.header_menu_area {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 30;
  top: 0px;
}

.header_menu_area .navbar {
  background: transparent !important;
  padding: 45px 5px 0px 5px;
}

@media screen and (min-width: 1200px) {
  .header_menu_area .navbar {
    padding: 45px 75px 0px 75px;
  }
}

body.page:not(.home):not(.project_page) .header_menu_area,
body.contacts_page .header_menu_area,
body.archive .header_menu_area,
body.single-product .header_menu_area,
body.single-post .header_menu_area,
body.error404 .header_menu_area {
	background-color: rgb(27 27 27 / 75%);
}


body.archive .header_menu_area .navbar,
body.contacts_page .header_menu_area .navbar,
body.page:not(.home):not(.project_page) .header_menu_area .navbar,
body.single-product .header_menu_area .navbar,
body.single-post .header_menu_area .navbar,
body.error404 .header_menu_area .navbar {
  padding: 5px;
}

@media screen and (min-width: 1200px) {
  body.archive .header_menu_area .navbar,
  body.contacts_page .header_menu_area .navbar,
  body.page:not(.home):not(.project_page) .header_menu_area .navbar,
  body.single-product .header_menu_area .navbar,
  body.single-post .header_menu_area .navbar,
  body.error404 .header_menu_area .navbar {
    padding: 5px 25px;
  }
}

@media screen and (min-width: 1350px) {
  body.archive .header_menu_area .navbar,
  body.contacts_page .header_menu_area .navbar,
  body.page:not(.home):not(.project_page) .header_menu_area .navbar,
  body.single-product .header_menu_area .navbar,
  body.single-post .header_menu_area .navbar,
  body.error404 .header_menu_area .navbar {
    padding: 5px 75px 5px 75px;
  }
}



.menu-lang .dropdown-menu {
  color: #fff;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: rgb(27 27 27 / 75%);
  max-width: 80px;
  min-width: initial;
}

.menu-lang .dropdown-item {
  color: #fff;
}

.menu-lang .dropdown-item:focus,
.menu-lang .dropdown-item:hover {
    text-decoration: none;
    background-color: #3333ff;
}



#navbarSupportedContent {
	justify-content: space-between;
}


.header_menu_area .navbar .navbar-brand img {
  display: inline-block;
}

.header_menu_area .navbar .navbar-brand .logo {
  width: 250px;
}

.header_menu_area .navbar .navbar-brand img + img {
  display: none;
}

.header_menu_area .navbar .nav.navbar-nav {
  /* display: block;
  width: 100%;
  float: none; */
  /* margin-left: 12.7%; */
}

.header_menu_area .navbar .nav.navbar-nav li {
  /* display: inline-block; */
  /* margin-right: 5px; */
}


body:not(.projects_page) .header_menu_area .navbar .nav.navbar-nav li.project_inner,
body.projects_page .header_menu_area .navbar .nav.navbar-nav li.project_inner + li.menu-item,
body:not(.projects_page) .side_menu .menu-list li.project_inner,
body.projects_page .side_menu .menu-list li.project_inner + li.menu-item,

body.home li.hide_home,
body:not(.home) li.display_home {
  display: none;
}

.header_menu_area .navbar .nav.navbar-nav > li {
  line-height: 26px;
  padding: 0.5rem 1rem;
}

.header_menu_area .navbar .nav.navbar-nav > li > a {
  color: #fff;
  padding: 0;
  -webkit-transition: color 400ms linear 0s;
  -o-transition: color 400ms linear 0s;
  transition: color 400ms linear 0s;
}

.header_menu_area .navbar .nav.navbar-nav li a:after {
  display: none;
}

.header_menu_area .navbar .nav.navbar-nav li:last-child {
  margin-right: 0px;
}

@media (min-width: 992px) {
  .header_menu_area .navbar .nav.navbar-nav li .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: #1b1b1b;
    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.2);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
  }
}

.header_menu_area .navbar .nav.navbar-nav li .dropdown-menu li {
  margin-right: 0px;
  display: block;
}

.header_menu_area .navbar .nav.navbar-nav li .dropdown-menu li a {
  display: block;
  line-height: 42px;
  color: #fff;

  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;

  border-bottom: 1px solid #3c3c3c;
}

.header_menu_area .navbar .nav.navbar-nav li .dropdown-menu li a:before {
  display: none;
}

.header_menu_area .navbar .nav.navbar-nav li .dropdown-menu li:hover a, .header_menu_area .navbar .nav.navbar-nav li .dropdown-menu li.active a {
  color: #fff;
  background: #3333ff;
}

.header_menu_area .navbar .nav.navbar-nav li .dropdown-menu li:last-child a {
  border-bottom: 0px;
}

@media (min-width: 992px) {
  .header_menu_area .navbar .nav.navbar-nav li:hover .dropdown-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
  }
}

.header_menu_area .navbar .nav.navbar-nav li:hover a,
.header_menu_area .navbar .nav.navbar-nav li:not(.menu-item-type-custom).active > a {
  color: #3333ff;
}

.header_menu_area .navbar .nav.navbar-nav.navbar-right {
  display: inline-block;
  max-width: 250px;
  width: 100%;
  margin-left: 0px;
  text-align: right;
}


.header_menu_area .navbar .nav.navbar-nav.navbar-right li {
  display: inline-block;
  margin-right: 20px;
}

.header_menu_area .navbar .nav.navbar-nav.navbar-right li a {
  color: #8d9aa8;
}

.header_menu_area .navbar .nav.navbar-nav.navbar-right li:hover a,
.header_menu_area .navbar .nav.navbar-nav.navbar-right li.active a {
  color: #fff;
}

.header_menu_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -72px;
  left: 0;
  right: 0;
  background: rgb(27 27 27 / 75%);
  -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: 30;
}

.header_menu_area.navbar_fixed .navbar {
  padding-top: 0px;
}

.header_menu_area.navbar_fixed .navbar .nav.navbar-nav li a {
  -webkit-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}

@media (min-width: 992px) {
  /* .header_menu_area.navbar_fixed .navbar .nav.navbar-nav li .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 .nav.navbar-nav li:hover.submenu .dropdown-menu {
    visibility: visible;
    top: 70px;
    opacity: 1;
  }
}

.header_menu_area.navbar_fixed .navbar .nav.navbar-nav li:hover > a {
  color: #3333ff;
}

.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: 99999;
}

.header_menu_area.white_menu.navbar_fixed .navbar .navbar-brand img {
  display: none;
}

.header_menu_area.white_menu.navbar_fixed .navbar .navbar-brand img + img {
  display: inline-block;
}

.header_menu_area.white_menu.navbar_fixed .navbar .navbar-toggler span {
  background: #263a4f;
}

.header_menu_area.white_menu.navbar_fixed .navbar .nav.navbar-nav li a {
  line-height: 70px;
  color: #263a4f;
  -webkit-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}

.header_menu_area.white_menu.navbar_fixed .navbar .nav.navbar-nav li.active > a {
  color: #3333ff;
}

.header_menu_area.white_menu.navbar_fixed .navbar .nav.navbar-nav li:hover > a {
  color: #3333ff;
}

.dark_menu .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

.dark_menu .navbar .navbar-brand {
  padding-top: 0px;
}

.dark_menu .navbar .nav.navbar-nav li a {
  color: #fff;
  line-height: 88px;
}

.dark_menu .navbar .nav.navbar-nav li:hover a, .dark_menu .navbar .nav.navbar-nav li.active a {
  color: #3333ff;
}

@media (min-width: 992px) {
  .dark_menu .navbar .nav.navbar-nav li .dropdown-menu {
    top: 80%;
  }
}

@media (min-width: 992px) {
  .dark_menu .navbar .nav.navbar-nav li:hover.submenu .dropdown-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
  }
}

.dark_menu .navbar .nav.navbar-nav.navbar-right li a {
  color: #fff;
}

.dark_menu .navbar .nav.navbar-nav.navbar-right li:hover a, .dark_menu .navbar .nav.navbar-nav.navbar-right li.active a {
  color: #3333ff;
}

.dark_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: 99999;
}

.dark_menu.navbar_fixed .navbar .nav.navbar-nav li a {
  line-height: 70px;
  color: #fff;
  -webkit-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}

.dark_menu.navbar_fixed .navbar .nav.navbar-nav li.active a {
  color: #3333ff;
}

.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: #1A1A1A;
  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: inline-block;
}

.full_header .float-left .logo img + img {
  display: none;
}

.full_header .float-left .phone {
  color: #fff;

  font-weight: normal;

  margin-left: 42%;
}

.full_header .float-right .bar_menu {
  height: 40px;
  width: 40px;
  background: #263a4f;
  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: #3333ff;
}

.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: #263a4f;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.side_menu .close-menu:hover {
  background: #3333ff;
}

.side_menu .menu-lang {
  position: absolute;
  opacity: 0;
  left: 25px;
  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: #fff;
  font-weight: 500;

  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: #3333ff;
}

.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: 25px;
	padding-right: 25px;
	margin-top: 0;
}

.side_menu .menu-list li {
  margin-top: 2vh;
}

.side_menu .menu-list li a {
  font-size: 2.5vh;
  font-weight: normal;

  color: #000;
  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: 25px;
}

.side_menu .menu-list li ul li a {
  -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: #3333ff;
}

.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: #3333ff;
}

.side_menu .menu-list li:hover > a i, .side_menu .menu-list li.active > a i {
  color: #3333ff;
}

.side_menu .menu-footer {
  position: absolute;
  left: 20px;
  bottom: 10%;
	padding-left: 25px;
  padding-right: 25px;
}

.side_menu.dark_s_menu .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);
}

.social-list a {
  font-size: 22px;
  color: #706e6f;
  margin-right: 25px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-list a:last-child {
  margin-right: 0px;
}

.social-list a:hover {
  color: #3333ff;
}

.side_menu .copy {
  margin-top: 40px;
  color: #fff;
  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;


}

.side_menu.dark_s_menu {
  background: #1b1b1b;
}

.side_menu.dark_s_menu .menu-list li a {
  color: #fff;
}

.side_menu.dark_s_menu .menu-list li a i {
  color: #000;
}

.side_menu.dark_s_menu .menu-list li ul li a {
  color: #000;
}

.side_menu.dark_s_menu .menu-list li ul li:hover a {
  color: #3333ff;
}

.side_menu.dark_s_menu .menu-list li:hover > a, .side_menu.dark_s_menu .menu-list li.active > a {
  color: #3333ff;
}

.side_menu.dark_s_menu .menu-list li:hover > a i, .side_menu.dark_s_menu .menu-list li.active > a i {
  color: #3333ff;
}


.social-list a:hover {
  color: #3333ff;
}

.side_menu.dark_s_menu .copy {
  color: #fff;
}

.side_menu.dark_s_menu .copy a {
	color: #3333ff;
}

.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: #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.mobile_menu.navbar_fixed .float-left .logo 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: inline-block;
  }
  .full_header.dark_menu.mobile_menu:before {
    display: none;
  }
  .full_header.dark_menu.mobile_menu .float-left .logo img {
    height: 40px;
    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-color: rgb(27 27 27 / 75%);;
    -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;
  }
}


/* Hero Section */

@-webkit-keyframes fadeOutDown {
   0% {
      opacity: 1;
      -webkit-transform: translateY(0);
   }
   100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
   }
}

@keyframes fadeOutDown {
   0% {
      opacity: 1;
      transform: translateY(0);
   }
   100% {
      opacity: 0;
      transform: translateY(20px);
   }
}

.hero {
    position: relative;
    height: 700px;
    color: #fff;
    background-color: rgb(0 0 0 / 90%);
    background-position: center;
    background-size: cover;
    backdrop-filter: blur(2px);
    background-attachment: initial !important;
}





.hero:before {
    content: '';
    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;
    z-index: 1;
    background: rgb(0 0 0 / 57%);
    transition: all .6s ease;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

.hero_active.hero:before {
  content: '';
  left: -100%;
}

.hero_active .hero-content {
    -webkit-animation-duration: .6s;
      animation-duration: .6s;
    -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
}


.hero_active .hero-content {
  -webkit-animation-name: fadeOutDown;
      animation-name: fadeOutDown;
}

.hero-content {
    z-index: 2;
    width: 100%;
    bottom: 50px;
    position: absolute;
}

.hero-content .title {
    text-align: left;
    line-height: 62px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 56px;
    text-transform: uppercase;
    color: #fff;
}

.hero-content .title span {
    color: rgb(243, 146, 0);
}


/* End Home Full Menu css
============================================================================================ */

.hero__item {
  position: relative;
	height: 100vh;
}

body.page-template-projects .hero__item {
  height: 1000px;
}

.hero__item .layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.hero__item .video-item {
	position: absolute;
	width: 100%;
	z-index: 1;
}

body.page-template-projects .hero__item .video-item {
  /* position: relative; */
}

.hero__item .layer {
	color: #fff;
	z-index: 2;
}

.hero__item .layer .title {
  text-align: left;
  line-height: 68px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 68px;
  text-transform: uppercase;
  color: #fff;
}

.hero__item .layer .title {
	position: absolute;
	bottom: 30px;
}

.hero__item .layer .num-rows {
  position: absolute;
  top: 30%;
}

.hero__item .layer .num-rows::before {
	content: '';
	text-align: left;
	line-height: 18px;
	border-width: 0px;
	min-height: 4px;
	min-width: 65px;
	max-height: 5px;
	max-width: 65px;
	background-color: rgb(243, 146, 0);
	display: block;
	margin: 0 0 15px;
}
.hero__item .layer .title span {
  color: rgb(243, 146, 0);
}

.num-rows {
  text-align: left;
  line-height: 46px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 46px;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform-origin: 50% 50% 0px;
  color: #fff;
}


.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-weight: bold;
  text-transform: uppercase;
  letter-spacing: .340px;
}

/*
.intes_studio_area {
  padding-top: 100px;
  padding-bottom: 100px;
	background-color: #000;
}

.intes_studio_area .studio_img {
  width: 100%;
  /* max-width: 400px; */
  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 #3333ff;
  display: inline-block;
  right: -79px;
  position: relative;
}

.intes_studio_area .studio_img .years_text .years_text_inner {
  position: relative;
  right: -110px;
  top: -100px;
}

.intes_studio_area .studio_img .years_text .years_text_inner h1 {
  color: #fff;
  font-size: 105px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0px;
}

.intes_studio_area .studio_img .years_text .years_text_inner h2 {
  color: #fff;
  font-size: 48px;

  font-weight: 900;
  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-weight: 500;
  color: #fff;
  letter-spacing: .40px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-left: 3px;
} */

.list_items {
	padding: 40px 0 0;
}

.odd .list_items {
  color: #fff;
}

.list_items > div:not(:first-child) {
  padding-top: 15px;
}

.list_item {
	display: flex;
	align-content: center;
	flex-direction: row;
	align-items: center;
}

.list_item .icon {
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
}

.list_item .icon svg {
	width: 32px;
	fill: rgb(243, 146, 0);
}

.list_item .description {
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
}


.site-about .site-about__text h3,
.site-about .site-about__text .h3,
.site-about .site-about__text h2,
.site-about .site-about__text .h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.site-about .site-about__text .h5 {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 15px;
}

.site-about .site-about__text .studio_advantages .h5:last-child {
	font-weight: 700;
}

.site-about .site-about__text .bold {
	font-weight: 700;
}

/*
.site-about .site-about__text p {
	font-size: 22px;
	line-height: 32px;
  color: #263a4f;
  font-weight: normal;
}
*/

.white_cl .since_text h5 {
  color: #263a4f;
}

.white_cl.intes_studio_area .studio_img .years_text .years_text_inner h1 {
  color: #263a4f;
}

.white_cl.intes_studio_area .studio_img .years_text .years_text_inner h2 {
  color: #263a4f;
}

.white_cl.intes_studio_area .studio_img .years_text .years_text_inner h4 {
  color: #263a4f;
}

.white_cl .site-about .site-about__text h3 {
  color: #263a4f;
}

.white_cl .site-about .site-about__text h5 {
  color: #263a4f;
}

.white_cl .site-about .site-about__text p {
  color: #8d9aa8;
}

/* End Inter Studio css
============================================================================================ */
/* Specialliazition css
============================================================================================ */
.speciallization_area {
  padding-top: 130px;
}

.speciallization_area .s_title {
  margin-bottom: 70px;
}

.spec_item h4 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 40px;
}

.spec_item p {

  line-height: 24px;
  color: #000;
  letter-spacing: .21px;
  font-weight: "Heebo", sans-serif;
  font-weight: normal;
  max-width: 320px;
  margin-bottom: 30px;
}

.white_cl .spec_item h4 {
  color: #263a4f;
}

.white_cl .spec_item p {
  color: #8d9aa8;
}

/* End Specialliazition css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Border Button css
============================================================================================ */
.br_btn {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;

  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: #3333ff;
}

.br_btn:hover:before {
  background: #3333ff;
}

.br_btn.white {
  color: #263a4f;
}

.br_btn.white:before {
  background: #263a4f;
}

.br_btn.white:hover {
  color: #3333ff;
}

.br_btn.white:hover:before {
  background: #3333ff;
}

.view_btn {
  color: #3333ff;


  font-weight: 500;
  -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: #fff;
}

.see_btn {
  font-size: 12px;
  color: #000;
  font-weight: bold;

  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: #3333ff;
}

.comment_btn {
  width: 170px;
  height: 50px;
  background: #263a4f;
  color: #fff;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;


  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: #3333ff;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem 1.3rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-transparent {
  color: #fff;
  font-weight: 600;
  border-color: transparent;
  background-color: transparent;
}

.btn-primary {
  color: #fff;
  font-weight: 600;
  background-color: #3333ff;
  border-color: #3333ff;
}

.btn-primary:hover {
  color: #fff;
	background-color: #706e6f;
	border-color: #706e6f;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
		background-color: #706e6f;
    border-color: #706e6f;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-download {
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  padding: 15px 0px;
  display: flex;
  align-items: center;
  width: 480px;
  justify-content: center;
  margin: 40px auto;
}

.odd .btn-download {
	border: 2px solid #3333ff;
}

.btn-download i {
	-ms-flex: 0 0 50px;
	    flex: 0 0 50px;
	    max-width: 50px;
}

/* Border Button css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Latest Projects css
============================================================================================ */
.latest_project {
  padding-top: 60px;
}

/* section .l_text {
  padding-bottom: 15px;
  overflow: hidden;
} */

.main_title > div {
  font-family: "Proxima Nova";
  font-weight: 800;
	margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.main_title > div {
  padding: 0 0 30px;
}

.main_title > div.the_breadcrumbs {
  padding: 30px 0 30px 0;
}

.main_title.is-breadcrumbs > div.h2 {
  padding: 0;
}

.main_title.is-breadcrumbs > div.the_breadcrumbs {

}

.odd .main_title > div {
  color: #fff;
}



embed {
	width: 100%;
	height: 700px;
}



.product_thumbnail {
  padding: 30px;
  border: 1px solid #d2d2d2;
  background-color: #FFF;
	margin-bottom: 20px;
}

.page_parameters .content {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
  justify-content: space-between;
}

.page_parameters .content .product_parameters {
	-ms-flex: calc(50% - 10px);
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}

.page_parameters .content .product_parameters td {
  padding: 10px 14px;
  border: 1px solid #d3d3d3;
  color: #414042;
  background-color: #FFF;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  font-weight: 600;
}
.page_parameters .content .product_parameters tr td:first-child {
	width: 80%;
  font-weight: 800;
}

.page_parameters .content .product_parameters tr:nth-child(2n+2) td {
  background-color: #f1f1f1;
}

.features_content .title,
.page_parameters .title {
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 15px;
}

.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;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	color: #FFF;
  font-size: 36px;
  width: 66px;
  height: 66px;
  padding: 4px 7px;
  background: #EC6B10;
  display: flex;
  cursor: pointer;
  border-radius: 50%;
  outline: 0;
  align-items: center;
  justify-content: center;
}



.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev  {
	position: absolute;
	top: 30px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 23px);
}

.owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel .owl-nav .owl-next {
  right: 15px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #fff;
	color: #1A1818;
  text-decoration: none;
  box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3333ff;
}




.projects {

}

.projects .col-md-6:nth-child(1) .projects_item,
.projects .col-md-6:nth-child(3) .projects_item {
	margin: 6px 6px 6px 0;
}
.projects .col-md-6:nth-child(2) .projects_item,
.projects .col-md-6:nth-child(4) .projects_item {
	margin: 6px 0 0 6px;
}


.projects_item {
  position: relative;
	overflow: hidden;
}

.projects_item img {
	max-width: 100%;
	overflow: hidden;
	transition: all .2s ease-in-out;
	/* filter: grayscale(75%); */
}

.projects_item:hover img {
	transform: scale(1.05);
	/* filter: grayscale(0%); */
}

.projects_item .hover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
	cursor: pointer;
	overflow: hidden;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.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; */
  width: 100%;
  color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.projects_item .hover .project_text h5,
.projects_item .hover .project_text .h5 {

  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,
.projects_item .hover .project_text .h4 {
  font-size: 84px;
  font-weight: 900;
  width: 100%;
	text-align: center;
  margin-bottom: -5px;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  /* text-shadow: 1px 1px 1px #000; */
}

.projects_item .hover .project_text h4,
.projects_item .hover .project_text .h4 {
	font-size: 50px;
	font-weight: 600;

  font-size: 60px;
  font-weight: 800;
  /* -webkit-text-stroke: 1px rgb(115 115 115 / 50%);
  text-stroke: 1px rgb(115 115 115 / 50%); */
}

.projects_item .hover,
.projects_item:hover .hover {
  background: rgb(115 115 115 / 57%);
}

.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,
.projects_item .hover.hovered .project_text h4 {
  margin-bottom: 0px;
  opacity: 1;
}

.projects_item .hover.hovered .project_text h4 span {
  line-height: 1;
  padding: 10px 20px;
	display: inline-block;
  /* background-color: rgb(51 51 51 / 70%); */
}

.app {
  padding-top: 100px;
  padding-bottom: 100px;
}

section.site-mataforsa2 {
	position: relative;
}
section.site-mataforsa2 .intro {
  background-color: #fbfbfd;
  margin-top: 0;
	padding-top: 100px;
	padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
section.site-mataforsa2 .intro {
	padding-bottom: 0;
}
section.site-mataforsa2 .intro .image-wrapper {
  height: 600px;
  padding-top: 100px;
  padding-top: 0;
}
section.site-mataforsa2 .intro .image-wrapper {
  width: 100%;
  position: sticky;
  z-index: 1;
  bottom: -400px;
}
section.site-mataforsa2 .intro .image-wrapper .image-overflow-crop {
  width: 100%;
  overflow: hidden;
	text-align: center;
}
section.site-mataforsa2 .intro .image-wrapper .image-overflow-crop img {
	max-width: 100%;
}


.section-content {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

.typography-super-keyfeatures-shared {
  font-size: 32px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.site-mataforsa2 .intro .copy-wrapper {
    color: #86868b;
}

.site-mataforsa2 .intro .copy-wrapper strong {
  color: #1d1d1f;
}

.site-mataforsa2 .intro .copy-wrapper a strong {
  color: var(--brand-color1);
  text-decoration: underline;
}

.site-mataforsa2 .intro .copy-wrapper {
    padding-top: 0;
}

.site-mataforsa2 .main_title {
	  text-align: center;
}


============================================================================================ */
/* Project Details css
============================================================================================ */
.project_details_area {
  padding-top: 115px;
  padding-bottom: 115px;
}

.back_btn {
  margin-bottom: 70px;
}

.back_btn a {


  font-weight: 500;
  color: #000;
}

.back_btn a i {
  padding-right: 5px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.pd_item h5 {

  font-weight: bold;
  color: #fff;

  margin-bottom: 15px;
}

.pd_item h5 span {
  color: #000;
  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: #8d9aa8;
  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: #fff;

  font-weight: bold;
  font-size: 36px;
  margin-bottom: 60px;
}

.project_villa_area .villa_text p {
  font-size: 18px;
  line-height: 30px;

  font-weight: normal;
  color: #000;
  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;

  color: #fff;
  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: #fff;
  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: #3333ff;
}

.project_villa_area .link_btn a:hover:before {
  background: #3333ff;
}

.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: #000;
  -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: #3333ff;
}

.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;

  letter-spacing: 18px;
  color: #8d9aa8;
}

.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;

  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: #000;
  font-weight: normal;

  -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: #fff;
}

.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-weight: 500;
  color: #fff;
  letter-spacing: .21px;
  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-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;
}


/* End Our Projects css
============================================================================================ */
/* Pagination
============================================================================================ */
.pagination {
    padding: 60px 0;
}

.page-item.active .page-link {
    z-index: 1;
    background-color: #3333ff;
    border-color: #3333ff;
    border-radius: 0;
}


/* End Masonry Project css
============================================================================================ */
/* About Studio css
============================================================================================ */
.about_area {
  padding-top: 60px;
	padding-bottom: 60px;
}

.site_chess + .site-about {
    padding-top: 0;
}

.about-item {

	margin: 30px 0 0 0;
}
.about-item .thumb,
.about-item .title {
	text-align: center;
}

.about-item .thumb img,
.about-item .thumb svg,
.partner-item .thumb img,
.partner-item .thumb svg {
	height: 68px;
	width: auto;
}

.about-item .thumb svg,
.about-item .thumb svg path,
.partner-item .thumb svg,
.partner-item .thumb svg path {
  fill: #c0a77e;
}


.about-item .title,
.partner-item .title  {
  font-family: 'Proxima Nova';
  font-weight: 800;
  font-size: 22px;
  line-height: 90px;
}

.about-item.about-item-2 .title {
	margin: 30px 0;
  line-height: 1.2;
  min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-item .description {
	color: #8d9aa8;
}

.video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-section video {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.video-section .video-overlay {
	position: absolute;
  z-index: 2;
  background-color: rgb(51 51 51 / 50%);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.vletters {
	position: relative;
	font-weight: 900;
	font-size: 46px;
	z-index: 2;
	height: 100vh;
	overflow-x: hidden;
}

.vletters .letters {
	position: absolute;
	margin: auto;
	left: 0;
	color: #fff;
	top: 50%;
	right: 0;
	opacity: 0;
	text-align: center;
}

.about_studio_area .ab_studio_text {
  padding-right: 20px;
}

.about_studio_area .ab_studio_text .s_title {
  font-size: 16px;
  color: #000;
  margin-bottom: 43px;
}

.about_studio_area .ab_studio_text h5 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  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-weight: bold;
  color: #000;
  margin-bottom: 68px;
}

.team_inner h3 {
  color: #fff;

  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: #fff;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.team_inner h3:hover {
  color: #3333ff;
}

.team_inner h3:hover:before {
  background: #3333ff;
}

.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: #000;
  -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: #3333ff;
}

.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: rgba(163, 204, 1, 0.9);
  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-weight: bold;
  color: #fff;
  margin-bottom: 7px;
}

.team_item .hover h6 {


  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: 130px;
  background: url(../img/teckture-bg.jpg) repeat scroll center center;
  padding-bottom: 130px;
}

.clients_area .main_title {
  margin-bottom: 80px;
}

.test_item {
  background: #2a2a2a;
  border-top: 5px solid #3333ff;
  padding: 80px 50px 40px 36px;
  position: relative;
}

.test_item:before {
  content: "\7b";
  font-family: 'ElegantIcons';
  position: absolute;
  right: 22px;
  top: 20px;
  color: #3333ff;
  font-size: 60px;
  line-height: 50px;
}

.test_item h4 {

  color: #000;

  font-weight: normal;
  margin-bottom: 20px;
}

.test_item h4 span {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.test_item p {

  line-height: 24px;
  color: #000;

  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: #000;
  -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: 100px;
}

.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.jpg) repeat scroll center center;
}

.white_cl .test_item {
  background: #fff;
  border-top: 5px solid #3333ff;
}

.white_cl .test_item h4 {
  color: #8d9aa8;
  font-weight: normal;
}

.white_cl .test_item h4 span {
  color: #263a4f;
  font-weight: 500;
}

.white_cl .test_item p {
  color: #8d9aa8;
}

.white_cl .clients_slider .item img {
  opacity: .25;
}

.white_cl .clients_slider .item:hover img {
  opacity: 1;
}

.white_cl.clients_area .owl-prev:hover, .white_cl.clients_area .owl-next:hover {
  color: #263a4f;
}

/* 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%;
  background: #fff;
}

@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: #1b1b1b;
}

.section.section-2 .scrollable-content .vertical-centred {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.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: 8rem;
  padding-bottom: 8rem;
  font-size: 1rem;
}

.inter_content h2 {
  font-size: 100px;
  color: #fff;
  font-weight: bold;
  position: relative;

  margin-bottom: 30px;
}

.inter_content h2:before {
  content: "";
  height: 4px;
  width: 100px;
  background: #3333ff;
  position: absolute;
  top: -12px;
  left: 5px;
}

.inter_content p {
  color: #fff;

  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 80px;
}

.inter_content a {
  color: #fff;
  font-size: 18px;

  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: #3333ff;
}

.full_10_box {
  position: relative;
  padding-left: 17px;
  margin-top: 5px;
}

.full_10_box:before {
  content: "";
  height: 153px;
  width: 153px;
  border: 5px solid #3333ff;
  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;

  text-transform: uppercase;
  padding-left: 7px;
}

.full_10_box h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;

  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: #fff;


  font-weight: normal;
}

.full_footer .float-left h5 a {
  font-weight: bold;
  color: #fff;
}

.full_footer .float-right .list li {
  display: inline-block;
  margin-right: 25px;
}

.full_footer .float-right .list li a {
  color: #fff;

  font-weight: normal;

  -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: #3333ff;
}

.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: #3333ff;
}

.full_testimonials_area .main_title {
  margin-bottom: 80px;
}

.full_testimonials_area .full_white .testimonials_slider .owl-prev:hover, .full_testimonials_area .full_white .testimonials_slider .owl-next:hover {
  color: #263a4f;
}

.full_spec_area .main_title {
  margin-bottom: 80px;
}

.full_spec_area .spec_item h4 {
  color: #fff;
}

.full_spec_area .spec_item p {
  color: #000;
}

.full_spec_area .spec_item a:hover {
  color: #fff;
}

#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: 36px !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: #263a4f;
  color: #fff !important;
  border-color: #263a4f;
}

#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-weight: bold;
  margin-bottom: 80px;
}

.left_contact_details h2 {
  font-size: 30px;
  color: #666666;

  font-weight: normal;
  margin-bottom: 12px;
}

.left_contact_details h2 span {
  color: #fff;
  font-weight: 700;
}

.left_contact_details p {

  color: #fff;

  line-height: 24px;
  margin-bottom: 10px;
}

.left_contact_details a {
  display: block;

  color: #fff;

  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: #3333ff;
}

.right_contact_form h4 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;

  margin-bottom: 80px;
  margin-top: 30px;
}

.right_contact_form .contact_us_form .form-group {
  margin-bottom: 20px;
}

.right_contact_form .contact_us_form .form-group input {
  border-radius: 0px;
  background: transparent;
  border: none;
  border-bottom: 2px solid #525252;
  padding: 0px;
  height: 53px;
  color: #000;


  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.right_contact_form .contact_us_form .form-group input.placeholder {
  color: #000;


}

.right_contact_form .contact_us_form .form-group input:-moz-placeholder {
  color: #000;


}

.right_contact_form .contact_us_form .form-group input::-moz-placeholder {
  color: #000;


}

.right_contact_form .contact_us_form .form-group input::-webkit-input-placeholder {
  color: #000;


}

.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: 2px solid #525252;
  padding: 5px 0px;
  height: 160px;
  color: #000;


  resize: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.right_contact_form .contact_us_form .form-group textarea.placeholder {
  color: #000;


}

.right_contact_form .contact_us_form .form-group textarea:-moz-placeholder {
  color: #000;


}

.right_contact_form .contact_us_form .form-group textarea::-moz-placeholder {
  color: #000;


}

.right_contact_form .contact_us_form .form-group textarea::-webkit-input-placeholder {
  color: #000;


}

.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: #3333ff;
}

.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: #fff !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 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
============================================================================================ */
.status-icon span {
  display: block;
  height: 100px;
  width: 100px;
  padding: 20px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #37ff65;
}

.status-icon span svg {
  fill: #fff;
  width: 60px;
  height: 60px;
}

.status-message {
  text-align: center;
  font-weight: 800;
  padding: 40px 0 20px 0;
}


.modal.modal-message.show .modal-dialog {
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  top: 50%;
  margin: 0 auto;
}


.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-content {
  border-radius: 0;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: left;
  display: block;
  border-bottom: none;
  padding-top: 5px;
  padding-bottom: 0;
}

.modal-message .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 900;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 35px;
  top: 35px;
  padding: 0px;
  color: #333;
  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: #3333ff;
  padding-bottom: 10px;

}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 10px;
  line-height: 18px;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Video Frame css
============================================================================================ */
.video_frame {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  z-index: 99;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
  opacity: 0px;
  visibility: hidden;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.video_frame .close_icon {
  position: absolute;
  right: 60px;
  top: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 43px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 40;
}

.video_frame .close_icon i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.video_frame .close_icon:hover i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.video_frame .player .vp-sidedock button {
  display: none !important;
}

.video_frame.open {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  top: 0px;
}

.video_frame video {
  width: 100%;
}

/* 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;
}

/* End Blog Grid css
============================================================================================ */
/* Blog with Sidebar css
============================================================================================ */
.single_post {
    margin-bottom: 30px;
}

.single_post .image {
    display: block;
    height: 210px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    filter: grayscale(0%); /* 75% */
}

body.category-news .single_post .image {
    height: 320px;
}

.single_post .image:hover {
    filter: grayscale(0%);
}

.single_post .title {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.single_post .title .content_type,
.single_post .title:hover .content_type {
  background-color: #3333ff;
  border-color: #3333ff;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}


.single_post .title span {
    -webkit-transition: color 400ms linear 0s;
        -o-transition: color 400ms linear 0s;
        transition: color 400ms linear 0s;
}
.single_post .title:hover span {
  color: #3333ff;
}

.single_post .excerpt {
    color: #706e6f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}


.site-section .page_content {
    margin: 80px 0;
}
.page_content.has-scroll {
    -moz-box-shadow: 0px 0px 0px 0px #ccc;
    -webkit-box-shadow: 0px 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px 0px #ccc;
    transition: all .6s ease;
}

.page_content.has-scroll:hover {
    -moz-box-shadow: 0px 0px 15px 0px #ccc;
    -webkit-box-shadow: 0px 0px 15px 0px #ccc;
    box-shadow: 0px 0px 15px 0px #ccc;
}

.page_content.has-scroll {
    height: 600px;
    overflow-y: scroll;
    padding: 30px;
    overflow-x: hidden;
    border: 1px solid #e3e3e3;
}

.page_content p,
.page_content dl,
.page_content ol,
.page_content ul,
.page_content figure {
    /* margin-bottom: 30px; */
}

body.single-post .page_content {
  padding-bottom: 60px;
}

.page_content .h1, .page_content .h2, .page_content .h3, .page_content .h4, .page_content .h5, .page_content .h6,
.page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6,
.text__block .h1, .text__block .h2, .text__block .h3, .text__block .h4, .text__block .h5, .text__block .h6,
.text__block h1, .text__block h2, .text__block h3, .text__block h4, .text__block h5, .text__block h6
 {
    font-weight: 700;
    margin: 60px 0 30px;
}


.page_content figure {
    max-width: 100%;
}

.page_content figure img {
    max-width: 100%;
    height: auto;
}

.page_content figcaption {
    margin: 8px auto 0 auto;
    max-width: 100%;
    padding: 10px 0 2px 0;
    font-size: 14px;
    line-height: 1.3em;
    color: #888;
    text-align: center;
}

.page_content a {
  color: #3333ff;
  text-decoration: underline;
}

.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-weight: normal;
  color: #000;
  background: transparent;
}

.pagination_inner .pagination li:last-child {
  margin-right: 0px;
}

.pagination_inner .pagination li:hover a, .pagination_inner .pagination li.active a {
  color: #3333ff;
  background: transparent;
  font-weight: bold;
}

.pagination_inner .pagination li.next a {
  color: #8d9aa8;
}

/* End Blog with Sidebar css
============================================================================================ */
/* Default Page Template
============================================================================================ */

.default_page_template {
	padding: 100px 0 60px;
}





/* End Blog Comment Form css
============================================================================================ */
/* End Blog Comment Form css
============================================================================================ */

.styled_map {
	height: 600px;
	box-shadow: 0 0 3px #e1e1e1;
}

body.contacts .styled_map {
  height: 300px;
}

.contact_items {
  padding: 25px;
  overflow-x: hidden;
  box-shadow: 0 0 3px #e1e1e1;
}

body.contacts .contact_items_wrap .contact_items:not(:first-child) {
	margin-top: 25px;
}

body.buy .contact_items {
	height: 600px;
}

.contact_items > .contact_item:not(:first-child) {

}

.contact_items .contact_item .title {
  font-weight: 900;
}

.contact_items > .contact_item:not(:first-child) {
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
}

.contact_items > .contact_item:first-child {
  padding-bottom: 10px;
}

.contact_items .contact_item i {
	color: #3333ff;
	display: none;
}

.contact_items .contact_item a {
  color: #000;
}

label {
  margin-top: 8px;
}

.wpcf7 label {
  font-weight: 700;
}

.wpcf7 .form-control {
  padding: 5px 10px;
  border-radius: 0;
}

.wpcf7 textarea.form-control {
  height: 40px;
}

.wpcf7 .form-control.wpcf7-not-valid {
  border-color: #ff0000;
}

.wpcf7 .form-control + .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .form-group {
  margin-bottom: 5px;
}
/* End Blog Comment Form css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer css
============================================================================================ */
.call-buton .cc-calto-action-ripple,
.call-buton .cc-totop-action-ripple {
    z-index: 25;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #ec8b00;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border: 0;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-totop-action-ripple {
    bottom: 100px;
    opacity: 0;
}

.call-buton .cc-calto-action-ripple,
.call-buton .cc-totop-action-ripple {
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
}

.call-buton .cc-calto-action-ripple:hover,
.call-buton .cc-calto-action-ripple:active,
.call-buton .cc-calto-action-ripple:focus,
.call-buton .cc-totop-action-ripple:hover,
.call-buton .cc-totop-action-ripple:active,
.call-buton .cc-totop-action-ripple:focus
{
  outline: 0;
}

.call-buton .cc-calto-action-ripple i,
.call-buton .cc-totop-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 32px;
}
.call-buton .cc-calto-action-ripple:hover i {

}



.footer_area {
  background: #1b1b1b;
  padding-left: 76px;
  padding-right: 76px;
  padding-top: 60px;
}

.footer_area .footer_widgets {
  padding-bottom: 60px;
}

.footer_area .footer_widgets .f_widgets_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.footer_area .footer_widgets .f_widgets_item .f_logo .img-fluid {
	max-width: 250px;
}

.footer_area .footer_widgets .f_widgets_item:nth-child(2) .f_link {
  margin-left: 75px;
}

.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,
.f_title .h3 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.f_contact {
  max-width: 270px;
}

.f_contact a {
  display: block;

  line-height: 24px;
  color: #000;

  font-weight: normal;
  margin-bottom: 15px;
}

.f_contact a:last-child {
  margin-bottom: 0px;
}

.f_contact p {

  line-height: 24px;
  color: #000;

  font-weight: normal;
  margin-bottom: 15px;
}

.f_link .list li {
  margin-bottom: 10px;
}

.f_link .list li a {

  color: #999999;
  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: 15px 0px;
  align-items: center;
}

.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 {

  line-height: 24px;
  color: #999;

  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;
  justify-content: center;
}

.footer_copyright .middle_text .social-list {
  margin-bottom: 0;
}

.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 {

  line-height: 24px;
  color: #fff;

  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 {

  line-height: 24px;
  color: #999999;
  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: #263a4f;
}

.white_f .f_contact a {
  color: #8d9aa8;
}

.white_f .f_contact p {
  color: #8d9aa8;
}

.white_f .f_link .list li a {
  color: #8d9aa8;
}

.white_f .f_link .list li:hover a {
  color: #263a4f;
}

.white_f .footer_copyright {
  border-top: 2px solid #f0f0f0;
}

.white_f .footer_copyright .left_text p {
  color: #8d9aa8;
}

.white_f .footer_copyright .left_text p a {
  color: #263a4f;
}

.white_f .footer_copyright .middle_text .list li a {
  color: #8d9aa8;
}

.white_f .footer_copyright .middle_text .list li:hover a {
  color: #263a4f;
}

.white_f .footer_copyright .right_text .list li a {
  color: #8d9aa8;
}

.white_f .footer_copyright .right_text .list li:hover a, .white_f .footer_copyright .right_text .list li.active a {
  color: #263a4f;
}


.ao-product {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #000;
}

.site-app {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

/* .site-app .h2 {
  font-size: 3rem;
} */

.metaforsa2-box {
	z-index: 31;
	position: relative;
	background-color: #222;
}

canvas {
	width: 100%;
  height: 100%;
  object-fit: contain;
	position: relative;
	top: -5px;
}

section.metaforsa2-box canvas {
	width: 100%;
  height: auto;
}

section.metaforsa2-box .helper {
  color: #fff;
	top: -150px;
	top: -30%;
	right: 50px;
	position: relative;
  text-align: right;
	margin: 0 0 30px 0;
}


/* Preview */
.preview-app,
.dynamic_block_image {
	color: #fff;
  overflow: hidden;
  background-size: cover;
}

.dynamic_block_image .bg {
  background-size: cover;
  background-position: center;
}

.dynamic_block_image.gray-space {
  padding-bottom: 80px;
  background-color: #706e6f;
}

.preview-app-layer,
.dynamic_block_image_overlay {
  background: rgb(115 115 115 / 57%);
  padding: 90px 30px;
}

.dynamic_block_image_overlay {
	padding: 0px 30px;
  display: flex;
  align-items: center;
  height: 640px;
}

.dynamic_block_image.block_class > div > div > .row {
	justify-content: flex-end;
}

.preview-app-title {
  font-family: "Proxima Nova";
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.preview-app-text {
  font-family: "Proxima Nova";
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}
.preview-app-items {
  margin: 60px 0;
}
.preview-app-items .h3 {
  font-family: "Proxima Nova";
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}
/* Application */
.demo-app {
  overflow: hidden;
	height: 900px;
}

.site-app .demo-title {
  font-family: "Proxima Nova";
  font-weight: 800;
  margin: 0 0 60px;
  line-height: 1.3;
  text-transform: uppercase;
}

.marvel-device.iphone-x .screen .app {
	padding: 0;
  position: relative;
  height: 100%;
}
.marvel-device.iphone-x .screen .app {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/package/application/background.png);
  /* background-image: url(../img/package/application/photo_2022-01-26_17-43-42.jpg); */
}

.topbar {
  padding: 7px 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.topbar .timer {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}

.topbar > div:not(:first-child) {
	display: inline-flex;
	justify-content: flex-end;
}

.topbar > div {
	color: #fff;
	font-size: 12px;
}

.battery > i {
  font-size: 16px;
}

.app-tabs {
	margin: 4px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.demo-nav {
  height: 30px;
	margin:0 2px;
	position: relative;
	top: -3px;
}

.demo-link.disabled {
  cursor: not-allowed;
}

.demo-nav.lamp .demo-link,
.demo-nav.stat .demo-link,
.demo-nav.cold .demo-link,
.demo-nav.video-camera .demo-link,
.demo-nav.cloud .demo-link,
.demo-nav.secure .demo-link {
	display: block;
	height: 33px;
  width: 38px;
	/* background-color: rgb(255 255 255 / 60%); */
}

.demo-nav .demo-link {
  color: #fff;
  font-size: 10px;
}

.demo-nav .demo-link {
	background-size: cover;
	box-shadow: 0 0 0 rgba(243, 146, 0, 0.4);
	animation: pulse_shadow 1s infinite;
}

.demo-nav.demo {
	background-image: url(../img/package/application/menu-top/backlines.png);
	background-size: 13px;
	border: 1px solid #2c4662;
	border-radius: 4px;
	top: -2px;
}
.demo-nav.demo .demo-link {
	color: #3333ff;
	padding: 9px 0;
  line-height: 28px;
	/* box-shadow: 0 0 0 rgba(243, 146, 0, 0.4); */
  /* animation: pulse_shadow 1s infinite; */
}
.demo-nav.lamp .demo-link {
	background-image: url(../img/package/application/menu-top/executors-off.png)
}
.demo-nav.lamp .demo-link._active {
	background-image: url(../img/package/application/menu-top/executors-on.png)
}
.demo-nav.stat .demo-link {
	background-image: url(../img/package/application/menu-top/sensors-off.png)
}
.demo-nav.cold .demo-link {
	background-image: url(../img/package/application/menu-top/climate-off.png)
}
.demo-nav.cold .demo-link._active {
	background-image: url(../img/package/application/menu-top/climate-on.png)
}
.demo-nav.video-camera .demo-link {
	background-image: url(../img/package/application/menu-top/cameras-off.png)
}
.demo-nav.video-camera .demo-link._active {
	background-image: url(../img/package/application/menu-top/cameras-on.png)
}
.demo-nav.secure .demo-link {
	background-image: url(../img/package/application/menu-top/favorites-off.png)
}
.demo-nav.secure .demo-link._active {
	background-image: url(../img/package/application/menu-top/favorites-on.png)
}

.nav-icons > span {
  height: 25px;
  width: 25px;
  display: inline-flex;
  background-size: contain;
}
.nav-icons .secure {
	background-image: url(../img/package/application/menu-left/rtsp.png);
}
.nav-icons .videocam {
	background-image: url(../img/package/application/menu-left/rtsp.png);
}
.nav-icons .light {
	background-image: url(../img/package/application/menu-left/illumination.png);
}
.nav-icons .climate {
	background-image: url(../img/package/application/menu-left/climate.png);
}
.nav-icons .script {
	background-image: url(../img/package/application/menu-left/mr.png);
}


.appbody {
	padding: 0 5px;
}

.demo-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
}


/* https://codepen.io/geoffgraham/pen/yLNxoKv */
.demo-row figure {
	margin: 0;
	padding: 30px 0 0;
	height: auto;
	width: 340px;
	display: block;
	opacity: 0;
}

.demo-row figure._active {
	opacity: 1;
}

.demo-row figcaption {
  border-radius: 6px;
  align-items: center;
  border: 1px solid #2c4662;
  display: flex;
  justify-items: center;
  padding: .5rem;
  align-content: center;
  justify-content: space-between;
}

.demo-row figcaption button {
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
}

.demo-row figcaption progress {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}

/* Fallback stuff */
.demo-row progress {

}

.progress-bar {
	width: 100%;
	height: 7px;
  margin-left: 15px;
  border-radius: 0;
	background-color: #47d1d4;
}

.progress-value {
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	background-color: #3333ff;
	transition-property: width;
	transition-duration: 0.6s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.progress-value {
	width: 0;
}

/* .demo-row progress[value] {
  appearance: none;
  border: none;
  border-radius: 0px;
  display: inline;
  height: 7px;
  order: 1;
  position: relative;
  width: 100%;
} */

/* WebKit styles */
/* .demo-row progress[value]::-webkit-progress-bar {
  background-color: #47d1d4;
  border-radius: 0;
}

.demo-row progress[value]::-webkit-progress-value {
  background-color: #3333ff;
  border-radius: 0px;
  position: relative;
} */

/* Firefox styles */
/* progress[value]::-moz-progress-bar {
	background-color: #3333ff;
  border-radius: 0px;
  position: relative;
} */

.demo-row button[aria-label] {
  border: 0;
  background: #273f5a;
  color: #47d1d4;
  border-bottom: 1px solid #273f5a;
  display: flex;
  padding: 10px 10px 8px;
  transition: opacity .25s ease-out;
  width: 100%;
  align-content: center;
  justify-content: center;
  align-items: center;
  outline: none;
}

.demo-row button[aria-label]:hover {
  cursor: pointer;
  opacity: .8;
}

.demo-row button._disabled {
  /* cursor: not-allowed !important; */
}


.demo-icon {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.demo-icon.airs {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.demo-icon {
	height: 82px;
  width: 82px;
  display: block;
}
.demo-icon span {
	color: rgb(255 255 255 / 70%);
	font-size: 12px;
	line-height: 16px;
	display: block;
}
.demo-icon {
	border: 0;
	outline: 0;
	margin: 15px 0 20px;
	color: transparent;
	background-color: transparent;
	background-size: 73px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(../img/package/application/sensors/back1.png);
}
.demo-icon.airs {
  height: 120px;
	width: 320px;
  background-size: cover;
	background-position: center;
  background-image: url(../img/package/application/conditioner2-off.png);
}

.demo-icon.airs._active {
	background-image: url(../img/package/application/conditioner2-on.png);
}

/* .demo-icon.airs.floor {
  background-image: url(../img/package/application/heater-off.png);
}
.demo-icon.airs.floor._active {
  background-image: url(../img/package/application/heater-on.png);
} */
.demo-icon.airs {

}
.demo-icon._disabled {
	/* cursor: not-allowed; */
}
.demo-icon:not(.climate)._active {
  background-image: url(../img/package/application/sensors/back2.png);
}
/*  */

.demo-icon.videocam div:before {
  /* content: ''; */
  background-image: url('../img/package/application/play2.png');
  height: 100%;
  width: 100%;
  display: block;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.demo-icon.videocam::before {
	display: none;
}
.demo-icon.videocam {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 10px 0 10px;
}

.demo-row-2 {
	padding: 10px 0 0;
}

.demo-icon.videocam {
    color: #fff;
	font-size: 12px;
  height: auto;
	background-image: none;
}
.demo-icon.videocam div {
  border-radius: 6px;
	height: 120px;
  background-size: cover;
	margin: 0 2px;
}
.videocam-1, .videocam-3 {
	padding-right: 2px;
}
.videocam-2, .videocam-4 {
	padding-left: 2px;
}
/*  */
.demo-icon:hover,
.demo-icon:active,
.demo-icon:focus
{
	outline: 0;
}
.demo-icon:before {
	content: '';
	height: 40px;
	width: 40px;
	display: block;
	position: relative;
	z-index: 2;
  margin: 20px auto;
}

/* .demo-icon.light:before {
	background-size: 40px;
  background-position: 0 40px;
	background-image: url(../img/package/application/lamp.png);
}
.demo-icon._active.light:before {
  background-position: 0px 0px;
} */

/* Music */
.demo-icon.music:before {
	background-size: 40px;
	background-image: url(../img/package/application/devs/vol-off.png);
}
.demo-icon._active.music:before {
	background-size: 40px;
	background-image: url(../img/package/application/devs/vol-on.png);
}

/* LAMP v2 */
.demo-icon.light:before,
.demo-icon.light-2:before {
	background-size: 40px;
	background-image: url(../img/package/application/devs/ls-off.png);
}
.demo-icon._active.light:before,
.demo-icon._active.light-2:before {
	background-size: 40px;
	background-image: url(../img/package/application/devs/ls-on.png);
}

/* RGB */
.demo-icon.light.rgb:before {
	background-size: 40px;
  background-position: 0 40px;
	background-image: url(../img/package/application/devsCam/rgb-lamp.png);
}
.demo-icon._active.light.rgb:before {
	background-size: 40px;
  background-position: 0 40px;
}


.demo-icon.light.floor-lamp:before {
	background-size: 40px;
  background-position: center;
	background-image: url(../img/package/application/devs/lampOS1-off.png);
}
.demo-icon._active.light.floor-lamp:before {
	background-size: 40px;
  background-position: center;
	background-image: url(../img/package/application/devs/lampOS1-on.png);
}


.demo-icon.airs:before {
	display: none;
	background-size: 40px;
  background-position: 0 40px;
	background-image: url(../img/package/application/conditioner.png);
}

.demo-icon._active.airs:before {
  background-position: 0px 0px;
}

.demo-icon.safety:before {
  background-size: 55px;
  background-position: -8px 0;
  background-repeat: no-repeat;
  background-image: url(../img/package/application/devs/alarm-sensor-off.png);
}

.demo-icon._active.safety:before {
	background-size: 55px;
  background-position: -8px 0;
  background-repeat: no-repeat;
  background-image: url(../img/package/application/devs/alarm-sensor-off.png);
}
/* Ð¨Ñ‚Ð¾Ñ€Ñ‹ */
.demo-icon.curtains:before {
	background-size: 40px;
  /* background-position: 0 40px; */
	background-image: url(../img/package/application/devs/jalousieblinds-off.png);
}

.demo-icon._active.curtains:before {
	background-image: url(../img/package/application/devs/jalousieblinds-on.png);
  /* background-position: 0px 0px; */
}

.demo-icon.jalousie.curtains:before {
		background-image: url(../img/package/application/devs/jalousie-1.png);
}
.demo-icon._active.jalousie.curtains:before {
		background-image: url(../img/package/application/devs/jalousie-0.png);
}

/* Ð”Ð°Ñ‚Ñ‡Ð¸Ðº Ð·Ð°Ñ‚Ð¾Ð¿Ð»ÐµÐ½Ð¸Ñ */
.demo-icon.ocean:before {
	background-size: 40px;
  background-position: 0 40px;
	background-image: url(../img/package/application/valve.png);

	background-image: url(../img/package/application/devs/humidity-sensor-off.png);
}
.demo-icon._active.ocean:before {
  background-position: 0px 40px;
	background-image: url(../img/package/application/devs/humidity-sensor.png);
}
/* Ð¢ÐµÐ¼Ð¿Ð»Ñ‹Ð¹ Ð¿Ð¾Ð» */
.demo-icon.floor:before {
	background-size: 40px;
  background-position: 0 40px;
	background-image: url(../img/package/application/devs/warm-floor-off.png);
}
.demo-icon._active.floor:before {
	background-size: 40px;
  background-position: 0 40px;
	background-image: url(../img/package/application/devs/warm-floor.png);
}
.demo-icon._active.floor:before {
  background-position: 0px 0px;
}

.demo-icon.floor.radiator:before {
	background-size: 40px;
  background-position: 0 40px;
	background-image: url(../img/package/application/devs/valve-heating-off.png);
}
.demo-icon._active.floor.radiator:before {
  background-image: url(../img/package/application/devs/valve-heating-on.png);
}

/* Ð¢ÐµÐ»ÐµÐ²Ð¸Ð·Ð¾Ñ€ */
.demo-icon.tv:before {
	background-size: 40px;
  /* background-position: 0 40px; */
	background-image: url(../img/package/application/devs/remote-control-off.png);
}
.demo-icon._active.tv:before {
  background-position: 0px 0px;
	background-image: url(../img/package/application/devs/remote-control.png);
}

/* Scene TV */
.demo-icon.tv-scene:before {
	background-size: 40px;
	background-position: 0 40px;
	background-image: url(../img/package/application/devsCam/current-sensor.png);
}
.demo-icon.tv-scene._active:before {
  background-position: 0px 0px;
}

.app-logo {
    right: 50px;
    position: absolute;
}

.app-logo img {
    width: 250px;
}

video.demo-item {
  max-width: 100%;
  height: 800px;
	position: absolute;
}

.layer-rgb {
	display: none;
  position: absolute;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
  background-color: rgb(17 28 34 / 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.layer-notifycation {
	display: none;
  position: absolute;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgb(17 28 34 / 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 60px 15px;
}

.layer-rgb._active,
.layer-notifycation._active {
	display: block;
}

.layer-alert-water,
.layer-alert-security {
  color: #000;
  font-size: 13px;
  padding: 10px;
  background-color: #dcdfe1;
  border: 1px solid #dcdfe1;
  margin: 0 0 15px;
  border-radius: 14px;
}

.layer-alert-water,
.layer-alert-security  {
	top: -200%;
	width: 320px;
	position: absolute;
	transition: all 1s ease;
}

.layer-notifycation._active .layer-alert-water._active,
.layer-notifycation._active .layer-alert-security._active {
	top: 70px;
}


.layer-alert-water .icon,
.layer-alert-security .icon {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  height: 50px;
}

.layer-alert-security .message,
.layer-alert-water .message {
  padding: 0 0 0 5px;
}

.layer-alert-security .d-flex,
.layer-alert-water .d-flex {
	align-items: center;
}

.layer-alert-security .message span,
.layer-alert-water .message span {
	display: block;
	font-weight: 600;
}


.layer-alert-water .icon, .layer-alert-security .icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/package/application/app-logo.png);
}

.layer-rgb video {
	max-width: 300px;
	border-radius: 50%;
	height: auto;
	position: relative;
	top: 20%;
	left: 10%;
}

.app-menu {
	position: absolute;
	background-color: rgb(17 27 36 / 90%);
	top: 68px;
	height: 100%;
	z-index: 5;
	width: 265px;
  padding: 0 0 0 5px;
  transition: all .2s ease;
}
.app-menu {
	top: -100%;
}

.app-menu._active {
	top: 68px;
}

.app .nav-item .nav-link {
	color: #47d1d4;
	border-bottom: 1px solid #273f5a;
	padding-left: 0;
	padding-right: 0;
	margin: 0 5px 0 5px;
  border-radius: 0;
}

.app .nav-item .nav-link {
	display: flex;
  align-items: center;
	justify-content: space-between;
}


.marvel-device.iphone-x {
	width: 348px;
	height: 650px;
	box-shadow: 0 0 0 rgb(243 146 0 / 40%);
	animation: pulse_shadow 1s infinite;
}
.marvel-device.iphone-x .notch {
	left: 130px;
	width: 160px;
  left: 50%;
  transform: translate(-50%, 0);
}
.marvel-device.iphone-x .camera {
	left: 124px;
}
video.demo-item {
  transform: scale(125%);
}
/* End Footer css
============================================================================================ */

.scroll_section {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding-top: 100px;
	padding-bottom: 100px;
}

.scroll_section {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	position: relative;
}

.scroll_section:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
	z-index: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
  background: rgb(115 115 115 / 57%);
}

.scroll_heading {
  position: sticky;
  top: 50px;
  padding: 25px;
	z-index: 10;
}

.scroll_heading_title {
  z-index: 10;
  line-height: 90px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 90px;
  text-transform: uppercase;
  padding: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.scroll_heading_title span {
  padding: 0 10px;
  display: inline-block;
  background-color: rgb(51 51 51 / 100%);
}

.scroll_content {
	z-index: 5;
  position: relative;
}

.scroll_content_items {
  margin: 30px 0 0 0;
}

.scroll_content_item_title {
	width: 100%;
	z-index: 10;
	text-align: left;
	line-height: 68px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 68px;
	text-align: center;
	color: #fff;
	z-index: 10;
}

.scroll_content_item_content {
	font-size: 24px;
	line-height: 40px;
	display: block;
	margin: 50px 0 0;
	font-weight: 300;
	margin: 30px auto 60px auto;
	color: #fff;
	text-align: center;
	z-index: 10;
}


.project_header_bg {
  position: relative;
  height: 760px;
  color: #fff;
  background-color: rgb(0 0 0 / 90%);
	background-position: center;
	background-size: cover;
  backdrop-filter: blur(2px);
}

.project_header_bg:before {
  content: '';
  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;
  background: rgb(0 0 0 / 57%);
}

.project_header_title {
  text-align: left;
  line-height: 68px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
}

.project_header_title {
	position: absolute;
	bottom: 50px;
}

.project_header_title span {
  color: rgb(243, 146, 0);
}


.scroll-project__item {
  z-index: 1;
  position: relative;
}

.scroll-project__wrap_title {
  z-index: 9999;
  line-height: 90px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 90px;
  text-transform: uppercase;
  padding: 0 0 30px;
  width: 100%;
	color: #fff;
  text-align: center;
}


/* LOOP */
.scroll-project__loop:before {
  content: '';
  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;
  background: rgb(115 115 115 / 57%);
}
.scroll-project__loop {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.scroll-project__loop {
  padding-top: 100px;
  padding-bottom: 100px;
}
.scroll-project__loop {
  height: 3300px;
  /* top: 50%; */
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  position: relative;
}
.loop-1 {
	height: 1000px;
}
.loop-2 {
	height: 1660px;
}
.loop-3 {
	height: 2380px;
}
.loop-4 {
	height: 3000px;
}
.loop-5 {
	height: 3640px;
}
.loop-6 {
	height: 4300px;
}
.loop-13 {
	height: 9750px;
}

.scroll-project__heading_title {
  width: 100%;
  z-index: 9999;
  text-align: left;
  line-height: 68px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 68px;
  text-align: center;
  color: #fff;
}
.scroll-project__heading_subtitle {
	font-size: 24px;
	line-height: 40px;
	display: block;
	margin: 50px 0 0;
	font-weight: 300;
	margin: 40px auto 0 auto;
	color: #fff;
	text-align: center;
}
.scroll-project__heading_subtitle ul li {
  text-align: left;
  line-height: 1.3;
}
.scroll-project__photo {
	text-align: center;
	margin: 20px 0;
}

/* Text Block Section */
section.text_block_area {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.site_chess + .text_block_area {
  padding-top: 0px;
  padding-bottom: 40px;
}

/* CHESS SECTION */
section.site_chess {
  overflow: hidden;
}

/* .chess_child {
	margin: 0 0 25px;
} */

/* .odd .chess_child,
._odd .chess_child {
	margin-bottom: 0;
}

section.scroll-project > section:last-child > div.odd .chess_child {
  margin-bottom: 0;
} */

.chess_child .title {
  font-family: "Proxima Nova";
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 2rem;
  /* margin: 25px 0 0; */
  /* margin: 25px 0; */
  padding: 0 0 30px 0;
}

.chess_child img.img-fluid {
	width: 100%;
  /* margin-bottom: 25px; */
}

section.site_chess .odd {
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 0;
  background-color: #706e6f;
}

section.site_chess ._odd {
	padding-top: 60px;
	padding-bottom: 60px;
}


/* section.site_chess .odd + ._odd:not(.horizontal_odd) {
  padding-top: 40px;
  margin-bottom: 40px;
} */

.horizontal_odd.odd + .horizontal_odd._odd {
  padding-top: 80px;
  padding-bottom: 80px;
}


section.site_chess .horizontal_top_content {
  padding-bottom: 80px;
}

section.scroll-project > section:last-child > div.odd {
  margin-bottom: 0;
}

section.site_chess .horizontal_empty_content {
  padding-bottom: 40px;
}

section.site_chess .odd .chess_child .title {
	color: rgb(243, 146, 0);
	color: #fff;
}
section.site_chess .odd .chess_child .description {
	color: #fff;
}

section.site_chess ._odd .chess_child .title {
	color: #706e6f;
}

section.site_chess .chess_child .description {
	padding-top: 25px;
}

body.partners section.site_chess .text__block,
body.partners section.site_chess .chess_child .description {
  font-size: 20px;
  line-height: 34px;
}

section.site_chess .chess_child .description h3 {
  font-weight: 900;
}

section.site_chess ._odd .chess_child .description h3 {
	color: #706e6f;
}

@media(min-width: 1199px){
	section.site_chess.projects_chess ._odd .chess_child .description,
	section.site_chess.projects_chess .odd .chess_child .description {
		padding: 40px 60px;
		margin: 100px;
		position: relative;
		margin-top: -120px;
	}
}

section.site_chess.projects_chess ._odd .chess_child .description,
section.site_chess.projects_chess .odd .chess_child .description {
	margin-bottom: 0;
}

section.site_chess.projects_chess ._odd .chess_child .description {
	color: #333;
  background-color: #fff
}

section.site_chess.projects_chess .odd .chess_child .description {
  background-color: #706e6f;
}

.chess_child .description {
  color: #263a4f;
  font-weight: normal;
}

section.site_chess .odd .chess_child .description a {
  color: rgb(243, 146, 0);
  border-bottom: 1px solid rgb(243, 146, 0);
}

.chess_child .description,
section.site_chess .text__block {
	font-size: 18px;
  line-height: 24px;
}

.text__block p:last-child {
    margin-bottom: 0;
}

.chess_child .description ul {
  padding-inline-start: 15px;
}

.chess_child .description ul li:not(:first-child){
	margin-top: 10px;
}

section.site_chess .text__block h3,
section.site_chess .text__block .h3,
section.site_chess .text__block h4,
section.site_chess .text__block .h4 {
	margin: 0 0 30px;
	text-align: justify;
}

section.site_chess .text__block h3 b,
section.site_chess .text__block .h3 b,
section.site_chess .text__block h3 strong,
section.site_chess .text__block .h3 strong {
	font-weight: 900;
}

body.partners_page section.text_block_area .text__block {
  margin: 100px 0 80px;
}

section.site_chess .text__block a:not(.btn) {
  color: #3333ff;
}

section.site_chess .text__block a:not(.btn):hover {
  text-decoration: underline;
}

section.site_dashboard {
  padding-top: 60px;
}

.site_dealer .main_title {
}

.partner-item {
	text-align: center;
}

.partner_auth_title {
  margin: 40px 0;
}

.partner_auth_button .btn,
.partner-item .btn {
	font-size: 22px;
	line-height: 1;
	font-weight: 800;
	padding: 15px 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
}

.partner_auth_button .btn,
.partner-item .btn {
  color: #fff;
  text-decoration: none;
}

#chess_office_5 .chess_child .title {
	color: #fff;
	text-align: center;
}

._projects .video_item {
	width: 100%;
	height: 750px;
	display: block;
	overflow: hidden;
	position: relative;
}

._projects .video_item iframe {
	position: absolute;
	top: 50%;
  left: 50%;
	width: 100%;
	height: 750px;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}


.ytp-chrome-top {
	display: none !important;
}

/* Custom classes */

@media(max-width: 767px){
	section.partners_custom_1 {
		padding-top: 40px;
	}
}

@media(min-width: 992px){
	section.partners_custom_1 {
		padding-top: 0;
	}
}



.product_cat {
    padding-top: 80px;
}

.product_cat .main_title > div {
    font-size: 28px;
    font-weight: 700;
}

.product_item {
    padding: 30px;
    border: 1px solid #d2d2d2;
    margin-bottom: 30px;
    cursor: pointer;
    min-height: 375px;
}

.product_item {
  -moz-box-shadow: 0px 0px 0px 0px #ccc;
  -webkit-box-shadow: 0px 0px 0px 0px #ccc;
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: all .6s ease;
}

.product_item:hover {
  -moz-box-shadow: 0px 0px 15px 0px #ccc;
  -webkit-box-shadow: 0px 0px 15px 0px #ccc;
  box-shadow: 0px 0px 15px 0px #ccc;
}

.product_item .image {
    display: block;
    line-height: 1;
    padding-bottom: 30px;
}

.product_item .image .img-fluid {
    max-width: 100%;
}


.product_item .title {
}

.product_item .title a {
    color: #414042;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    margin-bottom: 0;
}


.timeline .line {
    width: 2px;
    height: 60px;
    background-color: #3333ff;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.timeline .time {
    text-align: center;
    font-weight: 700;
}




/* Animations  */


@-webkit-keyframes pulse_shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(243, 146, 0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 28px rgba(243, 146, 0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(243, 146, 0, 0);
  }
}
@keyframes pulse_shadow {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(243, 146, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(243, 146, 0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(243, 146, 0, 0);
      box-shadow: 0 0 0 10px rgba(243, 146, 0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(243, 146, 0, 0);
      box-shadow: 0 0 0 0 rgba(243, 146, 0, 0);
  }
}

@-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(243, 146, 0, 0.2), 0 0 0 0 rgba(243, 146, 0, 0.2), 0 0 0 5px rgba(243, 146, 0, 0.2), 0 0 0 10px rgba(243, 146, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(243, 146, 0, 0.2), 0 0 0 0 rgba(243, 146, 0, 0.2), 0 0 0 5px rgba(243, 146, 0, 0.2), 0 0 0 10px rgba(243, 146, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(243, 146, 0, 0.2), 0 0 0 5px rgba(243, 146, 0, 0.2), 0 0 0 10px rgba(243, 146, 0, 0.2), 0 0 0 20px rgba(243, 146, 0, 0);
	  box-shadow: 0 4px 10px rgba(243, 146, 0, 0.2), 0 0 0 5px rgba(243, 146, 0, 0.2), 0 0 0 10px rgba(243, 146, 0, 0.2), 0 0 0 20px rgba(243, 146, 0, 0);
  }
}

@keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(243, 146, 0, 0.2), 0 0 0 0 rgba(243, 146, 0, 0.2), 0 0 0 5px rgba(243, 146, 0, 0.2), 0 0 0 10px rgba(243, 146, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(243, 146, 0, 0.2), 0 0 0 0 rgba(243, 146, 0, 0.2), 0 0 0 5px rgba(243, 146, 0, 0.2), 0 0 0 10px rgba(243, 146, 0, 0.2);
  }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(243, 146, 0, 0.2), 0 0 0 5px rgba(243, 146, 0, 0.2), 0 0 0 10px rgba(243, 146, 0, 0.2), 0 0 0 20px rgba(243, 146, 0, 0);
	  box-shadow: 0 4px 10px rgba(243, 146, 0, 0.2), 0 0 0 5px rgba(243, 146, 0, 0.2), 0 0 0 10px rgba(243, 146, 0, 0.2), 0 0 0 20px rgba(243, 146, 0, 0);
  }
}

/*
@-webkit-keyframes slide {
  0% {
    left: 15px;
  }
  100% {
    left: calc(50% - 120px);
  }
}

@-moz-keyframes slide {
  0% {
    left: 15px;
  }
  100% {
    left: calc(50% - 120px);
  }
}

@-o-keyframes slide {
  0% {
    left: 15px;
  }
  100% {
    left: 35px;
  }
} */

@keyframes slide {
  0% {
    left: 15px;
  }
  25% {
    left: 70px;
  }
  50% {
    left: 110px;
  }
  75% {
    left: 155px;
  }
  100% {
    left: 15px;
  }
}


.cursor {
  position: absolute;
  height: 25px;
  width: 25px;
  z-index: 10;
  top: 55px;
  left: 15px;
  animation-duration: 5000ms;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide;
}

.screen:hover .cursor {
  visibility: hidden;
}

.cursor img {
  display: block;
  max-width: 100%;
}
/*---------------------------------------------------- */
