@import url(../plugins/wow/animate.css);
@import url(../plugins/odometer/odometer.min.css);
@import url(../plugins/font-awesome/font-awesome-new.min.css);
@import url(../plugins/swiper/swiper-bundle.min.css);
@import url(../plugins/bootstrap/bootstrap-min.min.css);
@import url(../plugins/light-gallery/lightgallery.min.css);
@import url(../plugins/videojs/video-js.css);
@import url(fonts.css);

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
}
body {
    font-family: "Gotham", sans-serif;
	font-weight:300;
    outline: none !important;
    margin: 0;
    padding-left: 100px;
    line-height: 1.4;
    font-size: 16px;
    color: #282828;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
strong{font-weight:500;}
/* LINKS */
a {
    color: #282828;
    font-style: normal;
	text-decoration:none;
}

a:hover {
    text-decoration: underline;
    color: #282828;
}

a:active {
    text-decoration: underline;
}

/* HTML ELEMENTS */
img {
    max-width: 100%;
}

p {
	margin-top:0;
    line-height: 1.5;
}
li {
	margin-top:0;
    line-height: 1.5;
	margin-bottom:5px;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight:300;
}
@media (min-width: 1199px) {
  h1, .h1 {
    font-size: 5rem;
	margin-bottom:15px;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight:300;
}
@media (min-width: 1199px) {
  h2, .h2 {
    font-size: 4rem;
	margin-bottom:15px;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
  font-weight:400;
}
@media (min-width: 1199px) {
  h3, .h3 {
    font-size: 3rem;
	margin-bottom:15px;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight:400;
}
@media (min-width: 1199px) {
  h4, .h4 {
    font-size: 2rem;
	margin-bottom:15px;
  }
}

h5, .h5 {
  font-size: 1.25rem;
	margin-bottom:15px;
  font-weight:400;
}

h6, .h6 {
  font-size: 1rem;
	margin-bottom:15px;
  font-weight:400;
}
/* CUSTOM CONTAINER */
@media (min-width: 1240px) {
    .container {
        max-width: 1450px;
    }
}
h1,h2,h3,h4,h5,h6{
	margin-top:30px;
}
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{
	margin-top:0;
}
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child{
	margin-bottom:0;
}
/* CUSTOM ELEMENTS */
.color-dark {
    background-color: #282828;
}
.color-dark .left-side ul li a {
    color: #fff;
}
.color-dark .left-side .gotop{color:#fff;}

.color-light {
    background-color: #fff;
}

.color-undefined {
    background-color: transparent;
}

.overflow {
    overflow: hidden;
}

/* ODOMETER */
.odometer {
    line-height: 1;
}
.odometer .odometer-digit {
    padding: 0;
}
.odometer .odometer-digit-inner {
    left: 0;
}

/* PAGINATION */
.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}
.pagination li {
    margin: 0 10px 0 0;
    text-align: center;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination li a {
    border: none;
    color: #282828;
    font-weight: 300;
    text-decoration: none;
    padding: 0 10px;
    background-color: #fff;
    min-width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 42px;
    margin: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.pagination li.active a,
.pagination li a:hover {
	background-color:var(--theme-color-1);
	color:#fff;
}
/* TRANSITION OVERLAY */
.transition-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: calc(-100% - 200px);
    bottom: 0;
    background: #282828;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    visibility: hidden;
}
.transition-overlay:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 100vh 0;
    border-color: transparent #282828 transparent transparent;
    position: absolute;
    left: -200px;
    top: 0;
}
.transition-overlay.active {
    right: 0;
    visibility: visible;
}

/* PRELOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: var(--theme-color-1);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 99;
    transition-delay: 0.65s;
}
.preloader * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 100vh 0;
    border-color: transparent var(--theme-color-1) transparent transparent;
    position: absolute;
    left: -200px;
    top: 0;
}
.preloader:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100vh 0 0 200px;
    border-color: transparent transparent transparent var(--theme-color-1);
    position: absolute;
    right: -200px;
    top: 0;
}
.preloader .inner {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.preloader .inner .logo {
    display: inline-block;
    margin: 0;
    animation: fadeInUp ease 0.6s;
}
.preloader .inner .logo img {
    height: 250px;
}
.preloader .inner .percentage {
    width: 100%;
    font-size: 50vh;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0.1;
    transition-delay: 0.1s;
}

.page-loaded .preloader {
    left: calc(-100% - 200px);
    visibility: hidden;
}

.page-loaded .preloader .logo {
    transform: translateX(-100px);
    opacity: 0;
}

.page-loaded .preloader .percentage {
    margin-left: 100px;
    opacity: 0;
}

body .navbar .inner {
    transform: translateY(-100%);
}

body .left-side {
    left: -100%;
    transition-delay: 0.5s !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

body .header .headlines {
    opacity: 1;
    transform: translateY(100%);
    transition-delay: 0.5s !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
}

body .header .page-title {
    opacity: 1;
    transform: translateY(100%);
    transition-delay: 0.5s !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
}

body .page-header {
    opacity: 1;
    transform: translateY(100%);
    transition-delay: 0.5s !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
}

body .slider {
    transform: translateY(100%);
    transition-delay: 1.5s !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
}

.page-loaded .header .navbar .inner {
    transform: translateY(0);
}

.page-loaded .header .headlines {
    opacity: 1;
    transform: translateY(0);
    opacity: 1;
}

.page-loaded .header .page-title {
    opacity: 1;
    transform: translateY(0);
    opacity: 1;
}

.page-loaded .page-header {
    opacity: 1;
    transform: translateY(0);
    opacity: 1;
}

.page-loaded .slider {
    opacity: 1;
    transform: translateY(0);
}

.page-loaded .left-side {
    left: 0;
}

.page-loaded .video-wrapper {
    opacity: 1;
    transform: translateY(0);
}

.page-loaded figure.image {
    opacity: 1;
    transform: translateY(0);
}

.page-loaded .header-image {
    opacity: 1;
    transform: translateY(0);
}

.page-loaded .map {
    opacity: 1;
    transform: translateY(0);
}

/* BURGER */
.burger {
    z-index: 3;
    display: table;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}
.burger a{
	text-decoration:none;
}
.burger div:first-child{
    line-height: 1;
    position: relative;
    top: 1px;
}
.burger div:last-child{
    height: 50px;
    width: 50px;
    background-color: var(--theme-color-1);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.burger g rect {
	fill:#fff
}

.isNavOpen {
    overflow: hidden;
}

.burger-svg__base {
    fill: #fff;
}

.burger-svg__bars {
    fill: #282828;
}

/* NAVIGATION MENU */
.navigation-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    right: calc(-100% + -200px);
    top: 0;
    z-index: 2;
    background: #282828;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    visibility: hidden;
}
.navigation-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 100vh 0;
    border-color: transparent #282828 transparent transparent;
    position: absolute;
    left: -200px;
    top: 0;
}
.navigation-menu.active {
    right: 0;
    visibility: visible;
}
.navigation-menu.active .inner {
    opacity: 1;
    transform: translateX(0);
}
.navigation-menu #map {
    width: 600px;
    height: 450px;
    display: none;
    border: none;
}
.navigation-menu .inner {
    color: #fff;
    transform: translateX(40%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.35s;
    height: 100%;
}
.navigation-menu .inner .side-menu {
    width: 100%;
    height: 100%;
}
.navigation-menu .inner .side-menu ul {
    margin: 0;
    padding: 0;
	position:relative;
    height: 100%;
    overflow-y: auto;
}
.navigation-menu .inner .side-menu ul::-webkit-scrollbar {
	display: none;
}
.navigation-menu .inner .side-menu ul {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.navigation-menu .inner .side-menu ul li {
	display: block;
    list-style: none;
    margin-bottom: 0;
    line-height: 1.2;
}
.navigation-menu .inner .side-menu>ul>li.sub-item:hover {
    background-color: #212121;
}
.navigation-menu .inner .side-menu ul li a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}
.navigation-menu .inner .side-menu ul li a:hover {
    text-decoration: none;
}
.navigation-menu .inner .side-menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.navigation-menu .inner .side-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
.navigation-menu .inner .side-menu ul li a:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}
.navigation-menu .inner .side-menu ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.navigation-menu .inner .side-menu ul li a:after {
    background: #fff;
}
.navigation-menu .inner .side-menu ul li a:hover:before {
    background: #fff;
}
.navigation-menu .inner .side-menu ul li ul {
    background-color: #212121;
	display:none;
}
.navigation-menu .inner .side-menu ul li.sub-item:hover ul {
	display:block;
}


.video-slider .swiper-slide .item {
	
}
.video-slider .swiper-slide .item a {
	
}
.video-slider .swiper-slide .item a picture,
.video-slider .swiper-slide .item a picture img{
	
}
.video-slider .swiper-slide .item a picture {
	
}


.navigation-menu .inner h2 {
    display: block;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 25px;
}
.navigation-menu .inner h2 strong {
    font-weight: 600;
}
.navigation-menu .inner figure {
    display: block;
    margin: 0;
    background: #fff;
    padding: 6px;
    position: relative;
}
.navigation-menu .inner figure a {
    width: 50px;
    height: 50px;
    line-height: 44px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: #fff;
    text-align: center;
}
.navigation-menu .inner address {
    display: block;
    font-size: 19px;
}
.navigation-menu .inner address a {
    display: block;
    color: #fff;
    text-decoration: underline;
}

/* REVEAL EFFECT */
.reveal-effect {
    float: left;
    overflow: hidden;
    position: relative;
}
.reveal-effect.animated:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 0;
    top: 0;
    animation: 1s reveal linear forwards;
    -webkit-animation-duration: 1s;
    z-index: 1;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.animated > * {
    animation: 1s reveal-inner linear forwards;
}

@-webkit-keyframes reveal {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 0;
        width: 100%;
    }
    51% {
        left: auto;
        right: 0;
    }
    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}
@-webkit-keyframes reveal-inner {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    50% {
        visibility: hidden;
        opacity: 0;
    }
    51% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
/* TITLES */
.titles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 80px;
}
.titles h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.titles p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 300;
}

/* CUSTOM LINK */
.custom-link {
    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;
}
.custom-link * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.custom-link a {
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.custom-link a:hover {
    text-decoration: none;
}
.custom-link span {
    width: 20px;
    height: 1px;
    background: #282828;
    display: inline-block;
    margin: 0;
}
.custom-link i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #282828;
    opacity: 1;
}
.custom-link:hover a {
    margin-left: 20px;
}
.custom-link:hover span {
    width: 50px;
    margin-left: 20px;
}
.custom-link:hover i {
    opacity: 0;
}

/* CUSTOM BUTTON */
.custom-btn {
    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;
    text-align: center;
}
.custom-btn * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.custom-btn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: 300;
    padding: 20px 30px;
    color: #fff;
}
.custom-btn a:hover {
    text-decoration: none;
}
.custom-btn span {
    width: 20px;
    height: 2px;
    background: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
}
.custom-btn i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #fff;
    opacity: 1;
    margin-top: 5px;
}
.custom-btn:hover span {
    width: 50px;
    margin-left: 20px;
}
.custom-btn:hover i {
    opacity: 0;
}

/* HEADER */
.header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.header .navbar {
    width: 100%;
    margin-bottom: 0;
}
.header .page-title {
    width: 100%;
    margin-bottom: 100px;
    margin-top: 50px;
}
.header .page-title h2 {
    font-weight: 700;
    font-size: 8vw;
    margin-bottom: 20px;
}
.header .page-title h4 {
    padding-right: 40%;
    line-height: 1.7;
}
.header .headlines {
    width: 100%;
}
.header .headlines h1 {
    font-weight: 800;
    margin: 0;
	letter-spacing:2px;/*
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: inherit;
    -webkit-text-fill-color: transparent;*/
}

/* NAVBAR */
.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar.hide {
    transform: translateY(-100px) !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar.light,
.navbar.light a {
    color: #fff;
}
.navbar.light .logo a .logo-text div,
.navbar.light .main-menu ul li a {
    color: #fff;
}
.navbar .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar .logo {
    margin-left: 0;
}
.navbar .logo a {
    margin: 0;
    text-decoration: none;
    font-weight: 400;
	position:relative;
}
.navbar .logo a * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar .logo a .logo-image * {
	display:block;
}
.navbar .logo a .logo-text div:first-child {
    margin: 0 0 5px 0;
    font-weight: 900;
    letter-spacing: 2px;
}
.navbar .logo a .logo-text div:last-child {
    margin: 0;
    font-weight: 500;
    letter-spacing: 1.6px;
}
.navbar .phone {
    margin-left: 50px;
}
.navbar .phone a {
	text-decoration:none
}
body.overflow .navbar .phone a {
	color:#fff;
}
.navbar .main-menu {
    margin-left: auto;
}
.navbar .main-menu ul {
    margin: 0;
    padding: 0;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.navbar .main-menu ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
}
.navbar .main-menu ul li a {
    display: block;
    font-weight: 300;
    position: relative;
    text-decoration: none;
    line-height: 1;
    position: relative;
    top: 1px;
}
.navbar .hamburger-menu {
    margin-right: 0;
    margin-left: 0;
}

/* LEFT SIDE */
.left-side {
    width: 100px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}
.left-side .logo {
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    margin-top: 12px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    transform: translateY(-30px);
	visibility:hidden;
    height: 0px;
}
.left-side .logo img {
    max-height: 85px;
}
.left-side .logo.sticky {
    opacity: 1;
    transform: translateY(0);
	visibility:visible;
    height: auto;
}
.left-side .year-logo {
    margin: 0 auto;
    display: table;
}
.left-side .logo.sticky + .year-logo {
    margin-top:10px;
}
.left-side .year-logo img {
    max-height: 35px;
}
.left-side ul {
	line-height: 1;
    display: block;
    margin: 0;
    width: 100px;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
}
.fixed-active .left-side ul {
    bottom: 80px;
}
.left-side ul li {
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}
.left-side ul li:first-child {
    margin: 0;
}
.left-side ul li a {
    display: block;
    font-weight: 600;
    position: relative;
	line-height:1.4;
    font-size: 20px;
}
.left-side ul li a:hover {
    text-decoration: none;
}
.left-side ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.left-side ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
.left-side ul li a:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}
.left-side ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.left-side .gotop {
    width: 100px;
    padding: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    text-align: center;
    z-index: 2;
}

/* SLIDER */
.slider {
    display: flex;
    flex-wrap: wrap;
    background: #282828;
    overflow: hidden;
    position: relative;
}
.slider .swiper-container .swiper-slide .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.slider .swiper-container .swiper-slide .image.overlay:after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 52%);
}
.slider:hover .swiper-button-next span {
    width: 100%;
}
.slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider .swiper-container .swiper-slide {
    width: calc(100% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0.3;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.slider .swiper-container .swiper-slide-active {
    opacity: 1;
    z-index: 2;
}
.slider .swiper-container .swiper-slide-active .slide-inner {
    opacity: 1;
}
.slider .swiper-container .slide-inner {
    width: 100%;
    position: relative;
    margin: 0 auto 0 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.slider .swiper-container .slide-inner figure {
    display: block;
    margin-bottom: 10px;
}
.slider .swiper-container .slide-inner figure img {
    max-width: 120px;
}
.slider .swiper-container .slide-inner .link {
    display: block;
}
.slider .swiper-container .slide-inner .link a {
    display: inline-block;
    font-weight: 300;
    color: #fff;
    position: relative;
    line-height: 1.8;
    letter-spacing: 2px;
}
.slider .swiper-container .slide-inner .link a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.3;
}
.slider .swiper-container .slide-inner .link a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.slider .swiper-container .slide-inner .link a:hover {
    text-decoration: none;
}
.slider .swiper-container .slide-inner .link a:hover:after {
    width: 100%;
}

/* SWIPER BUTTONS */
.swiper-button-next {
    width: 80px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: auto;
    right: 20px;
    top: 0;
    z-index: 2;
    background: none;
    text-align: right;
}
.swiper-button-next span {
    width: 50%;
    height: 1px;
    margin-left: auto;
    background: #fff;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.swiper-button-next b {
    font-weight: 600;
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}

/* SWIPER PAGINATION */
.swiper-pagination-bullet {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    height: 40px;
    width: 40px;
    background: none;
    text-align: center;
    transform: scaleX(-1) scale(0.7);
    margin: 0;
}
.swiper-pagination-bullet:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: none;
}
.swiper-pagination-bullet-active:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
}

.swiper-pagination-bullet svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    animation-play-state: running;
    stroke-width: 3px;
    animation: countdown 10s linear forwards;
}

.swiper-pagination-bullet svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 0;
    stroke: #fff;
    fill: none;
    animation: none;
    animation-play-state: paused;
    animation-fill-mode: none;
}

/* PAGE HEADER */
.page-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #282828;
}
.page-header .video-bg {
    width: 100%;
}
.page-header .video-bg video {
    width: 100%;
    display: flex;
}
.page-header iframe {
    width: 100%;
    height: 500px;
    display: block;
    border: none;
}
.page-header figure {
    width: 100%;
    margin: 0;
}
.page-header figure img {
    width: 100%;
}

/* ABOUT INTRO */
.about-intro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
}
.about-intro h2 {
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 50px;
}
.about-intro p {
    line-height: 2;
    margin: 0;
}
.about-intro p:nth-child(2) {
    margin-bottom: 30px;
    font-weight: 600;
}

/* MAIN SERVICES */
.main-services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    text-align: center;
}
.main-services .titles {
    padding: 0 20%;
    color: #fff;
}
.main-services figure {
    display: inline-block;
    margin-bottom: 0;
}
.main-services figure img {
    height: 60px;
    display: inline-block;
}
.main-services article {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    color: #fff;
    position: relative;
    padding: 0 30px;
}
.main-services article span {
    display: block;
    font-weight: 700;
    font-size: 40px;
    opacity: 0.1;
}
.main-services article h4 {
    display: block;
    margin-top: -25px;
    font-weight: 600;
    font-size: 18px;
}

/* PROJECT BOX */
.project-box {
    min-height: 100%;
    width: 100%;
    display: block;
	position:relative;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.project-box .project-image {
    width: 100%;
    display: block;
	margin: 0 0 20px 0;
    padding: 0;
}
.project-box .project-image a {
    display: block;
}
.project-box .project-image a picture {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
	max-height:287px;
	height:287px;
	background-color:#000
}
.project-box .project-content h3 {
	margin:6px 0 0 0
}
.project-box .project-image a img {
    display: block;
    height: 100%;
    width: auto;
}
.project-box .project-content {
    width: 100%;
    display: table;
}
.project-box .project-content small {
    margin-top: 10px;
    display: block;
    font-weight: 300;
    line-height: 1;
}
.project-box .project-content small i{
    position: relative;
	width:15px;
	text-align:center;
    top: 1px;
}
.project-box .project-content small i.theme-icon-calendar-alt{
    top: 0;
}
.project-box .project-content p {
	margin-top:20px;
	margin-bottom:0;
    font-size: 14px;
    line-height: 1.3;
}
.project-box .project-content h3 a {
    display: block;
}
.project-box .project-content .more{
    margin: 20px 0 0 0;
	position: absolute;
    font-size: 14px;
    padding: 11px 13px;
    background-color: var(--theme-color-1);
    display: table;
    line-height: 1;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
	text-decoration:none;
}
.project-box .project-content h3 a:hover {
    text-decoration: none;
}
.project-box-alls h3 a{
    width: 100%;
    height: 300px;
    background-color: var(--theme-color-1);
    text-align: center;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}
@media(min-width:1199px){
	.project-box .project-content .more {
		left: 30px;
		bottom: 30px;
	}
	.project-box {
		padding-bottom:97px !important;
	}
}
@media(max-width:1199px){
	.project-box .project-content .more {
		left: 20px;
		bottom: 20px;
	}
	.project-box {
		padding-bottom:77px !important;
	}
}

/* CASE DETAIL */
.case-detail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 120px 0;
}
.case-detail figure {
    display: block;
    margin-bottom: 50px;
}
.case-detail figure img {
    width: 100%;
}
.case-detail h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.case-detail h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.case-detail h3 {
    font-size: 50px;
    font-weight: 800;
    margin-top: 100px;
}
.case-detail p {
    display: block;
    margin-bottom: 50px;
}

/* FEATURED SERVICES */
.featured-services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.featured-services a.item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 250px;
}
.featured-services a.item:hover {
    background: #fff;
}
.featured-services a.item:hover .caption {
    color: #000;
}
.featured-services a.item i.bg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0.1;
    color: #fff;
    padding: 0 0 10px 0;
}
.featured-services a.item i.icon {
	display:none;
}
.featured-services a.item:hover i.icon {
	display:block;
}
.featured-services a.item .caption {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 30px 20px;
    text-align: center;
    color: #fff;
}
.featured-services a.item:hover .caption {
    justify-content: center;
    padding: 20px;
}

/* RECENT NEWS */
.recent-news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.recent-news .row {
    margin-left: -25px;
    margin-right: -25px;
}
.recent-news .col-lg-4 {
    padding-left: 25px;
    padding-right: 25px;
}
.recent-news .col-12 {
    padding-left: 25px;
    padding-right: 25px;
}
.recent-news .inner h3 {
    font-size: 20px;
}
.recent-news .content-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.recent-news .content-box:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.recent-news .content-box:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
.recent-news .content-box:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}
.recent-news .content-box:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.recent-news .content-box.selected {
    padding-bottom: 80px;
}
.recent-news .content-box.selected h3 {
    font-size: 4vw;
    font-weight: 600;
}
.recent-news .content-box small {
    opacity: 0.5;
    margin-bottom: 10px;
}
.recent-news .content-box h3 {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.recent-news .content-box h3 a {
    display: block;
}
.recent-news .content-box h3 a:hover {
    text-decoration: none;
}
.recent-news .content-box span {
    display: block;
    font-weight: 600;
}

/* OUR AWARDS */
.our-awards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}
.our-awards .titles {
    text-align: center;
    padding: 0 20%;
}
.our-awards ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.our-awards ul li {
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.our-awards ul li:last-child figure {
    border-right: 0;
}
.our-awards ul li figure {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 30%;
    border-right: 1px solid rgba(40, 40, 40, 0.1);
}
.our-awards ul li h5 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}
.our-awards ul li small {
    display: block;
    opacity: 0.6;
    margin-bottom: 5px;
}
.our-awards ul li .odometer {
    font-size: 60px;
    font-weight: 800;
}

/* SHOWREEL */
.showreel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}
.showreel .video {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.showreel .video h2 {
    width: 100%;
    height: 200px;
    line-height: 200px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -100px;
    text-align: center;
    color: #fff;
    font-size: 4vw;
    font-weight: 800;
}
.showreel .video video {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    float: left;
}

/* TEAM */
.team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    color: #fff;
}
.team figure {
    display: block;
    margin: 0;
}
.team figure img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.team figure figcaption {
    display: block;
    margin: 0;
}
.team figure figcaption span {
    display: block;
    font-size: 14px;
    opacity: 0.5;
    margin-bottom: 10px;
}
.team figure figcaption h5 {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
}
.team figure figcaption a {
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* LOGOS */
.logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}
.logos ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
    border-left: 1px solid rgba(40, 40, 40, 0.1);
    border-top: 1px solid rgba(40, 40, 40, 0.1);
}
.logos ul li {
    width: 20%;
    float: left;
    list-style: none;
    border-right: 1px solid rgba(40, 40, 40, 0.1);
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    text-align: center;
}
.logos ul li:hover figure {
    opacity: 1;
}
.logos ul li figure {
    display: block;
    height: 80px;
    margin: 30px 0;
    opacity: 0.6;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.logos ul li figure img {
    display: none;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* BLOG */
.post-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.post-header .post-image {
    width: 100%;
    margin: 0;
}
.post-header .post-image img {
    width: 100%;
}

.post-body {
    width: 100%;
    margin-bottom: 50px;
}
.post-body .avatar {
    width: 100%;
    margin-bottom: 20px;
}
.post-body .avatar img {
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.post-body .avatar a {
    text-decoration: underline;
}
.post-body .post-title {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 3vw;
}
.post-body .post-date {
    display: block;
    margin-bottom: 30px;
    opacity: 0.5;
}
.post-body .post-intro {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
}
.post-body .image-left {
    width: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.post-body .image-left img {
    width: 100%;
}
.post-body .image-right {
    width: 50%;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.post-body .image-right img {
    width: 100%;
}
.post-body .image-full {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}
.post-body .image-full img {
    width: 100%;
}
.post-body h5 {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.post-body ul {
    padding-left: 20px;
    margin-bottom: 30px;
}
.post-body ul li {
    margin-bottom: 5px;
}
.post-body blockquote {
    display: inline-block;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    background: #282828;
    position: relative;
    color: #fff;
    background: url(../images/quote-bg.svg) left top no-repeat #282828;
    background-size: contain;
}
.post-body blockquote p {
    display: block;
}
.post-body blockquote h5 {
    font-weight: 600;
    margin: 0;
}

.post-navigation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #f9f9f9;
}
.post-navigation a {
    font-weight: 600;
    font-size: 18px;
    padding: 40px 25px;
}
.post-navigation a:nth-child(1) {
    width: 50%;
    float: left;
    border-right: 1px solid #eee;
}
.post-navigation a:nth-child(2) {
    width: 50%;
    float: right;
    padding-left: 25px;
}

.blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
}
.blog .post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
}
.blog .post .post-image {
    width: 100%;
    margin-bottom: 30px;
}
.blog .post .post-image img {
    width: 100%;
}
.blog .post .post-content {
    width: 100%;
    margin: 0;
}
.blog .post .post-content .avatar {
    width: 100%;
    margin-bottom: 20px;
}
.blog .post .post-content .avatar img {
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.blog .post .post-content .avatar a {
    text-decoration: underline;
}
.blog .post .post-content .post-title {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 3vw;
}
.blog .post .post-content .post-date {
    display: block;
    margin-bottom: 30px;
    opacity: 0.5;
}
.blog .post .post-content .post-intro {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
}
.blog .post .post-content .post-link {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
}
.blog .post .post-content .post-link:hover {
    text-decoration: none;
}
.blog .post .post-content .post-link:hover:after {
    width: 0;
}
.blog .post .post-content .post-link:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
}
.blog .post .post-content .post-link:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #282828;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.blog .sidebar {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    border: 1px solid rgba(40, 40, 40, 0.1);
    padding: 25px;
}
.blog .sidebar .widget {
    width: 100%;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.blog .sidebar .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.blog .sidebar .widget .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.blog .sidebar .widget .title:after {
    content: "";
    width: 30%;
    height: 3px;
    background: #282828;
    position: absolute;
    left: -25px;
    bottom: 0;
}
.blog .sidebar .widget form {
    display: block;
}
.blog .sidebar .widget .categories {
    display: block;
    margin: 0;
    padding: 0;
}
.blog .sidebar .widget .categories li {
    display: block;
    margin: 0;
    padding: 3px 0;
    list-style: none;
}
.blog .sidebar .widget .categories li:before {
    content: "";
    width: 5px;
    height: 5px;
    float: left;
    border-radius: 50%;
    background: #282828;
    margin-right: 15px;
    margin-top: 11px;
}
.blog .sidebar .widget .categories li span {
    float: right;
    opacity: 0.5;
}
.blog .sidebar .widget .tags {
    display: block;
    margin: 0;
    padding: 0;
}
.blog .sidebar .widget .tags li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
.blog .sidebar .widget .tags li a {
    display: inline-block;
    border: 1px solid rgba(40, 40, 40, 0.1);
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}
.blog .sidebar .widget .tags li a:hover {
    text-decoration: none;
    border: 1px solid #282828;
    background: #282828;
    color: #fff;
}
.blog .sidebar .widget .works {
    display: block;
    margin: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
}
.blog .sidebar .widget .works li {
    width: 33.33333%;
    float: left;
    margin: 0;
    padding: 5px;
    list-style: none;
}

/* POST STICKY */
.post-sticky {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.post-sticky .post-image {
    width: 100%;
    margin-bottom: 0;
}
.post-sticky .post-image img {
    width: 100%;
    opacity: 0.5;
}
.post-sticky .post-content {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 50px;
    padding-right: 30%;
}
.post-sticky .post-content .avatar {
    width: 100%;
    margin-bottom: 20px;
}
.post-sticky .post-content .avatar img {
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.post-sticky .post-content .avatar a {
    text-decoration: underline;
    color: #fff;
}
.post-sticky .post-content .post-title {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 4vw;
}
.post-sticky .post-content .post-title a {
    display: block;
    color: #fff;
}
.post-sticky .post-content .post-date {
    display: block;
    margin-bottom: 30px;
}
.post-sticky .post-content .post-intro {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
}
.post-sticky .post-content .post-link {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
    color: #fff;
}
.post-sticky .post-content .post-link:hover {
    text-decoration: none;
}
.post-sticky .post-content .post-link:hover:after {
    width: 0;
}
.post-sticky .post-content .post-link:before {
    content: "";
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    bottom: 0;
}
.post-sticky .post-content .post-link:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* WORK WITH US */
.work-with-us {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    color: #fff;
}
.work-with-us h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.work-with-us h2 {
    font-size: 6vw;
    font-weight: 800;
    margin-bottom: 50px;
}
.work-with-us p {
    display: block;
    margin: 0;
    font-size: 19px;
}
.work-with-us a {
    color: #fff;
    text-decoration: underline;
}
.work-with-us small {
    display: block;
    margin: 15px 0;
}

/* CONTACT */
.contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
}
.contact h5 {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.contact address p {
    margin: 0;
}
.contact .contact-form {
    display: block;
    margin-top: 50px;
}
.contact .contact-form h5 {
    margin-bottom: 40px;
}

.form-builder .buttons button{
    line-height: 1;
    padding: 17px 20px 15px 20px;
    border: 0;
    color: #fff;
	cursor:pointer;
}



/* FOOTER */
.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.footer .career {
    display: block;
    border-bottom: 1px solid rgba(40, 40, 40, 0.1);
}
.footer .career h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer .logo {
    display: block;
    margin: 0;
}
.footer .logo img {
    max-height: 250px;
}
.footer h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer .sub-footer ul {
    margin-bottom: 0;
    padding: 0;
}
.footer .sub-footer ul li {
    display: inline-block;
    margin-left: 20px;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.footer .sub-footer ul li:first-child {
    margin-left: 0;
}
.footer .sub-footer ul li a {
    display: block;
    position: relative;
}
.footer .sub-footer ul li a:hover {
    text-decoration: none;
}
.footer .sub-footer ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
.footer .sub-footer ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
.footer .sub-footer ul li a:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}
.footer .sub-footer ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.footer .sub-footer span {
    margin-right: 0;
}


.main-search {
    z-index: 1;
    margin-left: auto;
}
.main-search form {
    position: relative;
}
.main-search form input::-webkit-input-placeholder {
    color: #c2c2c2;
}
.main-search form input:-moz-placeholder {
    color: #c2c2c2;
}
.main-search form input::-moz-placeholder {
    color: #c2c2c2;
}
.main-search form input:-ms-input-placeholder {
    color: #c2c2c2;
}
.main-search .caption-list{
	opacity:0;
	visibility:hidden;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 35px;
    right: 35px;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 23%);
    -moz-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 23%);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    max-height: 500px;
    overflow-y: auto;
}
.main-search.active .caption-list{
    opacity: 1;
    visibility: visible;
}
.main-search.active.load .caption-list:before{
    font-family: "Font Awesome 5 Pro";
    content: "\f3f4";
    animation: 1.5s linear infinite spin;
    display: block;
    width: 20px;
    height: 19px;
    font-size: 20px;
    line-height: 1;
    margin: 0 auto;
}
.main-search.active.load .caption-list{
	padding:15px 0
}
.main-search .caption-list .item{
    border-top: 1px solid #ededed;
}
.main-search .caption-list .item a{
    padding: 12px 15px;
    display: block;
    text-decoration: none;
}
.main-search .caption-list .item a h4{
	line-height: 1.2;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.main-search .caption-list .item a small{
    display: block;
    font-weight: 300;
    opacity: 0.5;
    font-size: 13px;
    line-height: 1;
    margin: 4px 0 0 0;
}
.main-search .caption-list .item-wrap {
    border-top: 1px solid #ededed;
}
.main-search .caption-list .item-wrap:first-child {
    border-top: 0;
}
.main-search .caption-list .item-wrap h3 {
	line-height: 1;
    font-weight: 300;
    font-size: 12px;
    padding: 10px 15px;
    margin: 0;
    background-color: #f6f7f8;
}
.main-search .caption-list .item-wrap-empty {
    padding: 12px 15px;
    text-align: center;
    font-size: 13px;
}
.main-search form input {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    height: auto;
    line-height: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.navbar.light .main-search form input {
	color:#c2c2c2;
    background-color: transparent;
}
.main-search form input + button{
    outline: none !important;
    box-shadow: none !important;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    padding: 0;
    color: #c2c2c2;
}
.navbar.light .main-search form input {
	border-color:#c2c2c2;
}



@media only screen and (min-width: 1450px){
	.main-search form input {
		border: 2px solid #d7d7d7;
		padding: 17px 20px;
		font-size: 14px;
	}
	.main-search form input + button{
		width: 53px;
		font-size: 18px;
	}
}
@media only screen and (max-width: 1450px){
	.main-search form input {
		border: 1px solid #d7d7d7;
		padding: 10px 15px;
		font-size: 12px;
	}
	.main-search form input + button{
		width: 36px;
		font-size: 12px;
	}
}

.persons a.item {
    text-decoration: none;
    background-color: #fff;
    display: block;
    height: 100%;
}
.persons a.item .person-content h3{
    margin: 0;
    font-weight: 400;
	line-height:1.4;
}
.persons a.item .person-content h5{
    font-weight: 400;
	line-height:1.4;
    font-size: 14px;
    opacity: 0.6;
    margin: 15px 0 0 0;
}
.persons a.item .person-content p{
    line-height: 1.6;
    margin: 10px 0 0 0;
}
.persons a.item .person-content .more{
    margin: 20px 0 0 0;
    font-size: 14px;
    padding: 11px 13px;
    background-color: var(--theme-color-1);
    display: table;
    line-height: 1;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
	text-decoration:none;
}



.main-boxes:before{
    content: "";
    position: absolute;
    top: -500px;
    right: -500px;
    bottom: -200px;
    left: -100px;
    background-color: #f6f7f8;
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    -o-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.main-boxes{
	position:relative;
	background-color:var(--theme-color-1);
    padding: 0 3px 3px 0;
}
.main-boxes .row{
    margin: 0;
}
.main-boxes .row>div{
	padding-left:3px;
    padding-right: 0;
}
.main-boxes a{
	position:relative;
    text-align: center;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    text-decoration: none;
}
@media only screen and (min-width: 1450px){
	.main-boxes a{
		height: 125px;
	}
}
@media only screen and (max-width: 1450px){
	.main-boxes a{
		height: 95px;
	}
}
.main-boxes a:hover{
	background-color:var(--theme-color-1);
}
.main-boxes a:hover *{
	color:#fff;
}
.main-boxes a i{
	
}
.main-boxes a h3{
	margin:0;
    font-weight: 400;
}

/**************** Breadcrumb ********************/
.breadcrumb{
	position:relative;
}
.breadcrumb-image,
.breadcrumb-image img{
	width:100%;
	height:auto;
	display:block;
}
.breadcrumb ul{
	list-style-type:none;
	color:#000;
	padding:0;
	margin:0;
	display:table;
	width:100%;
}
.breadcrumb ul li{
	margin:0;
	display:inline-block;
}
.breadcrumb ul li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    text-align: center;
	color:#000;
	text-decoration:none;
}
.breadcrumb ul li p{
	margin:0;
}
.breadcrumb ul li a:after{
	content:"-";
	margin:0 7px;
}
/**************** Breadcrumb ********************/



.form-item-icons i {
    background-color: var(--theme-color-1);
}
.form-item-icons i:after{
    color: var(--theme-color-1);
    font-weight: 600;
}
.contact-map iframe {
    width: 100%;
    height: 250px;
}
blockquote {
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 30px 10px;
    background-color: #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
blockquote a {
    text-decoration: none;
    color: var(--theme-color-1);
}

.post-block .p-top div{
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 12px 15px;
    transition: 0.3s;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    min-height: 41px;
    line-height: 1;
}

.post-block .p-share {
	padding: 0;
	list-style: none;
}
.post-block .p-share a {
    background: #fff;
    border: 1px solid;
    border-radius: 3px;
    padding: 12px 15px;
    transition: 0.3s;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.post-block .p-share a:hover { color: #fff; }
.post-block .p-share i {
	font-size: 16px;
	position: relative;
	top: 1px;
}
.post-block .p-share a.fb-share:hover { background: #3b5998; color: #fff; }
.post-block .p-share a.fb-share {
	border-color: #3b5998;
	color: #3b5998;
}
.post-block .p-share a.twitter-share:hover { background: #1da1f2; color: #fff; }
.post-block .p-share a.twitter-share {
	border-color: #1da1f2;
	color: #1da1f2;
}
.post-block .p-share a.gplus-share:hover { background: #dd4b39; color: #fff; }
.post-block .p-share a.gplus-share {
	border-color: #dd4b39;
	color: #dd4b39;
}
.post-block .p-share a.pinterest-share:hover { background: #bd081c; color: #fff; }
.post-block .p-share a.pinterest-share {
	border-color: #bd081c;
	color: #bd081c;
}
.post-block .p-share a.whatsapp:hover { background: #009688; color: #fff; }
.post-block .p-share a.whatsapp {
	border-color: #009688;
	color: #009688;
}

.post-block .text-line a{
	color:var(--theme-color-1);
    font-weight: 500;
}




.page-documents .item{
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    position: relative;
}
.page-documents .item>a{
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
}
.page-documents .item>a i{
    color: var(--theme-color-1);
    display: block;
    margin: 0 0 20px 0;
}
.page-documents .item>a .info p{
    margin: 0 20px 0 0;
    text-transform: uppercase;
    line-height: 1;
}
.page-documents .item>a .info p:last-child{
    margin: 0
}
.page-documents .item .caption .c-link{
    cursor: pointer;
    text-align: center;
    border: 1px solid #ededed;
    display: table;
    margin: auto;
    padding: 12px 15px;
    line-height: 1;
    font-size: 13px;
    background-color: #f6f7f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.page-documents .item .caption .c-text{
    display: none;
}
.document-modal.theme-modal > .caption{
	max-width:950px;
}





.gallery-item-image,
.gallery-item-video{
	position:relative;
	cursor:pointer;
}
.gallery-item-image:before,
.gallery-item-video:before{
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}
.gallery-item-image:before{
    content: "\f31d";
}
.gallery-item-video:before{
    content: "\f04b";
}

.item .video-socials{
    position: absolute;
    left: 10px;
    top: 0;
}
.item .video-socials a{
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
}


.logo a .ataturk{
	display: block;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-image: url(../temp/img/ataturk.png);
}

/* ANIMATIONS */
@keyframes countdown {
    from {
        stroke-dashoffset: 113px;
    }
    to {
        stroke-dashoffset: 0;
    }
}
/* MEDIUM FIXES */


@media only screen and (min-width: 1199px){
	.navigation-menu .inner {
		padding: 160px 0 0 0;
	}
	body.overflow {
		padding-left: 50px;
	}
	
	.navigation-menu .inner .side-menu>ul>li {
        padding: 8px 50px 8px 50px;
	}
	.navigation-menu .inner .side-menu ul li ul {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 75%;
        padding: 30px 40px;
        height: 100%;
	}
	.navigation-menu .inner .side-menu ul li ul li{
		margin:0 0 20px 0;
	}
	.navigation-menu .inner .side-menu ul li ul li:last-child{
		margin:0;
	}

	.text-line .l-image{
        float: left;
	}

	.navbar .logo a img {
		height: 100px;
	}
	.logo a .ataturk{
        height: 80px;
        width: 60px;
        top: calc(50% - 40px);
        left: calc(100% + 30px);
	}

	.main-search {
		position: absolute;
		top: 5px;
		right: 0;
		min-width: 350px;
	}
	
	.masonry-images-grid .grid-item,
	.masonry-images-grid .grid-item-sizer{
		width:calc(25% - 10px);
		margin-top:10px;
	}
	.masonry-images-grid .grid-item-gutter{
		width:10px;
	}

}
@media only screen and (max-width: 1199px),
    only screen and (max-device-width: 1199px) {
		
	.logo a .year-logo-mobil{
		position: absolute;
		left: calc(100% + 70px);
		z-index: 1;
		width: 62px;
		height: auto;
		top: calc(50% - 15px);
		display: table;
	}
	.logo a .year-logo-mobil img{
		width:100%;
		height: auto !important;
		display: block;
	}

	.navigation-menu .inner {
		padding: 150px 0 0 0;
	}
	.navigation-menu .inner .side-menu>ul>li {
        padding: 10px 15px;
        line-height: 1;
        margin: 0;
	}
	.navigation-menu .inner .side-menu>ul>li>ul>li {
        padding: 10px 0;
        line-height: 1;
        margin: 0;
	}
	.navigation-menu .inner .side-menu ul li ul {
		width: 100%;
        padding: 10px 20px 0 10px;
	}
    
	.navigation-menu .inner .side-menu ul li a{
		font-size:18px;
	}
	body {
        padding: 0;
    }

    .left-side {
        display: none;
    }

    .navbar {
        padding: 15px 0;
    }
	.navbar .inner{
		padding:0;
	}

    .slider {
        width: 100%;
        margin-right: 0;
    }

	.navbar .logo a img {
		height: 100px;
	}
	body.overflow .navbar .logo a img {
		height: 70px;
	}
	
	.text-line .l-image{
        float: left;
	}

	.masonry-images-grid .grid-item,
	.masonry-images-grid .grid-item-sizer{
		width:calc(33.3% - 10px);
		margin-top:10px;
	}
	.masonry-images-grid .grid-item-gutter{
		width:10px;
	}

	.navbar .logo a .logo-text {
		display: none;
	}
	.logo a .ataturk{
        height: 60px;
        width: 50px;
        top: calc(50% - 30px);
        left: calc(100% + 10px);
	}
	.main-search {
        position: absolute;
        top: 24px;
        right: 110px;
	}
	main.other-pages .main-search {
        right: 140px;
	}
	.navbar.light .main-search {
        top: 18px;
        right: 140px;
	}
	
}
/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px),
    only screen and (max-device-width: 991px) {

    .preloader .inner .percentage {
        font-size: 50vh;
    }

    .navigation-menu .inner .side-menu {
        display: block;
    }

    .navbar .phone {
        margin-right: auto;
    }

    .navigation-menu .inner .sides {
        display: none;
    }

    .header .page-title h4 {
        padding-right: 0;
    }

    .titles {
        padding-right: 0;
    }


    .our-awards ul li {
        width: 33%;
        float: none;
        display: inline-block;
        margin: 0 6%;
    }

    .our-awards ul li figure {
        border-right: none;
    }

    .our-awards ul li .odometer {
        margin-bottom: 40px;
    }

    .team figure {
        margin-bottom: 40px;
    }

    .logos ul li {
        width: 33.33333%;
    }

    .logos ul li:nth-child(n + 10) {
        display: none;
    }

    .our-awards .titles {
        padding: 0 5%;
    }

    .post-sticky .post-content {
        padding-right: 0;
    }

    .post-sticky .post-content .post-intro {
        display: none;
    }

    .blog {
        padding-top: 100px;
    }

    .blog .sidebar {
        width: 100%;
        margin-top: 100px;
    }

    .swiper-button-next {
        display: none;
    }

    .footer .logo {
        margin-bottom: 40px;
    }

    .footer .career h2 {
        font-size: 6vw;
    }

    textarea {
        border-radius: 0 !important;
        -webkit-appearance: none;
    }
	.text-line .l-image{
        float: left;
	}

	.masonry-images-grid .grid-item,
	.masonry-images-grid .grid-item-sizer{
		width:calc(33.3% - 10px);
		margin-top:10px;
	}
	.masonry-images-grid .grid-item-gutter{
		width:10px;
	}

}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px),
    only screen and (max-device-width: 767px) {
    .preloader .inner .percentage {
        font-size: 15vh;
    }

    .navbar {
        padding: 15px 0;
    }

    .navbar .phone {
        display: none;
    }


    .recent-news .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .recent-news .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .recent-news .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header .page-title h2 {
        font-size: 14vw;
    }

    .our-awards .titles {
        padding: 0;
    }

    .logos ul li {
        width: 50%;
    }

    .logos ul li:nth-child(9) {
        display: none;
    }

    .post-sticky .post-content {
        padding: 20px 30px;
    }

    .post-sticky .post-content .post-link {
        display: none;
    }

    .blog .post .post-content .post-title {
        font-size: 6vw;
    }

    .post-body .post-title {
        font-size: 6vw;
    }

    .post-navigation a:nth-child(1) {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .post-navigation a:nth-child(2) {
        width: 100%;
    }

    .work-with-us h2 {
        font-size: 9vw;
    }

    .logos ul li figure {
        height: 65px;
    }

    .logos ul li figure img {
        height: 65px;
    }

    .about-intro h2 {
        font-size: 8vw;
    }

    .main-services .titles {
        padding: 0;
    }

    .footer .career h2 {
        font-size: 9vw;
    }

    .footer .sub-footer ul {
        margin-bottom: 15px;
    }
	
	.text-line .l-image{
        float: none;
		display:block;
	}

	
	.masonry-images-grid .grid-item,
	.masonry-images-grid .grid-item-sizer{
		width:calc(50% - 5px);
		margin-top:5px;
	}
	.masonry-images-grid .grid-item-gutter{
		width:5px;
	}

    header{
		margin: 0 0 50px 0
    }
    .navbar .logo a img {
        height: 70px;
    }
	.logo a .ataturk {
		height: 50px;
        width: 40px;
        top: calc(50% - 25px);
        left: calc(100% + 15px);
    }
	.main-search {
        position: absolute;
        top: 80px !important;
        right: 0 !important;
        left: 0 !important;
	}
    .navigation-menu .inner {
        padding: 150px 0 81px 0;
    }
}


@media only screen and (min-width: 1450px){
	.main-search {
		top: 10px;
	}
	.navbar .logo a img {
		height: 160px;
	}
	.logo a .ataturk{
        height: 120px;
        width: 100px;
        top: calc(50% - 60px);
        left: calc(100% + 30px);
	}
	
	.navigation-menu .inner {
		padding: 210px 0 0 0;
	}

	.slider {
		width: 100%;
		height: 630px;
	}
	.slider .swiper-container .swiper-slide:hover .image {
		margin-left: -6.3vw;
	}
	.slider .swiper-container .slide-inner {
		max-width: 40%;
	}
	.navigation-menu .inner {
		padding: 210px 0 0 0;
	}
}
@media (max-width: 1450px) and (min-width: 1199px){
	.slider {
		width: 100%;
		height: 450px;
	}
	.slider .swiper-container .swiper-slide:hover .image {
		margin-left: -6.3vw;
	}
	.slider .swiper-container .slide-inner {
		max-width: 50%;
	}
	.main-search {
		position: absolute;
		top: 10px;
		right: 0;
		min-width: 350px;
	}
}
@media (max-width: 1199px) and (min-width: 992px){
	.slider {
		width: 100%;
		height: 400px;
	}
	.slider .swiper-container .slide-inner {
		max-width: 650px;
	}
}
@media (max-width: 992px) and (min-width: 768px){
	.slider {
		width: 100%;
		height: 350px;
	}
	.slider .swiper-container .slide-inner {
		max-width: 650px;
	}
}
@media only screen and (max-width: 768px){
	.slider {
		width: 100%;
		height: 300px;
	}
	.slider .swiper-container .slide-inner {
		max-width: 650px;
	}
}



.navbar.light .logo a .ataturk{
	background-image: url(../temp/img/ataturk-white.png);
}


.fixed-top-link{
    cursor: pointer;
    position: fixed;
    color: #fff !important;
    background-color: var(--theme-color-1);
    text-align: center;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.fixed-links,
.fixed-links-2{
    position: fixed;
    z-index: 9;
    color: #fff;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.fixed-links a,
.fixed-links .title,
.fixed-links-2 a,
.fixed-links-2 .title{
	line-height: 1;
	cursor:pointer;
	position:relative;
    color: #fff;
    display: block;
    text-align: center;
}
.fixed-links .title,
.fixed-links-2 .title{
	cursor:default;
}
@media(min-width:992px){
	.fixed-top-link{
		right: -75px;
		bottom: 200px;
		font-size: 30px;
		height: 60px;
		width: 75px;
		line-height: 60px;
	}
	body.fixed-active .fixed-top-link{
		right: 0;
	}
	.fixed-links,
	.fixed-links-2{
		background-color: var(--theme-color-1);
        z-index: 10;
        bottom: 20px;
        right: -77px;
        padding: 15px 0 15px 0;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
	}
	.fixed-links:hover,
	.fixed-links-2:hover{
		right:0;
	}
	.fixed-links .title,
	.fixed-links-2 .title{
        padding: 20px 20px 20px 30px;
        line-height: 1;
        position: absolute;
        right: calc(100% + 1px);
        background-color: #ffffff;
        color: var(--theme-color-1);
        font-weight: 400;
        -webkit-border-top-left-radius: 100px;
        -webkit-border-bottom-left-radius: 100px;
        -moz-border-radius-topleft: 100px;
        -moz-border-radius-bottomleft: 100px;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        bottom: 20px;
        -webkit-box-shadow: -6px 0 10px 0 rgb(0 0 0 / 20%);
        -moz-box-shadow: -6px 0 10px 0 rgb(0 0 0 / 20%);
        box-shadow: -6px 0 10px 0 rgb(0 0 0 / 20%);
	}
	.fixed-links a,
	.fixed-links-2 a{
		width: 75px;
		min-height: 40px;
		line-height: 40px;
	}
	.fixed-links a .text,
	.fixed-links-2 a .text{
		display:none;
	}
	.fixed-links-2{
        bottom: 100px;
        z-index: 9;
	}
	
	.network-plane-caption a{
		font-size: 70px;
		padding: 50px 0;
	}
	.network-plane-caption a .text{
		font-size: 20px;
		margin: 30px 0 0 0;
	}
}
@media(max-width:992px){
	.fixed-top-link{
        right: -50px;
        bottom: 100px;
        font-size: 20px;
        height: 45px;
        width: 50px;
        line-height: 45px;
	}
	body.fixed-active .fixed-top-link{
		right: 0;
	}
	.fixed-links{
		background-color: var(--theme-color-1);
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		bottom: 0;
        left: 0;
        right: 0;
	}
	.fixed-links .title{
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 11px;
        background-color: #212121;
	}
	.fixed-links a{
		min-height: 40px;
		line-height: 40px;
		width: 100%;
        font-size: 12px;
	}
	
	
	.fixed-links-2{
		background-color: var(--theme-color-1);
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		bottom: 40px;
        left: 0;
        right: 0;
		border-bottom:1px solid #fff;
	}
	.fixed-links-2 .title{
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 12px;
        background-color: #212121;
	}
	.fixed-links-2 a{
		min-height: 40px;
		line-height: 40px;
		width: 100%;
        font-size: 12px;
	}
	
	.fixed-links a .text,
	.fixed-links-2 a .text{
		display:none;
	}
	
	.network-plane-caption a{
        font-size: 30px;
        padding: 20px 0;
	}
	.network-plane-caption a .text{
        display: none;
	}
	
}

.network-plane-caption{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 71%);
    z-index: 10;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    -o-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
}
.network-plane-caption a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    width: 100%;
    text-align: center;
    color: #fff;
    border-left: 1px solid rgb(255 255 255 / 11%);
    text-decoration: none;
}
.network-plane-caption a:first-child{
    border-left: 0
}
.network-plane-caption a .text{
    font-weight: 300;
}
.network-plane-caption-active .network-plane-caption{
	visibility:visible;
	opacity:1;
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
}


.educations .education-item {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.educations .education-item .e-left picture,
.educations .education-item .e-left picture img {
    display: block;
    width: 100%;
    height: auto;
}
.educations .education-item .e-right .e-texts .e-title {
    margin: 0;
}
.educations .education-item .e-right .e-texts .e-title,
.educations .education-item .e-right .e-texts .e-title a {
    text-decoration: none;
    font-weight: 500;
    color: #000;
    font-size: 15px;
}
.educations .education-item .e-right .e-texts .e-text {
    font-weight: 300;
}
.educations .education-item .e-right .e-texts .e-instructor {
    font-weight: 300;
    font-size: 12px;
    margin: 5px 0 0 0;
    opacity: 0.6;
}
.educations .education-item .e-right .e-details .e-price {
	text-align: center;
    line-height: 1;
    font-weight: 500;
    color: var(--theme-color-1);
}
.educations .education-item .e-right .e-details .e-more {
    display: block;
    text-align: center;
    background-color: var(--theme-color-1);
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}




.educations-page .educations-page-title{
    color: #fff;
}
.educations-page .educations-page-title picture,
.educations-page .educations-page-title picture img {
    display: block;
    width: 100%;
    height: auto;
}


.educations-page .block-general .wrap,
.shadow-wrap {
	min-height:100%;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.educations-page .block-general .item {
    position: relative;
    padding: 0 0 0 40px;
    line-height: 1.4;
}
.educations-page .block-general .item i {
    position: absolute;
    left: 0;
    top: 4px;
    text-align: center;
    width: 25px;
}

.educations-page .block-general .dots .item {
    padding: 0 0 0 20px;
}
.educations-page .block-general .dots .item>i {
    top: 9px;
    width: 10px;
    font-size: 5px;
}
.educations-page .block-general .instructor picture,
.educations-page .block-general .instructor picture img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	overflow:hidden;
	display:block;
}
.educations-page .block-1general.instructor picture img {
	display:block;
	width:100%;
	height:auto;
}








.block-program-list .accordions .accordion-item{
    border: 1px solid #ededed;
    margin: -1px 0 0 0;
    background-color: #fff;
}
.block-program-list .accordions .accordion-item:first-child {
    margin: 0;
}
.block-program-list .accordions .accordion-item .accordion-item-title {
    position: relative;
    font-weight: 400;
	letter-spacing:1px;
    cursor: pointer;
	color:#000;
    padding: 20px 80px 20px 25px;
    line-height: 1.4;
    font-family: "Gotham", sans-serif;
}
.block-program-list .accordions .accordion-item .accordion-item-title:before {
    font-family: "Font Awesome 5 Pro";
    color: #000;
    z-index: 1;
    font-weight: 300;
    content: "\f067";
    margin: 0;
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 1;
}
.block-program-list .accordions .accordion-item.active .accordion-item-title:before {
    content: "\f068";
}
.block-program-list .accordions .accordion-item .accordion-item-caption {
    line-height: 1.7;
    font-weight: 400;
    background-color: #fff;
}
.block-program-list .accordions .accordion-item:hover .accordion-item-title:before,
.block-program-list .accordions .accordion-item:hover .accordion-item-title,
.block-program-list .accordions .accordion-item.active .accordion-item-title,
.block-program-list .accordions .accordion-item.active .accordion-item-title:before{
	border-color:#ededed;
	background-color:#ededed;
	color:#000;
}
.block-program-list .accordions .accordion-item:not(.active) .accordion-item-caption {display: none;}

.block-program-list .a-items .a-item {
    margin: 2px 0 0 0;
    position: relative;
    background-color: #f6f7f8;
    padding: 15px;
}
.block-program-list .a-items .a-item>div {
    padding: 0 0 0 40px;
}
.block-program-list .a-items .a-item>div:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f108";
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 1;
}
.block-program-list .a-items .a-item:first-child {
    margin: 0;
}
.block-program-list .a-items .a-item .title {
    font-weight: 500;
    line-height: 1.2;
}
.block-program-list .a-items .a-item .minute {
    line-height: 1.2;
}
.block-program-list .a-items .a-item .text {
    font-weight: 300;
    font-size: 14px;
    opacity: 0.8;
}








.design-form label{
    display: block;
    width: 100%;
	margin:0;
    position: relative;
}
.design-form label .select2-selection--single{
	height: 50px;
	line-height: 50px;
	font-weight: 300;
}
.design-form label .select2-selection--single .select2-selection__rendered{
	padding: 0 15px;
}
.select2-results__option{
	padding: 12px 15px;
	line-height: 1;
}
.design-form label .input-field{
	padding: 15px;
	min-height: 50px;
    display: block;
    width: 100%;
    border: 1px solid #ededed;
    line-height: 1;
    background-color: #fff;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
}
.design-form label .field-description {
    margin: 10px 0 0 0;
    color: #fff;
    background-color: #5388ff;
    padding: 10px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.4;
    font-size: 12px;
}
.design-form label .input-field::-webkit-input-placeholder {
    color: #c2c2c2;
	font-size:unset;
    font-size: 16px;
	line-height:1;
	font-weight:100;
	position:relative;
    font-family: "Gotham", sans-serif;
}
.design-form label .input-field:-moz-placeholder {
    color: #c2c2c2;
	font-size:unset;
    font-size: 16px;
	line-height:1;
	font-weight:100;
	position:relative;
    font-family: "Gotham", sans-serif;
}
.design-form label .input-field::-moz-placeholder {
    color: #c2c2c2;
	font-size:unset;
    font-size: 16px;
	font-weight:100;
	line-height:1;
	position:relative;
    font-family: "Gotham", sans-serif;
}
.design-form label .input-field:-ms-input-placeholder {
    color: #c2c2c2;
	font-size:unset;
    font-size: 16px;
	font-weight:300;
	line-height:1;
	position:relative;
    font-family: "Gotham", sans-serif;
}
.design-form label .input[type="file"],
.design-form label .input-field,
.design-form label select,
.design-form label .select2{
    margin: 5px 0 0 0;
}
.design-form label div.input-field{
    cursor: no-drop;
    color: rgb(0 0 0 / 41%);
}
.design-form label .select2-selection--multiple:not([class*=bg-]), .design-form label .select2-selection--single:not([class*=bg-]) {
    background-color: #fff;
}
.design-form label .select2-selection--single .select2-selection__rendered{
    line-height: unset;
    color: #000;
}
.design-form label .select2-results__option[aria-selected=true] {
    background-color: var(--theme-color-1);
    color: #fff;
}
.design-form label .select2-results__option[aria-selected=true] {
    background-color: var(--theme-color-1);
    color: #fff;
}
.design-form label .select2-selection--multiple .select2-selection__rendered {
	padding:0 0 2px 2px;
}
.design-form label .select2-selection--multiple .select2-selection__choice {
    margin: 2px 0 0 2px;
    float: left;
    line-height: 44px;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.design-form label .select2-selection--multiple .select2-selection__choice:first-child {
    margin: 2px 0 0 0;
}
.design-form label .select2-selection--multiple .select2-search--inline .select2-search__field {
	margin: 2px 0 0 2px;
    float: left;
    line-height: 44px;
    height: 44px;
    width: auto !important;
    padding: 0 12px;
}
.design-form label .select2-selection--multiple .select2-search--inline .select2-search__field:first-child {
	margin: 2px 0 0 0;
}
.design-form label .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    line-height: 44px;
}
.design-form label .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #c2c2c2;
	font-size:unset;
    font-size: 16px;
	font-weight:300;
	line-height:1;
	position:relative;
    font-family: "Gotham", sans-serif;
}
.design-form label .select2-selection--multiple .select2-search--inline .select2-search__field:-moz-placeholder {
    color: #c2c2c2;
	font-size:unset;
	font-weight:300;
    font-size: 16px;
	line-height:1;
	position:relative;
    font-family: "Gotham", sans-serif;
}
.design-form label .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
    color: #c2c2c2;
	font-size:unset;
    font-size: 16px;
	font-weight:300;
	line-height:1;
	position:relative;
    font-family: "Gotham", sans-serif;
}
.design-form label .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: #c2c2c2;
	font-size:unset;
    font-size: 16px;
	font-weight:300;
	line-height:1;
	position:relative;
    font-family: "Gotham", sans-serif;
}
.design-form label .select2-selection--multiple .select2-selection__rendered:before {
    top: 18px;
}
.design-form label .select2-selection--multiple .select2-selection__rendered:before {
    top: 18px;
}
.select2-results__option{
	margin:0;
}


.design-form label.file-field input{
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ededed;
	display:block;
	width:100%;
    margin: 5px 0 0 0;
}

.design-form .toggle-select-button{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.design-form .toggle-select-button label{
    width: auto !important;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}
.design-form .toggle-select-button label input{
    opacity: 0 !important;
    visibility: hidden;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
}
.design-form .toggle-select-button label input + div{
    padding: 10px 15px;
    line-height: 1.3;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.design-form .toggle-select-button label:first-child input + div{
    border-left: 1px solid #ededed;
}
.design-form .toggle-select-button label input:checked + div{
	background-color:var(--theme-color-1);
	border-color:var(--theme-color-1);
	color:#fff;
}

.design-form .check-texts label {
    cursor: pointer;
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-bottom: -1px;
    background-color: #fff;
    width: 100%;
    min-height: 18px;
    min-width: 18px;
    display: table;
}
.design-form .check-texts label input{
    display: none;
}
.design-form .check-texts label input + div{
    padding-left: 35px;
    position: relative;
    line-height: 24px;
    min-height: 25px;
    font-weight: 300;
}
.design-form .check-texts label input + div:after,
.design-form .check-texts label input + div:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 0;
    top: 10px;
    position: absolute;
}
.design-form .check-texts label input + div:before {
    background: #d1d7e3;
    margin: -10px 0 0;
}
.design-form .check-texts label input + div:after {
    background: #fff;
    padding: 0 0 0 1px;
    -webkit-box-shadow: inset 0 0 0 2px #ebebeb;
    -moz-box-shadow: inset 0 0 0 2px #ebebeb;
    -o-box-shadow: inset 0 0 0 2px #ebebeb;
    box-shadow: inset 0 0 0 2px #ebebeb;
    margin: -10px 0 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-align: center;
    color: #fff;
    line-height: 22px;
}
.design-form .check-texts label input:checked + div:after {
    -webkit-box-shadow: inset 0 0 0 9px var(--theme-color-1);
    -moz-box-shadow: inset 0 0 0 9px var(--theme-color-1);
    -o-box-shadow: inset 0 0 0 9px var(--theme-color-1);
    box-shadow: inset 0 0 0 9px var(--theme-color-1);
}
.design-form .check-texts label a {
    padding: 0;
    color: #000;
    display: inline;
    line-height: unset;
    white-space: normal;
}

.design-form button {
    border: 0;
	cursor:pointer;
    padding: 15px 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

@media(min-width:992px){
	.popupModal{padding:30px 0;}
}
@media(max-width:992px){
	.popupModal{padding:15px;}
}
.popupModal>.caption{padding:0;}
.popupModal>.caption img{max-width:100%;height:auto;}
.popupModal>.caption .p-item{
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #ededed;
}
.popupModal>.caption .p-item:first-child{
	padding-top:0;
	margin-top:0;
	border-top:0;
}
.popupModal>.caption .p-item .p-item-block.images picture,
.popupModal>.caption .p-item .p-item-block.images picture img{
	width:100%;
	height:auto
}
.popupModal>.caption .p-item .p-item-block picture,
.popupModal>.caption .p-item .p-item-block iframe{
	margin-top:20px;
	display:block;
	width:100%;
}
.popupModal>.caption .p-item .p-item-block picture:first-child,
.popupModal>.caption .p-item .p-item-block iframe:first-child{
	margin-top:0
}
.popupModal>.caption .p-item .p-item-block iframe{
	height:400px;
}
.popupModal.theme-modal [data-close=theme-modal].closed {
    height: 40px;
    width: 40px;
    line-height: 43px;
    background-color: #fff;
    font-size: 30px;
}


/**************** Cookies ********************/
.cookies{-moz-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-webkit-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-o-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-ms-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);position:fixed;z-index:15;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#fff}@media (min-width:768px){.cookies{max-width:400px;bottom:30px;left:30px;padding:30px}.cookies .theme-btn{padding:12px 14px}}@media (max-width:768px){.cookies{right:90px;bottom:20px;left:20px;padding:20px}.cookies .theme-btn{padding:11px 16px 10px}}.cookies h4{margin:0 0 20px;font-weight:400}.cookies p{line-height:1.5}.cookies a{cursor:pointer}

.cookies .accept {
    cursor: pointer;
    text-decoration: none !important;
    background-color: var(--theme-color-1);
    color: #fff;
    padding: 12px 14px;
    line-height: 1;
}

/**************** Cookies ********************/




form label.empty-error:after{
    content: var(--errorValue) !important;
    color: var(--theme-color-1) !important;
    display: block !important;
    text-align: right !important;
    line-height: 1 !important;
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    font-size: 11px;
}
form label.empty-error input.input-field,
form label.empty-error textarea.input-field,
form label.empty-error .select2 .select2-selection--single,
form label.empty-error .select2-selection--multiple,
form .check-texts label.empty-error{
	border-color:var(--theme-color-1) !important
}
form .check-texts label.empty-error input + div:after{
    -webkit-box-shadow: inset 0 0 0 2px var(--theme-color-1) !important;
    -moz-box-shadow: inset 0 0 0 2px var(--theme-color-1) !important;
    -o-box-shadow: inset 0 0 0 2px var(--theme-color-1) !important;
    box-shadow: inset 0 0 0 2px var(--theme-color-1) !important;
}

table{background-color:#fff;caption-side:bottom;border-collapse:collapse}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}

.supporters .item{
    padding: 30px;
    text-decoration: none;
    background-color: #fff;
    display: block;
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 8%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.supporters .item picture{
    padding: 20px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f9f9f9;
}
.supporters .item picture img{
	display:block;
}
.supporters .item h3{
    margin: 15px 0 0 0;
    line-height: 1.3;
    font-weight: 400;
}
.supporters .item p{
    margin: 5px 0 0 0;
    line-height: 1;
    font-weight: 400;
    font-size: 12px;
    color: #999;
}


.multiple-buttons{
    display: table;
}
.multiple-buttons a{
    text-decoration: none;
    color: #fff;
    background-color: var(--theme-color-1);
    padding: 16px 20px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin:10px 10px 0 0;
}
.multiple-buttons a:last-child{
	margin:10px 0 0 0;
}
.multiple-buttons a p{
	margin:0;
}