@import url("../plugins/wow/animate.css");
@import url("../plugins/videojs/video-js.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/font-awesome-new.min.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("../plugins/story/story.min.css");
@import url("fonts.css");

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-family: 'Roboto', sans-serif;font-size:14px;padding:0;margin:0;}
/* Header */
p{line-height:1.7;margin:0 0 20px 0;font-weight:300;}
ul{margin:0 0 40px 0;}
li{line-height:1.7;margin:0 0 5px 0;font-weight:300;}
strong{font-weight:500}
p:last-child,p:last-child,ul:first-child{margin:0}
h1,h2,h3,h4,h5,h6{margin-top:30px;font-weight:500}
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0;}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-2);
}
.c-items{
    background-color: #fff;
}
.form-item-icons i:after{
    color: var(--theme-color-1);
    font-weight: 600;
}
.c-items {
    padding: 20px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.c-items h3 {
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item {
    line-height: 1.5;
}
.c-items .c-item a {
    font-weight: 300;
    font-size: 14px;
    padding: 12px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    color: #fff !important;
}
.contact-map iframe {
    width: 100%;
    min-height: 250px;
    height: 100%;
    display: block;
}
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-2);
}
.c-items .c-item a{
    text-decoration: none;
    display: block;
    line-height: 1.6;
}





@import url("../plugins/story/story.min.css");
@import url("fonts.css");

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #000;
}
/* Header */

.mil-preloader {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f6f7f8;
}
.mil-preloader .mil-preloader-animation {
    opacity: 0;
    position: relative;
    height: 100vh;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
    position: absolute;
    color: #212121;
    height: 100vh;
    width: 100%;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align:center;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p {
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 700;
    opacity: 0;
    margin: 0 30px 0 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:nth-child(2n+2) {
	color:var(--theme-color-1)
}
.mil-preloader .mil-preloader-animation .mil-pos-abs picture,
.mil-preloader .mil-preloader-animation .mil-pos-abs picture img {
    display: table;
    max-height: 100px;
    width: auto;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:last-child {
    margin-right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
    position: relative;
    padding: 0 30px;
}
.mil-preloader
    .mil-preloader-animation
    .mil-pos-abs
    .mil-reveal-frame
    .mil-reveal-box {
    position: absolute;
    z-index: 9;
    opacity: 1 !important;
    height: 100%;
    background-color: var(--theme-color-1);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame p {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    z-index: 0;
}
.mil-preloader.mil-hidden {
    pointer-events: none;
}
@media (max-width: 768px) {
    .mil-preloader .mil-preloader-animation .mil-pos-abs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mil-preloader .mil-preloader-animation .mil-pos-abs p {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

p {
    line-height: 1.7;
    margin: 0 0 20px 0;
    font-weight: 300;
}
ul {
    margin-bottom: 40px;
}
li {
    line-height: 1.7;
    margin: 0 0 5px 0;
    font-weight: 300;
}
strong {
    font-weight: 500;
}
p:last-child,
p:last-child,
ul:first-child {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 30px;
    font-weight: 500;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h1,
    .h1 {
        font-size: 5rem;
        margin-bottom: 30px;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h2,
    .h2 {
        font-size: 4rem;
        margin-bottom: 30px;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h3,
    .h3 {
        font-size: 3rem;
        margin-bottom: 30px;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h4,
    .h4 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: 500;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -75px);
        -webkit-transform: translate(0px, -75px);
        -o-transform: translate(0px, -75px);
        -ms-transform: translate(0px, -75px);
        transform: translate(0px, -75px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@media (min-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 18px 20px;
        border: 2px solid;
    }
}
@media (max-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 10px 12px;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid;
        text-align: center;
    }
    .animate-button i,
    .animate-button-white i,
    .animate-button-white-transparent i {
        margin: 5px 0 0 0;
        display: block;
    }
}
.animate-button,
.animate-button-white,
.animate-button-white-transparent {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	cursor:pointer;
}
.animate-button,
.animate-button-white-transparent {
    color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}
.animate-button-white {
    color: #fff;
    border-color: #fff;
}
.animate-button,
.animate-button:before,
.animate-button-white,
.animate-button-white:before,
.animate-button-white-transparent,
.animate-button-white-transparent:before {
    position: relative;
    -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;
}
.animate-button:before,
.animate-button-white:before,
.animate-button-white-transparent:before {
    content: "";
    width: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.animate-button:before {
    background-color: var(--theme-color-1);
}
.animate-button-white:before {
    background-color: #fff;
}
.animate-button-white-transparent:before {
    background-color: transparent;
}
.animate-button:hover,
.animate-button-white-transparent:hover {
    color: #fff !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover {
    color: var(--theme-color-1) !important;
}
.animate-button:hover:before,
.animate-button-white:hover:before,
.animate-button-white-transparent:hover:before {
    width: 100% !important;
}
.animate-button:hover:before,
.animate-button-white-transparent:hover:before {
    background-color: var(--theme-color-1) !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover:before {
    border-color: #fff !important;
}

/**************** Header ********************/
header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -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;
}
body.fixed-header header {
    -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    -webkit-animation: translateHeader 0.8s;
    animation: translateHeader 0.8s;
}
body.fixed-header header,
body.mobile-menu-open header {
    background-color: #fff;
    border-bottom: 0;
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
/********* Menu ********/
header .header-left .logo,
header .header-left .logo picture,
header .header-top .links,
header .header-top .links 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;
    line-height: 1;
    position: relative;
    white-space: nowrap;
	color:#fff;
}
header .header-top {
	background-color:var(--theme-color-1);
    position: relative;
    border-bottom: 1px solid #932424;
}
@media (min-width: 1200px) {
    header:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
    }
    header .header-left .logo {
        position: absolute;
        top: -42px;
        z-index: 2;
        left: 0;
        padding: 20px 0 20px 0;
    }
    header .header-left .logo:before {
        content: "";
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        position: absolute;
        left: -40px;
        top: 0;
        bottom: 0;
        right: -40px;
        background-color: #fff;
        -moz-transform: skew(10deg, 0deg);
        -webkit-transform: skew(10deg, 0deg);
        -o-transform: skew(10deg, 0deg);
        -ms-transform: skew(10deg, 0deg);
        transform: skew(10deg, 0deg);
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    header .header-right .menu-offer-button {
        color: var(--theme-color-1);
        background-color: #ededed;
        border: 0;
        letter-spacing: 1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
	
	
    header {
        top: 0;
    }
    .menu-wrap .bottom > ul > li {
        margin-left: 30px;
    }
	.menu-wrap .bottom > ul > li > a{
        line-height: 75px;
	}
    body.fixed-header .menu-wrap .bottom ul li.menu-item a {
        font-size: 14px;
        line-height: 50px;
    }
    header .header-left .logo img {
        max-height: 95px;
    }
    body.fixed-header header .header-left .logo img {
        max-height: 75px;
    }
    header .header-right .menu-offer-button {
        padding: 0 35px;
        line-height: 75px;
    }
    body.fixed-header header .header-right .menu-offer-button {
        line-height: 50px;
    }
	
    header .header-top a {
        height: 41px;
        margin: 0 0 0 25px;
    }
}
@media (max-width: 1200px) {
    header:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
    }
    header .header-middle {
    padding: 10px 0;
	}
    header .header-left .logo {
        position: absolute;
        top: -39px;
        z-index: 100;
        left: 0;
        padding: 10px 0 10px 0;
    }
    header .header-left .logo:before {
        content: "";
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        position: absolute;
        left: -40px;
        top: 0;
        bottom: 0;
        right: -18px;
        background-color: #fff;
        -moz-transform: skew(10deg, 0deg);
        -webkit-transform: skew(10deg, 0deg);
        -o-transform: skew(10deg, 0deg);
        -ms-transform: skew(10deg, 0deg);
        transform: skew(10deg, 0deg);
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    header .header-right .menu-offer-button {
        color: var(--theme-color-1);
        background-color: #ededed;
        border: 0;
        letter-spacing: 1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
	
	
    header {
        top: 0;
    }
    header .header-left .logo img {
        max-height: 55px;
    }
    header .header-right .menu-offer-button {
        padding: 0 35px;
        line-height: 75px;
    }
    body.fixed-header header .header-right .menu-offer-button {
        line-height: 50px;
    }
	
    header .header-top a {
        height: 28px;
        margin: 0 0 0 15px;
    }
}
header .header-left .logo img {
	width: auto;
	display: block;
}

@media (min-width: 1200px) {
    .menu-toggle {
        display: none;
    }
    .menu-wrap .bottom ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .menu-wrap .bottom > ul {
        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: flex-end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
    }
    .menu-wrap .bottom ul li.menu-item {
        position: relative;
        border: 0;
        padding: 0;
    }

    .menu-wrap .bottom ul li.menu-item a {
        font-weight: 300;
        position: relative;
        color: #212121;
        text-decoration: none;
        z-index: 1;
        display: block;
    }
    .menu-wrap .bottom ul li {
        margin-bottom: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item:first-child {
        margin-left: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item > a {
        white-space: nowrap;
    }
    .menu-wrap .bottom > ul > li.sub-item > a:after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        text-align: center;
        font-size: 10px;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
    }
    .menu-wrap .bottom > ul > li.sub-item > 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;
    }
    .menu-wrap .bottom > ul > li.menu-item > a > span {
        display: none;
    }
    .menu-wrap .bottom > ul > li.sub-item > .next-link {
        display: none;
    }
    .menu-wrap .bottom > ul > li.sub-item .sub-menu .next-link {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        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;
        font-size: 12px;
        line-height: 1;
    }
    body.fixed-header .menu-wrap .bottom ul li.menu-item a {
        color: #000;
    }
    .menu-wrap .bottom .menu-list .back-link {
        display: none;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item > .sub-menu:before {
		content:"";
        width: 14px;
        height: 14px;
        display: block;
        background-color: #fff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        bottom: calc(100% - 17px);
        left: 14px;
	}
	.menu-wrap .bottom ul li.menu-item:nth-last-child(1) .sub-menu:before,
	.menu-wrap .bottom ul li.menu-item:nth-last-child(2) .sub-menu:before,
	.menu-wrap .bottom ul li.menu-item:nth-last-child(3) .sub-menu:before{
        left: auto;
        right: 14px
    }
    .menu-wrap .bottom ul li.menu-item.sub-item > .sub-menu {
        padding:10px 0 0 0;
        min-width: 250px;
        visibility: hidden;
        opacity: 0;
        -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;
        top: 100%;
        position: absolute;
        width: 350px;
        left: 0;
        -moz-transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transform: translate(0, 30px);
    }
	.menu-wrap .bottom ul li.menu-item:nth-last-child(1) .sub-menu,
	.menu-wrap .bottom ul li.menu-item:nth-last-child(2) .sub-menu,
	.menu-wrap .bottom ul li.menu-item:nth-last-child(3) .sub-menu{
        left: auto;
        right: 0;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu ul {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
        overflow: hidden;
		background-color:#fff;
        padding: 15px 0;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a {
        line-height: 40px;
        padding: 0 25px;
        color: #000;
        font-size: 13px;
        font-weight: 400;
        border-top: 1px solid #fff;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu li:first-child a {
        border-top: 0;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a:hover {
        position: relative;
		color:var(--theme-color-1)
    }
    .menu-wrap .bottom ul li.menu-item.sub-item:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .menu-wrap
        .bottom
        > ul
        > li.sub-item
        > .sub-menu
        ul
        li.sub-item:hover
        > .sub-menu {
        top: 0;
        left: 100%;
        right: auto;
        text-align: left;
    }
    .menu-wrap .bottom > ul > li > ul > li.sub-item:hover > .sub-menu {
        right: 400px;
    }
    body.mobile-menu-open .menu-wrap {
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@media (max-width: 1200px) {
    .menu-toggle {
        width: 25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        height: 1px;
        background-color: #000;
        position: absolute;
        right: 0;
        -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;
        width: 25px;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }

    .menu-list .back-link {
        cursor: pointer;
        display: block;
        padding: 0 15px 0 65px;
        height: 46px;
        line-height: 46px;
        border-top: 1px solid #f1f1f1;
        position: relative;
        font-size: 14px;
    }
    .menu-list .back-link > i {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 47px;
        width: 46px;
        height: 46px;
        text-align: center;
        z-index: 5;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }
    .menu-wrap {
        position: fixed;
        left: 0;
        top: 69px;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -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;
        -webkit-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    body.mobile-menu-open .menu-wrap {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-list,
    .menu-list ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-list ul {
        height: calc(100% - 37px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list,
    .menu-list > ul,
    .menu-list > ul div.sub-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list li.sub-item > .next-link {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 48px;
        width: 45px;
        height: 45px;
        text-align: center;
        border-left: 1px solid #f1f1f1;
        margin: -45px 0 0 0;
    }
    .menu-list li.sub-item > .next-link + .back-link {
        position: fixed;
        right: 0;
        left: auto;
        width: 100%;
        top: 33px;
        z-index: 5;
        line-height: 1;
        -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;
        background-color: #fff;
        -webkit-transform: translate(calc(-100% - 30px), 0px);
        -o-transform: translate(calc(-100% - 30px), 0px);
        -ms-transform: translate(calc(-100% - 30px), 0px);
        transform: translate(calc(-100% - 30px), 0px);
    }
    .menu-list li.sub-item.open > .next-link + .back-link {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-list li:last-child a {
        border-bottom: 1px solid #f1f1f1;
    }
    .menu-list li {
        margin: 0;
    }
    .menu-list li a h3 {
        margin-bottom: 5px;
    }
    .menu-list li a h3 + p {
        opacity: 0.7;
    }
    .menu-list li a {
        display: block;
        line-height: 1;
        color: #000;
        font-size: 14px;
        padding: 15px 20px;
        border-top: 1px solid #f1f1f1;
        text-decoration: none;
    }
    .menu-list li.sub-item a {
        padding-right: 50px;
    }
    .menu-list li.sub-item > div.sub-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 100%;
        z-index: 5;
        -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;
        background-color: #fff;
        -webkit-transform: translate(calc(-100% - 30px), 0px);
        -o-transform: translate(calc(-100% - 30px), 0px);
        -ms-transform: translate(calc(-100% - 30px), 0px);
        transform: translate(calc(-100% - 30px), 0px);
    }
    .menu-list li.sub-item li.sub-item > div.sub-menu {
        top: 0;
    }
    .menu-list li.sub-item.open > div.sub-menu {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
}
/********* Menu ********/
/**************** Header ********************/
/**************** Breadcrumb ********************/
.breadcrumb{
	position:relative;
	color:#fff;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
}
.breadcrumb.bg-banner:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(33 54 77 / 88%);
}
.breadcrumb-image,
.breadcrumb-image img{
	width:100%;
	height:auto;
	display:block;
}
.breadcrumb ul{
	list-style-type:none;
	color:#fff;
	padding:0;
	margin:0 auto;
	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:#fff;
	text-decoration:none;
}
.breadcrumb ul li p{
	margin:0;
    font-size: 13px;
    font-weight: 300;
}
.breadcrumb ul li a:after{
	content:"-";
    margin: 0 7px;
    line-height: 1.5;
    font-weight: 300;
}
/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer .footer-bottom {
	border-top:2px solid var(--theme-color-1);
}
footer .footer-scroll {
    width: 80px;
    border: 0;
    background-color: var(--theme-color-1);
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    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;
}
@media(min-width:1200px){
	footer .footer-bottom-links {
		margin:0 0 0 auto;
	}
}
footer .footer-bottom-links {
	display: table;
    padding: 0;
}
footer .footer-bottom-links li {
    float: left;
    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;
    margin: 0;
}
footer .footer-bottom-links li:before {
    content: "-";
    margin: 0 10px;
}
footer .footer-bottom-links li:first-child:before {
    display: none;
}
footer .footer-bottom-links li a {
    display: block;
    text-decoration: none;
    color: #000;
}
footer .footer-bottom-links.bold li a {
	font-weight:500;
	color:var(--theme-color-1)
}
footer iframe{
	display:block;
	width:100%;
	height:400px;
    border: 0;
}

footer .footer-socials a,
footer .links a{
    -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;
    color: #212121;
    display: block;
}
footer .links a{
    text-decoration: none;
    font-weight: 300;
}
footer .links a:before{
    float: left;
    position: relative;
    top: 2px;
    left: 0;
    margin: 0 15px 0 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
footer .footer-socials 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;
	
    margin: 0 0 0 30px;
	text-decoration:none;
    text-align: center;
    padding: 0 0 0 2px;
}
footer .footer-socials a:first-child{
    margin: 0;
}
footer .footer-contact {
    list-style-type: none;
    padding: 0;
}
footer .footer-contact li>* {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
footer .footer-contact li a {
    text-decoration: none;
    color: #212121;
}
footer .footer-contact li a p{
	margin:0 0 5px 0;
    font-weight: 500;
}
footer .footer-contact li a p:last-child{
	margin:0
}
footer .footer-contact li{
    margin-top: 30px;
}
footer .footer-contact li i {
    position: relative;
    width: 35px;
    margin-right: 15px;
    text-align: center;
    top: 1px;
    font-size: 20px;
}
footer .footer-contact li i + div {
    width: calc(100% - 35px);
    line-height: 1.7;
}
footer picture,
footer picture img{
	display: block;
}
@media (min-width: 1400px) {
	footer picture,
	footer picture img{
		max-height: 120px;
	}
}
@media (max-width: 1400px) {
	footer picture img{
		display: block;
		max-height: 40px;
	}
	footer picture{
		display: table;
	}
}
/**************** Footer ********************/
/**************** 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:550px;bottom:30px;left:30px;padding:30px}.cookies .theme-btn{padding:11px 16px 10px}}@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;color: var(--theme-color-1);text-decoration: none;}.cookies a.accept{padding: 12px 14px;}
/**************** Cookies ********************/
.block-title p {
    max-width: 1000px;
}
.block-title.center {
    text-align: center;
}
.block-title.center p {
    margin: 0 auto;
}
.theme-btn {
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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;
    padding: 18px 30px 18px 30px;
    background-color: var(--theme-color-1);
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    overflow: hidden;
    -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;
    position: relative;
}
.theme-btn * {
    position: relative;
    z-index: 1;
}
.theme-btn.hovered-white:before,
.theme-btn.hovered:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: auto;
    z-index: 0;
    content: "";
    position: absolute;
    -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;
    background-color: #000;
}
.theme-btn.hovered-white:before {
    background-color: #fff;
}
.theme-btn.hovered:hover:before,
.theme-btn.hovered-white:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    color: #fff;
}
.theme-btn.hovered-white:hover {
    color: #000;
}

.content {
    position: relative;
    z-index: 1;
}

.home-video-images-block .swiper-slide .swiper-slide-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-video-images-block .swiper-slide .swiper-slide-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.home-video-images-block .swiper-slide .swiper-slide-wrap:before {
    content: "";
    background: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.home-video-images-block .swiper-slide .video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-video-images-block .swiper-slide .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-video-images-block .swiper-slide .buttons a {
    margin: 15px 30px 0 0;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: table;
    float: left;
    padding: 0 0 15px 0;
}
.home-video-images-block .swiper-slide .buttons a:last-child {
    margin: 15px 0 0 0;
}
.home-video-images-block .prev,
.home-video-images-block .next {
    position: absolute;
    z-index: 2;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.home-video-images-block .swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
@keyframes jumpInfinite {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0;
    }
}
.home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
    z-index: 3;
    color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.home-video-images-block .pagi {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.home-video-images-block .pagi .swiper-pagination-bullet.prog {
    overflow: hidden;
    cursor: pointer;
    display: block;
    background-color: rgb(255 255 255 / 20%);
}
.home-video-images-block .pagi .swiper-pagination-bullet.prog:first-child {
    margin: 0;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active
    span {
    height: 100%;
    display: block;
    animation-name: progress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-play-state: paused;
    -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;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active
    span.active {
    background-color: #fff;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active
    span {
    animation-play-state: running;
}
@media (min-width: 1400px) {
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 80vh;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
        height: 100%;
        width: 100%;
        max-width: 1290px;
        margin: 0 auto;
        padding: 0 0 100px 0;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .caption > div {
        max-width: 550px;
    }

    .home-video-images-block .pagi {
        bottom: 30px;
        width: 100%;
        max-width: 1290px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .home-video-images-block .pagi .swiper-pagination-bullet.prog {
        margin: 0 0 0 10px;
        height: 5px;
        width: 75px;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 40px;
        height: 40px;
        width: 75px;
        top: calc(50% - 20px);
        opacity: 0;
        line-height: 1;
    }
    .home-video-images-block:hover .prev,
    .home-video-images-block:hover .next {
        opacity: 1;
    }
    .home-video-images-block .prev {
        left: 0;
        text-align: left;
        padding-left: 20px;
    }
    .home-video-images-block .next {
        right: 0;
        text-align: right;
        padding-right: 20px;
    }

    .home-video-images-block .extra-items {
        position: absolute;
        right: 0;
        max-width: 450px !important;
        bottom: 100px;
    }
    .home-video-images-block .extra-items .extra-item {
        padding: 20px;
        background-color: #fff;
        margin: 15px 0 0 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #212121;
        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;
        text-decoration: none;
    }
    .home-video-images-block .extra-items .extra-item .image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 80px;
        height: 80px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .home-video-images-block .extra-items .extra-item .image + div {
        padding: 0 0 0 15px;
        width: calc(100% - 80px);
    }
}
@media (max-width: 1400px) and (min-width: 992px) {
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 80vh;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
        height: 100%;
        width: 100%;
        max-width: 1290px;
        margin: 0 auto;
        padding: 20px 20px 40px 20px;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .caption > div {
        max-width: 50%;
    }

    .home-video-images-block .pagi {
        bottom: 15px;
        left: 45px;
        right: 45px;
    }
    .home-video-images-block .pagi .swiper-pagination-bullet.prog {
        margin: 0 0 0 3px;
        height: 2px;
        width: 10px;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 20px;
        bottom: 5px;
        opacity: 1;
        line-height: 1;
    }
    .home-video-images-block:hover .prev,
    .home-video-images-block:hover .next {
        opacity: 1;
    }
    .home-video-images-block .prev {
        left: 10px;
    }
    .home-video-images-block .next {
        right: 10px;
    }

    .home-video-images-block .extra-items {
        position: absolute;
        right: 20px;
        max-width: 450px !important;
        bottom: 40px;
    }
    .home-video-images-block .extra-items .extra-item {
        padding: 20px;
        background-color: #fff;
        margin: 15px 0 0 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #212121;
        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;
        text-decoration: none;
    }
    .home-video-images-block .extra-items .extra-item .image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 80px;
        height: 80px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .home-video-images-block .extra-items .extra-item .image + div {
        padding: 0 0 0 15px;
        width: calc(100% - 80px);
    }
}
@media (max-width: 992px) {
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 400px;
    }
	.home-video-images-block .swiper-slide .buttons a {
		margin: 5px 10px 0 0;
		padding: 0 0 10px 0;
		font-weight: 300;
		line-height: 1;
	}
	.home-video-images-block .swiper-slide .buttons a:last-child{
		margin: 5px 0 0 0;
	}
    .home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
        height: 100%;
        width: 100%;
        padding: 20px 15px 40px 15px;
    }

    .home-video-images-block .pagi {
        bottom: 15px;
        left: 45px;
        right: 45px;
    }
    .home-video-images-block .pagi .swiper-pagination-bullet.prog {
        margin: 0 0 0 3px;
        height: 2px;
        width: 10px;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 20px;
        bottom: 5px;
        opacity: 1;
        line-height: 1;
    }
    .home-video-images-block:hover .prev,
    .home-video-images-block:hover .next {
        opacity: 1;
    }
    .home-video-images-block .prev {
        left: 10px;
    }
    .home-video-images-block .next {
        right: 10px;
    }

    .home-video-images-block .extra-items {
        display: none;
    }
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
.home-video-images-block .mil-circle-text-frame {
    position: absolute;
    width: 190px;
    height: 300px;
    border-radius: 100px;
    right: 10%;
    bottom: -95px;
    z-index: 2;
    background-color: #ffff;
}
.home-video-images-block .mil-circle-text-frame .mil-circle-text {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 12px;
    font-weight: 600;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.home-video-images-block .mil-circle-text-frame .mil-circle-text svg {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.home-video-images-block .mil-circle-text-frame .mil-circle-text svg text {
    fill: #000;
    font-weight: 300;
}
.home-video-images-block .mil-circle-text-frame .mil-circle-text .mil-arrow {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--theme-color-1);
    color: #fff;
    padding: 3px 0 0 0;
}
.home-video-images-block .mil-circle-text-frame .mil-circle-text .mil-arrow i {
    font-size: 28px;
    color: #fff;
}
@media (max-width: 992px) {
    .home-video-images-block .mil-circle-text-frame {
        display: none;
    }
}




@media(min-width:992px){
	.home__about .caption{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		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;
	}
	.home__about .right{
		height: 100vh;
	}
}
@media(max-width:992px){
	.home__about .right{
		height: 450px;
	}
}
.home__about .right{
    width: 100%;
    position: relative;
}
.home__about .right .image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.home__about-2{
    background-color: #f5f6f1;
}



.home__areas_activity .items {
	margin:0;
    width: calc(100% + 2.5px);
}
.home__areas_activity .items > div {
	padding:0;
	margin:-1px -1px 0 0;
}
@media(min-width:992px){
	.home__areas_activity .items .item{
		padding: 35px;
		padding-bottom: 85px;
	}
	.home__areas_activity .items .item .text p{
		margin: 20px 0 0 0;
	}
	.home__areas_activity .items .item .more{
		left: 35px;
		bottom: 35px;
	}
}
@media(max-width:992px){
	.home__areas_activity .items .item{
		padding: 20px;
		padding-bottom: 65px;
	}
	.home__areas_activity .items .item .text p{
		margin: 10px 0 0 0;
	}
	.home__areas_activity .items .item .more{
		left: 20px;
		bottom: 20px;
	}
}
.home__areas_activity .items .item{
    height: 100%;
	overflow:hidden;
    border: 1px solid #932424;
    position: relative;
}
.home__areas_activity.white .items .item{
    border: 1px solid #ededed;
}
.home__areas_activity .items .item .icon picture
.home__areas_activity .items .item .icon img{
	display:block;
}
.home__areas_activity .items .item .icon img{
    max-height: 60px;
    width: auto;
    display: table;
    margin: 0 auto;
}
.home__areas_activity .items .item:hover .icon{
	-moz-transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
.home__areas_activity .items .item .title{
    margin: 0;
}
.home__areas_activity .items .item .title a{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
	line-height:1.4;
    display: block;
}
.home__areas_activity .items .item .text{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}
.home__areas_activity .items .item .text p{
    color: rgb(255 255 255 / 60%);
    line-height: 1.4;
    font-size: 14px;
    font-weight: 300;
}
.home__areas_activity .items .item .more{
    text-decoration: none;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    display: table;
    position: absolute;
    font-weight: 400;
}

.home__areas_activity.white .items .item .icon{
    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;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    padding: 15px;
    background-color: var(--theme-color-1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 96px;
    height: 96px;
    text-align: center;
}
.home__areas_activity.white .items .item .title a{
    color: var(--theme-color-1);
}
.home__areas_activity.white .items .item .text,
.home__areas_activity.white .items .item .text p,
.home__areas_activity.white .items .item .more{
    color: #333;
}
.home__areas_activity.white .items .item .icon img {
    max-height: 45px;
}

.marquee-slider-1{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
@media(min-width:992px){
	.vertical__slider_block{
		min-height:100vh;
	}
	.marquee-slider-1{
		z-index:2;
        gap: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        -moz-transform: translate(calc(-100% - 30px), 0px);
        -webkit-transform: translate(calc(-100% - 30px), 0px);
        -o-transform: translate(calc(-100% - 30px), 0px);
        -ms-transform: translate(calc(-100% - 30px), 0px);
        transform: translate(calc(-100% - 30px), 0px);
	}
	.marquee-slider-1 .aaaa{
        margin: -50vh 0;
	}
	.marquee-slider-1 .swiper-slide,
	.marquee-slider-1 .swiper-slide a{
		width: 170px;
		height: 170px;
		-webkit-border-radius: 34px;
		-moz-border-radius: 34px;
		border-radius: 34px;
	}
	.images-horizontal-slider-block .marquee-slider-1 .swiper-slide,
	.images-horizontal-slider-block .marquee-slider-1 .swiper-slide a{
		width: 240px;
		height: 240px;
	}
}
@media(max-width:992px) and (min-width:768px){
	.marquee-slider-1{
        gap: 30px;
		height:400px;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
	}
	.marquee-slider-1 .aaaa{
        margin: -50vh 0;
	}
	.marquee-slider-1 .swiper-slide,
	.marquee-slider-1 .swiper-slide a{
		width: 100px;
		height: 100px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	.images-horizontal-slider-block .marquee-slider-1 .swiper-slide,
	.images-horizontal-slider-block .marquee-slider-1 .swiper-slide a{
		width: 140px;
		height: 140px;
	}
}
@media(max-width:768px){
	.marquee-slider-1{
        gap: 20px;
		height:400px;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
	}
	.marquee-slider-1 .aaaa{
        margin: -50vh 0;
	}
	.marquee-slider-1 .swiper-slide,
	.marquee-slider-1 .swiper-slide a{
		width: 85px;
		height: 85px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.images-horizontal-slider-block .marquee-slider-1 .swiper-slide,
	.images-horizontal-slider-block .marquee-slider-1 .swiper-slide a{
		width: 110px;
		height: 110px;
	}
}
.marquee-slider-1 .swiper-slide{
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 8%);
}
.marquee-slider-1 .swiper-slide,
.marquee-slider-1 .swiper-slide a{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: none;
    display: flex;
}
.marquee-slider-1 .cloned{
	display:none !important;
}
.b-title{
    max-width: 1100px;
}

.scrollfixed{
	position: sticky;
	top: 0;
}

@media (min-width: 1200px) {
	.home-photo-gallery .item .wrap{
		height:650px;
	}
	.home-photo-gallery .item .wrap .image{
		height:500px;
	}
	.home-photo-gallery .item .wrap .caption h3{
		font-size: 18px;
		line-height:1.4
	}
	.home-photo-gallery .item .wrap .caption p{
		font-size: 12px;
		line-height:1.3
	}
	.home-photo-gallery .item .wrap .caption{
		padding:20px;
		height:150px;
		top:500px;
	}
	.home-photo-gallery:not(.fixed) .item:nth-child(2n+1) .wrap .caption{
		top:0;
	}
	.home-photo-gallery:not(.fixed) .item:nth-child(2n+1) .wrap .image{
		margin-top:150px;
	}
	.home-photo-gallery .prev,
	.home-photo-gallery .next{
		position: absolute;
		top: 50%;
		-moz-transform: translate(0px, -50%);
		-webkit-transform: translate(0px, -50%);
		-o-transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		transform: translate(0px, -50%);
	}
	.home-photo-gallery .prev{
		left:0;
	}
	.home-photo-gallery .next{
		right:0;
	}
}
@media (max-width: 1200px) {
	.home-photo-gallery .item .wrap{
		height:650px;
	}
	.home-photo-gallery .item .wrap .image{
		height:500px;
	}
	.home-photo-gallery .item .wrap .caption h3{
		font-size: 18px;
		line-height:1.4
	}
	.home-photo-gallery .item .wrap .caption p{
		font-size: 12px;
		line-height:1.3
	}
	.home-photo-gallery .item .wrap .caption{
		padding:20px;
		height:150px;
		top:500px;
	}
	.home-photo-gallery:not(.fixed) .item:nth-child(2n+1) .wrap .caption{
		top:0;
	}
	.home-photo-gallery:not(.fixed) .item:nth-child(2n+1) .wrap .image{
		margin-top:150px;
	}
}
.home-photo-gallery .b-title{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.home-photo-gallery .item .wrap .image{
	width:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-photo-gallery .item .wrap{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	overflow:hidden;
	text-decoration:none;
	color:#fff;
	display:block;
	width:100%;
	position:relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-photo-gallery .prev,
.home-photo-gallery .next{
    z-index: 2;
    color: #000;
    cursor: pointer;
}
.home-photo-gallery .swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.home-photo-gallery .item .wrap .caption{
	z-index:2;
    left: 0;
    right: 0;
    position: absolute;
    color: #fff;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
    color: #777;
    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;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.home-photo-gallery .item .wrap h3{
    margin: 0 0 10px 0;
    font-weight: 300;
    color: #000;
}


/* PAGINATION */
.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.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: 41px;
    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;
}


.images-block-grid-wrap{
	margin:0 -5px
}
.images-block-grid{
	width:100%;
}
.images-block-grid .grid-sizer,
.images-block-grid .images-block-item{
	padding:0 5px
}
.images-block-grid .images-block-item a{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.images-block-grid .images-block-item a picture,
.images-block-grid .images-block-item a picture img{
	width:100%;
	height:auto;
    display: block;
}
@media(min-width:1200px){
	.images-block-grid.grid-6 .grid-sizer,
	.images-block-grid.grid-6 .images-block-item{
		width:16.666%;
	}
	.images-block-grid.grid-5 .grid-sizer,
	.images-block-grid.grid-5 .images-block-item{
		width:25%;
	}
	.images-block-grid.grid-4 .grid-sizer,
	.images-block-grid.grid-4 .images-block-item{
		width:33.333%;
	}
	.images-block-grid.grid-2 .grid-sizer,
	.images-block-grid.grid-2 .images-block-item{
		width:50%;
	}
}
@media(max-width:1200px) and (min-width:992px){
	.images-block-grid.grid-6 .grid-sizer,
	.images-block-grid.grid-6 .images-block-item{
		width:25%;
	}
	.images-block-grid.grid-5 .grid-sizer,
	.images-block-grid.grid-5 .images-block-item{
		width:33.333%;
	}
	.images-block-grid.grid-4 .grid-sizer,
	.images-block-grid.grid-4 .images-block-item,
	.images-block-grid.grid-2 .grid-sizer,
	.images-block-grid.grid-2 .images-block-item{
		width:50%;
	}
}
@media(max-width:992px) and (min-width:768px){
	.images-block-grid.grid-6 .grid-sizer,
	.images-block-grid.grid-6 .images-block-item{
		width:33.3%;
	}
	.images-block-grid.grid-5 .grid-sizer,
	.images-block-grid.grid-5 .images-block-item,
	.images-block-grid.grid-4 .grid-sizer,
	.images-block-grid.grid-4 .images-block-item,
	.images-block-grid.grid-2 .grid-sizer,
	.images-block-grid.grid-2 .images-block-item{
		width:50%;
	}
}
@media(max-width:768px) and (min-width:300px){
	.images-block-grid.grid-6 .grid-sizer,
	.images-block-grid.grid-6 .images-block-item,
	.images-block-grid.grid-5 .grid-sizer,
	.images-block-grid.grid-5 .images-block-item,
	.images-block-grid.grid-4 .grid-sizer,
	.images-block-grid.grid-4 .images-block-item,
	.images-block-grid.grid-2 .grid-sizer,
	.images-block-grid.grid-2 .images-block-item{
		width:50%;
	}
}
@media(max-width:300px){
	.images-block-grid.grid-6 .grid-sizer,
	.images-block-grid.grid-6 .images-block-item,
	.images-block-grid.grid-5 .grid-sizer,
	.images-block-grid.grid-5 .images-block-item,
	.images-block-grid.grid-4 .grid-sizer,
	.images-block-grid.grid-4 .images-block-item,
	.images-block-grid.grid-2 .grid-sizer,
	.images-block-grid.grid-2 .images-block-item{
		width:100%;
	}
}





.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;
}


.fixed-socials a{
    position: fixed;
    z-index: 9;
    right: 20px;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 3px solid #fff;
    -webkit-box-shadow: 1px 2px 0 0 rgb(0 0 0 / 11%);
    -moz-box-shadow: 1px 2px 0 0 rgb(0 0 0 / 11%);
    box-shadow: 1px 2px 0 0 rgb(0 0 0 / 11%);
}
.fixed-socials a:nth-child(1){
    bottom: 20px;
}
.fixed-socials a:nth-child(2){
    bottom: 80px;
}

.accordions .accordion-item {
    border: 1px solid var(--theme-color-1);
    margin: 10px 0 0 0;
    background-color: #fff;
}
.accordions .accordion-item .accordion-item-title {
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    color: var(--theme-color-1);
    padding: 25px 80px 25px 30px;
    line-height: 1.4;
}
.accordions .accordion-item .accordion-item-title:before {
    font-family: "Font Awesome 5 Pro";
    color: var(--theme-color-1);
    z-index: 1;
    font-weight: 300;
    content: "\f067";
    margin: 0;
    position: absolute;
    top: 26px;
    right: 30px;
    bottom: 0;
    font-size: 22px;
    text-align: center;
    line-height: 1;
}
.accordions .accordion-item.active .accordion-item-title:before {
    content: "\f068";
}
.accordions .accordion-item .accordion-item-caption {
    line-height: 1.7;
    font-weight: 400;
    background-color: #fff;
}
.accordions .accordion-item:hover .accordion-item-title,
.accordions .accordion-item:hover .accordion-item-title:before,
.accordions .accordion-item.active .accordion-item-title,
.accordions .accordion-item.active .accordion-item-title:before {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.accordions .accordion-item:not(.active) .accordion-item-caption {
    display: none;
}
.home-online-steps .accordions .accordion-item {
    border: 1px solid var(--theme-color-1);
}
.home-online-steps .accordions .accordion-item .accordion-item-title,
.home-online-steps .accordions .accordion-item .accordion-item-title:before {
    color: var(--theme-color-1);
}
.home-online-steps
    .accordions
    .accordion-item:hover
    .accordion-item-title:before,
.home-online-steps .accordions .accordion-item:hover .accordion-item-title,
.home-online-steps .accordions .accordion-item.active .accordion-item-title,
.home-online-steps
    .accordions
    .accordion-item.active
    .accordion-item-title:before {
    color: #fff;
}





.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 .v-item{
	margin-top:20px;
}
.popupModal>.caption .p-item .p-item-block iframe,
.popupModal>.caption .p-item .p-item-block video{
	display:block;
	width:100%;
}
.popupModal>.caption .p-item .p-item-block picture:first-child,
.popupModal>.caption .p-item .p-item-block .v-item:first-child{
	margin-top:0
}
.popupModal>.caption .p-item .p-item-block video,
.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;
}
