/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Section
	04 Alerts
	05 Header
	06 Forms
	07 Sidebar
	08 Banner
	09 Shortcode
	10 Blog
	11 Footer
	12 Responsive

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	line-height: 1.2;
	margin-bottom: 25px;
	font-weight: 700
}
h1 {
	font-size: 40px;
	font-weight: 700
}
h2 {
	font-size: 32px
}
h3 {
	font-size: 28px
}
h4 {
	font-size: 24px
}
h5 {
	font-size: 20px
}
h6 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase
}
p {
	margin: 0 0 25px 0
}
.no-display
{
	display: none;
}
mark {
	padding: .2em;
	background-color: #2c7ae7;
	color: #fff
}
blockquote {
	padding: 0 0 0 20px;
	font-style: italic;
	color: #63636b;
	border-left: 3px solid #2c7ae7
}
blockquote p {
	margin-bottom: 0 !important
}

blockquote footer {
	color: #2c7ae7;
	font-style: normal;
	padding-top: 10px
}
table {
	width: 100%;
	border-bottom: 1px solid #eee
}
table.table-secondary {
	padding: 0px;
	margin: 0px;
}
table.table-secondary tr:nth-child(even) {
	background-color: transparent
}
table.table-secondary tbody tr {
	/*border-bottom: 1px solid #eee*/
}
table.table-secondary tbody tr:hover {
	/*background-color: #f0f4f8*/
	/*new.gks*/
	background-color: #ebeef5;
}
table.table-bordered tr:nth-child(even) {
	background-color: transparent
}
table.table-bordered td {
	border: 1px solid #eee
}
table.table-bordered thead tr th {
	background-color: #eee;
	color: #303036;
	border: 1px solid #eee
}
table td, table th {
	padding: 15px 15px
}
table tr:nth-child(even) {
	/*background-color: #f0f4f8*/
	/*new.gks*/
	background-color: #ebeef5;
}
table thead tr th {
	font-weight: 500;
	text-transform: uppercase;
	background-color: #2c7ae7;
	color: #fff;
	font-size: 14px
}
table tfoot {
	font-weight: 600
}
.content > * {
	margin-bottom: 25px
}
.content > :last-child {
	margin-bottom: 0
}
.content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-top: 35px
}
.content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
	margin-top: 0
}
.content ol, .content ul {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0
}
.content ol li, .content ul li {
	list-style-type: none;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.content ol li::before, .content ul li::before {
	margin-right: 5px
}
.content ul li::before {
	list-style: none;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: inherit ;
	position: relative;
	color: #2c7ae7;
	/*display: block;
	min-width: 8px;
	width: 8px;
	height: 8px;
	margin-top: 8px;
	margin-right: 12px;
	background-color: #2c7ae7;
	/*background-color: #000;
	border-radius: 50%;*/
	line-height: 1
}
.content ol {
	counter-reset: item
}
.content ol li::before {
	content: counter(item) ".";
	counter-increment: item;
	display: block;
	min-width: 16px;
	color: #2c7ae7;
	top: 0
}
.content img {
	display: block;
	margin-bottom: 25px;
	max-width: 100%;
	height: auto
}
@media (max-width: 767.98px) {
	h1 {
		font-size: 32px
	}
	h2 {
		font-size: 28px
	}
	h3 {
		font-size: 24px
	}
	h4 {
		font-size: 20px
	}
	h5 {
		font-size: 18px
	}
	.section {
		padding: 45px 0
	}
	.item {
		margin-bottom: 30px
	}
	.items {
		margin-bottom: -30px
	}
	.section-title {
		margin-bottom: 40px
	}
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	height: 100%
}
body {
	font-size: 14px;
	position: relative;
	line-height: 24px;
	font-family: Montserrat, sans-serif;
	overflow-x: hidden;
	color: #303036;
	opacity: 1;
	background-color: #fff
}
body.overflow-hidden {
	overflow: hidden
}
main {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.main-inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 0 !important;
}
.footer {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
aside ol, aside ul, footer ol, footer ul, header ol, header ul {
	list-style: none;
	margin: 0;
	padding: 0
}

a {
	color: #2c7ae7;
	text-decoration: underline;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
a:hover {
	text-decoration: none;
	color: #2c7ae7
}
/* ----------------------------------------------------------------
     [ 02 Buttons ]
-----------------------------------------------------------------*/
.wraper-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-bottom: -20px
}
.wraper-btn .btn {
	margin-left: 20px;
	margin-bottom: 20px
}
.btn {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	fill: #fff;
	text-decoration: none;
	height: 47px;
	line-height: 47px;
	text-align: center;
	padding: 0 30px;
	font-weight: 500;
	border-radius: 6px;
	outline: 0;
	border: none;
	cursor: pointer;
	overflow: hidden;
	background: #2c7ae7;
	background: linear-gradient(to right, #2876e2 0%, #3f8efc 50%, #2876e2 100%);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-size: 200% 100%;
}
.btn.btn-w240 {
	width: 240px
}
.btn.btn-wide {
	display: block;
	width: 100%
}
.btn.btn-small {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px
}
.btn.btn-small.btn-border {
	line-height: 38px
}
.btn.btn-large {
	height: 55px;
	line-height: 55px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 16px
}
.btn.btn-large.btn-border {
	line-height: 53px
}
.btn.btn-border {
	background: 0 0;
	color: #303036;
	fill: #303036;
	border: 1px solid #303036
}
.btn.btn-border:hover {
	background: 0 0
}
.btn.btn-border:hover::after {
	-webkit-transform: translateX(0) skew(-15deg);
	-ms-transform: translateX(0) skew(-15deg);
	transform: translateX(0) skew(-15deg)
}
.btn.btn-border::after {
	content: "";
	position: absolute;
	left: -25%;
	top: 0;
	width: 150%;
	height: 100%;
	background-color: #303036;
	-webkit-transform: translateX(-130%) skew(-15deg);
	-ms-transform: translateX(-130%) skew(-15deg);
	transform: translateX(-130%) skew(-15deg);
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.btn.btn-border > i, .btn.btn-border > span, .btn.btn-border > svg {
	position: relative;
	z-index: 1
}
.btn.btn-widht-ico {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.btn.btn-widht-ico i {
	margin-left: 5px
}
.btn-link .fa,
.btn.btn-widht-ico .fa {
	margin-left: 7px;
	font-size: 18px;
}
.btn.btn-widht-ico > svg {
	width: 13px;
	height: 13px
}
.btn.btn-widht-ico .btn-widht-ico-right {
	margin-left: 8px
}
.btn.btn-widht-ico .btn-widht-ico-left {
	margin-right: 8px
}
.btn:focus {
	outline: 0
}
.btn:hover {
	background-position: 100% 0;
	color: #fff;
	fill: #fff
}
.ripple {
	position: relative;
	overflow: hidden
}
.ripple-effect {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	-webkit-animation: ripple 1s ease forwards;
	animation: ripple 1s ease forwards;
	z-index: 3
}
@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(200);
		transform: scale(200)
	}
}
@keyframes ripple {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(200);
		transform: scale(200)
	}
}
.hover-link {
	position: relative;
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #303036
}
.hover-link::after {
	content: attr(data-title);
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	color: #2c7ae7
}
.hover-link > span {
	display: block;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.hover-link:hover > span {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}
.hover-link:hover::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.mobile .hover-link::after, .tablet .hover-link::after {
	content: none
}
.mobile .hover-link:hover > span, .tablet .hover-link:hover > span {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.wrapp-btn-circl-arrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.btn-circl-arrow {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #fff;
	fill: #fff;
	background-color: #2c7ae7;
	border-radius: 20px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	overflow: hidden
}
.btn-circl-arrow.btn-circl-arrow-white {
	color: #2c7ae7;
	fill: #2c7ae7;
	background-color: #fff
}
.btn-circl-arrow-text {
	position: absolute;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1;
	white-space: nowrap;
	margin-right: 10px;
	line-height: 34px;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.wrapp-btn-link-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.wrapp-btn-link-left {
	width: 50%;
	opacity: .8;	
}
.wrapp-btn-link-right  {
	width: 50%;
	opacity: .8;
	text-align: right;	
	margin-left: -20px;
}
.btn-link-news {	
	font-size: 14px;
	text-decoration: none;
	color: #2c7ae7;
	fill: #2c7ae7
}

.wrapp-btn-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.btn-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	text-decoration: none;
	color: #2c7ae7;
	fill: #2c7ae7
}
.btn-link .btn-link-ico {
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.btn-link .btn-link-ico-right {
	margin-left: 10px
}
.btn-link .btn-link-ico-left {
	margin-right: 10px
}
.btn-link:hover .btn-link-ico {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
/* ----------------------------------------------------------------
     [ 03 Section ]
-----------------------------------------------------------------*/
.section {
	position: relative;
	padding: 90px 0
}
.page-sections {
	padding-top: 45px
}
.page-sections .section {
	padding: 0;
	margin-bottom: 45px
}
.page-sections .section:last-child {
	margin-bottom: 0
}
.section-overflow-hidden {
	overflow: hidden
}
.section-dark {
	background-color: #303036;
	color: #fff
}
.section-dark a {
	color: #fff
}
.section-bg {
	/*background-color: #f0f4f8;*/
	background-position: center;
	background-size: cover;
	/*new.gks*/
	background-color: #ebeef5;
}
.wrapp-section-title {
	margin-bottom: 45px
}
.section-title {
	position: relative;
	font-weight: 700;
	font-size: 40px
}
.section-desc {
	margin-top: 20px;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	color: #63636b
}
.section-subtitle {
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #2c7ae7
}
.section-title-center {
	text-align: center
}
.section-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-bottom: -20px;
	margin-top: 5px
}
.section-btns .btn {
	margin-bottom: 20px;
	margin-left: 20px
}
.section-btns .btn .fa {
	margin-left: 7px;
	font-size: 18px;
}
.items {
	margin-bottom: -30px
}
.item {
	margin-bottom: 30px
}
.content-items {
	margin-bottom: -40px
}
.content-item {
	margin-bottom: 40px
}
.page-404-title {
	font-size: 80px
}
.main-content {
	position: relative;
	padding: 90px 0
}
.title-center {
	text-align: center
}
.wrapp-page-title {
	margin-bottom: 45px
}
.wrapp-page-title .page-title {
	margin-bottom: 0
}
.wrapp-page-title.page-title-center {
	text-align: center
}
.wrapp-page-title.page-title-m0 {
	margin-bottom: 0
}
.page-title {
	font-weight: 700
}
.page-desc {
	margin-top: 20px;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	color: #63636b
}
.page-subtitle {
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #2c7ae7
}
.page_404 {
	text-align: center;
	padding-top: 30px;
	color: #000;
	padding-bottom: 30px
}
.page_404 .fz20 {
	margin-bottom: 15px
}
.grid-item p {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.p-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px
}
.pagination-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -10px
}
.pagination-list li {
	margin-left: 10px
}
.pagination-list li.active a, .pagination-list li:hover a {
	color: #2c7ae7;
	border-color: #2c7ae7
}
.pagination-list li.active a {
	cursor: default;
	pointer-events: none
}
.pagination-list li.pagination-item-arrow a {
	color: #2c7ae7;
	border-color: transparent;
	width: 24px;
	height: 24px
}
.pagination-list li.pagination-item-arrow:hover a {
	color: #303036
}
.pagination-list li.pagination-item-disabled a {
	color: #b9b9c8;
	pointer-events: none
}
.pagination-list li.pagination-item-disabled:hover a {
	color: #b9b9c8
}
.pagination-list li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	color: #63636b;
	text-decoration: none;
	border: 1px solid #d4d4e1;
	border-radius: 6px
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 20px
}
.owl-theme.owl-theme-dots-white .owl-dots .owl-dot span {
	background-color: #fff
}
.owl-theme .owl-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px
}
.owl-theme .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: 0;
	margin-right: 18px
}
.owl-theme .owl-dots .owl-dot:last-child {
	margin-right: 0
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background-color: #303036;
	margin: 0;
	border-radius: 50%;
	outline: 0
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #2c7ae7;
	width: 14px;
	height: 14px
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #2c7ae7
}
.owl-carousel .owl-item img {
	width: auto
}
/* ----------------------------------------------------------------
     [ 04 Alerts ]
-----------------------------------------------------------------*/
.alerts {
	position: fixed;
	right: 15px;
	bottom: 15px;
	padding-left: 15px;
	z-index: 300000
}
.alert {
	position: relative;
	padding: 15px;
	padding-right: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 6px;
	color: #004085;
	font-size: 14px;
	margin-left: 15px;
	border: 1px solid #b8daff;
	background-color: #b8daff;
	margin-bottom: 10px
}
.alert:last-child {
	margin-bottom: 0
}
.alert.alert-success {
	background-color: #d4edda;
	border-color: #d4edda;
	color: #155724
}
.alert.alert-danger {
	background-color: #f8d7da;
	border-color: #f8d7da;
	color: #721c24
}
.alert.alert-warning {
	background-color: #fff3cd;
	border-color: #fff3cd;
	color: #856404
}
.alert-text {
	line-height: 22px
}
.alert-ico {
	min-width: 30px
}
.alert-close {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0;
	border: none;
	background-color: transparent;
	line-height: 1;
	cursor: pointer;
	color: #303036;
	outline: 0;
	opacity: .6;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.alert-close:focus {
	outline: 0
}
.alert-close:hover {
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.i {
	font-family: 'Material Icons';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	height: 16px;
	width: 16px;
	display: block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga'
}
.i.i-blue, .i-blue {
	color: #2c7ae7;
}
.i.i-outline {
	font-family: 'Material Icons Outlined', 'Material Icons'
}
.i.md-18 {
	font-size: 18px;
	width: 18px;
	height: 18px
}
.i.md-20 {
	font-size: 20px;
	width: 20px;
	height: 20px
}
.i.md-22 {
	font-size: 22px;
	width: 22px;
	height: 22px
}
.i.md-24 {
	font-size: 24px;
	width: 24px;
	height: 24px
}
.i.md-36 {
	font-size: 36px;
	width: 36px;
	height: 36px
}
.i.md-48 {
	font-size: 48px;
	width: 48px;
	height: 48px
}
.gutters-20 {
	margin-right: -10px;
	margin-left: -10px
}
.gutters-20 > .col, .gutters-20 > [class*=col-] {
	padding-right: 10px;
	padding-left: 10px
}
.gutters-10 {
	margin-right: -5px;
	margin-left: -5px
}
.gutters-10 > .col, .gutters-10 > [class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}
.ie-browser {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-family: Arial, sans-serif;
	text-align: center
}
.ie-browser-tr {
	display: table-row
}
.ie-browser-td {
	display: table-cell;
	vertical-align: middle
}
.item-style {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	color: #303036;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.item-style:hover {
	-webkit-box-shadow: 2px 4px 20px 1.4px rgba(45, 45, 45, .13);
	box-shadow: 2px 4px 20px 1.4px rgba(45, 45, 45, .13)
}
.item-style:hover::after {
	border-color: transparent
}
.item-style::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #d4d4e1;
	pointer-events: none;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.owl-carousel .item-style:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}
.owl-carousel .item-style:hover::after {
	border-color: #2c7ae7
}
.img-style {
	border: 1px solid #d4d4e1;
	background-color: #f0f4f8;
	border-radius: 10px;
	overflow: hidden
}
.item-title {
	font-size: 18px;
	font-weight: 700
}
.item-title a {
	text-decoration: none;
	color: #303036
}
.item-title a:hover {
	color: #2c7ae7
}
.item-border-radius {
	border-radius: 10px
}
/* ----------------------------------------------------------------
     [ 05 Header ]
-----------------------------------------------------------------*/
.header {
	position: relative;
	z-index: 111
}
.header.header-page .header-fixed {
	-webkit-box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15);
	box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15)
}
.header-top {
	position: relative;
	/*background-color: #303036;
	color: rgba(255, 255, 255, .4);*/
	padding: 10px 0;
	font-size: 14px;
	z-index: 1;
	/*new.gks*/
	background-color: #1657b8;
    color: white;
}
.header-top i {
	color: #fff
}
.header-top a {
	color: rgba(255, 255, 255, .4);
	text-decoration: none
}
.header-top a:hover {
	color: #fff
}
.header-top-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -30px
}
.header-top-links > * {
	margin-left: 30px
}
.header-top-links .header-call-back-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}
.header-top-links .header-call-back-link i {
	margin-right: 5px
}
.header-top-links .header-call-back-link span {
	border-bottom: 1px dashed #fff;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	line-height: 1.3
}
.header-top-links .header-call-back-link:hover span {
	border-bottom-style: solid
}
.header-top-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -30px
}
.header-top-info b, .header-top-info strong {
	font-weight: 600
}
.header-top-info li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 30px
}
.header-top-info li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.header-top-info li a i {
	margin-right: 10px
}
.header-top-info li b, .header-top-info li strong {
	margin-right: 5px
}
.social-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.social-links li {
	margin-right: 10px
}
.social-links li:last-child {
	margin-right: 0
}
.social-links li a {
	display: block;
	width: 16px;
	height: 16px;
	fill: #fff;
	overflow: hidden;
	line-height: 16px;
}
.social-links li a svg {
	display: block;
	width: 100%;
	height: 100%
}
.social-links li:hover a {
	fill: rgba(255, 255, 255, .4)
}
.header-fixed {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	padding: 15px 0;
	/*background-color: #fff;*/
	/*new.gks*/
	background-color: #ebeef5;
	height: 85px;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 101;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.header-fixed.fixed {
	position: fixed;
	z-index: 101;
	-webkit-box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15);
	box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15);
	min-height: 0;
	height: 65px
}
.header-fixed.fixed .logo {
	max-height: 35px;
	height: 35px
}
.header-fixed .col-static {
	position: static
}
.header-fixed .container {
	position: relative
}
.logo {
	display: block;
	text-decoration: none;
	color: #303036;
	font-size: 18px;
	height: 55px;
	font-weight: 700
}
.logo:hover {
	color: #303036
}
.logo.logo-ico-widht-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.logo .logo-ico {
	margin-right: 10px;
	max-width: 1615px;
}
.logo img {
	max-height: 55px;
	max-width: 230px
}
.logo svg {
	display: block
}
body.mob-main-mnu-open {
	overflow: hidden
}
body.mob-main-mnu-open .header-fixed {
	-webkit-box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15);
	box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15)
}
body.mob-main-mnu-open .mob-main-mnu {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.mob-main-mnu {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	max-width: 320px;
	padding-top: 65px;
	background-color: #fff;
	z-index: 100;
	-webkit-box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15);
	box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15);
	-webkit-transform: translate3d(-150%, 0, 0);
	transform: translate3d(-150%, 0, 0);
	overflow: hidden;
	overflow-y: auto;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}
.mf-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 99;
	opacity: 0;
	cursor: pointer;
	visibility: hidden;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}
.mf-bg.visible {
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 100%
}
.mob-main-mnu-footer {
	padding: 20px;
	font-size: 14px;
	border-bottom: 1px solid #fff
}
.mob-main-mnu-lang {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.mob-main-mnu-lang li {
	margin-right: 20px
}
.mob-main-mnu-lang li:last-child {
	margin-right: 0
}
.mob-main-mnu-lang li a {
	color: #303036;
	text-decoration: none
}
.mob-main-mnu-lang li.active a {
	color: #2c7ae7
}
.mob-main-mnu-content {
	background-color: #f0f4f8
}
.mob-main-mnu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px
}
.mob-main-mnu-list > li {
	position: relative;
	border-bottom: 1px solid #fff
}
.mob-main-mnu-list > li > a {
	display: block;
	color: #303036;
	text-decoration: none;
	width: 100%;
	padding: 0 60px 0 20px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.mob-main-mnu-list > li.active > a, .mob-main-mnu-list > li.open > a {
	background-color: #2c7ae7;
	color: #fff
}
.mob-main-mnu-list > li.active .mmm-btn, .mob-main-mnu-list > li.open .mmm-btn {
	color: #fff
}
.mob-main-mnu-list > li.open .mmm-btn {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.mob-main-mnu-list > li .mmm-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-left: 1px solid #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	cursor: pointer
}
.mob-main-submnu {
	display: none;
	padding: 25px 0 25px;
	border-top: 1px solid #fff;
	background-color: #fff
}
.mob-main-submnu-item {
	margin-bottom: 25px
}
.mob-main-submnu-item:last-child {
	margin-bottom: 0
}
.mob-main-submnu-item ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0
}
.mob-main-submnu-item ul li {
	border-bottom: 1px solid #eee
}
.mob-main-submnu-item ul li:first-child {
	border-top: 1px solid #eee
}
.mob-main-submnu-item ul li a {
	display: block;
	padding: 10px 20px 10px 40px;
	text-decoration: none;
	color: #303036
}
.mob-main-submnu-item-title {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 0 20px;
	text-transform: uppercase
}
.mobile .main-mnu-list > li.main-mnu-item-has-child > a, .tablet .main-mnu-list > li.main-mnu-item-has-child > a {
	pointer-events: none
}
.main-mnu-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -20px
}
.main-mnu-list > li {
	margin-left: 20px;
	padding: 15px 0;
	cursor: pointer
}
.main-mnu-list > li.active > a > span, .main-mnu-list > li:hover > a > span {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}
.main-mnu-list > li.active > a::after, .main-mnu-list > li:hover > a::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.main-mnu-list > li:hover .main-sub-mnu, .main-mnu-list > li:hover > ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	z-index: 11
}
.main-mnu-list > li:hover > a .i {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.main-mnu-list > li.main-mnu-item-mega-mnu {
	position: static
}
.main-mnu-list > li > a {
	font-size: 15px;
	padding: 0 10px;
	overflow: hidden;
	font-weight: 500;
}
.main-mnu-list > li > a::after {
	content: attr(data-title);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	padding: 0 10px;
	width: 100%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	color: #2c7ae7
}
.main-mnu-list > li > a > span {
	display: block;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.main-mnu-list > li a {
	color: #303036;
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 14px
}
.main-mnu-list > li.main-mnu-item-has-child {
	padding-right: 7px
}
.main-mnu-list > li.main-mnu-item-has-child > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.main-mnu-list > li.main-mnu-item-has-child > a .i {
	margin-left: 3px;
	font-size: 18px;
	width: 18px;
	height: 18px;
	color: #2c7ae7;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.main-mnu-list > li > ul {
	position: absolute;
	top: 100%;
	background-color: #fff;
	-webkit-box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
	box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
	min-width: 175px;
	z-index: 10;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	font-weight: 400;
	opacity: 0;
	visibility: hidden;
	padding: 12px 0;
	-webkit-transition: all .2s .2s;
	-o-transition: all .2s .2s;
	transition: all .2s .2s;
	cursor: default
}
.main-mnu-list > li > ul > li {
	padding: 10px 25px
}
.main-mnu-list > li > ul > li > a {
	display: block
}
.main-mnu-list > li > ul li a {
	-webkit-transition: all .25s 0s;
	-o-transition: all .25s 0s;
	transition: all .25s 0s;
	overflow: hidden
}
.main-mnu-list > li > ul li a::after {
	content: attr(data-title);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 100%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	color: #2c7ae7
}
.main-mnu-list > li > ul li a > span {
	display: block;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.main-mnu-list > li > ul li a:hover > span {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}
.main-mnu-list > li > ul li a:hover::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.main-mnu-btn {
	position: relative;
	display: block;
	width: 24px;
	height: 18px;
	overflow: hidden
}
.main-mnu-btn .bar {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #303036;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.main-mnu-btn .bar-1 {
	top: 0
}
.main-mnu-btn .bar-2, .main-mnu-btn .bar-3 {
	top: 8px
}
.main-mnu-btn .bar-3 {
	right: 0
}
.main-mnu-btn .bar-4 {
	bottom: 0
}
.main-mnu-btn.active .bar-1 {
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
	background-color: transparent
}
.main-mnu-btn.active .bar-2 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.main-mnu-btn.active .bar-3 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.main-mnu-btn.active .bar-4 {
	-webkit-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	transform: translateX(-40px);
	background-color: transparent
}
.main-sub-mnu {
	position: absolute;
	left: 15px;
	top: 100%;
	background-color: #fff;
	-webkit-box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
	box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
	width: 100%;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	z-index: 10;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	font-weight: 400;
	opacity: 0;
	visibility: hidden;
	min-height: 300px;
	-webkit-transition: all .2s .2s;
	-o-transition: all .2s .2s;
	transition: all .2s .2s;
	z-index: -1;
	cursor: default
}
.main-sub-mnu .mega-mnu-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 30px
}
.main-sub-mnu .container, .main-sub-mnu .row {
	min-height: 300px
}
.main-sub-mnu-banner {
	padding: 0
}
.mega-mnu-item {
	padding: 40px 20px 40px 50px;
	border-right: 1px solid #eee
}
.mega-mnu-item:last-child {
	border-right: none
}
.main-sub-mnu-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -20px
}
.main-sub-mnu-list > li {
	width: 50%;
	position: relative;
	padding-right: 15px;
	margin-bottom: 16px
}
.main-sub-mnu-list > li:hover > a > span {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}
.main-sub-mnu-list > li:hover > a::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.main-sub-mnu-list > li > a {
	position: relative;
	display: block;
	overflow: hidden
}
.main-sub-mnu-list > li > a::after {
	content: attr(data-title);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	color: #2c7ae7;
	width: 100%;
	padding: 2px 0;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.main-sub-mnu-list > li > a > span {
	display: block;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	padding: 2px 0;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.main-sub-mnu-banner {
	position: relative;
	background-color: #f0f4f8;
	color: #fff
}
.main-sub-mnu-slider {
	height: 100%
}
.main-sub-mnu-slider .owl-item, .main-sub-mnu-slider .owl-stage, .main-sub-mnu-slider .owl-stage-outer {
	height: 100%
}
.main-mnu-list > li a.mnu-slider-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff
}
.mnu-slider-item {
	padding: 40px 60px 40px 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.mnu-slider-item-subtitle {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px
}
.mnu-slider-item-title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500
}
.owl-carousel.main-sub-mnu-slider .owl-nav.disabled {
	display: block
}
.owl-theme.main-sub-mnu-slider .owl-nav {
	margin-top: 0;
	position: absolute;
	right: 20px;
	bottom: 38px;
	line-height: 1
}
.owl-theme.main-sub-mnu-slider .owl-next, .owl-theme.main-sub-mnu-slider .owl-prev {
	margin: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	line-height: 1
}
.owl-theme.main-sub-mnu-slider .owl-next:hover, .owl-theme.main-sub-mnu-slider .owl-prev:hover {
	outline: 0;
	background: 0 0;
	color: #2c7ae7
}
.owl-theme.main-sub-mnu-slider .owl-next:focus, .owl-theme.main-sub-mnu-slider .owl-prev:focus {
	outline: 0
}
.header-search.open .header-search-ico-close {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible
}
.header-search.open .header-search-ico-search {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(.3);
	-ms-transform: scale(.3);
	transform: scale(.3)
}
.header-search.open .header-search-form {
	visibility: visible;
	opacity: 1
}
.header-search-ico {
	cursor: pointer;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	height: 22px;
	width: 22px;
	position: relative;
	z-index: 13
}
.header-search-ico:hover {
	color: #2c7ae7
}
.header-search-ico-close, .header-search-ico-search {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}
.header-search-ico-close {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(.3);
	-ms-transform: scale(.3);
	transform: scale(.3)
}
.header-search-ico-search {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.header-search-form {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 32px;
	opacity: 0;
	visibility: hidden
}
.header-search-form .form-field {
	margin: 0
}
.header-search-form .form-field .form-field-input {
	padding-right: 40px
}
.header-search-btn, .search-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
	border: none;
	background: 0 0;
	cursor: pointer;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.header-search-btn:hover, .search-btn:hover {
	color: #2c7ae7
}
.header-search-btn:focus, .search-btn:focus {
	outline: 0
}
.header-search-btn:active i, .search-btn:active i {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}
.header-search-btn .i, .search-btn .i {
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.mobile .header-lang.open .header-lang-current > span, .tablet .header-lang.open .header-lang-current > span {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.header-lang {
	position: relative;
	padding: 15px 0
}
.header-lang.open .header-lang-list {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.header-lang.open .header-lang-current > span {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}
.header-lang.open .header-lang-current::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.header-lang-current {
	cursor: pointer;
	min-width: 25px;
	text-align: center
}
.header-lang-list {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 10;
	background-color: #fff;
	-webkit-box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
	box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
	padding: 12px 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	visibility: hidden
}
.header-lang-list li {
	padding: 8px 25px
}
.header-lang-list li a span {
	padding: 2px 0
}
.header-lang-list li a::after {
	padding: 2px 0
}
.header-navbar.open .header-navbar-content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.header-navbar-btn {
	position: relative;
	cursor: pointer;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.header-navbar-btn:hover {
	color: #2c7ae7
}
.header-navbar-btn:active {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}
.header-navbar-content {
	position: absolute;
	top: 100%;
	right: 0;
	padding: 20px 25px;
	background-color: #fff;
	z-index: 15;
	-webkit-box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
	box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13)
}
.header-navbar-content {
	font-size: 14px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px)
}
.header-navbar-content > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px
}
.header-navbar-content > li:last-child {
	margin-bottom: 0
}
.header-navbar-content i {
	color: #303036
}
.header-navbar-content b {
	margin-right: 5px
}
.header-navbar-content a {
	color: #303036;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.header-navbar-content a:hover {
	color: #303036
}
.header-navbar-content a i {
	margin-right: 10px
}
.header-navbar-content .header-call-back-link span {
	border-bottom: 1px dashed #303036;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	line-height: 1.3
}
.header-navbar-content .header-call-back-link:hover span {
	border-bottom-style: solid
}
.header-navbar-content .social-links {
	margin-top: 5px
}
.header-navbar-content .social-links li {
	margin-right: 15px
}
.header-navbar-content .social-links li a {
	fill: #303036
}
.popup_style {
	display: none;
	width: 100%;
	max-width: 430px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 0;
	padding: 0 15px;
	overflow: hidden
}
.popup {
	position: relative;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 40px 45px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden
}
.open_popup {
	display: block
}
.popup_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
	color: #2c7ae7;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.popup_close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.popup_title {
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 700
}
.Ñallback_popup_form .btn {
	width: 100%
}
.popup_style_sally {
	-webkit-transform: scale3d(.5, .5, 1);
	transform: scale3d(.5, .5, 1)
}
.popup_style_sandra {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1)
}
.popup_style_don {
	-webkit-animation-name: popup_style_don;
	animation-name: popup_style_don;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
.popup_visible .popup_style_sally {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
.popup_visible .popup_style_sandra {
	-webkit-transform: scale3d(.9, .9, 1);
	transform: scale3d(.9, .9, 1)
}
@-webkit-keyframes popup_style_don {
	0% {
		-webkit-transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	2.083333% {
		-webkit-transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	4.166667% {
		-webkit-transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	6.25% {
		-webkit-transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	8.333333% {
		-webkit-transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	10.416667% {
		-webkit-transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	12.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	14.583333% {
		-webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	16.666667% {
		-webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	18.75% {
		-webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	20.833333% {
		-webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	22.916667% {
		-webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	25% {
		-webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	27.083333% {
		-webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	29.166667% {
		-webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	31.25% {
		-webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	33.333333% {
		-webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	35.416667% {
		-webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	37.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	39.583333% {
		-webkit-transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	41.666667% {
		-webkit-transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	43.75% {
		-webkit-transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	45.833333% {
		-webkit-transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	47.916667% {
		-webkit-transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	50% {
		opacity: 1;
		-webkit-transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	52.083333% {
		-webkit-transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	54.166667% {
		-webkit-transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	56.25% {
		-webkit-transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	58.333333% {
		-webkit-transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	60.416667% {
		-webkit-transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	62.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	64.583333% {
		-webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	66.666667% {
		-webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	68.75% {
		-webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	70.833333% {
		-webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	72.916667% {
		-webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	75% {
		-webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	77.083333% {
		-webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	79.166667% {
		-webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	81.25% {
		-webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	83.333333% {
		-webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	85.416667% {
		-webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	87.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	89.583333% {
		-webkit-transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	91.666667% {
		-webkit-transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	93.75% {
		-webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	95.833333% {
		-webkit-transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	97.916667% {
		-webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	100% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
}
@keyframes popup_style_don {
	0% {
		-webkit-transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	2.083333% {
		-webkit-transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	4.166667% {
		-webkit-transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	6.25% {
		-webkit-transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	8.333333% {
		-webkit-transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	10.416667% {
		-webkit-transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	12.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	14.583333% {
		-webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	16.666667% {
		-webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	18.75% {
		-webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	20.833333% {
		-webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	22.916667% {
		-webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	25% {
		-webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	27.083333% {
		-webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	29.166667% {
		-webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	31.25% {
		-webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	33.333333% {
		-webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	35.416667% {
		-webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	37.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	39.583333% {
		-webkit-transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	41.666667% {
		-webkit-transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	43.75% {
		-webkit-transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	45.833333% {
		-webkit-transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	47.916667% {
		-webkit-transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	50% {
		opacity: 1;
		-webkit-transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	52.083333% {
		-webkit-transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	54.166667% {
		-webkit-transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	56.25% {
		-webkit-transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	58.333333% {
		-webkit-transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	60.416667% {
		-webkit-transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	62.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	64.583333% {
		-webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	66.666667% {
		-webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	68.75% {
		-webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	70.833333% {
		-webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	72.916667% {
		-webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	75% {
		-webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	77.083333% {
		-webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	79.166667% {
		-webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	81.25% {
		-webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	83.333333% {
		-webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	85.416667% {
		-webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	87.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	89.583333% {
		-webkit-transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	91.666667% {
		-webkit-transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	93.75% {
		-webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	95.833333% {
		-webkit-transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	97.916667% {
		-webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
	100% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
}
/* ----------------------------------------------------------------
     [ 06 Forms ]
-----------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #b7b7ba;
	opacity: 1
}
:-moz-placeholder {
	color: #b7b7ba;
	opacity: 1
}
::-moz-placeholder {
	color: #b7b7ba;
	opacity: 1
}
:-ms-input-placeholder {
	color: #b7b7ba;
	opacity: 1
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
	display: block;
	height: 47px;
	width: 100%;
	padding: 0 15px;
	/*margin-bottom: 15px;*/
	border: none;
	border-radius: 6px;
	border: 1px solid #d4d4e1;
	outline: 0;
	color: #303036;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
	border-color: #2c7ae7
}
textarea {
	height: auto;
	resize: none;
	padding-top: 15px;
	padding-bottom: 15px
}
.form-field {
	position: relative;
	margin-bottom: 20px
}
.form-field.form-field-large input[type=email], .form-field.form-field-large input[type=number], .form-field.form-field-large input[type=password], .form-field.form-field-large input[type=search], .form-field.form-field-large input[type=tel], .form-field.form-field-large input[type=text], .form-field.form-field-large input[type=url] {
	height: 55px
}
.form-field.form-field-large .form-field-label {
	height: 55px;
	line-height: 55px
}
.form-field input[type=email], .form-field input[type=number], .form-field input[type=password], .form-field input[type=search], .form-field input[type=tel], .form-field input[type=text], .form-field input[type=url], .form-field textarea {
	margin: 0
}
.form-field label {
	margin: 0
}
.form-field.focus .form-field-label {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px)
}
.form-field label.error {
	color: #ff3d0d;
	font-size: 9px;
	line-height: 1;
	position: absolute;
	right: 5px;
	top: 5px
}
.form-field input.error, .form-field select.error, .form-field textarea.error {
	border-color: #ff3d0d
}
.form-field-label {
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	height: 47px;
	line-height: 47px;
	width: 100%;
	pointer-events: none;
	color: #b7b7ba;
	padding: 0 15px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.form-btn.form-btn-wide .btn {
	width: 100%
}
.form-btn .btn {
	display: block
}
.checkbox {
	position: relative
}
.checkbox-input {
	position: absolute;
	/*left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
    width: 25px;
    height: 25px;*/
    margin: 6px 0 0 6px;
}
.checkbox-input:checked + .checkbox-label .checkbox-ico i, .checkbox-input:checked + .checkbox-label .checkbox-ico svg {
	opacity: 1
}
.checkbox-label {
	position: relative;
	line-height: 24px;
	font-weight: 500;
	margin: 0;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #b7b7ba;
	cursor: pointer
}
.checkbox-ico {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 24px;
	height: 24px;
	min-width: 24px;
	margin-right: 12px;
	border: 1px solid #d4d4e1;
	border-radius: 6px;
	fill: #2c7ae7;
	color: #2c7ae7;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	justify-content: center;
	align-items: center;
}
.checkbox-ico svg {
	margin: auto;
	width: 12px;
	height: 12px
}
.checkbox-ico i, .checkbox-ico svg {
	opacity: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.form-center {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto
}
.form-or-text {
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	color: #63636b
}
.form-or-text span {
	position: relative;
	z-index: 1;
	padding: 0 10px;
	background-color: #fff
}
.form-or-text span::after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	width: 1000px;
	height: 1px;
	margin-top: -1px;
	background-color: #eee
}
.form-or-text span::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 1000px;
	height: 1px;
	margin-top: -1px;
	background-color: #eee
}
.social-login {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	margin-left: -15px;
	margin-bottom: -15px
}
.social-login li {
	margin-left: 15px;
	margin-bottom: 15px;
	width: 100%;
	border-radius: 6px;
	overflow: hidden
}
.social-login li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	fill: #fff;
	height: 55px;
	line-height: 55px;
	text-decoration: none
}
.social-login li a svg {
	width: 18px;
	height: 18px;
	margin-right: 10px
}
.social-login li a.link-google-plus svg {
	width: 22px;
	height: 22px
}
.link-facebook {
	background-color: #29487d
}
.link-facebook:hover {
	background-color: rgba(41, 72, 125, .8)
}
.link-twitter {
	background-color: #1da1f2
}
.link-twitter:hover {
	background-color: rgba(29, 161, 242, .8)
}
.link-google-plus {
	background-color: #e85858
}
.link-google-plus:hover {
	background-color: rgba(232, 88, 88, .8)
}
.section-subscribe-bg {
	min-height: 350px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.section-subscribe-bg-header {
	text-align: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto
}
/* ----------------------------------------------------------------
     [ 07 sidebar ]
-----------------------------------------------------------------*/
.sibebar-item-bg {
	position: relative;
	padding: 25px 15px
}
.sidebar-item-title {
	line-height: 1.2;
	margin-bottom: 20px
}
.sidebar-item-desc {
	font-size: 14px;
	margin-bottom: 20px;
	color: #63636b
}
.sidebar-tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -10px;
	margin-left: -15px;
	font-size: 14px
}
.sidebar-tags li {
	margin-bottom: 10px;
	margin-left: 15px
}
.sidebar-tags li a {
	text-decoration: none
}
.sidebar-tags li a:hover {
	text-decoration: underline
}
.sidebar-recent-posts li {
	margin-bottom: 20px
}
.sidebar-recent-posts li:last-child {
	margin-bottom: 0
}
.sidebar-recent-post {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
	color: #303036;
	font-weight: 700
}
.sidebar-recent-post:hover {
	color: #2c7ae7
}
.sidebar-recent-post-img {
	height: 75px;
	min-width: 85px;
	width: 85px
}
.sidebar-recent-post-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.sidebar-recent-post-title {
	text-decoration: none;
	padding-left: 10px;
	line-height: 1.5
}
.sidebar-cat-item {
	margin-bottom: 12px;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #63636b
}
.sidebar-cat-item:last-child {
	margin-bottom: 0
}
.sidebar-cat-item a {
	color: #63636b;
	display: block;
	width: 100%;
	text-decoration: none
}
.sidebar-cat-item a:hover {
	color: #2c7ae7
}
.sidebar-cat-count {
	margin-left: 10px;
	min-width: 18px;
	text-align: right
}
.footer-copyright {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
#gdpr-cookie-message .container {
	margin: 0 auto
}
#gdpr-cookie-message h3 {
	font-size: 21px;
	font-weight: 500;
	color: #303036;
	margin-bottom: 20px
}
#gdpr-cookie-message p, ul {
	margin-bottom: 20px
}
#gdpr-cookie-message li {
	list-style: none;
	margin-bottom: 10px
}
#gdpr-cookie-message li:last-child {
	margin-bottom: 0
}
#gdpr-cookie-message input[type=checkbox] {
	margin-top: 10px;
	margin-right: 15px;
	float: left
}
#gdpr-cookie-message label {
	display: inline-block;
	max-width: 90%
}
#gdpr-cookie-message code {
	color: #303036;
	font-size: 16px;
	background: #fff;
	padding: 3px 5px;
	border: 1px solid #d4d4e1
}
#ihavecookiesBtn {
	margin-left: 0 !important
}
#gdpr-cookie-message {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(48, 48, 54, .9);
	padding: 20px 15px;
	padding-right: 220px;
	-webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
	box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
	z-index: 111111
}
#gdpr-cookie-message h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px
}
#gdpr-cookie-message h5 {
	color: #303036;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	color: #fff;
	font-size: 14px;
	line-height: 1.5em
}
#gdpr-cookie-message p {
	margin: 0
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right
}
#gdpr-cookie-message li {
	width: 49%;
	display: inline-block
}
#gdpr-cookie-message a {
	color: #303036;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255, 255, 255, .75);
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}
#gdpr-cookie-message a:hover {
	color: #fff;
	border-bottom-color: #303036;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}
#gdpr-cookie-message button, button#ihavecookiesBtn {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	fill: #fff;
	background: #2c7ae7;
	background: -webkit-gradient(linear, left top, right top, from(#2876e2), to(#3f8efc));
	background: -o-linear-gradient(left, #2876e2 0, #3f8efc 100%);
	background: linear-gradient(to right, #2876e2 0, #3f8efc 100%);
	text-decoration: none;
	height: 47px;
	line-height: 47px;
	text-align: center;
	padding: 0 30px;
	font-weight: 500;
	border-radius: 6px;
	outline: 0;
	border: none;
	cursor: pointer;
	overflow: hidden
}
#gdpr-cookie-message button:hover {
	background: #2876e2;
	background: -webkit-gradient(linear, right top, left top, from(#2876e2), to(#3f8efc));
	background: -o-linear-gradient(right, #2876e2 0, #3f8efc 100%);
	background: linear-gradient(to left, #2876e2 0, #3f8efc 100%);
	color: #fff;
	fill: #fff
}
button#gdpr-cookie-advanced {
	background: #fff;
	color: #303036
}
#gdpr-cookie-message button:disabled {
	opacity: .3
}
#gdpr-cookie-message input[type=checkbox] {
	float: none;
	margin-top: 0;
	margin-right: 5px
}
#gdpr-cookie-message #gdpr-cookie-advanced {
	display: none
}
#gdpr-cookie-message button {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 180px
}
@media only screen and (max-width: 576px) {
	#gdpr-cookie-message button {
		position: relative;
		right: 0;
		bottom: 0;
		width: auto
	}
	#gdpr-cookie-message p {
		margin-bottom: 15px
	}
	#gdpr-cookie-message {
		padding: 15px
	}
}
/* ----------------------------------------------------------------
     [ 08 Banner ]
-----------------------------------------------------------------*/
.main-banner {
	min-height: 500px;
	position: relative
}
.main-banner-slider, .main-banner-slider-item {
	height: 640px;
	overflow: hidden;
	display: block
}
.main-banner-slider-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 45px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative
}
.main-banner-slider-item .container {
	position: relative;
	z-index: 2
}
.main-banner-slider-item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .5)
}
.main-banner-content {
	width: 100%;
	max-width: 500px;
	/*padding-left: 100px;*/
	padding-bottom: 60px;
    margin: auto;
}
.main-banner-title {
	color: #46464b; 
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.main-banner-desc {
	font-size: 16px;
	color: #46464b; 
	text-align: center;
}
.main-banner-desc p {
	margin-bottom: 0
}
.main-banner-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: -20px
}
.main-banner-btns:last-child {
	margin-right: 0;
	justify-content: center;
}
.main-banner-btns .btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
	margin-bottom: 20px;
	min-width: 187px;
    margin-left: 20px;
}
.owl-theme.main-banner-slider .owl-dots {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	margin-top: 0
}
/* ----------------------------------------------------------------
     [ 09 Shortcode ]
-----------------------------------------------------------------*/
.services {
	overflow: hidden
}
.servises-item {
	display: block;
	text-align: center;
	padding: 25px;
	text-decoration: none;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #d4d4e1;
	overflow: hidden;
	color: #303036
}
.servises-item::after {
	content: "";
	position: absolute;
	right: -120px;
	bottom: -120px;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .08);
	opacity: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.servises-item::before {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -120px;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .06);
	opacity: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.servises-item::after, .servises-item::before {
	-webkit-transform: translate(100%, 100%);
	-ms-transform: translate(100%, 100%);
	transform: translate(100%, 100%)
}
.servises-item:hover {
	background-color: #2c7ae7;
	color: #fff;
	border-color: transparent
}
.servises-item:hover .servises-item-ico {
	background: #fff;
	color: #2c7ae7
}
.servises-item:hover .servises-item-desc {
	color: #fff
}
.servises-item:hover::after, .servises-item:hover::before {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.servises-item-ico {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 97px;
	height: 97px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #2c7ae7;
	background: -webkit-gradient(linear, left top, right top, from(#2876e2), to(#3f8efc));
	background: -o-linear-gradient(left, #2876e2 0, #3f8efc 100%);
	background: linear-gradient(to right, #2876e2 0, #3f8efc 100%);
	margin: 0 auto 20px;
	color: #fff;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.servises-item-title {
	margin-bottom: 15px;
	font-weight: 700
}
.servises-item-desc {
	color: #63636b;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.servises-item-desc, .servises-item-ico, .servises-item-title {
	position: relative;
	z-index: 2
}
.services-image-item {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden
}
.services-image-item::after {
	content: "";
	float: left;
	margin-top: 100%
}
.services-image-item:hover .services-image-item-card-front {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.services-image-item:hover .services-image-item-card-back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	z-index: 3
}
.services-image-item-card {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.services-image-item-card-front {
	z-index: 2
}
.services-image-item-card-front::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4)
}
.services-image-item-card-front img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.services-image-item-card-back {
	z-index: 1;
	background-color: #2c7ae7;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	padding: 20px
}
.services-image-item-title {
	margin-bottom: 20px
}
.services-image-item-desc {
	margin-bottom: 20px
}
.choose-us-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.choose-us-item-count {
	font-size: 17px;
	font-weight: 700;
	color: #2c7ae7;
	margin-top: 2px;
	position: relative;
	padding-right: 5px
}
.choose-us-item-count::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 52px;
	height: 1px;
	background-color: #303036;
	margin-top: -1px
}
.choose-us-item-info {
	position: relative;
	padding-left: 60px
}
.choose-us-item-title {
	font-weight: 700;
	margin-bottom: 20px;
	min-height: 56px
}
.choose-us-item-title a {
	color: #00000A;
	text-decoration: none;
}
.choose-us-item-desc {
	color: #63636b
}
.choose-us-item-desc p {
	margin: 0
}
.main-counter {
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 20px
}
.main-counter::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #2c7ae7;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, right top, from(#2876e2), to(#3f8efc));
	background: -o-linear-gradient(left, #2876e2 0, #3f8efc 100%);
	background: linear-gradient(to right, #2876e2 0, #3f8efc 100%)
}
.main-counter::before {
	content: "";
	position: absolute;
	right: 0;
	top: 90px;
	width: 34px;
	height: 34px;
	background-color: #2c7ae7;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, right top, from(#2876e2), to(#3f8efc));
	background: -o-linear-gradient(left, #2876e2 0, #3f8efc 100%);
	background: linear-gradient(to right, #2876e2 0, #3f8efc 100%)
}
.main-counter-item {
	position: relative;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	padding-bottom: 10px
}
.main-counter-item-circ {
	position: absolute;
	left: -70px;
	top: -20px;
	width: 100%;
	height: 100%;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: #2c7ae7;
	border-radius: 50%;
	overflow: hidden
}
.main-counter-item-circ::after {
	content: "";
	position: absolute;
	left: 30px;
	bottom: -50px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .15);
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.main-counter-item-circ::before {
	content: "";
	position: absolute;
	left: -25px;
	bottom: -65px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .1);
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.main-counter-item-center {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 11.35px 22.275px 25.92px 1.08px rgba(14, 62, 129, .29);
	box-shadow: 11.35px 22.275px 25.92px 1.08px rgba(14, 62, 129, .29);
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}
.main-counter-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2
}
.main-counter-numb {
	font-size: 145px;
	font-weight: 700;
	color: #2c7ae7;
	margin-bottom: 0;
	line-height: 1
}
.counter-item-title {
	font-weight: 700
}
.counter-item-numb {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: #2c7ae7;
	margin-bottom: 5px
}
.project-nav {
	position: relative;
	margin-bottom: 40px;
	margin-top: -5px
}
.project-nav-list {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%
}
.project-nav-list li {
	cursor: pointer;
	padding: 2px 5px;
	margin-right: 25px;
	white-space: nowrap;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.project-nav-list li:last-child {
	margin-right: 0
}
.project-nav-list li.mixitup-control-active, .project-nav-list li:hover {
	color: #2c7ae7
}
.project-item {
	position: relative;
	display: block;
	height: 400px;
	width: 100%;
	overflow: hidden
}
.project-item:hover .project-item-card-front {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.project-item:hover .project-item-card-back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	z-index: 3
}
.project-item-card {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.project-item-card-front {
	z-index: 2
}
.project-item-card-front img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.project-item-card-back {
	z-index: 1;
	background-color: #2c7ae7;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	padding: 30px 40px
}
.project-item-title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px
}
.project-item-desc {
	margin-bottom: 25px
}
.project-item-desc p {
	margin-bottom: 0
}
.team-item {
	position: relative;
	display: block;
	text-decoration: none
}
.team-item:hover {
	color: #303036
}
.team-item:hover .team-item-social-links {
	top: -14px;
	opacity: 1;
	visibility: visible
}
.mobile .team-item-social-links, .tablet .team-item-social-links {
	top: -14px;
	opacity: 1;
	visibility: visible
}
.team-item-img {
	height: 290px; /*270px;*/
	background-color: #f0f4f8
}
.team-item-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.team-item-title {
	line-height: 1.4;
	margin-bottom: 0;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.team-item-info {
	position: relative;
	text-align: center;
	padding: 25px 15px 15px
}
.team-item-position {
	color: #63636b;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px
}
.team-item-social-links {
	position: absolute;
	left: 50%;
	top: -28px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.team-item-social-links li {
	margin-right: 6px
}
.team-item-social-links li:last-child {
	margin-right: 0
}
.team-item-social-links li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background-color: #2c7ae7;
	fill: #fff;
	border: 1px solid #2c7ae7;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.team-item-social-links li a > svg {
	display: block;
	width: 16px;
	height: 16px;
	margin: auto
}
.team-item-social-links li a:hover {
	background-color: transparent;
	fill: #2c7ae7;
	color: #2c7ae7;
}
.reviews-item {
	position: relative;
	padding: 30px 20px
}
.reviews-item-info {
	padding-top: 10px
}
.reviews-item-text {
	color: #63636b
}
.reviews-item-text p {
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 10px;
    /*text-indent: 1em;*/
}
.reviews-item-title {
	margin-bottom: 2px;
	font-size: 18px
}
.reviews-item-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px
}
.reviews-item-vertical {
	text-align: center
}
.reviews-item-vertical .reviews-item-header {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.reviews-item-vertical .reviews-item-info {
	width: 100%;
	text-align: center
}
.reviews-item-vertical .reviews-item-img {
	margin-right: 0;
	margin-bottom: 15px
}
.reviews-item-vertical .reviews-item-info {
	padding-top: 0
}
.reviews-item-position {
	color: #63636b;
	font-size: 14px
}
.reviews-item-img {
	width: 75px;
	height: 75px;
	min-width: 75px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
	background-color: #f0f4f8
}
.reviews-item-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.bread-crumbs {
	position: relative;
	padding: 18px 0;
	/*background-color: #f0f4f8*/
	/*new.gks*/
	background-color: #1657b8;
}
.bread-crumbs-list {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	overflow: hidden
}
/*new.gks*/
/*.bread-crumbs-list::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(240, 244, 248, 0)), to(#f0f4f8));
	background: -o-linear-gradient(left, rgba(240, 244, 248, 0) 0, #f0f4f8 100%);
	background: linear-gradient(to right, rgba(240, 244, 248, 0) 0, #f0f4f8 100%)
}*/
.bread-crumbs-list li {
	position: relative;
	margin-right: 30px;
	white-space: nowrap
}
.bread-crumbs-list li:last-child {
	margin-right: 0
}
.bread-crumbs-list li:last-child a {
	pointer-events: none;
	cursor: text;
	/*color: #2c7ae7*/
	/*new.gks*/
	color: white;
}
.bread-crumbs-list li:last-child a:hover {
	text-decoration: none
}
.bread-crumbs-list li:last-child .i {
	display: none
}
.bread-crumbs-list li a {
	text-decoration: none;
	/*color: #63636b*/
	/*new.gks*/
	color: white;
}
.bread-crumbs-list li a:hover {
	text-decoration: underline
}
.bread-crumbs-list li .i {
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -9px;
	/*color: #2c7ae7*/
	/*new.gks*/
	color: white;
}
.comment-item {
	position: relative;
	margin-bottom: 20px;
	padding: 25px 20px
}
.comment-item:last-child {
	margin-bottom: 0
}
.comment-item-row:hover .comment-item-reply {
	opacity: 1
}
.comment-item-header {
	margin-bottom: 15px
}
.mobile .comment-item-reply, .tablet .comment-item-reply {
	opacity: 1
}
.comment-item-reply {
	display: block;
	font-size: 14px;
	text-decoration: none;
	opacity: 0;
	margin-top: 15px
}
.comment-item-reply:hover {
	text-decoration: underline
}
.comment-item-author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.comment-item-author-img {
	width: 75px;
	height: 75px;
	min-width: 75px;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #f0f4f8
}
.comment-item-author-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.comment-item-author-title {
	margin-bottom: 3px
}
.comment-item-author-date {
	font-size: 14px;
	color: #63636b;
	margin: 0
}
.comment-item-desc {
	color: #63636b;
	margin: 0
}
.comment-item-desc p {
	margin: 0
}
.comment-item-list {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	padding-left: 40px
}
.comment-item-list > .comment-item-row {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee
}
.comment-item-list > .comment-item-row:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}
.comment-item-list .comment-item-author-img {
	width: 60px;
	height: 60px;
	min-width: 60px
}
.comment-item-list .item-title {
	font-size: 16px
}
.comment-item-list .comment-item-reply {
	margin-top: 7px
}
.tabs {
	position: relative
}
.tabs-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d4d4e1;
	color: #303036
}
.tabs-nav li {
	padding: 10px 0;
	margin-right: 40px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.tabs-nav li:last-child {
	margin-right: 0
}
.tabs-nav li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 0;
	height: 2px;
	background-color: #2c7ae7;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.tabs-nav li.active, .tabs-nav li:hover {
	color: #2c7ae7
}
.tabs-nav li.active::after, .tabs-nav li:hover::after {
	width: 100%
}
.tabs-item {
	display: none;
	padding-top: 25px;
	color: #63636b
}
.tabs-item.active {
	display: block
}
.tabs-vertical {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.tabs-vertical .tabs-nav {
	display: block;
	border: none;
	width: 255px;
	min-width: 255px;
	border-radius: 10px;
	overflow: hidden
}
.tabs-vertical .tabs-nav li {
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	border-bottom: 1px solid #d4d4e1
}
.tabs-vertical .tabs-nav li:last-child {
	border: none
}
.tabs-vertical .tabs-nav li::after {
	content: none
}
.tabs-vertical .tabs-nav li.active, .tabs-vertical .tabs-nav li:hover {
	background-color: #2c7ae7;
	color: #fff
}
.tabs-vertical .tabs-item {
	padding-top: 0
}
.tabs-vertical .tabs-container {
	padding-left: 30px
}
.accordion {
	color: #63636b;
	margin-bottom: -20px
}
.accordion-col {
	margin-bottom: 20px
}
.accordion-list {
	list-style: none;
	margin: 0;
	padding: 0
}
.accordion-item {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px
}
.accordion-item.active .accordion-trigger::before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.accordion-trigger {
	position: relative;
	cursor: pointer;
	padding: 20px 20px 20px 20px;
	color: #303036;
	line-height: 1.2
}
.accordion-trigger::after, .accordion-trigger::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 14px;
	height: 2px;
	background-color: #2c7ae7;
	margin-top: -1px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.accordion-trigger::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.accordion-content {
	display: none;
	padding: 10px;
	border-top: 1px solid #d4d4e1
}
.accordion-item-sm {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 5px;
	margin-top:-20px;
}
.accordion-item-sm.active .accordion-trigger-sm::before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.accordion-trigger-sm {
	position: relative;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	color: #303036;
	line-height: 1.2
}
.accordion-trigger-sm::after, .accordion-trigger-sm::before {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	width: 14px;
	height: 2px;
	background-color: #2c7ae7;
	margin-top: -1px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.accordion-trigger-sm::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.accordion-content-sm {
	display: none;
	padding: 10px;
	border-top: 1px solid #d4d4e1;
	line-height: 2.2
}

.pricing-item {
	position: relative;
	overflow: hidden
}
.pricing-item-badge {
	position: absolute;
	top: 30px;
	right: -60px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background-color: #2c7ae7;
	color: #fff;
	text-align: center;
	font-size: 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.pricing-item-header {
	padding: 30px;
	border-bottom: 1px solid #d4d4e1;
	text-align: center
}
.pricing-item-price {
	font-size: 30px;
	font-weight: 700;
	color: #2c7ae7
}
.pricing-item-title {
	text-transform: uppercase
}
.pricing-item-content {
	padding: 30px
}
.pricing-item-list {
	list-style: none;
	margin: 0;
	padding: 0;
	fill: #63636b;
	color: #9b9b9b;
	line-height: 24px;
	font-size: 14px
}
.pricing-item-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px
}
.pricing-item-list li:last-child {
	margin-bottom: 0
}
.pricing-item-list li.active {
	color: #303036
}
.pricing-item-list li.active i {
	color: #2c7ae7;
	fill: #2c7ae7
}
.pricing-item-list li i {
	margin-right: 10px
}
.brands-item {
	position: relative;
	padding: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 140px
}
.brands-item img {
	display: block;
	max-width: 100%;
	max-height: 100%
}
.comming-soon {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.comming-soon::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .6)
}
.comming-soon .container {
	position: relative;
	z-index: 2
}
.countdown {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto
}
.countdown.hidden {
	display: none
}
.countdown-number {
	padding: 20px;
	width: 150px;
	height: 150px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.countdown-time {
	display: block;
	font-size: 60px;
	font-weight: 700;
	width: 100%;
	line-height: 1
}
.countdown-text {
	display: block;
	line-height: 1;
	color: #63636b
}
.deadline-message {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-decoration: line-through;
	display: none
}
.deadline-message.visible {
	display: block
}
.comming-soon-form {
	margin-top: 40px
}
.gallery-item {
	position: relative;
	margin: 0;
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden
}
.gallery-item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.gallery-item-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	color: #fff
}
.pswp__img {
	-o-object-fit: cover;
	object-fit: cover
}
.contact-info {
	position: relative;
	padding: 30px 20px;
	background-color: #f0f4f8;
	border-radius: 10px;
	height: 100%
}
.contact-list {
	content: "";
	list-style: none;
	margin: 0;
	padding: 0;
	color: #63636b
}
.contact-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px
}
.contact-list li:last-child {
	margin-bottom: 0
}
.contact-list li .i {
	margin-right: 5px;
	color: #2c7ae7
}
.contact-list li a {
	text-decoration: none;
	display: block;
	color: #63636b
}
.contact-list .i {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.contact-list .i.footer-contact-tel {
	font-size: 20px
}
.contact-list .i.footer-contact-email {
	font-size: 18px
}
.contact-form-padding {
	padding-left: 30px
}
#map_canvas, .map {
	height: 500px
}
/* ----------------------------------------------------------------
     [ 10 Blog ]
-----------------------------------------------------------------*/
.news-item {
	position: relative
}
.news-item-img {
	display: block;
	/*height: 320px;*/
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #f0f4f8
}
.news-item-img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-o-object-fit: cover;
	object-fit: cover
	/*margin: 0 auto;*/
}
.news-item-info {
	position: relative;
	padding: 35px 20px 20px
}
.news-item-date {
	position: absolute;
	left: 50%;
	top: 10px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	background-color: #2c7ae7;
	color: #fff;
	font-size: 13px;
	border-radius: 6px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.news-item-title {
	margin-top: 20px;
	margin-bottom: 10px;
	/*white-space: nowrap;*/
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px
}
.news-item-desc {
	color: #63636b;
	height: 48px;
	overflow: hidden
}
.news-item-desc p {
	margin-bottom: 0
}
.news-item-url {
	margin-top: 10px;
}
.news-item-url a {
	font-size: 14px;
	color: #2c7ae7;
	text-decoration: none
}
.news-item-url a:hover {
	text-decoration: underline
}

.news-item-min .news-item-info {
	padding: 20px
}
.news-item-min .news-item-title {
	margin-bottom: 0
}
.news-item-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 1.2
}
.news-item-auth {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none
}
.news-item-auth:hover {
	color: #303036
}
.news-item-auth-img {
	width: 35px;
	min-width: 35px;
	height: 35px;
	margin-right: 10px
}
.news-item-auth-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.news-item-date2 {
	color: #63636b;
	margin-left: 15px;
	white-space: nowrap
}
.blog-wide-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.blog-wide-item-img {
	display: block;
	height: 195px;
	min-width: 250px;
	width: 250px
}
.blog-wide-item-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.blog-wide-item-info {
	padding-left: 25px;
	width: 100%
}
.blog-wide-item-title {
	margin-top: 30px;
	margin-bottom: 0px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 430px;
}
.blog-wide-item-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	color: #63636b
}
.blog-wide-item-date {
	padding-right: 10px
}
.blog-wide-item-author a {
	text-decoration: none
}
.blog-wide-item-author a:hover {
	text-decoration: underline
}
.blog-wide-item-desc {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #63636b;
	/*height: 72px;*/
	overflow: hidden
}
.blog-wide-item-desc p {
	margin: 0
}
.blog-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 10px
}
.blog-post-header {
	margin-bottom: 32px
}
.blog-post-title {
	font-size: 32px;
	margin-bottom: 15px
}
.blog-post-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #63636b;
	margin-bottom: -15px;
	margin-left: -20px
}
.blog-post-meta-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 20px;
	margin-bottom: 15px
}
.blog-post-meta-item .i {
	margin-right: 5px;
	color: #2c7ae7
}
.blog-post-meta-item a {
	text-decoration: none
}
.blog-post-meta-item a:hover {
	text-decoration: underline
}
.blog-post-img {
	margin-top: 20px;
	height: 500px
}
.blog-post-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.blog-post-footer {
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px solid #eee
}
.blog-post-cat {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -10px;
	margin-left: -15px;
	font-size: 14px
}
.blog-post-cat li {
	margin-bottom: 10px;
	margin-left: 15px
}
.blog-post-cat li a {
	display: block;
	text-decoration: none
}
.blog-post-cat li a:hover {
	text-decoration: underline
}
.blog-post-share {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.blog-post-share-title {
	margin-right: 20px;
	color: #63636b;
	margin-bottom: 0
}
.page-social-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.page-social-links li {
	margin-right: 10px
}
.page-social-links li:last-child {
	margin-right: 0
}
.page-social-links li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	fill: #303036;
	border: 1px solid #eee
}
.page-social-links li a > svg {
	display: block;
	width: 18px;
	height: 18px;
	margin: auto
}
.page-social-links li a:hover {
	border-color: #63636b
}
/* ----------------------------------------------------------------
     [ 11 Footer ]
-----------------------------------------------------------------*/
.footer {
	position: relative !important;
	/*background-color: #303036;*/
	width: 100%;
	color: #fff;
	font-size: 14px;
	/*new.gks*/
	background-color: #1657b8;
}
.footer a {
	color: #fff;
	text-decoration: none
}
.footer a:hover {
	color: #fff
}
.footer a::after {
	color: #fff
}
.footer-main {
	padding: 60px 0
}
.footer-company-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%
}
.footer-company-info .logo {
	margin-bottom: 20px;
	height: auto
}
.footer-company-desc {
	font-size: 14px;
	margin-bottom: 30px
}
.footer-company-desc p {
	margin-bottom: 0
}
.footer-social-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.footer-social-links li {
	margin-right: 10px
}
.footer-social-links li:last-child {
	margin-right: 0
}
.footer-social-links li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	fill: #fff;
	border: 1px solid #fff;
	justify-content: center;
	align-items: center;
}
.footer-social-links li a > svg {
	display: block;
	width: 18px;
	height: 18px;
	margin: auto
}
.footer-social-links li a:hover {
	background-color: #fff;
	fill: #2c7ae7;
	color: #2c7ae7;
}
.footer-item {
	margin-bottom: 30px
}
.footer-item:last-child {
	margin-bottom: 0
}
.footer-item-title {
	font-size: 18px;
	margin-bottom: 32px;
	font-weight: 700
}

.footer-mnu li {
	margin-bottom: 15px
}
.footer-mnu li:last-child {
	margin-bottom: 0
}

.main-contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main-contacts i {
	margin-right: 10px;
}
.footer-contacts li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px
}
.footer-contacts li:last-child {
	margin-bottom: 0
}
.footer-contacts li .i {
	margin-right: 5px
}
.footer-contacts .i {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.footer-contacts .i.footer-contact-tel {
	font-size: 20px
}
.footer-contacts .i.footer-contact-email {
	font-size: 18px
}
.footer-contact-info a:hover {
	text-decoration: underline
}
.footer-subscribe {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.footer-subscribe .form-field {
	margin-right: 13px;
	margin-bottom: 0;
	width: 100%
}
.footer-subscribe .form-field input {
	background-color: transparent;
	color: #fff
}
.footer-bottom {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .2)
}
.footer-copyright {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.footer-bottom .copyright  {
	width: 50%;
	opacity: .8;	
}
.footer-bottom .metrika {
	width: 50%;
	text-align: right;
	margin-left: -20px;
	opacity: .8;
}
.footer-links {
	width: 100%;
}
.footer-links ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -15px;
	margin-left: -20px;
	width: 100%;
}
.footer-links ul li {
	float: left;
	margin-left: 20px
}
.footer-links ul li:last-child{
	text-align: right;
	width: 100%;
}
.footer-links ul li a {
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 1px dashed #fff
}
.footer-links ul li a:hover {
	white-space: nowrap;	
	border-bottom-style: solid
}
/* ----------------------------------------------------------------
     [ 13 Responsive ]
-----------------------------------------------------------------*/
@media (max-width: 1199px) {
	.main-content,
	.section {
		padding: 75px 0;
	}
	.main-mnu-list {
		margin-left: -10px
	}
	.main-mnu-list > li {
		margin-left: 10px
	}
	.mega-mnu-item {
		padding: 30px 10px 30px 25px
	}
	.header-fixed .container {
		padding-left: 10px;
		padding-right: 10px
	}
	.header-fixed .row {
		margin-left: -10px;
		margin-right: -10px
	}
	.header-fixed .row .header-fixed-col {
		padding: 0 10px
	}
	.main-banner-slider, .main-banner-slider-item {
		height: 560px
	}
	.main-banner-content {
		padding-left: 50px;
		max-width: 450px
	}
	.servises-item {
		padding-left: 25px;
		padding-right: 25px
	}
	.choose-us-item-info {
		padding-left: 40px
	}
	.choose-us-item-count::after {
		width: 32px
	}
	.project-item {
		height: 330px
	}
	.project-item-card-back {
		padding: 25px
	}
	.team-item-img {
		height: 220px
	}
	.news-item-img {
		height: 250px
	}
	.news-item-info {
		padding-left: 15px;
		padding-right: 15px
	}
	.contact-form-padding {
		padding-left: 0
	}
}
@media (max-width: 991.98px) {
	.header-top {
		display: none
	}
	.header-fixed {
		height: 65px
	}
	.header-search-form {
		padding-right: 0;
		padding-right: 70px
	}
	.mob-main-mnu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.main-banner-content {
		padding-left: 0;
		max-width: 400px
	}
	.choose-us-item-info {
		padding-left: 60px
	}
	.choose-us-item-count::after {
		width: 52px
	}
	.main-counter-item {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px
	}
	.counter-item {
		text-align: center
	}
	.project-item {
		height: 400px
	}
	.project-item-card-back {
		padding: 25px 40px
	}
	.project-nav-list li {
		margin-right: 15px
	}
	.team-item-img {
		height: 360px
	}
	.tabs-vertical .tabs-nav {
		min-width: 225px;
		width: 225px
	}
}
@media (max-width: 767px) {
	.main-content, .section {
		padding: 55px 0
	}
	.item {
		margin-bottom: 30px
	}
	.items {
		margin-bottom: -30px
	}
	.wrapp-page-title, .wrapp-section-title {
		margin-bottom: 35px
	}
	.section-title {
		font-size: 32px
	}
	.main-banner-title {
		font-size: 32px
	}
	.main-banner-content {
		padding-bottom: 0
	}
	.main-banner-desc {
		color: #303036
	}
	.choose-us-item-title {
		min-height: 0;
	}
	.choose-us-item-title br {
		display: none
	}
	.choose-us-item-count {
		margin-top: 0
	}
	.counter-item-numb {
		font-size: 32px
	}
	.main-counter-title {
		font-size: 20px
	}
	.main-counter-numb {
		font-size: 100px
	}
	.main-counter-item {
		width: 250px;
		height: 250px
	}
	.main-counter-item-circ {
		left: -50px;
		top: -10px
	}
	.main-counter {
		padding-left: 50px;
		padding-right: 50px
	}
	.main-counter::after, .main-counter::before {
		content: none
	}
	.section-projects .container {
		max-width: 100%
	}
	.project-item {
		height: 350px
	}
	.project-item-card-back {
		padding: 20px
	}
	.project-nav {
		margin-bottom: 25px
	}
	.project-nav-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		overflow-x: auto
	}
	.team-item-img {
		height: 280px
	}
	.news-item {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto
	}
	.footer-main {
		padding: 45px 0
	}
	.blog-wide-item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto
	}
	.blog-wide-item-img {
		margin-bottom: 20px;
		width: 100%
	}
	.blog-wide-item-info {
		padding-left: 0
	}
	.blog-wide-item-desc {
		margin-top: 15px;
		margin-bottom: 15px
	}
	.blog-nav {
		padding-top: 0
	}
	.blog-wide-item-desc {
		height: auto
	}
	.news-item-desc {
		height: auto
	}
	.services-image-item {
		max-width: 320px;
		margin: 0 auto
	}
	.table-responsive {
		position: relative;
		width: 100%;
		overflow-y: auto
	}
	.table-responsive table {
		width: 650px
	}
	.table-responsive-outer {
		position: relative
	}
	.table-responsive-outer::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 10px;
		height: 100%;
		background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, .3), #fff);
		background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .3)), to(#fff));
		background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .3), #fff);
		background-image: linear-gradient(0deg, rgba(255, 255, 255, .3), #fff)
	}
	.table-container::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 14px;
		height: 14px
	}
	.table-container::-webkit-scrollbar-thumb {
		border-radius: 10px;
		border: 3px solid #fff;
		background-color: rgba(0, 0, 0, .3)
	}
	.blog-post-title {
		font-size: 28px
	}
	.blog-post-img {
		height: 300px
	}
	.blog-post-footer {
		padding-top: 20px
	}
	.tabs-vertical {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.tabs-vertical .tabs-nav {
		width: 100%
	}
	.tabs-vertical .tabs-nav li {
		padding: 10px 15px
	}
	.tabs-vertical .tabs-container {
		padding-left: 0;
		padding-top: 25px;
		overflow: scroll;
	}
	.tabs-item {
		padding-top: 0
	}
	.tabs-container {
		padding-top: 25px
	}
	.tabs-nav {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border: none;
		border-radius: 10px;
		background-color: #f0f4f8;
		overflow: hidden
	}
	.tabs-nav li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #d4d4e1;
		padding: 10px 15px
	}
	.tabs-nav li:last-child {
		border-bottom: none
	}
	.tabs-nav li::after {
		content: none
	}
	.tabs-nav li.active, .tabs-nav li:hover {
		background-color: #2c7ae7;
		color: #fff
	}
	.countdown-number {
		width: 100px;
		height: 100px
	}
	.countdown-time {
		font-size: 40px
	}
	.main-banner-slider-item::after {
		background-color: rgba(255, 255, 255, .8)
	}
}
@media (max-width: 575.98px) {
	.popup {
		padding: 30px 20px
	}
	.choose-us-item-info {
		padding-left: 50px
	}
	.choose-us-item-count::after {
		width: 42px
	}
	.project-item {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto
	}
	.team-item {
		max-width: 270px;
		margin-left: auto;
		margin-right: auto
	}
	.comment-item-list {
		padding-left: 10px
	}
}
@media only screen and (max-width: 480px) {
	.pagination-list {
		padding-bottom: 35px
	}
	.pagination-item-arrow {
		position: absolute;
		bottom: 0
	}
	.pagination-item-arrow-prev {
		right: 50%;
		margin-right: 10px
	}
	.pagination-item-arrow-first {
		right: 50%;
		margin-right: 34px
	}
	.pagination-item-arrow-next {
		left: 50%
	}
	.pagination-item-arrow-last {
		left: 50%;
		margin-left: 34px !important
	}
	.social-login {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.social-login li {
		width: 100%
	}
	.countdown-number {
		width: 80px;
		height: 80px;
		padding: 10px
	}
	.countdown-time {
		font-size: 30px
	}
	.countdown-text {
		font-size: 14px
	}
}
@media only screen and (max-width: 370px) {
	.main-counter-item {
		width: 230px;
		height: 230px
	}
	.main-counter {
		padding-left: 20px;
		padding-right: 20px
	}
	.main-counter-item-circ {
		left: -30px;
		top: -5px
	}
	.countdown-number {
		width: 65px;
		height: 65px;
		padding: 10px 0
	}
	.countdown-time {
		font-size: 22px
	}
	.countdown-text {
		font-size: 13px
	}
}
@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
	.main-banner-slider, .main-banner-slider-item {
		height: 420px
	}
	.main-banner {
		min-height: 400px
	}
	#map_canvas, .map {
		height: 300px
	}
}

.contact-table, .table-secondary
{
	min-width: 720px;
}
.contact-table .phone-column
{
	min-width: 230px;
}
.contact-table-container, .table-responsive
{
	overflow: scroll;


  scrollbar-color: #0A4C95 #C2D2E4;
  scrollbar-width: thin;
}

.contact-table-container::-webkit-scrollbar, .table-responsive::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 7px;
}
.contact-table-container::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.purchase-table {
	border: 1px solid #000;
	padding: 5px;
	margin: 5px;
}

.purchase-table th {
	text-align: center;
	border: 1px solid #000;
}

.purchase-table td {
	border-top: 1px solid #000;
}

.purchase-table td.document {
	border: none;
}

@media (max-width: 768px)
{
.registry-search form>.row>div
{
	margin: 10px 0;
}
}

h3
{
	margin-top: 15px;
}

.sitemap li
{
	list-style-type: none;
}
.sitemap a
{
	text-decoration: none;
}
@media (min-width: 768px)
{
	.footer-contact-column
	{
		padding-left: 40px;
	}
}

.brands-item span
{
	text-align: center;
}
.brands-item a
{
	text-decoration: none;
}

#blink_text {
  font-weight: bolder;
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s linear infinite;
}
@-webkit-keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}
@keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}
