html,
body {
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	color: #fff;
	background-color: #111;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 32px
}

h2 {
	font-size: 28px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

p {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.6;
	margin: 15px 0;
}

p:first-of-type {
    margin-top: 20px;
}

img {
	max-width: 100%
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffc03c;
	transition: all .5s;
}

ul,
ol {
	padding: 0;
	margin: 0
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-40 {
  padding: 40px;
}

.section-title {
	margin-bottom: 35px;
}

.section-title span {
	color: #ffc03c;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 12px;
}

.bg-img {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-overlay {
	position: absolute;
	top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.4) 0.01%, rgba(0, 0, 0, 0.51) 100%);
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px
}


/* -- :: -- BUTTONS STYLE -- :: -- */
.primary-btn {
	display: inline-block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 0;
	color: #fff;
	position: relative;
	background: inherit;
	border: 2px solid #fff;
	border-radius: 0;
	min-width: 250px;
}

.primary-btn i {
	margin-right: 10px;
}

.primary-btn.normal-btn {
	color: #111;
	background: #fff;
}

.btn:hover {
	color: #111;
	background: #fff;
}

.site-btn {
	font-size: 16px;
	color: #fff;
	background: #ffc03c;
	font-weight: bold;
	border: none;
	display: inline-block;
	padding: 14px 36px;
}


/* -- :: -- PRELOADER -- :: -- */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader .8s linear infinite;
	-webkit-animation: loader .8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #ffc03c;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #007bff;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #ffc03c;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #ffc03c;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #007bff;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #ffc03c;
		border-left-color: transparent;
	}
}


/* -- :: -- MENU SECTION -- :: -- */
.header {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	background: transparent;
    z-index: 9;
	padding: 30px 0;
}

.header.scrolled {
    background: rgba(0,0,0,0.9);
	padding: 20px 0;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header_content {
	position: relative;
}

.header.header-normal {
	position: relative;
	padding: 30px 0
}

.header__logo a {
	display: inline-block;
}

.header__logo img {
	max-width: 210px;
	padding-bottom: 10px;
}

.header__menu {
	text-align: left;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.header__menu ul li:hover .dropdown {
	top: 32px;
	opacity: 1;
	visibility: visible
}

.header__menu ul li:last-child {
	margin-right: 0
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 62px;
	width: 140px;
	background: #fff;
	text-align: left;
	padding: 5px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, .3s;
	-o-transition: all, .3s;
	transition: all, .3s
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0
}

.header__menu ul li .dropdown li a {
	font-size: 14px;
	color: #252525;
	font-weight: normal;
	padding: 5px 20px;
	text-transform: capitalize
}

.header__menu ul li .dropdown li a:after {
	display: none
}

.header__menu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 5px 0;
	position: relative
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #fff;
	content: "";
	-webkit-transition: all, .4s;
	-o-transition: all, .4s;
	transition: all, .4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.header__widget {
	text-align: right
}

.header__widget span {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #b7b7b7;
	display: block;
	margin-bottom: 10px
}

.header__widget a.lang {
	display: inline-block;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffc03c;
	padding: 5px 0;
	margin-right: 18px;
	transition: all .5s;
}

.header__widget a.lang:last-child {
	margin-right: 0;
}

.header__widget a.lang:after {
	position: absolute;
    right: -12px;
    top: 5px;
    width: 1px;
    height: 20px;
    background: #e1e1e1;
    content: "";
}

.header__widget a.lang.last__item:after {
	display: none;
}

.header__widget a.lang:hover {
	color: #eee;
}

.offcanvas-menu-wrapper {
	display: none
}

.canvas__open {
    display: none;
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.canvas__close {
	position: absolute;
	right: 15px;
	top: 15px;
	height: 25px;
	width: 25px;
	cursor: pointer;	
}


/* -- :: -- HERO SECTION -- :: -- */
.hero {
	position: relative;
	z-index: 1;
}

.hero__slider .hero__items {
	position: relative;
	width: 100%;
	height: 760px;
	padding: 0 40px;
	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;
	overflow: hidden;
	z-index: 10;
}

.hero__items .bg-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: kenburns linear 10000ms infinite;
    animation: kenburns linear 10000ms infinite; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.hero__text {
	max-width: 820px;
	text-align: center;
}

.hero__text .hero__title {
	color: #fff;
	font-size: 46px;
	line-height: 1.2;
	text-transform: uppercase;	
	position: relative;
	top: 100px;
	opacity: 0;
	-webkit-transition: all, .3s;
	-o-transition: all, .3s;
	transition: all, .3s;
}

.hero__text p {
	position: relative;
	color: #fff;
	top: 100px;
	opacity: 0;
	-webkit-transition: all, .3s;
	-o-transition: all, .3s;
	transition: all, .3s;
}

.hero__text .primary-btn {
	position: relative;
	top: 100px;
	opacity: 0;
	margin-top: 45px;
	-webkit-transition: all, .6s;
	-o-transition: all, .6s;
	transition: all, .6s;
}

.hero__slider.owl-carousel .owl-item.active .hero__text .hero__title,
.hero__slider.owl-carousel .owl-item.active .hero__text p,
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
	top: 0;
	opacity: 1
}

.hero__slider.owl-carousel .owl-dots {
	display: none
}

.hero__slider.owl-carousel .owl-nav button {
	font-size: 28px;
	color: #fff;
	position: absolute;
	left: 145px;
	top: 50%;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin-top: -25px
}

.hero__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 145px
}

.hero__slider.owl-carousel .owl-nav button:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	width: 20px;
	border-left: 2px solid rgba(255, 255, 255, .2);
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	content: "";
	border-radius: 0 0 0 4px;
	-webkit-transition: all, .5s;
	-o-transition: all, .5s;
	transition: all, .5s
}

.hero__slider.owl-carousel .owl-nav button:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	border-right: 2px solid rgba(255, 255, 255, .2);
	border-top: 2px solid rgba(255, 255, 255, .2);
	content: "";
	border-radius: 0 4px 0 0;
	-webkit-transition: all, .5s;
	-o-transition: all, .5s;
	transition: all, .5s
}

.hero__slider.owl-carousel .owl-nav button:hover:before {
	height: 100%;
	width: 100%;
	border-radius: 4px
}

.hero__slider.owl-carousel .owl-nav button:hover:after {
	height: 100%;
	width: 100%;
	border-radius: 4px
}

.slide-num {
	position: absolute;
	left: 145px;
	bottom: 55px;
	z-index: 9;
}

.slide-num span {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-right: 140px
}

.slide-num span:last-child {
	margin-right: 0
}

.slider__progress {
	width: 100px;
	height: 1px;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	left: 180px;
	bottom: 67px;
	z-index: 9;
}

.slider__progress span {
	background: #fff;
	height: 2px;
	display: block;
	-webkit-transition: all, .4s;
	-o-transition: all, .4s;
	transition: all, .4s;
	position: relative;
	top: -1px
}


/* -- :: -- BREADCRUMB SECTION -- :: -- */
.breadcrumb-option {
	position: relative;
	padding-top: 230px;
	padding-bottom: 125px;
}

.breadcrumb__links a {
	font-size: 15px;
	color: #ffc03c;
	display: inline-block;
	position: relative;
	margin-right: 14px;
}

.breadcrumb__links a:after {
	position: absolute;
	right: -13px;
	top: 3px;	
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f105"
}

.breadcrumb__links span {
	font-size: 15px;
	color: #fff;
	display: inline-block
}


/* -- :: -- ABOUT SECTION -- :: -- */
.about {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	overflow: hidden;
	background: #111;
}

.about__text {
	margin-bottom: 0px;
}
.about .row {align-items: center;}

.about__pic {
	padding-left: 34px
}

.about__pic__inner {
	position: relative;
	z-index: 2;
}

.about__pic__inner .carousel.slide .carousel-item {
	transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
}

.about__pic__inner:after {
	position: absolute;
	left: 90px;
	top: 40px;
	height: 400px;
	width: 480px;
	border: 15px solid rgba(185, 175, 134, .2);
	border-radius: 0;
	content: "";
	z-index: -1;
}


/* -- :: -- CALL TO ACTION ON MAIN PAGE SECTION -- :: -- */
.callto {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	overflow: hidden;
}

.callto .row > div:first-child {display: flex; align-items: center; flex-direction: column; justify-content: center; background-size: cover; position: relative;}
.callto .row > div:first-child:before {content: ''; position: absolute; width: 100vw; height: 100%; background-color: #000; opacity: 0.3;}
.callto .row > div {padding: 0;}
.callto .row > div:first-child > div {z-index: 1;}

.callto__text ul {
	margin: 0;
	padding-left: 0;
	line-height: 1.4;
	display: flex;
	 flex-wrap: wrap;
	align-items: stretch;
	background-color: #ebebeb;
}
.callto__text ul li {width: 50%;}
.callto__text ul li:first-child {position: relative; left: -70px;}

.c-text-row a {text-decoration: underline; color: #fff;}
.callto__text ul li a {
	/*color: #ffc03c;*/
	color: #fff;
	/*text-decoration: underline;*/
	display: flex; padding: 30px;
	font-size: 24px;
	height: 100%;
	align-items: center;
}
.callto__text ul li:first-child a {background-color: #00aec9;}
.callto__text ul li:nth-child(2) a {background-color: #7580b8;}
.callto__text ul li:nth-child(3) a {background-color: #ae2131;}
.callto__text ul li:nth-child(4) a {background-color: #0b0b0b;}

.callto__text ul li a:hover {
	color: #eee;
}

.small-icons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.middle-line {
    position: relative;
    top: -20px;
    width: 100%;
    height: 1px;
    background-color: rgba(238, 238, 238, 0.61);
}

.small-item {
	min-width: 115px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
}

.small-item img {
	width: 64px;
	height: 64px;
	margin-bottom: 10px;
}

.small-item a {
	display: block;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.small-item a:hover {
	color: #eee;
}

.play-video {
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    margin: 0 auto;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	color: #fff;
    background: #ffc03c;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.play-video:hover, .play-video:focus {
	color: #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 192, 60, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 192, 60, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 192, 60, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 192, 60, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 192, 60, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 192, 60, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(255, 192, 60, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 192, 60, 0);
    box-shadow: 0 0 0 30px rgba(255, 192, 60, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 192, 60, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 192, 60, 0);
    box-shadow: 0 0 0 0 rgba(255, 192, 60, 0); } }


.jm-sticky-top {
    position: sticky;
    top: 7em;
}


/* -- :: -- USLUGI PAGE SECTION -- :: -- */
.uslugi__box {
	padding-top: 30px;
	padding-bottom: 30px;
}

.uslugi__item {
	display: flex;
	margin-bottom: 50px;
}

.uslugi__item img {
	width: 65px;
	height: 65px;
}

.uslugi__item h4 {
	font-size: 20px;
	margin: 0;
	padding-left: 20px;
}


/* -- :: -- MAP PAGE SECTION -- :: -- */
.contact__text {
	margin-bottom: 50px;
}

.contact__widget__item {
	position: relative;
	margin-bottom: 40px;
}

.contact__widget__item__icon {
	float: left;
	margin-right: 20px;
}

.contact__widget__item__icon img {
	width: 40px;
	height: 40px;
}	

.contact__widget__item__text {
	overflow: hidden;
}
.contact__widget__item__text .list-div {margin-bottom: 20px;}
.contact__widget__item__text .list-div:last-child {margin-bottom: 0px;}

.contact__widget__item__text h5 {
	color: #ffc03c;
	margin-bottom: 10px;
	text-transform: none;
}

.contact__widget__item__text a {
	color: #fff;
	display: block;
}
.contact__widget__item__text a[href*="mailto"] {display: inline; text-decoration: underline;}

.map {
	margin-top: 40px;
	margin-bottom: 0;
	-webkit-box-shadow: 0 3px 15px rgba(0, 59, 85, .1);
	box-shadow: 0 3px 15px rgba(0, 59, 85, .1)
}

.map iframe {
	width: 100%;
	height: 400px;
}

.about__text a {text-decoration: underline; color: #fff;}
	
	/* -- :: -- CONTENT PAGES SECTION -- :: -- */
.about-page {
	padding-top: 60px;
	padding-bottom: 60px
}

.about__page__services__text {
	margin-bottom: 30px
}

.content-page {
	padding-top: 60px;
	padding-bottom: 60px
}

.content-page a:hover {
	opacity: .75;
}

.content-text {
	margin-bottom: 40px;
}

.content-text ul {
	margin: 15px 0 15px 40px;
}

.class-img-test {
	position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list ul {
	margin: 0;
  	padding: 0;
  	list-style: none;
}

.faq .faq-list li + li {
  	margin-top: 15px;
}

.faq .faq-list li {
  	padding: 20px;
  	background: #000;
  	border-radius: 4px;
  	position: relative;
}

.faq .faq-list a {
  	display: block;
  	position: relative;
  	font-size: 16px;
	text-transform: uppercase;
  	padding: 0 30px;
  	outline: none;
}

.faq .faq-list .icon-help {
  	font-size: 24px;
  	position: absolute;
  	right: 0;
  	left: 20px;
  	color: #87c1ea;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  	font-size: 24px;
  	position: absolute;
  	right: 0;
  	top: 0;
}

.faq .faq-list p {
  	margin-bottom: 0;
  	padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  	display: none;
}

.faq .faq-list a.collapsed {
  	color: #5b656f;
}

.faq .faq-list a.collapsed:hover {
  	color: #2487ce;
}

.faq .faq-list a.collapsed .icon-show {
  	display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  	display: none;
}


/* -- :: -- BLOG ITEMS SECTION -- :: -- */
.services__item {
	margin-bottom: 30px
}

.services__item h4 {
	color: #252525;
	margin-top: 35px;
	margin-bottom: 22px
}

.services__item p {
	margin-bottom: 0
}


/* -- :: -- FOOTER WIDGETS -- :: -- */
.footer-area {
	position: relative;
	padding-top: 60px;
    padding-bottom: 0;
}

.footer__menu {
	margin-bottom: 35px;
	text-align: center;
}

.footer__menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 40px;
}

.footer__menu ul li:last-child {
	margin-right: 0
}

.footer__menu ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: normal;
    padding: 5px 0;
    position: relative;
}

.copyright {
	position: relative;
	border-top: 1px solid rgba(183, 183, 183, .2);
	padding: 25px 0;
}

.copyright__text p {
	margin-bottom: 0
}

.back-to-top {
    position: fixed;
    display: none;
    background: #ffc03c;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 0;
    right: 30px;
    bottom: 40px;
    transition: background 0.5s;
    z-index: 99;
}

.back-to-top:hover {
    color: #eee;
}



/* -- :: -- MEDIA QUERIES -- :: -- */
@media only screen and (min-width:1200px) {
	.container {
		max-width: 1170px
	}
}

@media only screen and (min-width:1450px) {
	.container {
		max-width: 1170px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about__pic {
		padding-left: 0
	}
	.about__pic__inner:after {
		left: 20px;
    	top: 20px;
    	width: 460px;
    	height: 350px;
	}
	.header__menu ul li {
		margin-right: 15px
	}
	.hero__slider.owl-carousel .owl-nav button {
		left: 15px
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.page .callto.bg-img {
		background-position: center left;
	}
	.header__logo img {
		padding-bottom: 0;
	}
	.hero__slider.owl-carousel .owl-nav button {
		left: 0
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 0
	}
	.slide-num {
		left: 70px
	}
	.slider__progress {
		left: 106px
	}
	.about__pic {
		padding-left: 0
	}
	.canvas__open {
		display: block;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, .7);
		content: "";
		z-index: 98;
		-webkit-transition: all, .5s;
		-o-transition: all, .5s;
		transition: all, .5s;
		visibility: hidden
	}
	.offcanvas-menu-overlay.active {
		visibility: visible
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #111;
		padding: 50px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, .5s;
		-o-transition: all, .5s;
		transition: all, .5s;
		opacity: 0
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0
	}
	.offcanvas__logo {
		margin-bottom: 30px
	}
	.offcanvas__logo a {
		display: inline-block
	}
	.offcanvas__logo img {
		max-width: 230px;
	}
	.slicknav_btn {
		display: none
	}
	.slicknav_menu {
		background: 0 0;
		padding: 0;
		margin-bottom: 30px
	}
	.slicknav_nav ul {
		margin: 0
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
	}
	.slicknav_nav .slicknav_arrow {
		color: #fff
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: 0 0;
		color: #fff
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: 0 0;
		color: #fff
	}
	.slicknav_nav {
		display: block!important
	}
	.offcanvas__widget span {
		font-size: 14px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #b7b7b7;
		display: block;
		margin-bottom: 10px
	}
	.offcanvas__widget a.lang {
		display: inline-block;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		text-transform: uppercase;
		color: #ffc03c;
		margin-right: 10px;
	}
	.offcanvas__widget a.lang:last-child {
		margin-right: 0;
	}
	.header__menu {
		display: none;
	}
	.header__widget {
		display: none;
	}
	.jm-sticky-top {
    	position: relative;
    	top: 0;
	}
	.play-video {
		position: relative;
		margin: 50px 0 0;
	}
}

@media only screen and (max-width:767px) {
	.callto {padding-top: 0; padding-bottom: 0;}
	.page .callto.bg-img {
		background-position: center left;
	}
	.header__logo img {
		padding-bottom: 0;
	}
	.hero__text .hero__title {
		font-size: 34px;
	}
	.hero__items {
		min-height: 710px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 40px;
	}
	.hero__slider.owl-carousel .owl-nav button {
		left: 0
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 0
	}
	.slide-num {
		bottom: 25px;
		left: 0;
		width: 100%;
		text-align: center
	}
	.slider__progress {
		left: 0;
		bottom: 35px;
		right: 0;
		margin: 0 auto
	}
	.about__pic {
		padding-left: 0
	}
	.canvas__open {
		display: block;
	}
	/*.canvas__open {
		display: block;
		font-size: 22px;
		color: #fff;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		cursor: pointer;
		position: absolute;
		right: 15px;
		bottom: 0;
	}*/
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, .7);
		content: "";
		z-index: 98;
		-webkit-transition: all, .5s;
		-o-transition: all, .5s;
		transition: all, .5s;
		visibility: hidden
	}
	.offcanvas-menu-overlay.active {
		visibility: visible
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #111;
		padding: 50px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, .5s;
		-o-transition: all, .5s;
		transition: all, .5s;
		opacity: 0
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0
	}
	.offcanvas__logo {
		margin-bottom: 30px
	}
	.offcanvas__logo a {
		display: inline-block
	}
	.offcanvas__logo img {
		max-width: 210px;
	}
	.slicknav_btn {
		display: none
	}
	.slicknav_menu {
		background: 0 0;
		padding: 0;
		margin-bottom: 30px
	}
	.slicknav_nav ul {
		margin: 0
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
	}
	.slicknav_nav .slicknav_arrow {
		color: #fff
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: 0 0;
		color: #fff
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: 0 0;
		color: #fff
	}
	.slicknav_nav {
		display: block!important
	}
	.offcanvas__widget span {
		font-size: 14px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #b7b7b7;
		display: block;
		margin-bottom: 10px
	}
	.offcanvas__widget a.lang {
		display: inline-block;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		text-transform: uppercase;
		color: #ffc03c;
		margin-right: 10px;
	}
	.offcanvas__widget a.lang:last-child {
		margin-right: 0;
	}
	.header__menu {
		display: none;
	}
	.header__widget {
		display: none;
	}
	.about__pic__inner {
		display: block;
	}
	.about__pic__inner img {
		min-width: 100%
	}
	.about__pic__inner:after {
		left: 0;
		top: 0;
		height: 100%;
		width: 100%
	}
	.copyright__text {
		margin-bottom: 20px
	}
	.jm-sticky-top {
    	position: relative;
    	top: 0;
	}
	.play-video {
		position: relative;
		margin: 50px 0 0;
	}
}

@media only screen and (max-width:479px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	.section-title h2 {
		font-size: 28px;
	}
	.hero__text .hero__title {
		font-size: 28px;
	}
	.hero__items {
		min-height: 610px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 40px
	}
	.small-icons {
		display: block;
	}
	.small-item {
		text-align: left;
	}
	.small-item a {
		display: inline;
		padding-left: 10px;
	}
	.middle-line {
		display: none;
	}	
	.about__pic__inner:after {
		display: none
	}
	.footer__menu ul li {
    	margin-right: 10px;
	}
	.back-to-top {
		right: 15px;
	}
}