@font-face {
    font-family: 'intro_regularregular';
    src: url('../fonts/intro-regular-webfont.woff2') format('woff2'),
         url('../fonts/intro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?q3f4qd');
  src:  url('../fonts/icomoon.eot?q3f4qd#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?q3f4qd') format('truetype'),
    url('../fonts/icomoon.woff?q3f4qd') format('woff'),
    url('../fonts/icomoon.svg?q3f4qd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"),
        url("../fonts/opensans-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"),
    url("../fonts/opensans-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-close:before {
  content: "\e902";
}
.icon-play:before {
  content: "\ea15";
}
/* *{
    cursor:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
} */
/* General Reset */
body {
	margin: 0;
	color: #000;
	font: 16px/30px "Open Sans", Arial, Helvetica, sans-serif;
	background-color: #8d8f92;
    max-height: 100vh;
}
.home-page {
	background-image: url(../images/Tustan_Title%20page_Background.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
img {
	border-style: none;
}
input,
textarea,
select {
	color: #000;
	vertical-align: middle;
	font: 100% Arial, Helvetica, sans-serif;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding: 0;
}
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="text"],
input[type="search"] {
	-webkit-appearance: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
blockquote,
q {
	quotes: none;
}
q:before,
q:after {
	content: '';
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover {
	color: #3779a0;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p{
    margin: 0 0 10px;
}
/*.full-img*/
.full-img{
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
        pointer-events: none;
}
.full-img img{
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}
.nav{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 9;
    font: 26px/31px 'intro_regularregular', sans-serif;
}
.nav li{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    text-transform: uppercase;
}
.nav .nav-link_01{
    position: absolute;
    right: 835px;
    top: 68px;
}
.nav .nav-link_02{
    position: absolute;
    right: 470px;
    top: 307px;
}
.nav .nav-link_03{
    position: absolute;
    right: 111px;
    top: 363px;
}
.nav a{
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: rgba(190,29,44 ,.7);
    display: block;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav a:hover{
    background: rgba(190,29,44 ,.8);
}
.nav a:hover span:before{
    background: rgba(190,29,44, .7);
}
.nav a > img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.nav span{
    position: absolute;
}
.nav span:before{
    content: '';
    position: absolute;
    right: -23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-top: 1px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav .nav-link_01 span:before{
    right: auto;
    left: -25px;
}
.nav .nav-link_01 span{
    left: 315px;
    top: 75px;
}
.nav .nav-link_02 span{
    right: 251px;
    top: -2px;
}
.nav .nav-link_03 span{
    right: 203px;
    top: -25px;
}
.nicescroll-rails{
    /*margin-right: -6px;*/
}
/*.research-box*/
.research-box{
    position: absolute;
    top: 133px;
    left: 88px;
    max-width: 604px;
}

.research_ttl{
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font: 26px/31px 'intro_regularregular', sans-serif;
    margin: 0 0 40px;
}
.research_ttl .research_ttl_span{
    background: #474d51;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 10px 19px 6px 28px;
}
.research_ttl p{
    background: #474d51;
    margin: 0;
    padding: 5px 68px 0px 28px;
    font-size: 60px;
    line-height: 68px;
    display: inline-block;
    vertical-align: top;
}
/*.research-content*/
.research-content{
    max-width: 604px;
    background: #474d51;
    padding: 50px 42px 34px 42px;
    color: #fff;
    min-height: 550px;
}
.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 .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
}
.btn-primary {
    color: #fff;
    background-color: rgba(190,29,44, .9);
    border-color: rgba(190,29,44, .9);
    font-size: 0;
    min-width: 180px;
    padding: 16px 10px 13px;
}
.btn-primary:hover{
    color: #fff;
    background-color: rgba(190,29,44, 1);
    border-color: rgba(190,29,44, 1);
}
.btn-primary span,
.btn-primary i{
    font-size: 20px;
}
.research-box .btn-primary{
    position: absolute;
    z-index: 100;
    right: 127px;
    bottom: 48px;
}
.btn-default{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #474d51;
    border-color: #474d51;
    min-width: 147px;
    font: 26px/30px 'intro_regularregular', sans-serif;
    padding: 16px 20px 13px;
}
.btn-default:hover{
    background-color: #be1d2c;
    border-color: #be1d2c;
    color: #fff;
}
.research-box .btn-default{
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 48px;
}
/*.tabs-box*/
.tabs-box{
    position: absolute;
    right: 10px;
    top: 90px;
    max-width: 560px;
}
.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px;
}

.tabs li {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
    text-align: center;
    font: 26px/31px 'intro_regularregular', sans-serif;
    margin-bottom: 10px;
}
.tabs li a{
    color: #fff;
    background: #474d51;
    display: block;
    padding: 22px 28px 18px;
}
.tabs li + li a{
    margin-left: 4px;
}
.tabs li a:hover,
.tabs .active a{
    background: rgba(190,29,44, .9);
}
/*.tabs-content*/
.tabs-content{
    background: #474d51;
    color: #fff;
    padding: 56px 41px 56px 41px;
    margin-bottom: 25px;
    min-height: 764px;
}

.tabs-scroll{
    max-height: 652px;
    padding-right: 15px;
}
.tabs-content p{
    margin-bottom: 30px;
}
.tabs-box .btn-group .btn{
    min-width: 210px;
    text-align: left;
}
.tabs-box .btn-group .btn + .btn{
    margin-left: 46px;
    min-width: 110px;
}
/*.gallery-area*/
.gallery-area{
    width: calc(100vw - 720px);
    position: absolute;
    left: 90px;
    top: 70px;
}
.gallery-list{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.gallery-list li{
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
.gallery-list li a{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    color: #fff;
    position: relative;
}
.gallery-list li a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 10px solid #be1d2c;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.gallery-list li a:focus:after,
.gallery-list li .active:after{
    opacity: 1;
}
.gallery-list .video:before{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 70px;
    line-height: 1;
}
.modal-open .custome-modal{
    opacity: 1;
    visibility: visible;
}
.custome-modal{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
    background: rgba(71,77,81, .95);
    opacity: 0;
    visibility: hidden;
}

.custome-modal_wr {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.custome-modal_container{
   position: absolute;
    top: 138px;
    left: 0;
    bottom: 0;
    right: 0;
}
.modal-close{
/*    background: rgba(71,77,81, 1);*/
    position: absolute;
    right: 390px;
    top: 138px;
    background: rgb(14, 26, 35);
    width: 110px;
    height: 58px;
    z-index: 999999;
    line-height: 0;
    font-size: 0;
}
.modal-close:hover{
    background: #be1d2c;
}
.modal-close:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    top: 9px;
    right: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 19px auto 0;
}
.modal-close:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    top: 9px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 19px auto 0;
}
.modal-left{
    max-width: 1148px;
    margin: 0 30px 0 223px;
}
.modal-right{
    position: absolute;
    right: 50px;
    bottom: 123px;
    width: 450px;
}
/*.slider-gallery*/
.slider-gallery{
    list-style: none;
    padding: 0;
    margin: 0;
}
.slider-gallery .slick-slide{
    outline: none;
}
.slider-gallery li {
    height: 820px;
    display: block;
    line-height: 820px;
}
.slider-gallery li > img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.vjs-big-play-button{
    display: none !important;
}
/* Video inline */
.video-js.vjs-paused{
    /*position: relative;*/
    /*height: 100%;*/
}
.video-js.vjs-paused:before{
    content: "\ea15";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 70px;
    line-height: 1;
    z-index: 10;
    pointer-events: none;
}
.home-page__eclipse .fader{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0, .7);
    z-index: 10000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/* Video inline */
.video-box{
	width: 100%;
    height: 820px;
	position: relative;
	margin: 0;
	overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    line-height: 820px;
}
.video-box > img{
    position: static;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    display: inline-block;
}
.video-box > *{
    position: absolute;
    bottom: 0;
    left: 0;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}
.video-box object img{
    max-width: 100%;
    height: auto;
}
.slider-gallery .slick-arrow{
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    width: 110px;
    height: 57px;
    background: rgba(71,77,81, 1);
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -40px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.video-js .vjs-tech{
    height: 100% !important;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}
.slider-gallery .slick-arrow:hover{
    background: rgba(190,29,44, .9);
}
.slider-gallery .slick-arrow:before{
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;

    z-index: 10;
    font-size: 20px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-gallery .slick-next{
    right: -159px;
}
.slider-gallery .slick-next:before{
    content: "\e900";
    margin-left: 1px;
}
.slider-gallery .slick-prev{
    left: -173px;
}
.slider-gallery .slick-prev:before{
      content: "\e901";
        margin-right: 1px;
}
.slider-gallery-nav{
    background: #e6e6e6;
    text-align: left;
    color: #151c23;
    font-size: 17px;
    line-height: 31px;
    pointer-events: none !important;
}
.slider-gallery-nav .content-item{
    padding: 55px 40px 30px;
}
.slider-gallery-nav .gallery_ttl{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.gallery-text{
    min-height: 93px;
}

/* General settings */
@media screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait) and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: none;
	}
}
@media screen and (max-width: 480px){}


/*Loader*/

.page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0;
    visibility: hidden;
    background: #31373a;
    color: #ffffff;
    z-index: 9999;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}
.page-preloader:before,
.page-preloader:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    -webkit-background-size: 1600px auto;
    background-size: 1600px auto;
    height: 200px;
}
.page-preloader:before {
    top: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page-preloader:after {
    bottom: 0;
}
.page-preloader.loading {
    opacity: 1;
    visibility: visible;
}
.loader-txt {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loader-wrap {
    width: 150px;
    height: 150px;
    position: relative;
}
.loader-spinner {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader-spinner:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loader-spinner:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}