/*===============================================================================
	FONTS
===============================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Taviraj:wght@300;400;500;600;700;800;900&display=swap');

/* @font-face {
	font-family: 'Open Sans';
	src: url('assets/fonts/OpenSans-SemiBoldItalic.eot');
	src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
		url('assets/fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
		url('assets/fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
} */



/*===============================================================================
	BODY
===============================================================================*/

:root {
  --global-color: #9D9D9D;
  --global-color1: #E2DED8;
  --global-heading-color: #9D9D9D;
  --global-text-color: #2E2E2C;
  --main-background-color: #E2DED8;
  --second-background-color: #FDFCFB;
  --border-color: #C7C7C7;
  --placeholder-color: #9D9D9D;
}

body {
	line-height: 1.42;
	font-family: 'Lato', sans-serif !important;
	font-size: 16px !important;
	color: var(--global-text-color);
	background-color: var(--main-background-color);
}
h1 {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 20px;
  color: var(--global-heading-color);
}
h2 {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 20px;
  color: var(--global-heading-color);
}
h3 {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 20px;
  color: var(--global-heading-color);
}
h4 {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  color: var(--global-heading-color);
}
h5 {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 20px;
  color: var(--global-heading-color);
}
h6 {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  color: var(--global-heading-color);
}
[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: var(--global-color);
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
.btn-primary {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #9D9D9D;
  background: transparent;
  outline: none;
  box-shadow: none;
  border-color: transparent;
  border-radius: 0;
  padding: 0;
  transition: all .4s ease;
}
.btn-primary:hover {
  color: var(--global-text-color);
  background-color: transparent;
  border-color: transparent;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: var(--global-text-color);
  background: transparent;
  border-color: transparent !important;
}
.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 !important;
  border-color: transparent;
}
.btn img {
  margin-left: 15px;
  width: 26px;
  transition: all .4s ease;
}
.btn:hover img {
  margin-left: 5px;
  width: 20px;
}
a {
  color: var(--global-color);
}
a:hover {
  color: var(--global-color);
}
.contents {
  min-height: calc(100Vh - 200px);
}



/*===============================================================================
	CHECKBOX
===============================================================================*/

.checkbox {
  margin-bottom: 0;
}
.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 6px 0 0 3px;
}
.checkbox_text {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  color: var(--global-text-color);
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.checkbox_text:before {
  content: '';
  position: absolute;
  top: calc(50% - 22px/2);
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: #fff;
  transition: .2s;
  border: 1px solid var(--border-color);
}
.checkbox_text:after {
  content: '';
  position: absolute;
  top: calc(50% - 12px/2);
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: var(--global-color);
  transition: .2s;
  opacity: 0;
}
.checkbox input:checked + .checkbox_text:before {
  background: #fff;
  border-color: var(--global-color);
}
.checkbox input:checked + .checkbox_text:after {
  opacity: 1;
}



/*===============================================================================
	RADIO
===============================================================================*/

.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  font-size: 14px;
}
.radio + label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--border-color);
  border-radius: 50%;
  background: #FFF;
}
.radio + label:after {
	content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--global-color);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:checked + label:before {
  border-color: var(--global-color);
}



/*===============================================================================
	SLIDERS
===============================================================================*/

#slider .owl-slide {
	position: relative;
	height: 100vh;
  background-color: lightgray;
}
.cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.owl-nav {
  margin-top: 0;
}
#slider .owl-nav [class*=owl-] {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--global-color);
  cursor: pointer;
  border-radius: 50% !important;
  outline: none;
  transition: all .4s ease 0s;
}
#slider .owl-nav [class*=owl-]:hover {
  background: var(--global-color);
}
#slider .owl-next {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 40px;
  top: calc(50% - 80px / 2);
}
#slider .owl-prev {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  left: 40px;
  top: calc(50% - 80px / 2);
}
#slider .next-slide {
  background: url(/images/owl-right.svg)no-repeat 100%;
  height: 30px;
  width: 15px;
}
#slider .prev-slide {
  background: url(/images/owl-left.svg)no-repeat 100%;
  height: 30px;
  width: 15px;
}
.caption {
  width: 100%;
  position: absolute;
  top: calc(50% - 110px);
}
.caption h1 {
  line-height: 70px;
  text-transform: none;
  color: var(--global-color);
}
.caption p.text_top {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.caption p {
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  color: #FFFFFF;
}
.caption a {
  display: inline-flex;
  margin-top: 20px;
}
.slide_btn_wrapper {
  margin-top: 40px;
  display: inline-block;
}
.button_slide {
  width: 240px;
  height: 60px;
  background-color: transparent;
  color: #fff;
  background-color: var(--button-hover-color);
  border-radius: 0;
  border-color: var(--button-hover-color);
}
.owl-carousel .next-slide {
  background: url(/images/owl-right1.svg)no-repeat 100%;
  height: 40px;
  width: 21px;
}
.owl-carousel .prev-slide {
  background: url(/images/owl-left1.svg)no-repeat 100%;
  height: 40px;
  width: 21px;
}
.owl-carousel .owl-next {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: -30px;
  top: calc(50% - 40px / 2);
  outline: none;
}
.owl-carousel .owl-prev {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  left: -30px;
  top: calc(50% - 40px / 2);
  outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}
.owl-carousel .owl-nav {
  margin-top: 0;
}



/*===============================================================================
	Form
===============================================================================*/

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #6F6F6F;
}
.form-control {
  font-weight: 300;
  font-size: 18px;
  color: var(--global-text-color);
  height: calc(2em + .75rem + 2px);
  padding: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0;
}
.form-control:focus {
  color: var(--global-text-color);
  background-color: transparent;
  border-color: var(--border-color);
  outline: 0;
  box-shadow: none;
}

.effect::-webkit-input-placeholder       {color: var(--placeholder-color); opacity: 1; transition: opacity 0.3s ease;}
.effect::-moz-placeholder                {color: var(--placeholder-color); opacity: 1; transition: opacity 0.3s ease;}
.effect:-moz-placeholder                 {color: var(--placeholder-color); opacity: 1; transition: opacity 0.3s ease;}
.effect:-ms-input-placeholder            {color: var(--placeholder-color); opacity: 1; transition: opacity 0.3s ease;}
.effect:focus::-webkit-input-placeholder {color: var(--placeholder-color); opacity: 0.3; transition: opacity 0.3s ease;}
.effect:focus::-moz-placeholder          {color: var(--placeholder-color); opacity: 0.3; transition: opacity 0.3s ease;}
.effect:focus:-moz-placeholder           {color: var(--placeholder-color); opacity: 0.3; transition: opacity 0.3s ease;}
.effect:focus:-ms-input-placeholder      {color: var(--placeholder-color); opacity: 0.3; transition: opacity 0.3s ease;}

textarea {
  resize: none;
}



/*===============================================================================
	Select2
===============================================================================*/

.select2-container .select2-selection--single {
  height: 60px;
  border: 1px solid var(--border-color);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 40px;
  line-height: 58px;
  color: var(--placeholder-color);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px;
}
.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--border-color);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--global-color);
}
.select2-container--default .select2-results__option--selected {
  background-color: var(--placeholder-color);
  color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
  right: 0;
  margin-left: -15px;
  margin-top: -5px;
  transform: rotate(135deg);
  border-width: 2px;
  top: calc(50% - 2px);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate( 315deg);
  border-width: 2px;
  border-color: #CCCCCC #CCCCCC transparent transparent;
  top: calc(50% - -4px);
}
.select2-search__field {
  outline: none !important;
}



/*===============================================================================
	Pagination
===============================================================================*/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 40px 0 20px;
  border-radius: 0;
}
.pagination li {
  display: inline-block !important;
  margin: 0 3px;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  font-size: 20px;
  padding: 10px 18px;
  margin-left: -1px;
  line-height: 1.42;
  color: var(--global-color);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 2;
  color: var(--global-color);
  background-color: #eee;
  border-color: #C4C4C4;
}
.pagination>li>a, .pagination>li>span {
  color: var(--global-color);
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: var(--global-color);
  border-color: var(--global-color);
  color: #fff;
}
.pagination li .next,
.pagination li .prev {
  line-height: 0;
  padding: 16px 20px;
}



/*===============================================================================
	Header
===============================================================================*/

/* hidden scrollbar */
::-webkit-scrollbar {
  width: 0;
}
/* hidden scrollbar firefox */
html {scrollbar-width: none;}

#header .fixed-top {
  background-color: var(--main-background-color);
  z-index: 1;
}
main.page {
  padding-top: 100px;
}
main.page .kinesis {
  overflow-x: hidden;
}
.navbar {
  padding: 0;
  transition: all .3s ease;
}
.navbar-brand {
  margin-right: 0;
  margin-left: 15px;
  z-index: 101;
}
.navmenu_wrapper {
  max-width: 100px;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 29px;
  border-bottom: 1px solid #C7C7C7;
}
.nav_brand {
  max-width: 405px;
  z-index: 2;
  padding-top: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid #C7C7C7;
}
.head_block {
  display: flex;
  align-items: center;
  height: 100px;
  border-bottom: 1px solid #C7C7C7;
  z-index: 2;
}
.head_phone {
  max-width: 305px;
  display: flex;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 31px;
  border-bottom: 1px solid #C7C7C7;
  z-index: 2;
}
.head_phone a {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  background: transparent;
  margin: 0;
  padding: 0;
  transition: all .4s ease;
  color: var(--global-color);
}
.head_phone a:hover {
  text-decoration: none;
}
.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(-100vw, 0);
  /* ie workaround */
  -ms-transform: translateX(100vw);
  box-sizing: border-box;
  pointer-events: none;
  /*padding-top: 125px;*/
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
  /* border-bottom-left-radius: 100vw; */
  /* background-color: #008752; */
  background: var(--main-background-color);
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  z-index: 1;
}
.drawer-list .container-fluid {
    align-self: center;
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-Y: hidden;
  pointer-events: auto;
  text-align: center;
  justify-content: center;
  overflow: hidden;
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  margin: 0;
  line-height: 1.42;
  padding: 0 0 30px;
  transition: all .4s ease;
  transform: translateX(5vw);
	-ms-transform: translateX(-5vw);
}
.drawer-list li a {
  font-family: 'Taviraj',serif;
  -webkit-text-stroke: 1px var(--global-heading-color);
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 900;
  font-size: 5.729vw;
  line-height: 5.729vw;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--global-heading-color);
  text-align: center;
  display: inline-flex;
  margin: 0;
  padding: 0;
  transition: all .4s ease;
  overflow: hidden;
  background: transparent;
  transform: scale(1);
}
.drawer-list li a:hover {
  color: var(--global-text-color);
  -webkit-text-stroke: 0px var(--global-heading-color);
  -webkit-text-fill-color: var(--global-text-color);
  cursor: pointer;
  transform: scale(1.1);
}
.drawer-list li a:last-child {
  margin-bottom: 0px;
}
.drawer-list ul ul {
  margin-top: 10px;
  margin-left: 20px;
}
.drawer-list ul ul li a {
  font-weight: normal;
  font-size: 26px;
  transition: all .4s ease 0s;
}
.drawer-list ul ul li a:hover {
  color: var(--global-heading-color);
}
input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
	transform: translateX(0);
	border-bottom-left-radius: 0;
}
input.hamburger ~ .drawer-list li {
  opacity: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translateX(0);
  transition: all .4s ease-in-out .4s;
  opacity: 1;
}
label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
    margin-bottom: 0;
}
label.hamburger:hover {
  cursor: pointer;
}

label.hamburger {
  left: 0;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.ham .line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:var(--global-heading-color);
  stroke-width:2;
  stroke-linecap:round;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ham7 .top {
  stroke-dasharray: 25 82; 
}
.ham7 .middle {
  stroke-dasharray: 40 111;
}
.ham7 .bottom {
  stroke-dasharray: 30 161;
}
.ham7:hover .top,
.ham7.active .top {
  stroke-dasharray: 40 82; 
}
.ham7:hover .bottom,
.ham7.active .bottom {
  stroke-dasharray: 40 161;
}
.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}
.ham7.active .middle {
  stroke-dashoffset: 23px;
}
.ham7.active .bottom {
  stroke-dashoffset: -83px;
}



/*===============================================================================
	FOOTER
===============================================================================*/

footer {
  height: 100px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  border-top: 1px solid #C7C7C7;
  z-index: 1;
}
footer .col {
  color: var(--global-color);
  align-self: center;
}
footer .socials {
  display: flex;
  max-width: 405px;
  margin-left: 15px;
}
footer .socials ul {
  display: flex;
  margin-bottom: 0;
}
footer .socials ul li:not(:last-child) {
  margin-right: 20px;
}
footer .socials ul li {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .socials ul li a {
  display: flex;
}
footer .socials ul li a img {
  transition: all .4s ease;
  transform: scale(1);
}
footer .socials ul li a:hover img {
  transform: scale(1.4);
}
footer .copyright {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
footer .brand {
  display: flex;
  justify-content: center;
  max-width: 100px;
}
footer .brand a {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  display: inline-flex;
  flex-direction: column;
  transition: all .4s ease;
}
footer .brand a:hover {
  text-decoration: none;
}
footer .brand a svg path {
  transition: all .4s ease;
  fill: transparent;
}
footer .brand a:hover svg path {
  stroke: var(--global-color);
  fill: var(--global-color);
}



/*===============================================================================
	MAIN
===============================================================================*/

html,body {
  height: 100%;
}
body p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
}
.block-lines-wrapper {
  position: absolute;
  height: 100Vh;
  z-index: 2;
}
.block_lines .line {
  display: block;
  height: 100%;
  width: 1px;
  background: var(--border-color);
  pointer-events: none;
  z-index: 1;
}
.block_lines .line:nth-child(1) {
  left: 405px;
  position: fixed;
}
.block_lines .line:nth-child(2) {
  right: 405px;
  position: fixed;
}
.block_lines .line:nth-child(3) {
  right: 100px;
  position: fixed;
}
.pb40 {
  padding-bottom: 40px;
}
.main_container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 405px;
  margin-right: 100px;
  padding-top: 100px;
}
.bg_img {
  background: url(/images/main.jpg)no-repeat center;
  background-size: cover;
  display: block;
  height: calc(100Vh - 200px);
  width: 100%;
}
.bg_img .main_text {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.main_text .text1 {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 7.292vw;
  line-height: 7.292vw;
  color: var(--global-color1);
}
.main_text .text2 {
  font-family: 'Taviraj', serif;
  -webkit-text-stroke: 5px var(--global-color1);
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 900;
  font-size: 9.896vw;
  line-height: 9.896vw;
  color: var(--global-color1);
}
.main_text .text3 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.563vw;
  line-height: 1.563vw;
  color: var(--global-color1);
  margin-bottom: 30px;
}
.rel {
  position: relative;
}
.scroll-to {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 21px;
  height: 100px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
}
.scroll-to__line__wrapper {
  position: relative;
  height: 100px;
  width: 21px;
}
.scroll-to__line__wrapper p {
  font-family: 'Lato', sans-serif;
  position: absolute;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: var(--global-color);
  transform: rotate(-90deg);
  margin-bottom: 0;
  top: -35px;
  left: -6px;
}
.scroll-to__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: var(--border-color);
  overflow: hidden;
}
.scroll-to__line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background: var(--global-text-color);
  -webkit-animation: line 1.8s cubic-bezier(.075,.82,.165,1) infinite;
  animation: line 1.8s cubic-bezier(.075,.82,.165,1) infinite;
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes line {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
.head_text {
  font-family: 'Taviraj', serif;
  -webkit-text-stroke: 1px var(--global-color);
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 900;
  font-size: 8.333vw;
  line-height: 8.333vw;
  color: var(--global-color);
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 40px;
  overflow: hidden;
}
.block_img {
  position: relative;
  margin-bottom: 20px;
}
.block_about_text_left {
  margin-top: 10px;
}
.block_about_text_right {
  background: #E2DED8;
  margin-top: -100px;
}
.block_about_text_left .wrap {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
}
.block_about_text_right .wrap {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
  padding: 30px 10px 10px 30px;
}
.block_about_wrapper .btn_wrapper {
  margin-top: 20px;
}
.cards_block {
  padding-left: 100px;
  padding-right: 100px;
}
.stack-cards {
  --stack-cards-gap: 18px; }

.stack-cards__item {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  height: 0;
  padding-bottom: 40.6%;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  overflow: hidden; 
}
.stack-cards__item > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stack-cards__item .description h3 {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 4.167vw;
  line-height: 1.42;
  text-transform: uppercase;
  color: var(--global-color1);
  margin-bottom: 0;
}
.stack-cards__item .description a {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.563vw;
  line-height: 1.42;
  color: var(--global-color);
  padding: 0;
  margin: 0;
  background: transparent;
}
.stack-cards__item .description a:hover {
  text-decoration: none;
}
.client_logo {
  text-align: center;
}
.client_logo .block {
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-bordered td, .table-bordered th {
  border: 1px solid var(--border-color);
  padding: 0;
}
.project a {
  position: relative;
  display: block;
}
.project a img,
.project a p {
  transition: all .4s ease !important;
}
.project a:hover img {
  filter: brightness(0.2)
}
.project a:hover p {
  opacity: 1;
}
.project .descr {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
  color: var(--global-color1);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project p {
  font-family: Taviraj;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  color: var(--global-color1);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 0;
  padding-bottom: 15%;
  opacity: 0;
}
.touch_head {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 90px;
  line-height: 100px;
  color: var(--global-text-color);
  margin-bottom: 40px;
}
.touch_block {
  margin-top: 10px;
  margin-bottom: 20px;
}
.touch_block p {
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 0;
}
.touch_block a {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: var(--global-color);
  padding: 0;
  margin: 0;
  background: transparent;
}
.touch_block a:hover {
  text-decoration: none;
}
.touch_block_wrapper .btn_wrapper {
  margin-top: 50px;
}
.last {
  margin-bottom: 60px;
}



/*===============================================================================
	ABOUT
===============================================================================*/

.text_about {
  margin-top: 60px;
}
.text_about p {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
}
.about_blocks {
  margin-top: 60px;
}
.about_blocks .block_text p {
  max-width: 445px;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 0;
}
.owl-carousel {
  z-index: 0 !important;
}
.carouselslider .item {
  text-align: center;
}
.carouselslider .item img {
  margin-bottom: 30px;
}
.carouselslider .item .name {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: var(--global-text-color);
}
.carouselslider .item .who {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--global-text-color);
  text-transform: uppercase;
}
.award_image {
  text-align: center;
}



/*===============================================================================
	Contacts
===============================================================================*/

.contacts_wrapper .block_left .text {
  font-weight: normal;
  font-size: 90px;
  line-height: 100px;
}
.contacts_wrapper .block_left .text1 {
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  padding: 30px 0;
}
.contactform {
  max-width: 445px;
  margin-top: 15px;
}
.submit_btn_wrapper {
  display: inline-flex;
  width: 100%;
  margin-top: 10px;
}
.btn-submit {
  font-family: 'Taviraj', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  width: 100%;
  padding: 18px 0;
  border: 1px solid var(--border-color);
  background-color: transparent
}
.icons_wrapper {
  margin-top: 60px;
}
.contact_phone a {
  font-weight: 300;
  font-size: 64px;
  line-height: 74px;
  color: var(--global-color);
  background: transparent;
  padding: 0;
  margin: 0;
}
.contact_phone a:hover {
  text-decoration: none;
}
.icons_wrapper .soc ul li:not(:last-child) {
  margin-right: 50px;
}
.map_wrapper {
  margin-top: 80px;
}
.map {
  position: relative;
}
.map .info {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 400px;
  background: var(--main-background-color);
  padding: 20px 40px;
  font-weight: 300;
  font-size: 24px;
  line-height: 50px;
}



/*===============================================================================
	Projects
===============================================================================*/

.projects_wrapper .project {
  margin: 50px 0;
}
.btn-back {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  outline: none !important;
  border: 0;
  background: transparent;
  margin-left: 20px;
}
.project_description {
  margin: 80px 0;
}
.project_description .descr_head {
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
}
.project_description .descr_text {
  margin-bottom: 0;
}
#roomSlider .slide_description {
  display: none;
}
#Counter {
  font-weight: bold;
  font-size: 60px;
  line-height: 72px;
  color: var(--global-color);
  display: inline-flex;
}
#Counter span {
  margin-left: 10px;
  font-weight: normal;
  font-size: 24px;
  line-height: 50px;
  color: var(--global-text-color);
}
#Description {
  margin-left: 30px;
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
}
.slider_control {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid var(--border-color);
  border-top: 0;
  border-right: 0;
  margin-bottom: 80px;
}
.slider_control button {
  line-height: 0;
  padding: 10px 15px;
  margin: 0 15px;
  border: 0;
  background: transparent;
  outline: none !important;
}
.block_image_wrapper,
.block_text_wrapper {
  margin-bottom: 80px;
}
.block_image_wrapper .image:nth-child(2) {
  margin-top: 6%;
}
.block_image_wrapper .image:nth-child(3) {
  margin-top: 12%;
}
.next_project .next {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: var(--global-color);
  opacity: 1;
  padding-top: 15%;
  padding-bottom: inherit;
  top: 0;
  align-items: start;
}