/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - SWIPER CSS */
/* 02 - EMPTY SPACE */
/* 03 - HELP CLASSES */
/* 04 - SECTION */
/* 05 - NEWS CARD */
/* 06 - SUBSCRIBE, BREADCRUMBS, PAGINATION, CONTACTS */
/* 07 - FOOTER */
/* 08 - INPUT FIELDS, CHECKBOX */
/* 09 - POPUP */
/* 10 - SLIDER */
/* 11 - NEWS, BLOG */
/* 12 - VIDEO POPUP */

/*--------------------------------------------------------------------------------------------------------------*/
/* 01 - SWIPER CSS */
/*--------------------------------------------------------------------------------------------------------------*/
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; z-index: 1;}.swiper-container-no-flexbox .swiper-slide { float: left;}.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column;}.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}.swiper-container-android .swiper-slide,.swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); -o-transform: translate(0px, 0px); -ms-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0);}.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;}.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto;}.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative;} .swiper-container-autoheight,.swiper-container-autoheight .swiper-slide { height: auto;}.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-transition-property: -webkit-transform, height; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform, height;} .swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000;} .swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y;}.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x;} .swiper-button-prev,.swiper-button-next { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; -moz-background-size: 27px 44px; -webkit-background-size: 27px 44px; background-size: 27px 44px; background-position: center; background-repeat: no-repeat;}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none;}.swiper-button-prev,.swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto;}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next,.swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto;}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");} .swiper-pagination { position: absolute; text-align: center; -webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10;}.swiper-pagination.swiper-pagination-hidden { opacity: 0;} .swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%;} .swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: 0.2;}button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -moz-appearance: none; -ms-appearance: none; -webkit-appearance: none; appearance: none;}.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer;}.swiper-pagination-white .swiper-pagination-bullet { background: #fff;}.swiper-pagination-bullet-active { opacity: 1; background: #007aff;}.swiper-pagination-white .swiper-pagination-bullet-active { background: #fff;}.swiper-pagination-black .swiper-pagination-bullet-active { background: #000;}.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0px, -50%, 0); -moz-transform: translate3d(0px, -50%, 0); -o-transform: translate(0px, -50%); -ms-transform: translate3d(0px, -50%, 0); transform: translate3d(0px, -50%, 0);}.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 5px 0; display: block;}.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px;} .swiper-pagination-progress { background: rgba(0, 0, 0, 0.25); position: absolute;}.swiper-pagination-progress .swiper-pagination-progressbar { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top;}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar { -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; -o-transform-origin: right top; transform-origin: right top;}.swiper-container-horizontal > .swiper-pagination-progress { width: 100%; height: 4px; left: 0; top: 0;}.swiper-container-vertical > .swiper-pagination-progress { width: 4px; height: 100%; left: 0; top: 0;}.swiper-pagination-progress.swiper-pagination-white { background: rgba(255, 255, 255, 0.5);}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar { background: #fff;}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar { background: #000;} .swiper-container-3d { -webkit-perspective: 1200px; -moz-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px;}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10;}.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px;} .swiper-container-cube,.swiper-container-flip { overflow: visible;}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; z-index: 1;}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none;}.swiper-container-cube .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto;}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;} .swiper-container-cube .swiper-slide { visibility: hidden; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%;}.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -moz-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next + .swiper-slide { pointer-events: auto; visibility: visible;}.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; background: #000; opacity: 0.6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0;} .swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out;}.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity;}.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none;}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto;} .swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1);}.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%;}.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%;}.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0;}.swiper-scrollbar-cursor-drag { cursor: move;} .swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -moz-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite;}.swiper-lazy-preloader:after { display: block; content: ""; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; -webkit-background-size: 100%; background-size: 100%; background-repeat: no-repeat;}.swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); }}@keyframes swiper-preloader-spin { 100% { transform: rotate(360deg); }}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - EMPTY SPACE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.empty-lg-0{height:0px;}.empty-lg-5{height:5px;}.empty-lg-10{height:10px;}.empty-lg-15{height:15px;}.empty-lg-20{height:20px;}.empty-lg-25{height:25px;}.empty-lg-30{height:30px;}.empty-lg-35{height:35px;}.empty-lg-40{height:40px;}.empty-lg-45{height:45px;}.empty-lg-50{height:50px;}.empty-lg-55{height:55px;}.empty-lg-60{height:60px;}.empty-lg-65{height:65px;}.empty-lg-70{height:70px;}.empty-lg-75{height:75px;}.empty-lg-80{height:80px;}.empty-lg-85{height:85px;}.empty-lg-90{height:90px;}.empty-lg-95{height:95px;}.empty-lg-100{height:100px;}.empty-lg-110{height:110px;}.empty-lg-120{height:120px;}.empty-lg-130{height:130px;}.empty-lg-140{height:140px;}
@media(min-width: 1400px){.empty-xl-100{height: 100px;}}
@media (max-width:1199px){.empty-md-0{height:0px;}.empty-md-5{height:5px;}.empty-md-10{height:10px;}.empty-md-15{height:15px;}.empty-md-20{height:20px;}.empty-md-25{height:25px;}.empty-md-30{height:30px;}.empty-md-35{height:35px;}.empty-md-40{height:40px;}.empty-md-45{height:45px;}.empty-md-50{height:50px;}.empty-md-55{height:55px;}.empty-md-60{height:60px;}.empty-md-65{height:65px;}.empty-md-70{height:70px;}.empty-md-75{height:75px;}.empty-md-80{height:80px;}.empty-md-85{height:85px;}.empty-md-90{height:90px;}.empty-md-95{height:95px;}.empty-md-100{height:100px;}}
@media (max-width:991px){.empty-sm-0{height:0px;}.empty-sm-5{height:5px;}.empty-sm-10{height:10px;}.empty-sm-15{height:15px;}.empty-sm-20{height:20px;}.empty-sm-25{height:25px;}.empty-sm-30{height:30px;}.empty-sm-35{height:35px;}.empty-sm-40{height:40px;}.empty-sm-45{height:45px;}.empty-sm-50{height:50px;}.empty-sm-55{height:55px;}.empty-sm-60{height:60px;}.empty-sm-65{height:65px;}.empty-sm-70{height:70px;}.empty-sm-75{height:75px;}.empty-sm-80{height:80px;}.empty-sm-85{height:85px;}.empty-sm-90{height:90px;}.empty-sm-95{height:95px;}.empty-sm-100{height:100px;}}
@media (max-width:767px){.empty-xs-0{height:0px;}.empty-xs-5{height:5px;}.empty-xs-10{height:10px;}.empty-xs-15{height:15px;}.empty-xs-20{height:20px;}.empty-xs-25{height:25px;}.empty-xs-30{height:30px;}.empty-xs-35{height:35px;}.empty-xs-40{height:40px;}.empty-xs-45{height:45px;}.empty-xs-50{height:50px;}.empty-xs-55{height:55px;}.empty-xs-60{height:60px;}.empty-xs-65{height:65px;}.empty-xs-70{height:70px;}.empty-xs-75{height:75px;}.empty-xs-80{height:80px;}.empty-xs-85{height:85px;}.empty-xs-90{height:90px;}.empty-xs-95{height:95px;}.empty-xs-100{height:100px;}.empty-xs-110{height:110px;}}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - HELP CLASSES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.opacity:before,.opacity-5:before, .opacity-6:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 45%;background: url(../img/card-fade.png);background-repeat: no-repeat;}
.opacity-6:before{background: url(../img/card-fade-size-2.png);height: 55%;background-size: cover;}
.opacity-5:before{background: url(../img/card-fade-bottom.png);top: auto;bottom: 0;height: 70%;}
.opacity-2:before, .opacity-3:before, .opacity-4:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;background: rgba(0,0,0,0.2);}
.opacity-3:before{background: rgba(0,0,0,0.5);}
.opacity-4:before{background: rgba(0,0,0,0.35);}
.full-width {position:relative; width:100%;}
.full-height {height: 100vmin; min-height: 550px; position: relative; width: 100%;}
.container-no-padd {padding-left: 0; padding-right: 0;}
.row-0{margin-left: 0;margin-right: 0;}
.row0 > div[class^="col-"]{padding-left: 0;padding-right: 0;}
.row-10{margin-left: -5px;margin-right: -5px;}
.row-10 > div[class^="col-"]{padding-left: 5px;padding-right: 5px;}
.row-5{margin-left: -2.5px;margin-right: -2.5px;}
.row-5 > div[class^="col-"]{padding-left: 2.5px;padding-right: 2.5px;}
.flex-align {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; align-items: center;}
.fr {position: relative; float: right;}
.fl {position: relative; float: left;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.resp-img {display: block; max-width: 100%; height: auto; position: relative;}
.full-img {width: 100%; height: auto; display: block; position: relative;}
.hover-zoom, .hover-zoom-2 {overflow: hidden;backface-visibility: hidden;}
.hover-zoom img,.hover-zoom .bg, .hover-zoom-2 .bg{-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.bg{background-position: 50% 50%; background-repeat: no-repeat; background-attachment: scroll; background-size: cover; position:absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bg.fade-banner{z-index: 0;height: 100%;width: 70%;left: auto;right: 0;}
.bg-fix{background-position: 100% 100%;background-attachment: fixed;}
.bg.auto-size{background-size: auto;}
.bg.pos-left-top{background-position: left top;}
.bg.pos-left-bottom{background-position: left bottom;}
.bg.pos-right-top{background-position: right top;}
.bg.pos-right-bottom{background-position: right bottom;}
.bg.pos-left-bottom.bottom-5{background-position: left 95%;}
.bg.pos-right-bottom.bottom-5{background-position: right 95%;}
.bg.pos-inherit{background-position: inherit;}
.overflow{overflow: hidden;}
.hidden{display: none;}
.separator{display: block;width: 100%; height: 1px; background: #e6e6e6;}
.separator.style-2{background: #f3ad51;height: 2px;max-width: 494px}
b, .bold{font-weight: 700;}
.column-2{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;-webkit-column-gap: 15px;-moz-column-gap: 15px;column-gap: 15px;}
.m-10{margin-bottom: 10px;}
/*backface toggle menu mobile*/
body{background: #fff;}
html.overflow-hidden, html.overflow-menu, html.overflow-menu body{overflow: hidden;}
html.overflow-menu body:before{content: "";position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);z-index: 11;max-height: 100vh;display: block;}
/*body selection*/
body *::selection {color: #fff; background: #b2642b;}
body::-moz-selection{color: #fff; background: #b2642b;}
/*scrollbar*/
::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-track {background: #b1b1b1;}
::-webkit-scrollbar-thumb {background: #b2642b;}
@media(min-width: 1200px){.hover-zoom:hover img,.hover-zoom:hover .bg, .hover-zoom-2:hover .bg{transform: scale(1.08); -webkit-transform: scale(1.08);}.hover-zoom:hover:before{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}}
@media(max-width: 1500px){.bg.fade-banner{width: 100%;}}
@media(max-width: 1199px){.bg-fix{background-attachment: scroll;}.bg.fade-banner{width: 100%;}.md-hide{display: none!important;}.flex-align.md-flex-block{display: block;}}
@media(max-width: 991px){.sm-hide{display: none!important;}.full-height{height: auto;min-height: auto;}.flex-align.sm-flex-block{display: block;}}
@media(max-width: 767px){.text-right {text-align: left;}.flex-align.xs-flex-block{display: block;}.fl,.fr{float: none;}.row-5{margin-left: -15px;margin-right: -15px;}.row-5 > div[class^="col-"]{padding-left: 15px;padding-right: 15px;}.mob-hide{display: none;}.mob-visible{display: block;}}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - SECTION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#content-hidden{overflow: hidden;}
.section{position: relative;}
.container{position: relative;width: 100%;max-width: 1430px;}
.banner-align{height: 730px;display: table-cell;vertical-align: middle;width: 10000px;padding: 60px 0 80px;position: relative;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - NEWS CARD */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.news-card{position: relative;height: 100%;border-radius: 4px;overflow: hidden;}
.news-card .bg{background-color: #e6e6e6;}
.news-card .title{-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.main-banner{margin-top: 35px;}
.main-banner, .main-slider{height: 600px;position: relative;width: 100%;}
.main-slider.size-2{height: 450px;}
.bottom-content{position: absolute;bottom: 40px;left: 40px;max-width: 75%;text-align: left;}
/*news-info*/
.news-info{margin-top: 25px;}
.news-info li, .news-info a{color: #fff;font-family: 'Open Sans', sans-serif;}
.news-info li{display: inline-block;}
.news-info li{padding-right: 12px;margin-right: 8px;position: relative;}
.news-info li:before{display: none;content: "";position: absolute;top: 2px;right: 0;width: 1px;height: 18px;background: rgba(255,255,255,0.3);-webkit-transform: skew(-20deg);transform: skew(-20deg);}
.news-info li:last-child{padding-right: 0;margin-right: 0;}
.news-info li:last-child:before{content: none;}
.news-info li span{display: inline-block;vertical-align: middle;padding-right: 3px;}
.news-comment span:before{content: "";display: inline-block;background-position: center;background-repeat: no-repeat;height: 12px;width: 18px;background-image: url(../img/speech-bubble-message.svg);background-size: 100% 100%;}
.news-viewed span:before{content: "";display: inline-block;background-position: center;background-repeat: no-repeat;height: 15px;width: 18px;background-image: url(../img/eye.svg);background-size: 100% 100%;}
.news-info.style-2{margin-top: 0;}
.news-info.style-2 li, .news-info.style-2 a{color: rgba(0,0,0,0.9);font-size: 16px;}
.news-info.style-2 li:before{background: #b9b9b9;}
.news-info.style-2 .news-comment span:before{background-image: url(../img/speech-bubble-message-black.svg);}
.news-info.style-2 .news-viewed span:before{background-image: url(../img/eye-black.svg);}
/*news-card style-2*/
.main-banner .news-card.style-2{height: 285px;}
.news-card.style-2 .news-info{position: absolute;right: 30px;}
.news-card.style-2 .bottom-content{left: 30px;bottom: 25px;}
.news-card.style-2 .news-date.style-2{margin-bottom: 15px;}
.news-date.style-2.color-2{color: #000;}
.news-card.style-2 .bottom-content .title{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
/*news-card style-3*/
.news-card.style-3{min-height: 240px;}
.news-card.style-3 .bottom-content{left: 0;bottom: 0;z-index: 1;padding: 15px 20px;max-width: 100%;}
.news-card.style-3 .bottom-content .title{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-card-wrapp .bottom-block{position: relative;margin-top: 15px;}
.news-card-wrapp .bottom-block .simple-text{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.news-card-wrapp .title, .news-card-wrapp .bottom-content .simple-text{margin-top: 15px;overflow: hidden;display: -webkit-box;
	/* -webkit-line-clamp: 2;
	-webkit-box-orient: vertical; */
}
.news-card-wrapp .bottom-block .description{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
/*news-card style-4*/
.news-card.style-4{min-height: 240px;}
.news-card.style-4 .news-info{position: absolute;right: 30px;backface-visibility: hidden;overflow: hidden;}
.news-card-wrapp.color-2 .news-date{color: #010101;margin-bottom: 5px;}
/*news-card style-5*/
.news-card.style-5{min-height: 450px;}
.news-card.style-5 .bottom-content{max-width: 90%;}
.news-card.style-5 .bottom-content .title{margin-top: 0;}
/*news-card style-6*/
.news-card.style-6{min-height: 360px;}
.news-card.style-6 .bottom-content{max-width: 90%;bottom: 30px;}
.news-card.style-6 .bottom-content .title{margin-bottom: 10px;}
.news-card.style-6 .bottom-content .simple-text{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.news-card-wrapp.style-2 .bottom-block{margin-top: 0;}
.news-card-wrapp.style-3 .bottom-block{margin-top: 0;}
.news-card-wrapp.style-3 .bottom-block .title{margin-top: 10px;}
.right-divider{position: relative;overflow: hidden;}
.right-divider:before{content: "";position: absolute;left: 50%;height: 400px;width: 1px;margin-left: -1px; background: #e5e5e5;bottom: 30px;}
/*media*/
@media (min-width: 992px){.row-3-columns > *[class*="col"]:nth-child(3n+1){clear: both;}}
@media(min-width: 1200px){
	.news-card:hover svg{fill:#b2642b;}
	.news-card.style-3:hover .title{color: #fff;}
	.bottom-block .title:hover{color: #b2642b;}
	.news-info a:hover, .news-info.style-2 a:hover{color: #f3ad51;}
	.main-slider .bottom-content .title:hover, .main-banner .bottom-content .title:hover{color: #f3ad51;}
}
@media(max-width: 1500px){
	.main-banner{height: auto;}
	.main-slider{height: 440px;}
	.main-banner .news-card.style-2{height: 205px;}
	.news-card.style-2 .bottom-content{left: 20px;bottom: 15px;}
}
@media(max-width: 991px){
	.main-slider{margin-bottom: 30px;}
	.news-card.style-5{min-height: 300px;}
	.row-2-columns > *[class*="col"]:nth-child(2n+1){clear: both;}
	.news-card.style-6{min-height: 280px;}
	.news-card.style-6 .bottom-content{left: 15px;bottom: 15px;}
}
@media(max-width: 767px){
	.news-card .bottom-content{left: 15px;max-width: 90%;}
	.main-slider{height: 360px;}
	.main-banner{margin-top: 30px;}
	.news-card.style-5 .bottom-content{bottom: 15px;}
	.news-card-wrapp.style-2 .bottom-block{margin-top: 30px;}
	.right-divider:before{content: none;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - SUBSCRIBE, BREADCRUMBS, PAGINATION, CONTACTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.subscribe-section{position: relative;background: #f8b44e;background: -moz-linear-gradient(left, #f8b44e 0%, #b1622b 100%);background: -webkit-linear-gradient(left, #f8b44e 0%,#b1622b 100%);background: linear-gradient(to right, #f8b44e 0%,#b1622b 100%);}
.subscribe-section ::-webkit-input-placeholder {color:#fff; opacity: 0.8;font-weight: 300;}
.subscribe-section ::-moz-placeholder          {color:#fff; opacity: 0.8;font-weight: 300;}
.subscribe-section :-moz-placeholder           {color:#fff; opacity: 0.8;font-weight: 300;}
.subscribe-section :-ms-input-placeholder      {color:#fff; opacity: 0.8;font-weight: 300;}
.subscribe-section .input-field{font-size: 18px;font-weight: 400;color: #fff;height: 60px;line-height: 58px;}
.subscribe-section .input-field:focus{border-color: #fff;}
.subscribe-section .input-field-wrapp.icon .input-icon{height: 58px;}
.subscribe-section .input-field-wrapp.icon .input-icon svg{fill: #fff;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
/*pagibation*/
.pagination{position: relative;text-align: center;list-style: none;font-size: 0;}
.pagination li{cursor: pointer;font-size: 16px;color: rgba(0,0,0,0.6);padding: 2px 6px;border-bottom: 2px solid transparent;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;margin: 0 5px;display: inline-block;font-family: 'Open Sans', sans-serif;}
.pagination li.active{color: #000;border-color: #f3ad51;}
.pagination li.dott{pointer-events: none;}
/*breadcrumbs*/
.breadcrumbs{display: inline-block;font-size: 0;position: relative;z-index: 1;}
.breadcrumbs li{position: relative;display: inline-block;padding-right: 23px;}
.breadcrumbs li:first-child a{padding-left: 14px;}
.breadcrumbs li:first-child a:before{content: "";position: absolute;left: 1px;top: 5px;width: 5px;height: 5px;border-left: 1px solid #a7a7a7;border-bottom: 1px solid #a7a7a7;transform: rotate(45deg);-webkit-transform: rotate(45deg);-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.breadcrumbs li a, .breadcrumbs li p{position: relative; font-weight: 400;font-size: 15px;line-height: 26px;color: rgba(0,0,0,0.8);font-family: 'Open Sans', sans-serif;}
.breadcrumbs li a:after{content: "";position: absolute;top: 56%;right: -14px;width: 5px;height: 1px; background: #333;}
/*.breadcrumbs style-2*/
.breadcrumbs.style-2{position: absolute;top: 30px;left:15px;}
.breadcrumbs.style-2 li a, .breadcrumbs.style-2 li p{color: rgba(255,255,255,0.8);}
.breadcrumbs.style-2 li:first-child a:before{border-left: 1px solid rgba(255,255,255,0.8);border-bottom: 1px solid rgba(255,255,255,0.8);}
.breadcrumbs.style-2 li a:after{background: rgba(255,255,255,0.8);}
/*contacts*/
.contact-banner{position: relative;width: 100%;height: 450px;display: block;border-radius: 4px;overflow: hidden;}
.contact-banner .contact-bottom-block{position: absolute;bottom: 40px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%); max-width: 590px;text-align: center;width: 100%;padding: 0 15px;}
/*media*/
@media(min-width: 1200px){
	.pagination li:hover{color: #000;}
	.breadcrumbs li a:hover{color: #b1622b;}
	.breadcrumbs li a:hover:before, .breadcrumbs.style-2 li a:hover:before{border-color: #b1622b;}
}
@media(max-width: 991px){.contact-banner .contact-bottom-block{max-width: 100%;}}
@media(max-width: 767px){.breadcrumbs.style-2{top: 20px;}.subscribe-section .input-field{height: 49px;line-height: 47px;}.subscribe-section .input-field-wrapp.icon .input-icon{height: 49px;}}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer{position: relative; background: #212121;backface-visibility: hidden;overflow: hidden;}
.footer-top{padding: 50px 0;font-size: 0;}
.footer-logo{display: block;max-width: 326px;height: auto;}
.footer-logo img{width: 100%;}
.link-block a{font-size: 16px;line-height: 18px; color: #fff;display: inline-block;letter-spacing: 0.3px;}
/* .social-icons{font-size: 0; background-color: #E08B37;padding: 8px 20px;border-radius: 10px;width: auto; max-width: 200px;} */
.social-icons .share{margin-right: 20px;}
.social-icons ul{display: flex;vertical-align: middle; background-color: #E08B37;padding: 8px 20px;border-radius: 10px;width: auto; max-width: 200px; margin: auto;}
.social-icons ul li{display: inline-block;font-size: 0;margin-right: 8px;}
.social-icons ul li:last-child{margin-right: 0;}
.social-icons ul li a{display: block;position: relative;width: 34px;height: 34px;background: #cb542c;border-radius: 50%;}
.social-icons ul li.facebook a{background: #3b5998;}
.social-icons ul li.telegram a{background: #7aa5da;}
.social-icons ul li.youtube a{background: #bb0914;}
.social-icons .social{display: inline-block;width: 18px;height: auto;font-size: 0;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.social-icons .social svg{width: 100%;}
.social-icons .social img{width: 70%; margin-left: 4px;}
/* .social-icons .social svg{fill: #fff;} */
.footer-bottom{position: relative; padding: 20px 0;font-size: 0;}
.footer-bottom:before{content: "";position: absolute;top: 0;max-width: 1400px;width: 100%;height: 1px;background: #4d4d4d;left: 50%;
    transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.footer-bottom .develope span{position: relative;padding-right: 86px;display: inline-block;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.footer-bottom .develope img {position: absolute;top: 0;right: 0; width: 76px;}
.footer-bottom .copy, .footer-bottom .develope span, .footer-bottom .privacy a{font-size: 14px;color: rgba(254, 254, 254, 0.6);}
.footer-bottom .develope{text-align: right;}
.footer-bottom .privacy{text-align: right;}
.bigmir-wrap{text-align: center;}
.bigmir-wrap img{max-width: 100%; height: auto; text-align: center;}
.footer-bottom .privacy a{margin-right: 5px;}
/* @media(min-width: 1200px){.social-icons ul li a:hover{background: #b2642b;}.footer-bottom .develope:hover span{color: #fff;}.link-block a:hover, .footer-bottom .privacy a:hover{color: #b1622b;}} */
@media(min-width: 1200px){
	.social-icons:not(.flex-align) ul li a:hover{background: #b2642b;}
	.footer-bottom .develope:hover span{color: #fff;}
	.link-block a:hover, .footer-bottom .privacy a:hover{color: #b1622b;}}

@media(max-width: 1430px){.footer-bottom:before{left: 15px;right: 15px;transform: none;width: auto;}}
@media(max-width: 1199px){.md-text-right{text-align: right;}.md-text-left{text-align: left;}}
@media(max-width: 991px){.footer-top{padding: 30px 0;}.footer-top .social-icons{margin-left: 20px;} .footer-bottom .privacy{text-align: right;}.footer-bottom .develope{text-align: center;margin-top: 15px;}}
@media(max-width: 767px){
	.footer-top{padding: 20px 0;}
	.footer-logo{margin: 0 auto;margin-bottom: 20px;}
	.footer-top .social-icons{margin-left: 0;text-align: center; margin: auto; margin-top: 20px;}
	.footer-bottom{padding: 15px 0;}
	.footer-bottom .develope, .footer-bottom .copy, .footer-bottom .privacy{text-align: center;}
	.footer-bottom .copy{margin-bottom: 12px;}
	.link-block{text-align: center;margin-top: 20px;}
	.bigmir-wrap {margin-top: 24px;}
	
}

@media(max-width: 990px){
	.social-icons{
		margin:auto;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - INPUT FIELDS, CHECKBOX */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.input-field-wrapp{position: relative;font-size: 0;}
.input-field {position: relative; width: 100%;height: 49px;line-height: 47px;font-size: 16px;color: #000;border: 1px solid #e6e6e6;padding: 0 25px;font-family: 'Open Sans', sans-serif;border-radius: 4px;}
.input-field-wrapp.icon .input-field{padding-right: 60px;}
.input-field-wrapp.icon .input-icon{cursor: pointer;position: absolute;top: 0;right: 0;width: 50px;height: 49px;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.input-field-wrapp.icon .input-icon svg{width: 19px;height: auto;fill: #000;top: 50%;position: absolute;left: 50%;margin-top: -10px;margin-left: -10px;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.input-field:invalid, .input-field-wrapp.fail .input-field {outline: none;box-shadow: none;}
.input-field-wrapp.fail .input-field{border-color: #eb3a3a}
.input-field:focus {border-color: #3e3e3e;}
.input-field-wrapp.icon .input-field:focus + .input-icon svg{fill: #3e3e3e;}
.input-field-wrapp.type-2.icon .input-field:focus + .input-icon svg{fill: #fff;}
.input-field.disabled{background: #f4f4f4;pointer-events: none;}
.input-field-wrapp textarea.input-field{height: 110px;line-height: 20px;padding: 15px 25px;resize: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.input-field input[type="file"]{display: none;}
.upload-file{display: inline-block;}
.upload-file span{position: relative; font-size: 16px;color: rgba(0,0,0,0.8);font-family: 'Open Sans', sans-serif;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;padding-left: 23px;}
.upload-file span.file-name{padding-left: 0;}
.upload-file span svg{position: absolute;width: 18px; top: 1px;left: 0;fill: #000;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
/*checkbox*/
.checkbox-entry{position: relative;display: inline-block;cursor: pointer;font-size: 0;}
.checkbox-entry input{display: none;}
.checkbox-entry span{position: relative;font-size: 16px;line-height: 22px;padding-left: 30px;display: inline-block;min-height: 22px;color: #000;font-weight: 300;-webkit-transition: all .3s ease-in-out;transition: all 0.3s ease-in-out;}
.checkbox-entry span:before{content: "";position: absolute;left: 0;top: 4px;width: 12px;height: 12px;border: 1px solid #e6e6e6;box-sizing: border-box;}
.checkbox-entry span:after{content: "";position: absolute; left: 0;top: 4px;width: 12px;height: 12px; -webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;background: #f3ad51; opacity: 0;}
.checkbox-entry input:checked + span:after{opacity: 1;}
@media(min-width: 1200px){.checkbox-entry:hover span, .upload-file:hover span{color: #b1622b;}.upload-file:hover span svg{fill: #b1622b;}.input-field-wrapp.icon .input-icon:hover svg{fill: #b1622b;}.subscribe-form .input-field-wrapp.type-2.icon .input-icon:hover svg{fill: #000;}}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - POPUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper{position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; left: -100%; transition-delay: .3s; -webkit-transition-delay: .3s;}
.popup-wrapper.active{left: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}
.popup-wrapper .bg-popup-layer{position: absolute; left: 0; top: -100px; right: 0; bottom: -100px; background: rgba(0, 0, 0, 0.8); transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; opacity: 0;}
.popup-wrapper.active .bg-popup-layer{opacity: 1;}
.popup-content{position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: auto; -webkit-overflow-scrolling: touch; font-size: 0; text-align: center; transition: all .3s ease-out; -webkit-transition: all .3s ease-out; transform: translateY(100px); -webkit-transform: translateY(100px); opacity: 0; visibility: hidden; padding: 45px 15px;}
.popup-content.active{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1; visibility: visible;}
.popup-content:after{display: inline-block; vertical-align: middle; height: 100%; content: "";}
.popup-container{display: inline-block; vertical-align: middle; width: 100%; position: relative;max-width: 690px;background: #fff;z-index: 1;overflow: hidden;}
.popup-container.type-2{background: transparent;max-width: 1000px;}
.popup-container .button-close{position: absolute;top: 0;right: 0;width: 40px;height: 40px;display: inline-block;vertical-align: bottom;cursor: pointer;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.button-close span {height: 15px;width: 15px;display: block;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.button-close span:before, .button-close span:after{content: ""; height: 2px;width: 21px;display: block;position: absolute;top: 6px;left: -3px;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);background: #fff;}
.button-close span:after {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.popup-content .layer-close{position: absolute; left: 0; bottom: 0; right: 0; height: 10000px;}
.popup-align{overflow: hidden;padding: 70px 35px;}
.popup-container.type-2 .popup-align{padding: 30px 0 0;}
.popup-align .title{font-size: 24px;}
.popup-align .top-bg:before, .popup-align .top-bg:after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(../img/popup-top-left.png);background-repeat: no-repeat;z-index: -1;background-position: top left;}
.popup-align .top-bg:after{background-image: url(../img/popup-top-right.png);left: auto;right: 0;background-position: top right;}
.popup-align .bottom-bg:before, .popup-align .bottom-bg:after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background-image: url(../img/popup-bottom-left.png);background-repeat: no-repeat;z-index: -1;background-position: bottom left;}
.popup-align .bottom-bg:after{background-image: url(../img/popup-bottom-right.png);left: auto;right: 0;background-position: bottom right;}
@media (min-width: 1200px){.popup-container .button-close:hover span:after, .popup-container .button-close:hover span:before{background: #000;}.popup-container.type-2 .button-close:hover span:after, .popup-container.type-2 .button-close:hover span:before{background: #b2642b;}}
@media(max-width: 767px){.popup-align{padding: 50px 35px;}}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.custom-slider {height: 100%;}
.full-slider{height: 100%;}
.custom-slider .swiper-wrapper{height: 100%;cursor: url(../img/drag.png) 16 9,ew-resize;}
.parallax-swiper .swiper-slide {overflow: hidden;backface-visibility: hidden!important;}
/*arrows*/
.arrow-wrapp{position: relative;}
.arrow-wrapp .swiper-button-prev.swiper-button-disabled, .arrow-wrapp .swiper-button-next.swiper-button-disabled {opacity: 0.6;pointer-events: none;}
.arrow-wrapp .swiper-button-prev, .arrow-wrapp .swiper-button-next{background: none;left: -60px;height: 96px;width: 50px;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;top: 72px;margin-top: 0;}
.arrow-wrapp .swiper-button-next{left: auto;right: -60px;}
.arrow-wrapp .swiper-button-prev i, .arrow-wrapp .swiper-button-next i{display: inline-block;position: absolute;height: 96px;width: 50px;}
.arrow-wrapp .swiper-button-prev i:after, .arrow-wrapp .swiper-button-next i:after{
content: "";position: absolute;background-position: center;background-repeat: no-repeat;height: 96px;width: 50px;background-image: url(../img/right-arrow.svg);background-size: 100% 100%;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.arrow-wrapp .swiper-button-next i:after{transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
/*arrows hide*/
.arrow-wrapp.hide-arrow .swiper-button-prev, .arrow-wrapp.hide-arrow .swiper-button-next{display: none;}
/*pagination*/
.custom-slider.swiper-container .swiper-pagination{position: absolute;bottom: 30px;font-size: 0;padding-right: 50px; text-align: right;}
.custom-slider.swiper-container .swiper-pagination.position-2{text-align: center;padding-right: 0;}
.custom-slider.swiper-container .swiper-pagination-bullet {width: 10px; height: 10px; opacity: 1;background: #adabab;margin: 0;margin-right: 18px;}
.custom-slider.swiper-container .swiper-pagination-bullet:last-child{margin-right: 0;}
.custom-slider.swiper-container .swiper-pagination-bullet-active {-webkit-transform: scale(1.2);transform: scale(1.2); background: #fff; opacity: 1;}
.custom-slider.swiper-container .swiper-pagination.pagination-relative{position: relative; bottom: -10px;}
/*two sliders*/
.swiper-control-bottom .control-top-slider{width: auto; height: auto;cursor: pointer;}
.swiper-control-bottom .swiper-slide img{display: block; width: 100%; opacity: 0.3;backface-visibility: hidden;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.swiper-control-bottom .swiper-slide.active img {opacity: 1;}
@media(min-width: 1430px){.arrow-wrapp .swiper-button-prev:hover{left: -66px;}.arrow-wrapp .swiper-button-next:hover{right: -66px;}}
@media(max-width: 1430px){.arrow-wrapp .swiper-button-prev, .arrow-wrapp .swiper-button-next{left: 0px;background: rgba(255,255,255,0.5);}.arrow-wrapp .swiper-button-next{left: auto;right: 0px;}}
@media(max-width: 1199px){.custom-slider.swiper-container .swiper-pagination{bottom: 15px;left: 0;transform: none;}}
@media(max-width: 767px){.custom-slider.swiper-container .swiper-pagination{bottom: 15px;left: 15px;padding-right: 30px;}}
.arrow-wrapp .swiper-button-prev.swiper-button-disabled, .arrow-wrapp .swiper-button-next.swiper-button-disabled {opacity: 0;pointer-events: none;cursor: auto;}
.swiper-button-disabled+.swiper-button-disabled+.swiper-container .swiper-wrapper{transform: translateX(0) !important;-webkit-transform: translateX(0) !important;cursor: auto;}
.arrow-wrapp .swiper-button-prev.swiper-button-disabled + .swiper-button-next.swiper-button-disabled + .custom-slider.swiper-container .swiper-pagination{display: none;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - NEWS, BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.map-paceholder-img{position: relative;}
.map-paceholder-img img{margin: 0 auto;}
.blog-section .simple-text p, .blog-banner .simple-text p{line-height: 30px;}
/*bottom-line*/
.bottom-line{position: relative;padding-bottom: 12px;}
.bottom-line .line{display: inline-block; border-radius: 2px;width: 102px;height: 4px;position: absolute;left: 0;bottom: 0;overflow: hidden;}
.bottom-line.pos-2 .line{left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.bottom-line .line:before{content: "";position: absolute;left: 0;bottom: 0; width: 102px;height: 4px;background: #a85626;background: -moz-linear-gradient(left, #a85626 0%, #f0aa50 100%, #7db9e8 100%);background: -webkit-linear-gradient(left, #a85626 0%,#f0aa50 100%,#7db9e8 100%);background: linear-gradient(to right, #a85626 0%,#f0aa50 100%,#7db9e8 100%);}
.bottom-line .line:after{content: "";position: absolute;right: -2px;bottom: 0; width: 44px;height: 4px;background: #0f2d43;background: -moz-linear-gradient(left, #0f2d43 0%, #207cca 0%, #144569 100%, #1e5799 100%);background: -webkit-linear-gradient(left, #0f2d43 0%,#207cca 0%,#144569 100%,#1e5799 100%);background: linear-gradient(to right, #0f2d43 0%,#207cca 0%,#144569 100%,#1e5799 100%);-webkit-transform: skew(45deg);transform: skew(45deg);}
/*news-list*/
.news-list-wrapper{position: relative;padding-right: 80px;}
.news-list-wrapper:before{content: "";position: absolute; top: 0;height: 100%;width: 1px;right: 50px;background: #e6e6e6;}
.news-item{padding: 20px 0;border-bottom: 1px solid #e6e6e6;position: relative;font-size: 0;}
.news-list .news-item:last-child{border-bottom: none;}
.news-img{position: absolute;overflow: hidden;width: 105px;height: 80px;border-radius: 4px;display: inline-block;}
.news-content{vertical-align: top;min-height: 80px;padding-left: 125px;display: inline-block;}
.news-item.popular-item .news-content{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.news-list.style-2 .news-img{height: 100px;}
.news-list.style-2 .news-content{padding-left: 120px;min-height: 100px;}
.news-list.style-2 .news-content .author{font-size: 14px;color: #000; overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;margin-top: 8px;}
/*news-list style-3*/
.news-list.style-3 .news-item{border-bottom: 0;border-top: 1px solid #e6e6e6;}
/*news-date*/
.news-date{font-size: 14px;color: rgba(0, 0, 0, 0.8);font-family: 'Open Sans', sans-serif;display: inline-block;margin-bottom: 8px;}
.news-date.style-2{font-size: 17px;color: #fffefe;border-bottom: 2px solid #f3ad51;margin-bottom: 25px;padding-bottom: 3px;}
.news-content a{color: #000;overflow: hidden;display: -webkit-box;
	/* -webkit-line-clamp: 2;
	-webkit-box-orient: vertical; */
	line-height: 24px;}
/*search-item*/
.search-item{position: relative;margin-bottom: 30px;}
.search-item .news-img{position: relative; width: 100%;height: 230px;}
.search-item .news-content{text-align: left;padding-left: 0;min-height: auto;vertical-align: inherit;}
.search-item .news-content .title{margin-bottom: 10px;}
.search-item .news-content a{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.search-item .news-content .simple-text{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.search-result{font-size: 16px;line-height: 24px; color: rgba(0,0,0,0.8);font-family: 'Open Sans', sans-serif;}
.search-result span{color: #000;font-weight: 600;}
/*select-category*/
.select-category{position: relative;padding: 30px;border: 1px solid #eeeeee;max-width: 290px;}
.select-category .title{margin-bottom: 20px;position: relative;}
.select-category .category-inner .category-item{margin-bottom: 15px;}
.select-category .category-inner .category-item:last-child{margin-bottom: 0;}
.select-arrow{position: relative;}
.select-category .arrow{display: none;position: absolute;width: 50px;height: 50px;top: 0;right: 0;z-index: 3;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.select-category .arrow:before{content: "";position: absolute;right: 18px;top: 16px;width: 9px;height: 9px;border-left: 2px solid #b1622b;border-bottom: 2px solid #b1622b;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.select-category.arrow-rotate .arrow{-webkit-transform: rotate(-180deg);transform: rotate(-180deg);}
/*right-button*/
.simple-item.right-button{justify-content: space-between;}
/*media*/
@media(min-width: 1200px){
	.news-content a:hover{color: #b2642b;}
	.news-card:hover svg{fill:#b2642b;}
}
@media(max-width: 1500px){.blog-banner .banner-align{height: 500px;}}
@media(max-width: 991px){
	.news-list-wrapper{padding-right: 15px;}
	.news-list-wrapper:before{content: none;}
	.news-list-wrapper .simple-item.text-right{text-align: center;}
	.blog-section .banner-align{height: auto;}
	.blog-section .bg.fade-banner{background: rgba(0,0,0,0.5);}
	.facebook-iframe img{margin: 0 auto;}
	.select-category{max-width: 100%;padding: 30px 15px 15px 30px;}
	.select-category .category-inner .category-item{margin-right: 20px;display: inline-block;}
	.checkbox-entry span{padding-left: 20px;}
}
@media(max-width: 767px){
	.news-item{padding: 10px 0;}
	.news-content{padding-left: 120px;}
	.blog-section .banner-align{padding: 30px 0 50px;}
	.blog-banner .banner-align{height: auto;padding: 100px 0 50px;}
	.search-item .news-content{margin-top: 15px;}
	.select-category{padding: 15px;}
	.select-category .category-inner .category-item{display: block;margin-right: 0;}
	.select-category .category-inner{display: none;margin-top: 20px;}
	.select-category .title{margin-bottom: 0;}
	.select-category .arrow{display: block;}
	.news-date.style-2{font-size: 14px;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - VIDEO POPUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.video-wrapper{position: relative;height: 415px;border-radius: 4px;overflow: hidden;}
.video-wrapper .play-button{position: absolute;top: 50%;left: 50%;width: 50px;height: 50px;display: inline-block;z-index: 1;cursor: pointer;margin-top: -25px;margin-left: -25px;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.video-wrapper .play-button img{width: 100%;height: auto;}
.video-popup{position: fixed;z-index: 1000;left: 0;top: 0;width: 100%;height: 100%;left: -100%;-webkit-transition-delay: 0.3s;transition-delay: 0.3s;}
.video-popup.active{left: 0;-webkit-transition-delay: 0s;transition-delay: 0s;}
.video-popup-overlay{position: absolute;left: 0;top: -100px;right: 0;bottom: -100px;background: #000; -webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;opacity: 0;}
.video-popup.active .video-popup-overlay{opacity: 0.8;}
.video-popup-content{position: absolute;left: 0;top: 0;right: 0;bottom: 0;overflow: auto;-webkit-overflow-scrolling: touch;font-size: 0;text-align: center;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;-webkit-transform: translateY(100px);transform: translateY(100px);opacity: 0;visibility: hidden;padding: 15px;}
.video-popup.active .video-popup-content{-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;visibility: visible;}
.video-popup-content:after{content:"";display: inline-block;height: 100%;vertical-align: middle;}
.video-popup-container{display: inline-block;position: relative;text-align: left;background: #fff;max-width: 1000px;vertical-align: middle;width: 100%;}
.video-popup-close{position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: #b1622b;cursor: pointer;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.video-popup-close:before, .video-popup-close:after{content:"";display: block;position: absolute;top: 50%;left: 50%;width: 20px;height: 1px;background: #fff;margin-left: -10px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.video-popup-close:after{-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.video-popup-layer{position: absolute;left: 0;bottom: 0;right: 0;height: 10000px;}
.video-popup-align{overflow: hidden;}
.video-popup .embed-responsive-16by9{padding-bottom: 56.2%;}
.video-popup iframe{width: 100%;height: 100%;position: absolute;}
@media(min-width: 1200px){.video-wrapper .play-button:hover{-webkit-transform: scale(1.12);transform: scale(1.12);}.video-popup-close:hover{background: #113854;}}
@media(max-width: 767px){.video-wrapper{height: 300px;}}


/* NEW STYLES */
.newsInfoCounter{
	margin-top: 5px;
}
.newsInfoCounter .news-viewed{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
}
.newsInfoCounter .news-viewed span:before{
    content: "";
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    background-size: 100% 100%;
    background: rgba(0, 0, 0, 0.55);
    -webkit-mask: url(../img/eye.svg) center / contain no-repeat;
}
.sidebarTop5 .news-list.style-2 .news-img {
    height: 120px;
}
.singleBlogPostPopular .news-img, .singleProjectPopular .news-img, .singleNewPopular .news-img{
	height: 100px;
}
.homeNewsLeftSide .news-item {
    padding: 10px 0;
}
.homeNewsLeftSide .news-img {
    height: 70px;
}
.homeNewsLeftSide .news-content {
    min-height: 70px;
}
.homeNewsLeftSide .news-date {
    margin-bottom: 8px;
}
.simple-text iframe {
    max-width: 100%;
}

.adv_baner img{
    max-width: 100%;
    margin: 0 auto;
    display: block;	
}


/* styles for footer text */
.footertext{
	margin-top:20px;
}
.footertext p{
	text-align: center;
	max-width: 50%;
	margin: 0 auto;
	font-size: 11px;
	color: rgba(255, 255, 255, 1);
	/* font-family: 'Open Sans', sans-serif; */
	margin-top:10px;	
}
@media screen and (max-width: 991px){
	.footertext p{
		max-width: 75%;	
	}
}
@media screen and (max-width: 768px){
	.footertext p{
		max-width: 95%;	
	}
}

.sidebarBaner img{
	width: 100%; 
	max-width: 328px;    
	margin: 0 auto;
    display: block;
}
.facebook-iframe .fb_iframe_widget{
    display: block;
    text-align: center;	
}