/*$btn-font-family*/

/*$btn-font-weight*/

/*$btn-border-width:*/

/*$btn-line-height*/

/*$btn-border-radius*/

/*$roboto: 'Roboto', $font-family-sans-serif;
$raleway: 'Raleway', $font-family-sans-serif;
$playfair: 'Playfair Display', serif;

$body-color: $gray;
$font-family-base : $roboto;
$font-weight-base: 400; 
*/

.main-menu,
.submenu,
.login-list,
.social-networks,
.list,
.slick-dots,
.tabs,
.footer-content .contact-list,
.footer-content .foot-project,
.footer-content .news-list,
.footer-content .gallary-list,
.footer-content .quick-links,
.news-sec ul,
.comment-list,
.overlayTextItem .feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#header {
	-webkit-transition: padding .2s linear;
	transition: padding .2s linear;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	z-index: 4;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header.fixed-position {
	z-index: 4;
}

#header.fixed-position .header-bottom {
	background: #000;
}

#header.fixed-position .drop {
	background: #000;
}

#header.header {
	background: #000;
}

#header.header .drop {
	background: #000;
}

.main-menu {
	font-size: 14px;
}

.main-menu > li:first-child {
	margin-left: 0;
}

.main-menu > li > a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px 15px;
}

.main-menu > li > a:hover {
	color: #dc3545;
}

.main-menu > li.hover > a {
	color: #dc3545;
}

.main-menu > li.active > a {
	color: #dc3545;
}

.drop {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.drop:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	background: transparent;
	height: 30px;
}

.submenu a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	display: block;
	padding: 3px 30px;
	text-decoration: none;
	color: #fff;
}

.submenu a:hover {
	color: #dc3545;
}

.logo {
	max-width: 50px;
}

.logo img {
	width: 100%;
}

nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 20px;
}

.main-drop {
	-webkit-transition: opacity .5s linear, visibility .5s linear;
	transition: opacity .5s linear, visibility .5s linear;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #000;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
}

.nav-active .main-drop {
	opacity: 1;
	visibility: visible;
}

.nav-opener {
	-webkit-transition: background .3s linear, opacity .3s linear;
	transition: background .3s linear, opacity .3s linear;
	width: 25px;
	height: 18px;
	position: relative;
	display: block;
	z-index: 2;
	margin-left: auto;
}

.nav-opener:hover:after,
.nav-opener:hover:before,
.nav-opener:hover span {
	opacity: .8;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	-webkit-transition: background .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s;
	transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	background: #fff;
	height: 2px;
	left: 0;
	right: 0;
	border-radius: 2px;
}

.nav-opener:after {
	top: 0;
}

.nav-opener span {
	-webkit-transition: opacity .3s linear, background .3s linear;
	transition: opacity .3s linear, background .3s linear;
	top: 8px;
}

.nav-opener:before {
	top: 16px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 10px;
	-webkit-transition: background .3s ease-in-out, top .25s, -webkit-transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, -webkit-transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, transform .3s ease .3s, -webkit-transform .3s ease .3s;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotateZ(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotateZ(-45deg);
}

.header-top {
	padding: 8px 0;
	background: #27262c;
	color: #fff;
	font-size: 12px;
}

.header-top .contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 5px;
}

.header-top .contact-info .info {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.header-top .contact-info .info > a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
}

.header-top .contact-info .info > a [class^="icon-"] {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #dc3545;
}

.header-top .contact-info .info > a:hover {
	color: #dc3545;
}

.header-top .contact-info > .info address {
	padding-left: 15px;
	position: relative;
}

.header-top .contact-info > .info address [class^="icon-"] {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #dc3545;
}

.header-top .wrap-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.header-top .wrap-info .info {
	margin-right: 20px;
}

.header-top .wrap-info .info:last-child {
	margin-right: 0;
}

.header-top .access-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-top .access-hold .info > a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none;
	color: #fff;
	padding-right: 25px;
}

.header-top .access-hold .info > a [class^="icon-"] {
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
}

.header-top .access-hold .info > a:hover {
	color: #dc3545;
}

.header-top .access-hold .info:last-child > a:last-child {
	padding-right: 0;
}

.header-top .access-hold .info:first-child {
	margin: 0 15px 0 0;
}

.header-top .access-hold .info:first-child > a {
	position: relative;
}

.header-top .access-hold .icon-arrow-left {
	font-size: 10px;
	position: absolute;
	right: 8px;
	top: 6px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.header-top .info-holder {
	max-width: 300px;
	margin: 0 auto;
}

.header-bottom {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	padding: 10px 0;
}

.nav-active .header-bottom {
	background: #000;
}

.home-slider-section {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	min-width: 320px;
}

.home-slider {
	position: relative;
}

.home-slider .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.home-slider .slide.active {
	z-index: 2;
}

.home-slider .slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .49) 37%, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, .94) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .49) 37%, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, .94) 100%);
	opacity: .94;
}

.home-slider .slide .container {
	font-size: 0;
	line-height: 0;
	max-width: 1300px;
	position: relative;
	z-index: 5;
}

.home-slider .slide .container .col {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
	font-size: 20px;
	line-height: 28px;
}

.home-slider .slide-height {
	height: 100vh;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.home-slider .slide-align {
	display: table-cell;
	vertical-align: bottom;
	padding: 150px 0 98px;
}

.home-slider h1 {
	color: #fff;
	margin: 0 0 19px;
	font-weight: 800;
	text-shadow: 2px 2px 18px rgba(0, 0, 0, .65);
}

.home-slider .text-holder {
	margin: 0 0 0 43px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 192px;
	overflow: hidden;
}

.home-slider .text-holder .text-align {
	width: 100%;
	padding: 24px 110px 10px 52px;
}

.home-slider .text-holder p {
	margin: 0;
}

.home-slider .heading {
	display: block;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 1.18px;
	font-weight: 700;
}

.popup-holder {
	position: relative;
}

.popup-holder .popup {
	display: none;
	position: absolute;
	left: 50%;
	top: calc(100% + 8px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 200px;
	background: #fff;
	z-index: 1;
}

.popup-holder .close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 18px;
	padding: 5px;
}

.login-list {
	padding: 5px 0;
}

.login-list li:first-child a {
	padding-right: 35px;
}

.login-list li:last-child a {
	border: none;
}

.login-list a {
	-webkit-transition: color .3s linear, background .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, border-color .3s linear;
	display: block;
	text-decoration: none;
	padding: 8px 15px;
	color: #27262c;
	border-bottom: 1px solid #e5e5e5;
}

.login-list a:hover {
	background: #dc3545;
	color: #fff;
	border-color: #dc3545;
}

html {
	font-size: 10px;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container.d-block {
	display: block;
}

address {
	margin: 0;
}

textarea {
	resize: none;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-networks a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none;
	color: #fff;
}

.social-networks a:hover {
	color: #dc3545;
}

.social-networks li {
	margin-right: 15px;
}

.social-networks li:last-child {
	margin-right: 0;
}

.title {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.18px;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 5px;
	color: #75737f;
}

h1,
.h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
	color: #27262c;
}

h2,
.h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	color: #27262c;
}

h3,
.h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	color: #27262c;
}

.decor-txt {
	position: relative;
	display: inline-block;
}

.decor-txt:before {
	content: "";
	height: 2px;
	background: #dc3545;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
}

.list {
	line-height: 1;
}

.list li {
	position: relative;
	padding-left: 20px;
	margin: 0 0 10px;
}

.list li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #75737f;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 50%;
}

.slick-dots {
	min-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: -10px;
	right: 30px;
	font-size: 0;
	line-height: 0;
}

.slick-dots li {
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
	position: relative;
	padding: 6px;
	margin-left: 5px;
	border: 1px solid transparent;
	border-radius: 50%;
	border-color: transparent;
}

.slick-dots li:before {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	width: 8px;
	height: 8px;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: transparent;
}

.slick-dots li:after {
	width: 6px;
	height: 13px;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: -1px;
}

.slick-dots button {
	-webkit-transition: border .3s linear, background .3s linear, width .3s linear, height .3s linear;
	transition: border .3s linear, background .3s linear, width .3s linear, height .3s linear;
	width: 5px;
	height: 5px;
	background: none;
	outline: none;
	border: none;
	padding: 0;
	text-indent: -999px;
	border: 1px solid #000;
	border-radius: 50%;
	opacity: 1;
	visibility: visible;
}

.slick-dots .slick-active,
.slick-dots .slick-active li {
	border-color: #dc3545;
}

.slick-dots .slick-active:before,
.slick-dots .slick-active li:before {
	background: #dc3545;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.tabs a {
	-webkit-transition: color .3s linear, background .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, border-color .3s linear;
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .125);
	border-bottom: none;
}

.tabs a:hover {
	background: #dc3545;
	color: #fff;
	border-color: #dc3545;
}

.tabs li:last-child a {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.tabs li.active a {
	background: #dc3545;
	color: #fff;
	border-color: #dc3545;
}

.article {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	display: block;
	text-decoration: none;
	color: #8d8d8d;
	overflow: hidden;
}

.article .article-body {
	border: 1px solid #e5e5e5;
	padding: 10px 20px 20px 20px;
	border-top: none;
}

.article .bg-img {
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
}

.article .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.article .img-holder:after {
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	min-height: 200px;
}

.article .h3 {
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.article .wrap-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.article .wrap-content {
	font-size: 14px;
}

.article .btn {
	font-size: 12px;
	padding: 5px 15px;
}

.article .btn:hover {
	background: transparent;
	color: #dc3545;
}

.article p {
	margin-bottom: 15px;
}

.article [class^="icon-"] {
	display: inline-block;
	padding-right: 10px;
	font-size: 14px;
}

.article:hover {
	text-decoration: none;
	color: #27262c;
}

.article:hover .bg-img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.main {
	padding-top: 145px;
}

.modal-backdrop {
	z-index: 1;
}

.modal {
	background: rgba(0, 0, 0, .8);
}

.modal .btn {
	font-size: 14px;
	padding: 3px 20px;
}

.modal .model-content {
	position: relative;
}

.modal .fiexd-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 25px;
}

.resize-active .main-drop {
	-webkit-transition: none !important;
	transition: none !important;
}

.breadcrumb {
	color: #adb5bd;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumb a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none;
	color: #fff;
}

.breadcrumb a:hover {
	color: #dc3545;
}

.back-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
}

.back-to-top {
	-webkit-transition: color .3s linear, opacity .3s linear, visibility .3s linear;
	transition: color .3s linear, opacity .3s linear, visibility .3s linear;
	position: fixed;
	right: 30px;
	bottom: 30px;
	color: #dc3545;
	z-index: 99;
	font-size: 25px;
	opacity: 0;
	visibility: hidden;
}

.back-to-top:hover {
	text-decoration: none;
	color: #fb3245;
}

.btn-sticky .back-to-top {
	opacity: 1;
	visibility: visible;
}

.home-page #main {
	padding-top: 100vh;
}

.home-page .home-content-wrap {
	position: relative;
	z-index: 3;
	background: #fff;
}

.info-slider-section {
	position: relative;
	overflow: hidden;
	padding: 60px 0 70px;
}

.info-slider-section .text-wrap {
	margin: 0 0 50px;
}

.home-info-slider {
	position: relative;
	margin: 0 -15px;
	z-index: 1;
	padding: 0 0 70px;
}

.home-info-slider .slick-next,
.home-info-slider .slick-prev {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 49px;
	border-radius: 0 92px 92px 0;
	background: #c62026;
	color: #fff;
	border: none;
	margin: 0;
	padding: 0;
	z-index: 4;
	outline: none;
}

.home-info-slider .slick-next.slick-disabled,
.home-info-slider .slick-prev.slick-disabled {
	pointer-events: none;
	background: #b41b20;
	color: #7a0f13;
}

.home-info-slider .slick-next span,
.home-info-slider .slick-prev span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	font-size: 12px;
}

.home-info-slider .slick-next:hover,
.home-info-slider .slick-prev:hover {
	background: #9a191e;
}

.home-info-slider .slick-prev {
	border-radius: 92px 0 0 92px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.home-info-slider .slick-list {
	overflow: visible;
}

.home-info-slider .slide {
	padding: 0 15px;
}

.home-info-slider .img-holder {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 44px rgba(0, 0, 0, .15);
	display: block;
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 100%;
	height: 300px;
}

.home-info-slider .img-holder .bg-stretch {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: background-position 1s linear;
	transition: background-position 1s linear;
}

.home-info-slider .img-holder img {
	width: 100%;
	max-width: none;
}

.home-info-slider .img-holder:hover .bg-stretch {
	background-position: 100% 50%;
}

.home-info-slider .img-holder:hover .arrow-box {
	opacity: 1;
	visibility: visible;
}

.home-info-slider .overlay {
	background: rgba(245, 166, 35, .75);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: 600;
	letter-spacing: .5px;
	font-size: 22px;
	line-height: 30px;
	padding: 15px 55px 20px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: capitalize;
}

.home-info-slider .overlay:after {
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	min-height: 60px;
}

.home-info-slider .overlay.red {
	background: rgba(198, 32, 38, .75);
}

.home-info-slider .overlay.green {
	background: rgba(88, 148, 19, .75);
}

.home-info-slider .overlay.blue {
	background: rgba(39, 102, 175, .75);
}

.home-info-slider .arrow-box {
	width: 34px;
	height: 34px;
	display: block;
	background: #000;
	color: #fff;
	border-radius: 100% 0 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.home-info-slider .arrow-box span {
	line-height: 1;
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 33%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 4px 0 0 8px;
}

.home-info-section {
	position: relative;
	z-index: -1;
}

.home-info-section:after,
.home-info-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, .4) 100%);
	background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .4) 100%);
}

.home-info-section:after {
	z-index: 2;
	background-image: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, .4) 100%);
	background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, .4) 100%);
}

.home-info-section .intro-block {
	position: relative;
	z-index: 3;
}

.home-info-section .intro-block .intro-img {
	margin: 0 0 20px;
}

.home-info-section .intro-block .intro-img .img-decor {
	padding: 0;
	box-shadow: 7px 20px 44px rgba(0, 0, 0, .15);
	overflow: hidden;
	border-radius: 10px;
}

.home-info-section .intro-block .intro-img .img-decor:before,
.home-info-section .intro-block .intro-img .img-decor:after {
	display: none;
}

.home-info-section .intro-block .intro-content .btn .icon {
	padding-left: 6px;
}

.home-info-section .intro-block h3 {
	font-weight: 700;
	color: #000;
}

#footer {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}

#footer:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(34, 34, 34, .97);
}

.footer-content {
	position: relative;
	padding: 0 0 20px;
	border-bottom: 1px solid #75737f;
	font-size: 14px;
	color: #75737f;
}

.footer-content img {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.footer-content .foot-col {
	margin: 0 0 30px;
}

.footer-content .foot-logo {
	max-width: 70px;
	margin: 0 auto 15px;
}

.footer-content .foot-logo a {
	display: block;
}

.footer-content .contact-list {
	margin: 0 0 35px;
}

.footer-content .contact-list .wrap-elem {
	padding-left: 20px;
	position: relative;
	display: inline-block;
}

.footer-content .contact-list [class^="icon-"] {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-content .contact-list .icon-mail {
	font-size: 10px;
}

.footer-content .contact-list a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none;
	color: #75737f;
}

.footer-content .contact-list a:hover {
	color: #fff;
}

.footer-content .contact-list li {
	margin: 0 0 5px;
}

.footer-content .social-networks a {
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	border: 1px solid #fff;
	border-radius: 50%;
}

.footer-content .social-networks a [class^="icon-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer-content .social-networks a:hover {
	background: #fff;
	color: #27262c;
}

.footer-content .foot-project li {
	margin: 0 0 5px;
}

.footer-content .foot-project a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #75737f;
	text-decoration: none;
}

.footer-content .foot-project a:hover {
	color: #fff;
}

.footer-content .news-list {
	max-width: 280px;
	margin: 0 auto;
}

.footer-content .news-list .wrap-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-content .news-list li {
	margin: 0 0 12px;
}

.footer-content .news-list li.title {
	margin: 0 0 8px;
}

.footer-content .news-list li a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none;
	color: #75737f;
}

.footer-content .news-list li a:hover {
	color: #fff;
}

.footer-content .news-list .wrap-img {
	max-width: 60px;
	-ms-flex-preferred-size: 60px;
	flex-basis: 60px;
}

.footer-content .news-list .wrap-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
	padding-left: 15px;
}

.footer-content .news-list .date {
	display: block;
	font-size: 10px;
}

.footer-content .gallary-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -4px;
}

.footer-content .gallary-list li {
	width: 33.33%;
	padding: 0 4px;
	margin: 0 0 8px;
}

.footer-content .gallary-list a {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.footer-content .gallary-list a:after {
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	min-height: 67px;
}

.footer-content .title {
	font-weight: 500;
	color: #fff;
	margin: 0 0 10px !important;
	width: 100% !important;
	padding: 0 !important;
}

.footer-content .quick-links li {
	margin: 0 0 5px;
}

.footer-content .quick-links a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none;
	color: #75737f;
}

.footer-content .quick-links a:hover {
	color: #fff;
}

.copyright-section {
	position: relative;
	font-size: 12px;
	color: #75737f;
}

.copyright-section a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none;
	color: #75737f;
}

.copyright-section a:hover {
	color: #fff;
}

address {
	margin: 0;
}

.home-slider-section {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	min-width: 320px;
}

.home-slider {
	position: relative;
}

.home-slider .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.home-slider .slide.active {
	z-index: 2;
}

.home-slider .slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .49) 37%, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, .94) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .49) 37%, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, .94) 100%);
	opacity: .94;
}

.home-slider .slide .container {
	font-size: 0;
	line-height: 0;
	max-width: 1300px;
	position: relative;
	z-index: 5;
}

.home-slider .slide .container .col {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
	font-size: 20px;
	line-height: 28px;
}

.home-slider .slide-height {
	height: 100vh;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.home-slider .slide-align {
	display: table-cell;
	vertical-align: bottom;
	padding: 150px 0 98px;
}

.home-slider h1 {
	color: #fff;
	margin: 0 0 19px;
	font-weight: 800;
	text-shadow: 2px 2px 18px rgba(0, 0, 0, .65);
}

.home-slider .text-holder {
	margin: 0 0 0 43px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 192px;
	overflow: hidden;
}

.home-slider .text-holder .text-align {
	width: 100%;
	padding: 24px 110px 10px 52px;
}

.home-slider .text-holder p {
	margin: 0;
}

.home-slider .heading {
	display: block;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 1.18px;
	font-weight: 700;
}

.home-info-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	padding: 0 0 99px;
	pointer-events: none;
}

.home-info-wrap .container {
	font-size: 0;
	line-height: 0;
	max-width: 1300px;
}

.home-info-wrap .col {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
}

.home-info-wrap .text-decor {
	position: relative;
	border: 2px solid #dc3545;
	border-top: none;
	border-radius: 0 15px 15px 15px;
	height: 190px;
	margin: 0 0 0 43px;
}

.home-info-wrap .text-decor:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: -8px;
	background: #dc3545;
}

.home-info-wrap .btn-holder {
	position: absolute;
	top: 0;
	right: -2px;
	bottom: -2px;
	width: 95px;
	border: 2px solid #dc3545;
	border-radius: 0 15px 15px 0;
}

.home-info-wrap .btn-holder:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #dc3545;
}

.home-info-wrap .btn-holder a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	display: block;
	height: 50%;
	position: relative;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	pointer-events: auto;
}

.home-info-wrap .btn-holder a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.home-info-wrap .btn-holder a:hover {
	color: #dc3545;
}

.comment-block {
	position: relative;
	padding: 40px 0;
}

.comment-block .content {
	font-size: 16px;
	position: relative;
	font-weight: 500;
	padding: 30px 20px 20px;
	max-width: 975px;
	margin: 0 auto;
	line-height: 1.5;
}

.comment-block .pro-img {
	max-width: 120px;
	-ms-flex-preferred-size: 120px;
	flex-basis: 120px;
	margin: 0 auto 15px;
	border-radius: 50%;
}

.comment-block .pro-img img {
	border-radius: 50%;
}

.comment-block img {
	width: 100%;
	border-radius: 5px;
}

.comment-block .wrap-img {
	position: absolute;
	top: 5px;
	left: 0;
	width: 25px;
}

.comment-block .name-text,
.comment-block .position-text {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 4px;
}

.comment-block .position-text {
	font-size: 14px;
}

.comment-block blockquote {
	margin: 0 0 25px;
	padding: 0;
	border: none;
}

.about-block {
	font-size: 14px;
}

.about-block .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.about-block .img-holder:before {
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	min-height: 300px;
}

.about-block .content-holder {
	position: relative;
	padding: 45px;
	background: #27262c;
	color: #75737f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.about-block .content-holder:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	left: -9999px;
	background: #27262c;
}

.about-block .content {
	max-width: 510px;
	margin-left: auto;
}

.about-block h2 {
	color: #fff;
}

.about-block .title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .1em;
}

.about-block .btn {
	min-width: 150px;
	font-size: 14px;
	color: #fff;
	border-color: #fff;
	box-shadow: none;
	outline: none;
}

.about-block .btn:hover {
	background: #fff;
	color: #000;
}

.news-block {
	position: relative;
	padding: 30px 0;
	margin: 0 0 15px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.news-block .title-holder {
	margin: 0 0 15px;
}

.news-block .h2 {
	margin: 0;
}

.news-block .txt {
	display: block;
}

.news-slider {
	position: relative;
	padding: 50px 0 20px;
	z-index: 1;
}

.news-slider img {
	width: 100%;
}

.news-slider .slide {
	padding: 0 15px;
}

.news-slider .slick-list {
	margin: 0 -15px;
}

.news-slider .text,
.news-slider .date {
	text-transform: capitalize;
	display: inline-block;
	padding: 0 8px;
	font-size: 12px;
}

.news-slider .date {
	position: relative;
}

.news-slider .date:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: -4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-slider .slick-next,
.news-slider .slick-prev {
	width: 40px;
	height: 35px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #27262c;
	background: transparent;
	box-shadow: none;
	outline: none;
	padding: 5px;
}

.news-slider .slick-next:before,
.news-slider .slick-prev:before {
	width: 10px;
	height: 10px;
	content: "";
	border: 2px solid #27262c;
	position: absolute;
	top: 50%;
	border-left: none;
	border-bottom: none;
}

.news-slider .slick-prev {
	right: 50px;
}

.news-slider .slick-prev:before {
	left: calc(50% + 1px);
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	-ms-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
}

.news-slider .slick-next:before {
	left: calc(50% - 3px);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.news-slider .wrap-img {
	display: block;
}

.news-slider .wrap-info {
	text-align: center;
	margin-top: -15px;
}

.news-slider .wrap-date {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	background: rgba(220, 53, 69, .92);
	margin: 0 0 20px;
	color: #fff;
}

.news-slider .title {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	display: inline-block;
	text-decoration: none;
	color: #27262c;
}

.news-slider .title:hover {
	color: #dc3545;
}

.news-sec .list-holder:last-child ul:before {
	display: none;
}

.news-sec .list-holder ul {
	position: relative;
}

.news-sec .list-holder ul:before {
	content: "";
	position: absolute;
	top: 30px;
	bottom: 35px;
	right: 0;
	width: 1px;
	background: #fff;
	display: none;
}

.news-sec .wrap-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #8d8d8d;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	max-width: 80px;
	-ms-flex-preferred-size: 80px;
	flex-basis: 80px;
	height: 60px;
	overflow: hidden;
	text-shadow: #dc818a 1px 1px, #dc818a 2px 2px, #dc818a 3px 3px, #dc818a 4px 4px, #dc818a 5px 5px, #dc818a 6px 6px, #dc818a 7px 7px, #dc818a 8px 8px, #dc818a 9px 9px, #dc818a 10px 10px, #dc818a 11px 11px, #dc818a 12px 12px, #dc818a 13px 13px, #dc818a 14px 14px, #dc818a 15px 15px, #dc818a 16px 16px, #dc818a 17px 17px, #dc818a 18px 18px, #dc818a 19px 19px, #dc818a 20px 20px, #dc818a 21px 21px, #dc818a 22px 22px, #dc818a 23px 23px, #dc818a 24px 24px, #dc818a 25px 25px, #dc818a 26px 26px, #dc818a 27px 27px, #dc818a 28px 28px, #dc818a 29px 29px, #dc818a 30px 30px, #dc818a 31px 31px, #dc818a 32px 32px, #dc818a 33px 33px, #dc818a 34px 34px, #dc818a 35px 35px, #dc818a 36px 36px, #dc818a 37px 37px, #dc818a 38px 38px, #dc818a 39px 39px, #dc818a 40px 40px, #dc818a 41px 41px, #dc818a 42px 42px, #dc818a 43px 43px, #dc818a 44px 44px, #dc818a 45px 45px, #dc818a 46px 46px, #dc818a 47px 47px, #dc818a 48px 48px, #dc818a 49px 49px, #dc818a 50px 50px, #dc818a 51px 51px, #dc818a 52px 52px, #dc818a 53px 53px, #dc818a 54px 54px, #dc818a 55px 55px, #dc818a 56px 56px, #dc818a 57px 57px, #dc818a 58px 58px, #dc818a 59px 59px, #dc818a 60px 60px, #dc818a 61px 61px, #dc818a 62px 62px, #dc818a 63px 63px, #dc818a 64px 64px, #dc818a 65px 65px, #dc818a 66px 66px, #dc818a 67px 67px, #dc818a 68px 68px, #dc818a 69px 69px, #dc818a 70px 70px, #dc818a 71px 71px, #dc818a 72px 72px, #dc818a 73px 73px, #dc818a 74px 74px, #dc818a 75px 75px, #dc818a 76px 76px, #dc818a 77px 77px, #dc818a 78px 78px, #dc818a 79px 79px, #dc818a 80px 80px, #dc818a 81px 81px, #dc818a 82px 82px, #dc818a 83px 83px, #dc818a 84px 84px, #dc818a 85px 85px, #dc818a 86px 86px;
}

.news-sec .wrap-img:after {
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	min-height: 50px;
}

.news-sec .text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #dc3545;
	text-align: center;
}

.news-sec .wrap-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	padding-left: 15px;
}

.news-sec .wrap-content .title {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #27262c;
	line-height: 1;
}

.news-sec .news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-decoration: none;
	color: #27262c;
	padding: 15px 0;
}

.news-sec .news:hover .title {
	color: #dc3545;
}

.news-sec ul {
	background: #ededed;
	padding: 10px 15px;
	margin: 0 0 15px;
}

.news-sec ul li {
	border-bottom: 1px solid #e5e5e5;
}

.news-sec ul li:last-child {
	border-bottom: none;
}

.news-sec .heading {
	display: inline-block;
	background: #dc3545;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	border-radius: 5px 5px 0 0;
}

.news-sec .btn-link {
	color: #dc3545;
	font-weight: 500;
	font-size: 14px;
}

.event-section {
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 40px 0;
	color: #27262c;
}

.event-section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
}

.event-section .fb-page span {
	width: 100% !important;
}

.event-section .fb-page span iframe {
	width: 100% !important;
}

.event-section iframe,
.event-section .fb-page {
	width: 100% !important;
}

.event-section .wrap-form {
	background: #fff;
	color: #e5e5e5;
	padding: 30px 30px 0;
	border-radius: 4px;
	max-width: 600px;
	overflow: hidden;
	z-index: -2;
}

.event-section .wrap-form .form-content {
	position: relative;
}

.event-section .info {
	line-height: 1.3;
	font-size: 14px;
}

.event-section .info [class^="icon-"] {
	left: 0;
	top: 3px;
}

.event-section .info .txt {
	font-weight: 700;
	font-size: 16px;
}

.event-section .wrap-title {
	position: relative;
	z-index: 1;
	padding-bottom: 5px;
	margin: 0 0 30px;
}

.event-section .wrap-title .text {
	color: #dc3545;
	font-size: 14px;
}

.event-section .tel,
.event-section .mail {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none;
	color: #fff;
}

.event-section .tel:hover,
.event-section .mail:hover {
	color: #fd7e14;
}

.event-section .h2 {
	margin: 0 0 5px;
}

.event-section input[type=text],
.event-section input[type=email],
.event-section input[type=number] {
	font-size: 14px;
	height: 52px;
}

.event-section textarea {
	font-size: 14px;
	height: 155px;
}

.event-section .btn {
	min-width: 150px;
	font-size: 14px;
}

.event-section .event-info-section {
	background: #fff;
	padding: 30px;
	border-radius: 4px;
}

.banner-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 40px 0;
	color: #fff;
}

.banner-block:after {
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	min-height: 220px;
}

.banner-block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .49) 37%, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, .94) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .49) 37%, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, .94) 100%);
	opacity: .94;
}

.banner-block .content {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.banner-block h1 {
	color: #fff;
}

.banner-block .icon {
	display: inline-block;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	padding: 5px 15px 0 0;
}

.banner-block.secondary:after {
	min-height: 50px;
}

.banner-block.secondary .content {
	-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;
}

.content-block .sidebar {
	padding: 0 20px 0 0;
}

.content-block .sidebar img {
	width: 100%;
}

.content-block .content-holder .title {
	margin: 0 0 15px;
}

.content-block .content-holder .content {
	margin: 0 0 40px;
}

.blog-block .blog-heading {
	border-bottom: 1px solid #e5e5e5;
}

.blog-block .wrap-img {
	margin: 0 0 20px;
}

.blog-block .wrap-text {
	font-size: 12px;
	color: #8d8d8d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 10px;
}

.blog-block h2 {
	color: #27262c;
	margin: 0 0 15px;
}

.blog-block .author-text,
.blog-block .info-text {
	display: inline-block;
	padding: 0 10px 0 0;
}

.blog-block time {
	display: inline-block;
}

.blog-block .chat-info {
	font-size: 14px;
}

.blog-block .icon-chat {
	display: inline-block;
	padding-right: 10px;
}

.blog-form label {
	position: relative;
	display: inline-block;
	padding-right: 12px;
	line-height: 1;
	margin: 0 0 10px;
}

.blog-form input[type="text"],
.blog-form input[type="email"],
.blog-form textarea {
	display: block;
	width: 100%;
	padding: 5px 10px;
}

.blog-form textarea {
	height: 100px;
}

.blog-form .icon-star {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 8px;
	color: #dc3545;
}

.blog-form .btn {
	border: 2px solid #dc3545;
	font-size: 14px;
}

.blog-form .btn:hover {
	background: transparent;
	color: #dc3545;
}

.blog-form .title {
	margin-bottom: 15px;
}

.blog-block .sidebar .title {
	line-height: 1;
	margin-bottom: 20px;
}

.blog-block .sidebar .article {
	margin-bottom: 20px;
}

.blog-block .comment-list {
	margin: 0 0 50px;
}

.blog-block .blog-content {
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.blog-block .blog-content p {
	margin: 0 0 25px;
}

.comment-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 0 25px 40px;
}

.comment-list li:before {
	content: "\e977";
	font-family: "icomoon";
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 20px;
	color: #8d8d8d;
}

.comment-list li:last-child {
	border: none;
}

.comment-list .wrap-img {
	position: relative;
	max-width: 55px;
	-ms-flex-preferred-size: 55px;
	flex-basis: 55px;
	height: 55px;
	background: #8d8d8d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.comment-list .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.comment-list .comment {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px;
	font-style: italic;
}

.comment-list .comment .name-txt {
	margin: 0 0 5px;
	display: block;
	font-style: normal;
	font-weight: 700;
}

.comment-list p {
	margin: 0;
}

.comment-list .text {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}

.almuni-block [class^="col-"] {
	margin-bottom: 30px;
}

.almuni-post {
	padding: 20px;
	box-shadow: 0 0 19px 0 rgba(50, 50, 50, .29);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
}

.almuni-post .wrap-img {
	max-width: 120px;
	margin: 0 auto 10px;
}

.almuni-post img {
	border-radius: 50%;
}

.almuni-post .title-text {
	display: block;
	margin: 0 0 5px;
}

.almuni-post p {
	margin: 0 0 10px;
}

.almuni-post .btn-link {
	font-weight: 500;
}

.gallary-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
}

.gallary-holder:after {
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	min-height: 200px;
}

.gallary-holder .overlay {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
}

.gallary-holder:hover {
	text-decoration: none;
	color: #fff;
}

.gallary-holder:hover .content:before {
	-webkit-transform: rotate(45deg) translate(0, 40%);
	-ms-transform: rotate(45deg) translate(0, 40%);
	transform: rotate(45deg) translate(0, 40%);
	background: rgba(34, 167, 240, .6);
}

.gallary-holder:hover .content:after {
	-webkit-transform: rotate(45deg) translate(0, -40%);
	-ms-transform: rotate(45deg) translate(0, -40%);
	transform: rotate(45deg) translate(0, -40%);
	background: rgba(30, 69, 146, .6);
}

.gallary-holder:hover .overlay {
	background: transparent;
}

.gallary-holder .content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.gallary-holder .content:before {
	-webkit-transition: background .3s linear, -webkit-transform .3s linear;
	transition: background .3s linear, -webkit-transform .3s linear;
	transition: transform .3s linear, background .3s linear;
	transition: transform .3s linear, background .3s linear, -webkit-transform .3s linear;
	content: "";
	position: absolute;
	height: 120%;
	width: 160%;
}

.gallary-holder .content:after {
	-webkit-transition: background .3s linear, -webkit-transform .3s linear;
	transition: background .3s linear, -webkit-transform .3s linear;
	transition: transform .3s linear, background .3s linear;
	transition: transform .3s linear, background .3s linear, -webkit-transform .3s linear;
	content: "";
	position: absolute;
	height: 120%;
	width: 120%;
}

.gallary-holder .text {
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
}

.overlayTextItem {
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
	text-decoration: none;
}

.overlayTextItem:after {
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	min-height: 150px;
}

.overlayTextItem:before {
	-webkit-transition: background .3s linear, opacity .3s linear;
	transition: background .3s linear, opacity .3s linear;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(235, 35, 88, .9);
}

.overlayTextItem.orange:before {
	background: rgba(245, 140, 4, .9);
}

.overlayTextItem.orange:hover:before {
	background: rgba(245, 140, 4, .6);
}

.overlayTextItem.blue:before {
	background: rgba(74, 217, 217, .9);
}

.overlayTextItem.blue:hover:before {
	background: rgba(74, 217, 217, .6);
}

.overlayTextItem.purple:before {
	background: rgba(122, 46, 146, .9);
}

.overlayTextItem.purple:hover:before {
	background: rgba(122, 46, 146, .6);
}

.overlayTextItem .wrap-content {
	position: relative;
	z-index: 1;
}

.overlayTextItem .heading {
	display: block;
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: 900;
}

.overlayTextItem .text {
	display: block;
	font-size: 18px;
}

.overlayTextItem .feature-list li {
	display: inline-block;
	padding: 0 10px;
	position: relative;
}

.overlayTextItem .feature-list li:before {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 3px;
	right: -2px;
	width: 2px;
	background: #fff;
}

.overlayTextItem .feature-list li:first-child {
	padding-left: 0;
}

.overlayTextItem .feature-list li:last-child {
	padding-right: 0;
}

.overlayTextItem .feature-list li:last-child:before {
	display: none;
}

.overlayTextItem:hover {
	text-decoration: none;
	color: #fff;
}

.overlayTextItem:hover:before {
	background: rgba(235, 35, 88, .6);
}

.overlayText-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.overlayText-holder .wrap-item {
	width: 100%;
}

.article-post {
	-webkit-transition: box-shadow .3s linear, -webkit-transform .3s linear;
	transition: box-shadow .3s linear, -webkit-transform .3s linear;
	transition: transform .3s linear, box-shadow .3s linear;
	transition: transform .3s linear, box-shadow .3s linear, -webkit-transform .3s linear;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 40px 30px;
	background: #00c851;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.article-post .icon-hold {
	max-width: 50px;
	margin: 0 auto 20px;
	color: #fff;
}

.article-post .heading {
	display: block;
	font-size: 20px;
	margin: 0 0 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.article-post p {
	margin: 0;
}

.article-post img {
	width: 100%;
}

.article-post:hover {
	text-decoration: none;
	color: #fff;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: none;
}

.block02 {
	padding: 30px 0;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?fep1wk");
	src: url("../fonts/icomoon.eot?fep1wk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fep1wk") format("truetype"), url("../fonts/icomoon.woff?fep1wk") format("woff"), url("../fonts/icomoon.svg?fep1wk#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close-outline:before {
	content: "\e910";
}

.icon-google:before {
	content: "\e903";
}

.icon-mail:before {
	content: "\e904";
}

.icon-log-in:before {
	content: "\e90f";
}

.icon-arrow-right:before {
	content: "\e90d";
}

.icon-arrow-left:before {
	content: "\e90e";
}

.icon-star:before {
	content: "\e90c";
}

.icon-chat:before {
	content: "\e90b";
}

.icon-arrow-right1:before {
	content: "\e905";
}

.icon-arrow-left1:before {
	content: "\e906";
}

.icon-call:before {
	content: "\e902";
}

.icon-arrow-top:before {
	content: "\e909";
}

.icon-cogs:before {
	content: "\e995";
}

.icon-linkedin:before {
	content: "\eaca";
}

.icon-tag:before {
	content: "\e935";
}

.icon-quotes-left:before {
	content: "\e977";
}

.icon-youtube:before {
	content: "\e90a";
}

.icon-location:before {
	content: "\e907";
}

.icon-phone:before {
	content: "\e908";
}

.icon-twitter:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e901";
}

body {
	min-width: 320px;
}

._2p3a {
	width: auto !important;
}

.model-body {
	text-align: center;
}

@media (min-width: 480px) {
	.slick-dots {
		bottom: 25px;
	}

	.comment-block .wrap-name {
		padding-right: 100px;
	}
}

@media (min-width: 500px) {
	.home-info-slider .img-holder {
		width: 240px;
	}
}

@media (min-width: 540px) {
	.home-info-slider .img-holder {
		width: 260px;
	}
}

@media (min-width: 576px) {
	.header-top .contact-info {
		margin: 0 0 8px;
	}

	.header-top .wrap-info .info:last-child {
		margin-right: 20px;
	}

	.header-top .info-holder {
		max-width: none;
	}

	.main {
		padding-top: 130px;
	}

	#footer {
		text-align: left;
	}

	.footer-content .foot-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -25px;
	}

	.footer-content .foot-row {
		margin: 0 -10px;
	}

	.footer-content .foot-col {
		width: 50%;
		padding: 0 25px;
		margin: 0 0 40px;
	}

	.footer-content .foot-logo {
		margin: 0 0 15px;
	}

	.footer-content .social-networks {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer-content .news-list {
		margin: 0;
	}

	.about-block .img-holder:before {
		min-height: 400px;
	}
}

@media (min-width: 640px) {
	.slick-dots {
		right: 50px;
	}

	.comment-block .wrap-name {
		padding-right: 150px;
	}
}

@media (min-width: 768px) {
	.main-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.main-menu > li {
		position: relative;
		margin-left: 25px;
	}

	.main-menu > li > a {
		padding: 0;
	}

	.main-menu > li.hover.has-drop-down .drop {
		opacity: 1;
		visibility: visible;
	}

	.main-menu > li:nth-last-child(-n+2).has-drop-down .drop {
		left: auto;
		right: 0;
	}

	.drop {
		position: absolute;
		top: 100%;
		left: 0;
		width: 200px;
		background: rgba(0, 0, 0, .7);
		opacity: 0;
		visibility: hidden;
		top: 45px;
		padding: 20px 0;
	}

	.submenu a {
		padding: 5px 10px;
	}

	.submenu li:first-child a {
		padding-top: 2px;
	}

	.main-drop {
		background: transparent;
		position: static;
		opacity: 1;
		visibility: visible;
	}

	.nav-opener {
		display: none;
	}

	.header-top .contact-info {
		margin: 0 0 0;
	}

	.header-top .info-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}

	.popup-holder .popup {
		left: auto;
		right: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	body {
		font-size: 1.6rem;
	}

	h1,
	.h1 {
		font-size: 45px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	.sidebar-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sidebar {
		max-width: 330px;
		-ms-flex-preferred-size: 330px;
		flex-basis: 330px;
		padding-left: 20px;
	}

	.sidebar-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.main {
		padding-top: 104px;
	}

	.modal-dialog {
		max-width: 680px;
	}

	.back-to-top {
		right: 50px;
		bottom: 40px;
		font-size: 35px;
	}

	.info-slider-section {
		padding: 60px 0 90px;
	}

	.info-slider-section .text-wrap {
		max-width: 902px;
		padding-right: 130px;
		margin: 0 0 78px;
	}

	.info-slider-section h2 {
		margin: 0 0 26px;
	}

	.home-info-slider {
		padding: 0;
	}

	.home-info-slider .slick-next,
	.home-info-slider .slick-prev {
		top: -131px;
		right: 16px;
		bottom: auto;
		left: auto;
	}

	.home-info-slider .slick-prev {
		right: 76px;
		bottom: auto;
		left: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.home-info-slider .img-holder {
		width: 280px;
	}

	.home-info-slider .img-holder:hover {
		-webkit-transform: scale(1.13);
		-ms-transform: scale(1.13);
		transform: scale(1.13);
	}

	.home-info-slider .overlay {
		font-size: 22px;
		line-height: 30px;
		padding: 15px 55px 20px 25px;
	}

	.home-info-section {
		padding: 80px 0 40px;
	}

	.home-info-section .intro-block .intro-img {
		margin: 0;
	}

	.comment-block {
		padding: 60px 0;
	}

	.comment-block .content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 18px;
		padding: 30px 40px 20px;
	}

	.comment-block .wrap-img {
		width: 35px;
		top: 0;
	}

	.comment-block .wrap-name {
		padding-right: 200px;
	}

	.comment-block .name-text,
	.comment-block .position-text {
		font-size: 14px;
	}

	.comment-block .position-text {
		font-size: 16px;
	}

	.comment-block .comment-nav .slide {
		padding: 20px 0 0;
	}

	.about-block .img-holder {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.about-block .img-holder:before {
		min-height: 500px;
	}

	.about-block .content-holder {
		text-align: left;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.about-block .img-holder,
	.about-block .content-holder {
		width: 50%;
	}

	.news-block {
		padding: 50px 0 40px;
	}

	.event-section {
		padding: 50px 0 30px;
	}

	.event-section .info .txt {
		margin: 0 0 5px;
	}

	.banner-block:after {
		min-height: 360px;
	}

	.banner-block.secondary:after {
		min-height: 80px;
	}

	.content-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.content-block .sidebar {
		max-width: 330px;
		-ms-flex-preferred-size: 330px;
		flex-basis: 330px;
	}

	.content-block .content-holder {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.overlayText-holder .wrap-item {
		width: 50%;
	}

	.overlayText-holder .wrap-item {
		width: 25%;
	}
}

@media (min-width: 992px) {
	.main-menu {
		font-size: 16px;
	}

	.drop {
		top: 47px;
	}

	.submenu {
		font-size: 14px;
	}

	h1,
	.h1 {
		font-size: 52px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 28px;
	}

	.slick-dots li {
		padding: 8px;
		margin-left: 3px;
	}

	.slick-dots li:before {
		width: 10px;
		height: 10px;
	}

	.slick-dots button {
		width: 7px;
		height: 7px;
	}

	.sidebar {
		padding-left: 30px;
	}

	.modal-dialog {
		max-width: 840px;
	}

	.info-slider-section h2 {
		margin: 0 0 35px;
	}

	.home-info-slider .overlay {
		font-size: 22px;
		line-height: 30px;
		padding: 15px 55px 20px 25px;
	}

	.home-info-section {
		padding: 80px 0 60px;
	}

	.home-info-section .intro-block .intro-img {
		width: 48%;
		padding-right: 68px;
	}

	.home-info-section .intro-block .intro-content {
		width: 52%;
		padding: 14px 0 0 9px;
	}

	.home-info-section .intro-block .intro-content .title {
		margin: 0 0 27px;
	}

	.home-info-section .intro-block .intro-content p {
		margin: 0 0 46px;
	}

	.home-info-section .intro-block h3 {
		margin: 0 0 35px;
	}

	.footer-content .foot-col {
		width: 25%;
	}

	.footer-content .foot-col:first-child {
		width: 18%;
	}

	.footer-content .foot-col:nth-child(3) {
		width: 32%;
	}

	.footer-content .title {
		margin: 0 0 14px !important;
	}

	.comment-block {
		padding: 80px 0;
	}

	.comment-block .comment {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 40px;
	}

	.news-block {
		padding: 70px 0 40px;
	}

	.news-sec .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.news-sec .list-holder {
		width: 50%;
	}

	.news-sec .list-holder ul:before {
		display: block;
	}

	.news-sec ul {
		padding: 10px 35px;
	}

	.event-section {
		padding: 70px 0;
	}

	.banner-block {
		padding: 60px 0;
	}

	.banner-block {
		padding: 100px 0;
	}

	.content-block .sidebar {
		padding: 0 30px 0 0;
	}

	.blog-block h2 {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.home-slider h1 {
		font-size: 62px;
		line-height: 76px;
	}

	.slick-dots {
		right: 95px;
		bottom: 5px;
	}

	.home-info-section {
		margin: -110px 0 0;
		padding: 308px 0 59px;
	}

	.footer-content .title {
		margin: 0 0 18px !important;
	}

	.home-slider h1 {
		font-size: 62px;
		line-height: 76px;
	}

	.comment-block .content {
		font-size: 20px;
		padding: 0;
	}

	.comment-block .wrap-img {
		width: 55px;
		top: -60px;
		left: -70px;
	}

	.comment-block .comment-nav .slide {
		padding: 70px 10px 0;
	}
}

@media (min-width: 1500px) {
	.comment-block {
		padding: 100px 0;
	}

	.comment-block .wrap-img {
		top: -102px;
        left: -65px;
        width: 84px;
	}

	.comment-block .comment-nav .slide {
		padding: 110px 10px 0;
	}
}

@media (max-width: 1199px) {
	.home-slider .slide .container .col {
		font-size: 18px;
		line-height: 26px;
	}

	.home-slider .slide-align {
		padding: 150px 0 50px;
	}

	.home-slider .text-holder {
		margin: 0 0 0 20px;
	}

	.home-slider .text-holder .text-align {
		padding: 24px 110px 10px 20px;
	}

	.home-slider .slide .container .col {
		font-size: 18px;
		line-height: 26px;
	}

	.home-slider .slide-align {
		padding: 150px 0 50px;
	}

	.home-slider .text-holder {
		margin: 0 0 0 20px;
	}

	.home-slider .text-holder .text-align {
		padding: 24px 110px 10px 20px;
	}

	.home-info-wrap {
		padding: 0 0 50px;
	}

	.home-info-wrap .text-decor {
		margin: 0 0 0 20px;
	}
}

@media (max-width: 991px) {
	.home-slider .slide .container .col {
		display: block;
		width: 100%;
		font-size: 20px;
		line-height: 28px;
	}

	.home-slider h1 {
		margin: 0 0 25px;
	}

	.home-slider .text-holder {
		margin: 0;
		height: 150px;
	}

	.home-slider .text-holder .text-align {
		padding: 15px 110px 15px 20px;
	}

	.home-slider .slide .container .col {
		display: block;
		width: 100%;
		font-size: 20px;
		line-height: 28px;
	}

	.home-slider h1 {
		margin: 0 0 25px;
	}

	.home-slider .text-holder {
		margin: 0;
		height: 150px;
	}

	.home-slider .text-holder .text-align {
		padding: 15px 110px 15px 20px;
	}

	.home-info-wrap .col {
		width: 100%;
		display: block;
	}

	.home-info-wrap .text-decor {
		margin: 0;
		height: 150px;
	}
}

@media (max-width: 767px) {
	.home-slider .slide .container .col {
		font-size: 16px;
		line-height: 20px;
	}

	.home-slider .text-holder {
		height: 120px;
	}

	.home-slider .text-holder .text-align {
		padding: 10px 65px 10px 20px;
	}

	.home-slider .heading {
		margin: 0;
	}

	.home-slider .slide .container .col {
		font-size: 16px;
		line-height: 20px;
	}

	.home-slider .text-holder {
		height: 120px;
	}

	.home-slider .text-holder .text-align {
		padding: 10px 65px 10px 20px;
	}

	.home-slider .heading {
		margin: 0;
	}

	.home-info-wrap .text-decor {
		height: 120px;
	}

	.home-info-wrap .btn-holder {
		width: 50px;
	}

	.home-info-wrap .btn-holder a {
		font-size: 10px;
	}
}

@media only screen and (max-height: 500px) {
	.home-slider-section {
		position: static;
		height: auto;
	}

	.home-page #main {
		padding-top: 0;
	}

	.home-slider-section {
		position: static;
		height: auto;
	}
}


.feedback-box{
    background:#fff;
    border-radius:5px;
    margin-top:5px;
    margin-right:35px;
    padding:15px 30px;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}

.feedback-box h2{
    font-size:24px;
    margin-bottom:15px;
    color:#222;
    font-weight:700;
}

.feedback-box .row{
    display:flex;
    gap:15px;
    margin: 0;
}

.feedback-box .form-group{
    flex:1;
    margin-bottom: 15px;
}

.feedback-box input[type=text] {
	height: auto;
}

.feedback-box input,
.feedback-box select,
.feedback-box textarea{
    width:100%;
    border:1px solid #ddd;
    border-radius:5px;
    padding:12px 15px;
    font-size:14px;
    background:#fff;
    transition:.3s;
}

.feedback-box input:focus,
.feedback-box select:focus,
.feedback-box textarea:focus{
    border-color:#0d6efd;
    outline:none;
    box-shadow:0 0 0 3px rgba(13,110,253,.10);
}

.feedback-box .message-row{
    display:flex;
    gap:15px;
    align-items:flex-end;
}

.feedback-box .message-row textarea{
    flex:1;
    height:70px;
    resize:none;
}

.feedback-box .submit-btn{
    width:180px;
    border:1px solid #dc3545;
    border-radius:5px;
    background:#dc3545;
    color:#fff;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    height: 50px;
}

.submit-btn:hover{
    background:#0b5ed7;
}

/* Large Screen */
@media(min-width:992px){

    .feedback-box{
        max-height:240px;
        overflow:hidden;
    }

}

/* Tablet */
@media(max-width:991px){

    .feedback-box{
        margin-right:0;
    }

}

/* Mobile */
@media(max-width:768px){

    .feedback-box{
        margin-right:0;
        padding:15px;
    }

    .feedback-box .row{
        flex-direction:column;
        gap:10px;
    }

    .feedback-box .message-row{
        flex-direction:column;
    }

    .feedback-box .message-row textarea{
        height:100px;
    }

    .feedback-box .submit-btn{
        width:100%;
        height:48px;
    }

}


.feedback-box input[type="file"]{
    padding:8px;
    background:#fff;
    border:1px dashed #0d6efd;
    cursor:pointer;
    height:55px;
}

.feedback-box input[type="file"]::file-selector-button{
    border:none;
    background:#0d6efd;
    color:#fff;
    padding:8px 12px;
    border-radius:4px;
    cursor:pointer;
    margin-right:10px;
}

.success-popup{
    position:fixed;
    top:25px;
    right:25px;
    z-index:99999;
    display:flex;
    align-items:center;
    gap:12px;
    min-width:320px;
    padding:15px 20px;
    background:#fff;
    border-radius:8px;
    border-left:5px solid #22c55e;
    box-shadow:0 8px 30px rgba(0,0,0,.18);

    opacity:0;
    visibility:hidden;
    transform:translateX(30px);
    transition:all .35s ease;
}

.success-popup.show{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}

.success-icon{
    width:42px;
    height:42px;
    min-width:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#22c55e;
    color:#fff;
    border-radius:50%;
    font-size:25px;
    font-weight:bold;
}

.success-text{
    display:flex;
    flex-direction:column;
}

.success-text strong{
    color:#166534;
    font-size:16px;
}

.success-text span{
    color:#64748b;
    font-size:14px;
}

@media(max-width:576px){

    .success-popup{
        top:15px;
        left:15px;
        right:15px;
        min-width:auto;
    }

}

.comment-block .pro-img{
    width:120px;
    height:120px;
    min-width:120px;
    border-radius:50%;
    overflow:hidden;
}

.comment-block .pro-img .img{
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
    border-radius:50%;
}