@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400i,600);

@import url(https://fonts.googleapis.com/css?family=Raleway:300,600);

.preloader{
	position:fixed;
    top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	z-index:13000;
	height:100%;
	}
.preloader_image{
	height: 450px;
	position:
	absolute;
	left: 36%;
	top: 24%;
	background:
	url(preloader.gif) no-repeat 50% 50% transparent;
	margin:-40px 0 0 -40px;
	}
	
.to_animate{
	visibility:hidden}
	
.animated{
	visibility:visible!important;
	}

 body.boxed{position:static;
        width:auto;
		height:auto;
		}

html, body {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Open Sans", sans-serif;
}

header .bottom .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

header .header-left,
header .header-right {
    flex: 1 1 0;
    display: flex;
    align-items: center;
}

header .header-right {
    justify-content: flex-end;
    gap: 14px;
}

header .bottom .menu,
header .bottom .search,
header .bottom .lang {
    float: none;
}

header .bottom .logo {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    float: none !important;
}

header .lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

header .lang-switch a {
    color: inherit;
    text-decoration: none;
    opacity: 0.75;
}

header .lang-switch a.is-active {
    opacity: 1;
}

header .lang-switch .lang-sep {
    opacity: 0.5;
}

header .bottom .menu ul li a {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

header .bottom .menu ul li.open .bmenu {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible;
}

@media (min-width: 993px) {
    header .bottom .menu ul {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    header .bottom .menu ul li {
        float: none !important;
    }
}

.header-search {
    position: relative;
}

.header-search-input {
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 40px;
    border-radius: 20px;
    width: 250px;
    outline: none;
    transition: all 0.25s ease;
}

.header-search-btn {
    position: absolute;
    right: 5px;
    top: 0;
    height: 40px;
    width: 35px;
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    z-index: 10;
}

@media (max-width: 768px) {
    .header-search-btn {
        position: relative;
        right: 0;
        width: auto;
        height: auto;
        padding: 6px;
    }

    .header-search-input {
        width: 0;
        padding: 0;
        border: none;
        background: transparent;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 45px;
        z-index: 100;
    }

    .header-search.active .header-search-input {
        width: 250px;
        padding-left: 15px;
        padding-right: 40px;
        border: 1px solid #ddd;
        background: #fff;
        opacity: 1;
        right: -10px;
    }
}
/* flexslider */
.intro_section {
	position: relative;
	overflow: hidden;
	clear: both;
}

.intro_section > img {
	width: 100%;
}

.intro_section .flexslider:before, .intro_section .flexslider:after {
	content: '';
	display: block;
	clear: both;
}

.intro_section .container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.intro_section [class*="col-"] {
	position: static;
}

.intro_section .slide_description_wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	z-index: 5;
	padding: 20px 0;
}

@media (min-width: 600px) {
	.boxed .intro_section .slide_description_wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.intro_section .slide_description_wrapper:before,
.intro_section .slide_description {
	display: inline-block;
	vertical-align: middle;
}

.intro_section .slide_description_wrapper:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.intro_section .big {
	font-size: 50px;
	line-height: 1;
}

.intro_section .flex-direction-nav {
	display: none;
}

@media (min-width: 992px) {
	.intro_section .slide_description {
		max-width: 60%;
	}

	.intro_section .slide_description p.fontsize_18 {
		max-width: 70%;
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	.intro_section .big {
		font-size: 60px;
	}
}

.boxed .intro_section .big {
	font-size: 50px;
}

.boxed .intro_section .topmargin_40 {
	margin-top: 30px;
}

@media (max-width: 992px) {
	.intro_section {
		text-align: center;
	}

	.intro_section .nav-container {
		padding: 0;
	}

	.intro_section .flex-control-nav,
  .intro_section .flex-custom-nav {
		bottom: 13px;
		text-align: center;
	}

	.intro_section .container {
		position: static;
		width: auto;
		max-width: 100%;
	}

	.intro_section .slide_description_wrapper:before {
		display: none;
	}

	.intro_section .slide_description {
		padding: 20px 20px 90px;
		display: block;
	}

	.intro_section .slide_description_wrapper {
		padding: 0;
		position: static;
	}

	.intro_section .flex-direction-nav .flex-prev {
		top: 14%;
	}

	.intro_section .flex-direction-nav .flex-next {
		top: 14%;
	}
}

@media (max-width: 600px) {
	.intro_section .big {
		font-size: 40px;
	}
}

/*
**main menu (min 992px) styles
*/
