/*!
Theme Name: velmut
Theme URI: http://underscores.me/
Author: Velmut Web Software
Author URI: https://velmut.com/
Description: Velmut kurumsal web site
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: velmut

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

velmut is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}




.failed,
.text-info {
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.text-info {
	color: #fff !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');





/* Body */
html,
body {
	height: 100%;

}

html,
body img {
	width: 100%;
}


html {
	font-size: 14px;
}

@media (max-width: 767.98px) {
	.references-kale .ref-box img{
		max-width: 100px !important;
	}
	html {
		font-size: 13px;
	}
}

body {
	font-family: 'Poppins', sans-serif;
	color: #003E52;
}


@media (max-width: 767.98px) {
	body {
		font-size: 13px;
	}
}

section {
	background-color: transparent;
}

button:focus,
input:focus,
textarea {
	outline: 0;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.title-h1,
.title-h2,
.title-h3,
.title-post {
	font-family: 'Poppins', sans-serif;
	color: #222222;
	line-height: 1.3;
}

.title-h1 {
	font-size: 53px;
	line-height: 61px;
}

@media (max-width: 767.98px) {
	.title-h1 {
		font-size: 2.85rem;
	}
}

.title-h2 {
	font-size: 2.57rem;
}

.title-h3 {
	font-size: 1.42rem;
}

.before-title {
	color: #E1251B;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1.3rem;
	position: relative;
}

@media (max-width: 767.98px) {
	.before-title {
		margin-bottom: 0.7rem;
	}
}

.before-title::before {
	content: "";
	width: 3.85rem;
	height: 7.71rem;
	display: block;
	background-image: url(../img/logo/logo-shape.svg);
	position: absolute;
	left: -1.92rem;
	top: calc(50% - 3rem);
	z-index: -1;
}

.before-title.text-center::before {
	margin: 0 auto;
	left: 0;
	right: 0;
}

.after-title {
	font-size: 1.21rem;
	line-height: 1.8;
}

.btn-text {
	color: #E1251B;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 14px;
	border: 1px solid;
	padding: 10px 16px;
	display: inline-block;
}

.btn-text:hover,
.btn-text:focus {
	color: #222222;
}

.btn-text-img {
	position: relative;
}

.btn-text-img::after {
	content: "";
	background-image: url(../img/item-link.svg);
	width: 12px;
	height: 5px;
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-text-img:hover::after {
	background-image: url(../img/item-link-active.svg);
}

.btn {
	border-radius: 0;
	padding: 0.9rem 3rem;
}

.btn-primary {
	background-color: #E1251B;
	border-color: #E1251B;
	font-size: 1.14rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #222222;
	border-color: #222222;
}

.btn-primary:not(:disabled):not(.disabled).active {
	background-color: #222222;
	border-color: #222222;
}

.form-control {
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	font-size: 1.21rem;
	border-radius: 0;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #E1251B;
}

/* Header */
.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

@media (max-width: 991.98px) {
	.header {
		background-color: #ffffff;
		padding-top: 10px;
		padding-bottom: 10px;
		position: static;

	}
	.fixMenu{
		display:none !important;
	}
}

@media (max-width: 575.98px) {
	.header {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}



.navbar-toggler {
	border-radius: 0;
}

@media (max-width: 991.98px) {
	.navbar-collapse {
		padding-top: 2rem;
	}
}

.navbar {
	position: inherit;
	padding: 0;
}


.navbar .navbar-brand {
	position: static;
	margin-right: 52px;
}


@media (max-width: 575.98px) {
	.navbar .navbar-brand img {
		width: 90px;
	}
}

.navbar-expand-lg .navbar-nav .nav-link {
	/* padding-right: 14px; */
	/* padding-left: 14px; */
}

.navbar-nav {
	font-size: 1.28rem;
}

.navbar-nav .menu-item:first-child .nav-link {
	padding-left: 0;
}

.navbar-nav .sub-menu {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0px 21px 39px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 21px 39px 0px rgba(0, 0, 0, 0.12);
	padding: 18px 15px 10px;
	font-size: 1.21rem;
	width: 240px;
}

.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover {
	color: #E1251B;
	text-decoration: none;
	background-color: transparent;
}

.sub-menu:hover .sub-menu{
	display: block;
}

.sub-menu {
	margin-top: 0;
}

@media (max-width: 991.98px) {
	.sub-menu {
		display: block;
	}
}

.dropdown-toggle {
	margin-bottom: 2px;
}

.navbar .dropdown-toggle,
.nav-tabs .dropdown-toggle {
	margin-bottom: 0;
}

.dropdown-item {
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #003E52;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

.dropdown-item:hover {
	padding-left: 10px;
	color: #E1251B;
}

.dropdown-item::before {
	content: '';
	display: block;
	width: 10px;
	height: 20px;
	background-image: url(../img/logo/logo-shape-red.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.dropdown-item:hover::before {
	opacity: 1;
}

.navbar-nav.menu li a {
	color: #fff;
	font-family: open sans, sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 23px;
}

.navbar-light .navbar-nav .nav-link {
	color: #003E52;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	font-size: 14px;
	font-weight: 400;
}

@media (max-width: 991.98px) {
	.navbar-light .navbar-nav .nav-link {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #E1251B;
}

.btn-search {
	height: 3.57rem;
	width: 3.57rem;
	padding: 0;
	font-size: 1.57rem;
}

.form-inline .form-search {
	width: 0;
	background-color: #222222;
	color: #ffffff;
	height: calc(3.57rem + 2px);
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
	background-color: #ffffff;
	border-color: transparent;
	font-size: 1.21rem;
	border-radius: 0;
	padding: 0;
}

.form-inline .form-search:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	color: #ffffff;
}

.search-bar {
	position: absolute;
	right: 60px;
}

@media (max-width: 1540px) {
	.search-bar {
		position: static;
	}
}

@media (max-width: 1199.98px) {
	.search-bar {
		display: none;
	}
}

.search-bar.active .form-search {
	width: 200px;
	padding: .375rem 1.75rem;
	background-color: #222222;
	color: #ffffff;
}

/* Breadcrumb */
.breadcrumb {
	padding: .75rem 0;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb-item {
	position: relative;
}

.breadcrumb-item a {
	color: #222222;
}

.breadcrumb-item.active {
	color: #003E52;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 39px;
	margin-left: 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #cccccc;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
}

/* Banner Header */
.section-banner {
	background-color: #f7f7f7;
	position: relative;
	padding-top: 13.9rem;
	padding-bottom: 3.5rem;
}

@media (max-width: 991.98px) {
	.section-banner {
		padding-top: 5rem;
	}
}

.section-banner .title-h2 {
	margin-bottom: 1.1rem;
}

.section-banner .title-h2::before {
	content: "";
	width: 90px;
	height: 180px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/logo/shape-banner.svg);
	position: absolute;
	left: -19.2rem;
	top: -56px;
}

@media (max-width: 1730px) {
	.section-banner .title-h2::before {
		width: 63px;
		height: 128px;
		left: -4.92rem;
		top: -56px;
	}
}



.section-banner__box {
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
}

@media (max-width: 1730px) {
	.section-banner__box {
		width: 50%;
	}
}

@media (max-width: 991.98px) {
	.section-banner__box {
		display: none;
	}
}

.section-banner__thumb {
	width: 100%;
	height: 290px;
	position: relative;
	overflow: hidden;
}



.section-banner__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 290px;
	-o-object-fit: cover;
	object-fit: cover;
}


/* Banner Carousel */
.banner-carousel {
	background-color: #F8F8F8;
}

.banner-carousel-item {
	position: relative;
	overflow: hidden;
	padding: 164px 0 98px;
}

@media (max-width: 991.98px) {
	.banner-carousel-item {
		padding-top: 29px !important;
	}
}

.banner-carousel .title-h1 {
	margin-bottom: 18px;
}

@media (max-width: 1730px) {
	.banner-carousel .title-h1::before {
		width: 150px;
		height: 301px;
		left: -2.92rem;
		top: -69px;
	}
}



.banner-carousel .description {
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}

.banner-carousel .container {
	position: relative;
}

.banner-carousel .owl-dots {
	display: none;
}

.banner-carousel .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
}

@media (max-width: 767.98px) {
	.banner-carousel .owl-nav {
		right: 30px;
		bottom: 15px;
	}
}

@media (max-width: 575.98px) {
	.banner-carousel .owl-nav {
		right: 15px;
	}
}

.banner-carousel .owl-prev,
.banner-carousel .owl-next {
	width: 80px;
	height: 80px;
	background-color: rgba(34, 34, 34, 0.65);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.banner-carousel .owl-prev:hover,
.banner-carousel .owl-next:hover {
	background-color: #222222;
}

@media (max-width: 991.98px) {

	.banner-carousel .owl-prev,
	.banner-carousel .owl-next {
		width: 60px;
		height: 60px;
	}
}

.banner-carousel .owl-prev {
	background-image: url(../img/return.svg);
}

.banner-carousel .owl-next {
	background-image: url(../img/arrow.svg);
}

.carousel-number {
	font-family: 'Poppins', sans-serif;
	font-size: 17.85rem;
	line-height: 0.9;
	color: rgba(204, 204, 204, 0.3);
	position: absolute;
	left: 33%;
	bottom: 0;
}

@media (max-width: 767.98px) {
	.carousel-number {
		font-size: 11.85rem;
		left: inherit;
		right: 30px;
		bottom: 100px;
	}
}

@media (max-width: 575.98px) {
	.carousel-number {
		font-size: 3.85rem;
		right: 15px;
	}
}

.box-banner {
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	z-index: -1;
}

@media (max-width: 1730px) {
	.box-banner {
		width: 50%;
	}
}



.thumb-banner {
	width: 100%;
	height: 840px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1730px) {
	.thumb-banner {
		height: 800px;
	}
}

@media (max-width: 1540px) {
	.thumb-banner {
		height: 700px;
	}
}



.thumb-banner-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 840px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 1730px) {
	.thumb-banner-img {
		height: 800px;
	}
}

@media (max-width: 1540px) {
	.thumb-banner-img {
		height: 700px;
	}
}


/* About */
.section-about {
	padding-top: 14.28rem;
}

@media (max-width: 991.98px) {
	.section-about {
		padding-top: 10rem;
	}
}

.section-about .title-h2 {
	line-height: 1.2;
	margin-bottom: 1.3rem;
}

.section-about .after-title {
	font-size: 1.57rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.section-about .description {
	font-size: 1.21rem;
	line-height: 1.8;
	margin-bottom: 4rem;
}

.section-about .text-description {
	font-size: 1.21rem;
	line-height: 1.8;
	margin-bottom: 1.4rem;
}

.img-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}

@media (max-width: 767.98px) {
	.img-about {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 2rem;
	}
}

.img-about-item {
	position: absolute;
	left: 0;
	z-index: -1;
	top: -91px;
}

@media (max-width: 991.98px) {
	.img-about-item {
		display: none;
	}
}

.thumb-back {
	width: 300px;
	height: 350px;
	position: relative;
	overflow: hidden;
}

.thumb-back-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 300px;
	height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
}

.thumb-front {
	width: 330px;
	height: 437px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: -11px -11px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -11px -11px 35px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
	.thumb-front {
		width: 200px;
		height: 265px;
	}
}

.thumb-front-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 330px;
	height: 437px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 767.98px) {
	.thumb-front-img {
		width: 200px;
		height: 265px;
	}
}

.btn-play {
	font-size: 1.21rem;
	font-family: 'Poppins', sans-serif;
	color: #E1251B;
	position: relative;
	padding-left: 5.7rem;
	background-color: transparent;
	border: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-play:hover {
	color: #222222;
	cursor: pointer;
}

.btn-play:before {
	content: '';
	background-image: url(../img/play.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 30px);
}

@media (max-width: 1199.98px) {
	.row-about .col-photo {
		display: none;
	}
}

.section-reason {
	font-size: 1.21rem;
	padding-top: 3.5rem;
	padding-bottom: 9rem;
}

.section-reason .after-title {
	font-size: 1.57rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	margin-top: 2rem;
}

.section-reason .description {
	color: #888;
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

.section-reason .list-decoration-item {
	margin-bottom: 1.1rem;
}

.box-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}

@media (max-width: 767.98px) {
	.box-about {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 2rem;
	}
}

.box-about-item {
	position: absolute;
	left: -35px;
	z-index: -1;
	top: -256px;
}

@media (max-width: 991.98px) {
	.box-about-item {
		display: none;
	}
}

.box-about-text {
	position: absolute;
	left: -15px;
	bottom: 100px;
	background-color: #E1251B;
	color: #ffffff;
	font-size: 1.21rem;
	text-align: center;
	max-width: 165px;
	padding: 1.7rem 0.5rem 1.3rem 0.5rem;
}

.box-about-text p {
	line-height: 1.8;
	margin: 0;
}

.box-about-text span {
	display: block;
	font-weight: 600;
	font-size: 4.64rem;
	line-height: 1;
}

.box-about-back {
	width: 445px;
	height: 360px;
	position: relative;
	overflow: hidden;
}

.box-about-back__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 445px;
	height: 360px;
	-o-object-fit: cover;
	object-fit: cover;
}

.box-about-front {
	width: 440px;
	height: 400px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: -11px -11px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -11px -11px 35px 0px rgba(0, 0, 0, 0.1);
}

.box-about-front__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 440px;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Count */
.section-count {
	padding-top: 5rem;
	padding-bottom: 8.5rem;
}

.box-count {
	background-color: #f7f7f7;
	padding: 2.85rem 3.92rem;
}

.row-count {
	background-color: #ffffff;
	padding-top: 3rem;
	padding-bottom: 2.9rem;
}

.title-count {
	font-size: 3.21rem;
	line-height: 1.45;
	margin-bottom: 0;
	color: #222222;
	font-weight: 700;
	position: relative;
}

.title-count::after {
	content: "+";
	color: #E1251B;
	font-weight: 600;
	font-size: 1.78rem;
	position: absolute;
	top: 6px;
	margin-left: 6px;
}

.text-count {
	font-size: 1.21rem;
	margin-bottom: 0;
}

/* Action */
.section-action {
	background-color: #f7f7f7;
	background-image: url(../img/map/map-bg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 7.9rem;
	padding-bottom: 8rem;
	position: relative;
}

@media (max-width: 575.98px) {
	.section-action {
		text-align: center;
	}
}

.section-action .title-h2 {
	margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
	.section-action {
		padding-top: 5.9rem;
		padding-bottom: 6rem;
	}
}

.box-action {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
}

@media (max-width: 1199.98px) {
	.box-action {
		width: 50%;
	}
}

@media (max-width: 991.98px) {
	.box-action {
		width: 200px;
		top: inherit;
		bottom: 0;
		right: 30px;
	}
}

@media (max-width: 767.98px) {
	.box-action {
		display: none;
	}
}

.thumb-action {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 991.98px) {
	.thumb-action {
		height: 226px;
	}
}

.thumb-action-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 991.98px) {
	.thumb-action-img {
		height: 226px;
	}
}

/* Services */
.section-services {
	padding-top: 9.5rem;
	padding-bottom: 9.5rem;
}

.section-services .after-title {
	max-width: 529px;
	margin: 29px auto 0;
}

.row-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 4.3rem;
	margin-right: -2.5rem;
	margin-left: -2.5rem;
}

@media (max-width: 767.98px) {
	.row-services {
		margin-right: 0;
		margin-left: 0;
	}
}

.col-services {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 1rem 2.5rem;
}

@media (max-width: 767.98px) {
	.col-services {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 2rem;
		padding-left: 0;
		padding-right: 0;
	}
}

.col-services-center {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

@media (max-width: 767.98px) {
	.col-services-center {
		border-left: none;
		border-right: none;
	}
}

.col-services img {
	width: 51px;
	margin-bottom: 2.9rem;
}

.col-services .title-h3 {
	margin-bottom: 0.9rem;
}

.col-services .description {
	font-size: 1.21rem;
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

/* Offer */
.section-offer {
	background-color: #222222;
	background-image: url(../img/map/map-bg2.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 9.6rem;
	padding-bottom: 9.8rem;
	position: relative;
}

@media (max-width: 767.98px) {
	.section-offer {
		padding-top: 5.9rem;
		padding-bottom: 6rem;
	}
}

@media (max-width: 575.98px) {
	.section-offer {
		text-align: center;
	}
}

.section-offer .before-title::before {
	background-image: url(../img/logo/shape-banner.svg);
}

.section-offer .title-h2 {
	margin-bottom: 3rem;
	color: #ffffff;
}

.grid-offer {
	display: grid;
	grid-template: 1fr 1fr / 1fr 1fr 1fr;
	grid-gap: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 1.42rem;
	margin-top: 4.2rem;
	text-align: left;
}

@media (max-width: 1199.98px) {
	.grid-offer {
		grid-template: 1fr 1fr / 1fr 1fr;
	}
}

@media (max-width: 991.98px) {
	.grid-offer {
		font-size: 1.2rem;
	}
}

@media (max-width: 767.98px) {
	.grid-offer {
		grid-template: 1fr / 1fr;
	}
}

.grid-offer-item {
	background-color: #363636;
	color: #cccccc;
	padding: 1.78rem 2.07rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-right: 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.grid-offer-item:hover {
	background-color: #2c2c2c;
	color: #ffffff;
}

.grid-offer-item::before {
	content: '';
	width: 2px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	right: -10px;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.grid-offer-item:hover::before {
	background-color: #E1251B;
}

.grid-offer-item .zmdi {
	color: #888;
	font-size: 1.78rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.grid-offer-item:hover .zmdi {
	color: #ffffff;
}

.grid-offer-item:hover svg path {
	fill: #ffffff;
}

.grid-offer__icon {
	margin-right: 0.9rem;
}

@media (max-width: 360px) {
	.grid-offer__icon {
		display: none;
		margin-right: 0;
	}
}

.grid-offer__icon svg path {
	fill: #bbbbbb;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.grid-offer__brand svg {
	width: 50px;
	height: 50px;
}

.grid-offer__marketing svg {
	width: 49px;
	height: 49px;
}

.grid-offer__app svg {
	width: 48px;
	height: 48px;
}

.grid-offer__ecoomerce svg {
	width: 49px;
	height: 49px;
}

.grid-offer__landing svg {
	width: 41px;
	height: 51px;
}

.grid-offer__seo svg {
	width: 49px;
	height: 51px;
}

.section-list-offer {
	padding-top: 9.71rem;
	padding-bottom: 8.92rem;
}

@media (max-width: 767.98px) {
	.section-list-offer {
		padding-bottom: 6rem;
	}
}

.section-list-offer .after-title {
	max-width: 529px;
	margin: 29px auto 0;
}

.box-offer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 3rem;
	margin-right: -2.5rem;
	margin-left: -2.5rem;
	text-align: center;
}

@media (max-width: 767.98px) {
	.box-offer {
		margin-right: 0;
		margin-left: 0;
	}
}

.col-offer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(33.333333% - 30px);
	flex: 0 0 calc(33.333333% - 30px);
	max-width: calc(33.333333% - 30px);
	padding: 2.5rem;
	margin: 15px;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}

@media (max-width: 991.98px) {
	.col-offer {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 30px);
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}

@media (max-width: 767.98px) {
	.col-offer {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 2rem;
		padding-left: 0;
		padding-right: 0;
	}
}

.col-offer:nth-child(4),
.col-offer:nth-child(5),
.col-offer:nth-child(6) {
	border-bottom: none;
}

@media (max-width: 991.98px) {

	.col-offer:nth-child(4),
	.col-offer:nth-child(5),
	.col-offer:nth-child(6) {
		border-bottom: 1px solid #e2e2e2;
	}
}

.col-offer:nth-child(3)::after,
.col-offer:nth-child(6)::after {
	display: none;
}

@media (max-width: 991.98px) {
	.col-offer:nth-child(3)::after {
		display: block;
	}
}

@media (max-width: 767.98px) {
	.col-offer:nth-child(3)::after {
		display: none;
	}
}

@media (max-width: 991.98px) {

	.col-offer:nth-child(5),
	.col-offer:nth-child(6) {
		border-bottom: none;
	}
}

@media (max-width: 767.98px) {
	.col-offer:nth-child(5) {
		border-bottom: 1px solid #e2e2e2;
	}
}

@media (max-width: 991.98px) {
	.col-offer:nth-child(2n)::after {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.col-offer:nth-child(2n+1)::after {
		content: '';
		width: 1px;
		height: 100%;
		background-color: #e2e2e2;
		position: absolute;
		right: -15px;
		top: -15px;
	}
}

@media (max-width: 767.98px) {
	.col-offer:nth-child(2n+1)::after {
		display: none;
	}
}

.col-offer::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #e2e2e2;
	position: absolute;
	right: -15px;
	top: -15px;
}

.col-offer .title-h3 {
	background-color: #f7f7f7;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	padding: 0.64rem 1.21rem;
	margin-bottom: 0.95rem;
}

.col-offer .description {
	font-size: 1.21rem;
	line-height: 1.8;
	max-width: 280px;
	margin: 0 auto 1.7rem;
}

.col-offer:hover .btn-text {
	color: #222222;
}

.col-offer:hover .btn-text-img:after {
	background-image: url(../img/item-link-active.svg);
}

.col-offer:hover .title-h3 {
	background-color: #E1251B;
	color: #ffffff;
}

.col-offer:hover .title-h3 a {
	color: #E1251B;
}

/* Work */
.section-work {
	background-color: #f7f7f7;
	position: relative;
	padding-top: 9.8rem;
	padding-bottom: 8rem;
}

@media (max-width: 991.98px) {
	.section-work {
		padding-top: 0;
		padding-bottom: 6.5rem;
	}
}

.section-work .before-title::before {
	background-image: url(../img/logo/logo-shape-white.svg);
}

.section-work .title-h2 {
	line-height: 1.2;
	margin-bottom: 2.1rem;
}

.section-work .after-title {
	font-size: 1.57rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.section-work .description {
	font-size: 1.21rem;
	line-height: 1.8;
}

.video-work {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

@media (max-width: 991.98px) {
	.video-work {
		position: static;
		width: 100%;
		height: 300px;
		margin-bottom: 7rem;
	}
}

.video-play {
	position: relative;
	background-color: transparent;
	border: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.video-play:after {
	content: '';
	background-image: url(../img/play.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: calc(50% - 30px);
}

.video-play__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-client {
	padding-top: 9.7rem;
	padding-bottom: 8.9rem;
}

.client-carousel {
	margin-top: 5.3rem;
}

.client-carousel .owl-nav {
	display: none;
}

.client-carousel .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2rem;
}

.client-carousel .owl-dot {
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (max-width: 767.98px) {
	.client-carousel .owl-dot {
		margin-left: 4px;
		margin-right: 4px;
	}
}

.client-carousel .owl-dot span {
	width: 20px;
	height: 2px;
	background-color: #cccccc;
	display: block;
}

@media (max-width: 767.98px) {
	.client-carousel .owl-dot span {
		width: 8px;
		height: 8px;
		border-radius: 100%;
	}
}

.client-carousel .owl-dot.active span {
	background-color: #f00;
	width: 35px;
}

@media (max-width: 767.98px) {
	.client-carousel .owl-dot.active span {
		width: 8px;
	}
}

/* Cases */
.section-case {
	position: relative;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	margin-bottom: 9.5rem;
}

.portfolio .title-h2 {
	margin-bottom: 2rem;
}

.portfolio .description {
	font-size: 1.21rem;
	line-height: 1.8;
	margin-bottom: 3rem;
}

.box-case {
	position: absolute;
	left: 0;
	top: calc(50% - 200px);
	width: 55%;
}

@media (max-width: 1730px) {
	.box-case {
		width: 57%;
		top: calc(50% - 150px);
	}
}

@media (max-width: 1199.98px) {
	.box-case {
		position: static;
		max-width: 1140px;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 5.5rem;
	}
}

.box-case--static {
	position: static;
	width: 100%;
	margin-top: 70px;
	padding: 0;
}

.case-item {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width: 1730px) {
	.case-item {
		height: 300px;
	}
}

@media (max-width: 767.98px) {
	.case-item {
		height: 250px;
	}
}

.case-item:hover {
	background-color: #E1251B;
	background-blend-mode: luminosity;
}

.case-item:hover::after {
	opacity: 1;
}

.case-item .team-info {
	position: absolute;
	z-index: 1;
	width: calc(100% - 30px);
	margin: 0 auto;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.case-item:hover .team-info {
	opacity: 1;
}

.case-1 {
	background-image: url(../img/portfolio/work1.jpg);
}

.case-2 {
	background-image: url(../img/portfolio/work2.jpg);
}

.case-3 {
	background-image: url(../img/portfolio/work3.jpg);
}

@media (max-width: 575.98px) {
	.row-case {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 300px;
		margin: 0 auto;
	}
}

@media (max-width: 575.98px) {
	.row-case>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* Team */
.section-team {
	padding-top: 9.7rem;
	padding-bottom: 5rem;
}

.section-team .title-h2 {
	margin-bottom: 2.07rem;
}

.team-carousel {
	margin-top: 4.3rem;
}

.team-carousel .owl-nav {
	display: none;
}

.team-carousel .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2rem;
}

.team-carousel .owl-dot {
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (max-width: 767.98px) {
	.team-carousel .owl-dot {
		margin-left: 4px;
		margin-right: 4px;
	}
}

.team-carousel .owl-dot span {
	width: 20px;
	height: 2px;
	background-color: #cccccc;
	display: block;
}

@media (max-width: 767.98px) {
	.team-carousel .owl-dot span {
		width: 8px;
		height: 8px;
		border-radius: 100%;
	}
}

.team-carousel .owl-dot.active span {
	background-color: #f00;
	width: 35px;
}

@media (max-width: 767.98px) {
	.team-carousel .owl-dot.active span {
		width: 8px;
	}
}

.team-carousel-item {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

@media (max-width: 1199.98px) {
	.team-carousel-item {
		height: 400px;
	}
}

@media (max-width: 575.98px) {
	.team-carousel-item {
		height: 250px;
	}
}

.team-carousel-item:hover {
	background-color: #E1251B;
	background-blend-mode: luminosity;
}

.team-carousel-item:hover::after {
	opacity: 1;
}

.team-carousel-item .team-info {
	position: absolute;
	z-index: 1;
	width: calc(100% - 30px);
	margin: 0 auto;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.team-carousel-item:hover .team-info {
	opacity: 1;
}

.team-carousel-img {
	position: absolute;
	width: 100%;
	height: 480px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
}

.team-carousel-1 {
	background-image: url(../img/team/photo1.png);
}

.team-carousel-2 {
	background-image: url(../img/team/photo2.png);
}

.team-carousel-3 {
	background-image: url(../img/team/photo3.png);
}

.team-carousel-4 {
	background-image: url(../img/team/photo4.png);
}

.team-carousel-5 {
	background-image: url(../img/team/photo5.png);
}

.team-carousel-6 {
	background-image: url(../img/team/photo1.png);
}

.team-carousel-7 {
	background-image: url(../img/team/photo2.png);
}

.team-carousel-8 {
	background-image: url(../img/team/photo3.png);
}

.team-carousel-9 {
	background-image: url(../img/team/photo4.png);
}

.team-carousel-10 {
	background-image: url(../img/team/photo5.png);
}

.team-carousel-11 {
	background-image: url(../img/team/photo1.png);
}

.team-carousel-12 {
	background-image: url(../img/team/photo2.png);
}

.team-carousel-13 {
	background-image: url(../img/team/photo3.png);
}

.team-carousel-14 {
	background-image: url(../img/team/photo4.png);
}

.team-carousel-15 {
	background-image: url(../img/team/photo5.png);
}

.team-name {
	background-color: #E1251B;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 1.42rem;
	letter-spacing: 0.05rem;
	display: inline-block;
	padding: 0.5rem 1.6rem;
	margin: 0;
}

.team-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 0;
}

.team-social-item {
	margin-left: 1px;
	margin-right: 1px;
}

.team-social-link {
	color: #E1251B;
	font-size: 1.21rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #ffffff;
	padding: 0.7rem 1.2rem;
	display: inline-block;
}

.team-social-link:hover {
	color: #ffffff;
	background-color: #222222;
}

/* Newsletter */
.section-newsletter {
	background-color: #222222;
	background-image: url(../img/map/map-bg2.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 7.9rem;
	padding-bottom: 7.8rem;
	position: relative;
}

@media (max-width: 767.98px) {
	.section-newsletter {
		padding-top: 5.9rem;
		padding-bottom: 6rem;
	}
}

@media (max-width: 575.98px) {
	.section-newsletter {
		text-align: center;
	}
}

.section-newsletter .before-title {
	color: #ffffff;
}

.section-newsletter .title-h2 {
	margin-bottom: 3rem;
	color: #ffffff;
}

.section-newsletter .btn-primary:hover,
.section-newsletter .btn-primary:focus {
	border-color: #ffffff;
}

.box-newsletter {
	position: absolute;
	right: 76px;
	top: 70px;
}

@media (max-width: 1560px) {
	.box-newsletter {
		right: 50px;
	}
}

@media (max-width: 1199.98px) {
	.box-newsletter {
		display: none;
	}
}

.thumb-newsletter {
	width: 556px;
	height: 572px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1560px) {
	.thumb-newsletter {
		width: 400px;
		height: 412px;
	}
}

.thumb-newsletter-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 556px;
	height: 572px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 1560px) {
	.thumb-newsletter-img {
		width: 400px;
		height: 412px;
	}
}

.form-newsletter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 575.98px) {
	.form-newsletter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 300px;
		margin: 0 auto;
	}
}

.form-newsletter .form-control {
	font-size: 1rem;
	background-color: #f7f7f7;
	border-radius: 0;
	padding: 1.7rem 1.3rem;
}

@media (max-width: 575.98px) {
	.form-newsletter .form-control {
		width: 100%;
	}
}

.form-newsletter-input {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 440px;
	flex: 0 0 440px;
	max-width: 440px;
	margin-right: 1.14rem;
}

@media (max-width: 767.98px) {
	.form-newsletter-input {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 575.98px) {
	.form-newsletter-input {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
}

/* Blog */
.section-blog {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.section-blog--full {
	padding-top: 50px;
	padding-bottom: 0;
}

.section-blog .title-h3 {
	line-height: 1.5;
	margin-bottom: 6px;
}

.section-blog .title-h3 a {
	color: #222222;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.section-blog p {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
}

.row-blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: normal;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

@media (max-width: 767.98px) {
	.row-blog {
		margin-right: 0;
		margin-left: 0;
	}
}

.thumb-blog {
	width: 100%;
	height: 225px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	position: relative;
	margin-bottom: 12px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 991.98px) {
	.thumb-blog {
		height: 130px;
	}
}

@media (max-width: 767.98px) {
	.thumb-blog {
		height: 173px;
	}
}

.thumb-blog-1 {
	background-image: url(../img/blog/post1.png);
}

.thumb-blog-2 {
	background-image: url(../img/blog/post2.png);
}

.thumb-blog-3 {
	background-image: url(../img/blog/post3.png);
}

.post-date {
	position: absolute;
	background-color: #ffffff;
	color: #003E52;
	font-size: 0.85rem;
	bottom: 0;
	right: 0;
	padding: 0.5rem 1rem 0.4rem;
}

.col-post {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 1rem 2.5rem;
	margin-bottom: 11px;
}

@media (max-width: 767.98px) {
	.col-post {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 2rem;
		padding-left: 0;
		padding-right: 0;
	}
}

.col-post-center {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

@media (max-width: 767.98px) {
	.col-post-center {
		border-left: none;
		border-right: none;
	}
}

.col-post:hover .thumb-blog {
	background-color: #E1251B;
	background-blend-mode: luminosity;
}

.col-post:hover .btn-text {
	color: #222222;
}

.col-post:hover .btn-text-img:after {
	background-image: url(../img/item-link-active.svg);
}

.col-post:hover .title-h3 a {
	color: #E1251B;
}

.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.col-post i{
	position: relative;
	top: 1px;
}

.pagination .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination .page-link {
	font-size: 1.21rem;
	color: #003E52;
	background-color: #f7f7f7;
	transition: all 0.4s ease-in-out;
	border-color: #f7f7f7;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
	background-color: #E1251B;
	border-color: #E1251B;
	color: #fff;
}

/* Social Networks */
.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	list-style-type: none;
	position: fixed;
	bottom: 10rem;
	left: 20px;
	z-index: 1030;
	padding: 0;
	margin: 0;
}

@media (max-width: 767.98px) {
	.social-networks {
		display: none;
	}
}

@media (max-width: 1540px) {
	.social-networks {
		left: 15px;
	}
}

.social-networks-item {
	position: relative;
	padding-top: 30px;
	padding-bottom: 10px;
}

.social-networks-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	width: 1px;
	height: 20px;
	background-color: #cccccc;
}

.social-networks-link {
	color: #003E52;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.social-networks-link .zmdi {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.social-networks-link:hover {
	color: #E1251B;
}

.col-post p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Contact Info */
.section-contact {
	padding-top: 80px;
	padding-bottom: 88px;
}

.section-contact .title-h2 {
	margin-bottom: 2.07rem;
}

.section-contact .after-title {
	max-width: 600px;
	margin: 0 auto;
}

.row-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

@media (max-width: 1199.98px) {
	.row-contact {
		margin-right: -3.5rem;
	}
}

@media (max-width: 767.98px) {
	.row-contact {
		margin-right: 0;
		margin-left: 0;
	}
}

.col-contact {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 1rem 1.9rem 1rem 3.5rem;
	border-right: 1px solid #e2e2e2;
}

@media (max-width: 1199.98px) {
	.col-contact:nth-child(2n) {
		border-right: none;
	}
}

@media (max-width: 767.98px) {
	.col-contact:nth-child(2n + 1) {
		border-right: none;
	}
}

@media (max-width: 1199.98px) {
	.col-contact:nth-child(3) {
		border-bottom: none;
	}
}

@media (max-width: 767.98px) {
	.col-contact:nth-child(3) {
		border-bottom: 1px solid #e2e2e2;
	}
}

.col-contact:last-child {
	border-right: none;
	border-bottom: none;
}

@media (max-width: 1199.98px) {
	.col-contact {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 3rem 3.5rem;
		text-align: center;
		border-bottom: 1px solid #e2e2e2;
	}
}

@media (max-width: 767.98px) {
	.col-contact {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 2rem;
		padding-left: 0;
		padding-right: 0;
	}
}

.col-contact img {
	width: 51px;
	margin-bottom: 20px;
}

.col-contact .title-h3 {
	margin-bottom: 0.9rem;
	color: #E1251B;
	font-size: 23px;
	font-weight: 600;
}

.col-contact__list {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	font-size: 1.21rem;
}

@media (max-width: 1199.98px) {
	.col-contact__list {
		max-width: 280px;
		margin: 0 auto;
	}
}

.col-contact__list-item {
	line-height: 1.8;
	color: #222;
	font-size: 14px;
}

.col-contact__list-item span {
	font-weight: 600;
}

/* Map */
.iframe-map {
	height: 600px;
}

@media (max-width: 991.98px) {
	.iframe-map {
		height: 400px;
	}
}

@media (max-width: 767.98px) {
	.iframe-map {
		height: 300px;
	}
}

@media (max-width: 575.98px) {
	.iframe-map {
		height: 200px;
	}
}

/* Portfolio Tabs */
.section-portfolio {
	padding-top: 7.5rem;
	padding-bottom: 9rem;
}

.nav-tabs-portfolio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.21rem;
	border-bottom: none;
	margin-bottom: 3.9rem;
}

.nav-tabs-portfolio .menu-item {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0.5rem;
}
.sub-menu a{
	padding:  0 !important;
}

.sub-menu li{list-style: none;margin-bottom: 10px;}
.sub-menu ul{
	padding:  0 !important;
}

.nav-tabs-portfolio .nav-link {
	color: #003E52;
	border-bottom: 2px solid #dddddd;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 0.5rem 1.42rem;
}

.nav-tabs-portfolio .nav-link.active {
	border-color: transparent;
	color: #E1251B;
	border-bottom: 2px solid #f54f5e;
}

.box-portfolio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -8px;
}

@media (max-width: 450px) {
	.box-portfolio {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.box-portfolio-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	border: 8px solid transparent;
}

@media (max-width: 991.98px) {
	.box-portfolio-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 450px) {
	.box-portfolio-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.box-portfolio .text-center {
	margin-top: 3.7rem;
}

.portfolio-thumb {
	width: 100%;
	height: 423px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width: 1730px) {
	.portfolio-thumb {
		height: 350px;
	}
}

@media (max-width: 767.98px) {
	.portfolio-thumb {
		height: 250px;
	}
}

@media (max-width: 450px) {
	.portfolio-thumb {
		height: 300px;
	}
}

.portfolio-thumb:hover {
	background-color: #E1251B;
	background-blend-mode: luminosity;
}

.portfolio-thumb:hover::after {
	opacity: 1;
}

.portfolio-thumb__info {
	position: absolute;
	z-index: 1;
	width: calc(100% - 30px);
	margin: 0 auto;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.portfolio-thumb:hover .portfolio-thumb__info {
	opacity: 1;
}

.portfolio-thumb__name {
	background-color: #E1251B;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 1.42rem;
	letter-spacing: 0.05rem;
	display: inline-block;
	padding: 0.5rem 1.6rem;
	margin: 0;
}

.portfolio-thumb-1 {
	background-image: url(../img/portfolio/work1.jpg);
}

.portfolio-thumb-2 {
	background-image: url(../img/portfolio/work2.jpg);
}

.portfolio-thumb-3 {
	background-image: url(../img/portfolio/work3.jpg);
}

.portfolio-thumb-4 {
	background-image: url(../img/portfolio/work4.jpg);
}

.portfolio-thumb-5 {
	background-image: url(../img/portfolio/work5.jpg);
}

.portfolio-thumb-6 {
	background-image: url(../img/portfolio/work6.jpg);
}

/* Form */
.section-form {
	padding-top: 7.5rem;
	padding-bottom: 8.64rem;
}

@media (max-width: 767.98px) {
	.section-form {
		padding-top: 5.9rem;
		padding-bottom: 6rem;
	}
}

.section-form .title-h2 {
	margin-bottom: 2.07rem;
}

.section-form .after-title {
	max-width: 600px;
	margin: 0 auto;
}

.form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 60px auto 0;
	max-width: 780px;
}

.form-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 20px);
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
	margin-right: 10px;
	/* margin-left: 10px; */
	margin-bottom: 12px;
}

@media (max-width: 575.98px) {
	.form-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

.form .w-100 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 20px);
	flex: 0 0 calc(100% - 20px);
	max-width: calc(100% - 20px);
}

@media (max-width: 575.98px) {
	.form .w-100 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.form__input {
	width: 100%;
	background-color: #f7f7f7;
	padding: 1.1rem 1.5rem;
	height: 50px;
	border: none;
	border-right: 2px solid #f7f7f7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.form__input:focus {
	border-right: 2px solid #E1251B;
}

.form__textarea {
	width: 100%;
	background-color: #f7f7f7;
	padding: 1.1rem 1.5rem;
	border: none;
	min-height: 122px;
	border-right: 2px solid #f7f7f7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.form__textarea:focus {
	border-right: 2px solid #E1251B;
}

.form .btn {
	padding: 10px 16px;
	font-size: 14px;
}

/* Post */
@media (max-width: 991.98px) {
	.row-post .col-xl-9 {
		margin-bottom: 3rem;
	}
}

.section-description {
	padding-top: 105px;
	padding-bottom: 9.92rem;
}

.section-description hr {
	margin-bottom: 3.8rem;
}

.section-portfolio-work {
	padding-top: 8.64rem;
}

.row-step {
	margin-bottom: 3rem;
}

.row-step__text {
	font-size: 1.21rem;
	line-height: 1.8;
}

.row-service-info {
	font-size: 1.21rem;
	line-height: 1.8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.row-service-info p {
	margin-bottom: 1.5rem;
}

.row-service-info-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 360px;
	flex: 0 0 360px;
	max-width: 360px;
}

.row-service-info-item:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 400px);
	flex: 0 0 calc(100% - 400px);
	max-width: calc(100% - 400px);
}

@media (max-width: 991.98px) {
	.row-service-info-item:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 991.98px) {
	.row-service-info-img {
		display: none;
	}
}

.accent-title {
	color: #E1251B;
	font-size: 1rem;
	text-transform: uppercase;
}

.accent-title+.title-h3 {
	margin-top: 0.8rem;
	margin-bottom: 1rem;
}

.thumb-post {
	width: 100%;
	height: 390px;
	position: relative;
	overflow: hidden;
	margin-bottom: 3.8rem;
}

@media (max-width: 767.98px) {
	.thumb-post {
		height: 250px;
	}
}

@media (max-width: 575.98px) {
	.thumb-post {
		height: 200px;
	}
}

.thumb-post__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 390px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 767.98px) {
	.thumb-post__img {
		height: 250px;
	}
}

@media (max-width: 575.98px) {
	.thumb-post__img {
		height: 200px;
	}
}

.thumb-service {
	width: 100%;
	height: 390px;
	position: relative;
	overflow: hidden;
}

.thumb-service__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 390px;
	-o-object-fit: cover;
	object-fit: cover;
}

.list-decoration {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

.list-decoration-item {
	margin-bottom: 0.71rem;
}

.list-decoration .zmdi {
	margin-right: 1.3rem;
	color: #E1251B;
}

.sidebar .title-h3 {
	font-size: 1.71rem;
	margin-bottom: 21px;
}

.sidebar-item {
	margin-bottom: 3rem;
}

.sidebar--bg {
	background-color: #f7f7f7;
	padding: 2rem 2.5rem 1.5rem;
}

.sidebar--portfolio {
	font-size: 1.21rem;
	line-height: 1.8;
}

.sidebar--portfolio .title-h3 {
	font-size: 2.14rem;
	margin-bottom: 2.2rem;
}

.portfolio-detail {
	list-style-type: none;
	padding-left: 0;
	margin-top: 1.42rem;
	line-height: 1.9;
	padding-bottom: 2.3rem;
	border-bottom: 1px solid #e2e2e2;
}

.portfolio-detail strong {
	color: #222222;
	font-family: 'Poppins', sans-serif;
	margin-right: 1rem;
}

.portfolio-social {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2.42rem;
}

@media (max-width: 1199.98px) {
	.portfolio-social {
		margin-bottom: 4rem;
	}
}

@media (max-width: 575.98px) {
	.portfolio-social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	.portfolio-social {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.portfolio-social-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 10px;
}

@media (max-width: 575.98px) {
	.portfolio-social-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: auto;
	}
}

.portfolio-social-link {
	line-height: 2.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.portfolio-social-link span {
	color: #003E52;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 575.98px) {
	.portfolio-social-link span {
		display: none;
	}
}

.portfolio-social-link:hover {
	cursor: pointer;
}

.portfolio-social-link:hover span {
	color: #55acee;
}

.portfolio-social-link:hover .zmdi {
	color: #ffffff;
	background-color: #55acee;
}

.portfolio-social-link .zmdi {
	color: #003E52;
	background-color: #f7f7f7;
	width: 2.85rem;
	height: 2.85rem;
	display: block;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-right: 20px;
	line-height: 2.8;
}

.row-portfolio {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 2.6rem;
	margin-bottom: 0.3rem;
}

.carousel-item,
.carousel-inner {
	height: 550px;
	overflow: hidden;
}

@media (max-width: 767.98px) {

	.carousel-item,
	.carousel-inner {
		height: 350px;
	}
}

@media (max-width: 575.98px) {

	.carousel-item,
	.carousel-inner {
		height: 250px;
	}
}

.carousel-item img,
.carousel-inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 550px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 767.98px) {

	.carousel-item img,
	.carousel-inner img {
		height: 350px;
	}
}

@media (max-width: 575.98px) {

	.carousel-item img,
	.carousel-inner img {
		height: 250px;
	}
}

.carousel-inner {
	margin-bottom: 7px;
}

.carousel-control-prev,
.carousel-control-next {
	width: 100px;
	height: 100px;
	background-color: rgba(34, 34, 34, 0.65);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 2.14rem;
	top: 418px;
}

@media (max-width: 767.98px) {

	.carousel-control-prev,
	.carousel-control-next {
		width: 70px;
		height: 70px;
		top: 254px;
	}
}

@media (max-width: 575.98px) {

	.carousel-control-prev,
	.carousel-control-next {
		width: 40px;
		height: 40px;
		top: 200px;
	}
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
	background-color: #222222;
}

.carousel-control-prev {
	right: 132px;
	left: inherit;
}

@media (max-width: 767.98px) {
	.carousel-control-prev {
		right: 102px;
	}
}

@media (max-width: 575.98px) {
	.carousel-control-prev {
		right: 54px;
	}
}

.carousel-control-next {
	right: 30px;
}

@media (max-width: 575.98px) {
	.carousel-control-next {
		right: 10px;
	}
}

.carousel-indicators-portfolio {
	margin-right: -3px;
	margin-left: -3px;
	position: relative;
}

.carousel-indicators-portfolio li {
	text-indent: inherit;
	width: inherit;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	max-width: 25%;
	height: 123px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 575.98px) {
	.carousel-indicators-portfolio li {
		height: 70px;
	}
}

.carousel-indicators-portfolio li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 123px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 575.98px) {
	.carousel-indicators-portfolio li img {
		height: 70px;
	}
}

.sidebar-tag {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	color: #222222;
	font-size: 1.21rem;
}

.sidebar-tag-item {
	margin-right: 0.8rem;
	margin-bottom: 0.8rem;
}

.sidebar-tag__link {
	color: #003E52;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sidebar-tag__link:hover {
	color: #E1251B;
}

.sidebar-letter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sidebar-letter .form-control {
	font-size: 1rem;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1rem;
	height: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0;
}

.sidebar-letter .btn-primary {
	font-size: 1.42rem;
	height: 50px;
	width: 63px;
	padding: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	line-height: 1.5;
	transition: all 0.4s ease-in-out;
}

.list-category {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

.list-category__item {
	padding-bottom: 0.85rem;
	margin-bottom: 0.92rem;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	padding: 11px 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #003E52;
}

.list-category__item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.list-category__item:hover {
	padding-left: 27px;
	color: #E1251B;
}

.list-category__item::before {
	content: '';
	display: block;
	width: 10px;
	height: 20px;
	background-image: url(../img/logo/logo-shape-red.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.list-category__item:hover::before {
	opacity: 1;
}

.list-category__link {
	color: #003E52;
	font-size: 1.21rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.list-category__link:hover {
	color: #E1251B;
}

.post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 24px;
	margin-top: -1.8rem;
	font-size: 0.85rem;
	color: #003E52;
}

@media (max-width: 767.98px) {
	.post-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 1rem 2rem;
	}
}

@media (max-width: 575.98px) {
	.post-info {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (max-width: 767.98px) {
	.post-info-item:first-child {
		margin-bottom: 1rem;
	}
}

@media (max-width: 575.98px) {
	.post-info-item:first-child {
		margin-bottom: 0;
	}
}

.post-info-item:first-child .post-info__link,
.post-info-item:first-child .post-info__text {
	margin-right: 2rem;
	padding-right: 2rem;
	border-right: 1px solid #e2e2e2;
}

@media (max-width: 575.98px) {

	.post-info-item:first-child .post-info__link,
	.post-info-item:first-child .post-info__text {
		display: block;
		border-right: none;
	}
}

.post-info-item:first-child .post-info__link:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.post-info__link {
	color: #003E52;
}

.post-info .zmdi {
	margin-right: 0.71rem;
}

.box-post {
	font-size: 1.21rem;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 575.98px) {
	.box-post {
		font-size: 1rem;
	}
}

@media (max-width: 767.98px) {
	.box-post {
		padding: 3rem 1rem;
	}
}

.box-post .title-post {
	margin-bottom: 2.1rem;
}

.box-post p {
	line-height: 1.8;
	margin-bottom: 14px;
}

.box-post p a {
	color: #E1251B;
	border-bottom: 1px solid #E1251B;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.box-post p a:hover {
	border-bottom: 1px solid transparent;
}

.box-post p.post-description {
	font-size: 1.42rem;
	line-height: 1.7;
	margin-bottom: 1.4rem;
}

@media (max-width: 575.98px) {
	.box-post p.post-description {
		font-size: 1.21rem;
	}
}

.title-post {
	font-size: 23px;
	margin-bottom: 15px;
}

@media (max-width: 575.98px) {
	.title-post {
		font-size: 1.8rem;
	}
}

.post-description,
.service-description {
	font-size: 1.21rem;
	line-height: 1.8;
	margin-bottom: 3rem;
}

.box-tag {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-top: 2.3rem;
	color: #222222;
}

.box-tag-item {
	margin-right: 1.5rem;
}

.box-tag__link {
	color: #003E52;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.box-tag__link:hover {
	color: #E1251B;
}

.box-author {
	background-color: #f7f7f7;
	font-size: 1.21rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2.9rem;
	margin-bottom: 3.3rem;
}

@media (max-width: 767.98px) {
	.box-author {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.box-author-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 230px);
	flex: 0 0 calc(100% - 230px);
	max-width: calc(100% - 230px);
}

@media (max-width: 767.98px) {
	.box-author-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.box-author--img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 190px;
	flex: 0 0 190px;
	max-width: 190px;
}

@media (max-width: 767.98px) {
	.box-author--img {
		display: none;
	}
}

.box-author__name {
	font-family: 'Poppins', sans-serif;
	font-size: 1.42rem;
	color: #222222;
	margin-bottom: 0.85rem;
}

.box-author__description {
	line-height: 1.8;
	margin-bottom: 1.28rem;
}

.box-author__thumb {
	width: 100%;
	height: 190px;
	position: relative;
	overflow: hidden;
}

.box-author__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 190px;
	-o-object-fit: cover;
	object-fit: cover;
}

.box-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	margin-bottom: 4.4rem;
}

@media (max-width: 575.98px) {
	.box-preview {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.box-preview-link {
	font-family: 'Poppins', sans-serif;
	font-size: 1.42rem;
	color: #222222;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.box-preview-link span {
	font-family: 'Poppins', sans-serif;
	display: block;
	text-transform: uppercase;
	color: #003E52;
	font-size: 1rem;
	margin-bottom: 4px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.box-preview-link:hover {
	color: #222222;
}

.box-preview-link:hover span {
	color: #E1251B;
}

.box-preview .previous,
.box-preview .next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 575.98px) {

	.box-preview .previous,
	.box-preview .next {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.box-preview .previous .zmdi,
.box-preview .next .zmdi {
	font-size: 1.21rem;
}

.box-preview .previous:hover .zmdi,
.box-preview .next:hover .zmdi {
	color: #E1251B;
}

@media (max-width: 575.98px) {
	.box-preview .previous {
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
		border-bottom: 1px solid #e2e2e2;
	}
}

.box-preview .previous .zmdi {
	margin-right: 20px;
}

.box-preview .next {
	text-align: right;
}

@media (max-width: 575.98px) {
	.box-preview .next {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.box-preview .next .zmdi {
	margin-left: 20px;
}

.box-comment .title-post {
	margin-bottom: 32px;
	margin-top: 23px;
	font-size: 21px;
	font-weight: 500;
}


.comment-ava {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
	margin-right: 30px;
}
.comment-list li{
	list-style: none;
	margin: 37px 0;
	border-bottom: 1px solid #e7e7e7;
}
.comment-list{
	padding-left: 0;
}
.comment-meta{
	background: transparent !important;
}
.comment-meta .comment-author{
	display: flex;
}
.comment-meta img{
	width: 55px !important;
	height: auto;
	margin-right: 21px;
}
@media (max-width: 575.98px) {
	.comment-ava {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
		max-width: 50px;
		margin-right: 20px;
	}
}

.comment__thumb {
	width: 100%;
	height: 70px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 575.98px) {
	.comment__thumb {
		height: 50px;
	}
}

.comment__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 70px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 575.98px) {
	.comment__img {
		height: 50px;
	}
}

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

@media (max-width: 575.98px) {
	.comment-header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.comment__name {
	font-size: 1.21rem;
	color: #222222;
	font-family: 'Poppins', sans-serif;
	margin-right: 2rem;
}

@media (max-width: 575.98px) {
	.comment__name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.comment__date {
	margin-right: 1rem;
	padding-right: 1rem;
	border-right: 1px solid #e2e2e2;
}

.comment__date,
.comment__time {
	font-size: 0.85rem;
}

.comment-body {
	font-size: 1.21rem;
	line-height: 1.8;
	margin-bottom: 1.57rem;
}

@media (max-width: 575.98px) {
	.comment-body {
		font-size: 1rem;
	}
}

.comment-footer {
	font-size: 1.14rem;
}

.box-contact {
	padding-top: 1.2rem;
}

@media (max-width: 991.98px) {
	.box-contact {
		padding-bottom: 3rem;
	}
}

.box-contact .form {
	max-width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 0;
}

@media (max-width: 575.98px) {
	.box-contact .form {
		text-align: center;
	}
}

.box-contact .form-item {
	margin-right: 0;
	margin-left: 0;
}

.box-contact .form .w-100 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.post-link {
	font-family: 'Poppins', sans-serif;
	font-size: 1.21rem;
	color: #222222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 2.14rem;
}

.post-link__img {
	background-image: url(../img/blog/post1.png);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-right: 28px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.post-link:hover {
	color: #E1251B;
}

.post-link:hover .post-link__img {
	background-color: #E1251B;
	background-blend-mode: luminosity;
}

.section-feedback {
	padding-top: 9.8rem;
	padding-bottom: 9.85rem;
}

.feedback-carousel {
	margin-top: 5.8rem;
}

@media (max-width: 767.98px) {
	.feedback-carousel {
		padding: 0;
	}
}

.feedback-carousel__text {
	font-size: 1.21rem;
	line-height: 1.8;
	position: relative;
	margin-bottom: 2rem;
}

.feedback-carousel__text::after {
	content: '';
	display: block;
	width: 45%;
	height: 1px;
	background-color: #e2e2e2;
	margin-top: 1rem;
}

.feedback-carousel__date {
	font-size: 0.85rem;
}

.feedback-carousel .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	top: -144px;
	text-align: center;
}

@media (max-width: 991.98px) {
	.feedback-carousel .owl-nav {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		position: inherit;
		margin-top: 3rem;
		top: inherit;
		right: inherit;
	}
}

.feedback-carousel .owl-prev,
.feedback-carousel .owl-next {
	width: 50px;
	height: 50px;
	background-color: rgba(34, 34, 34, 0.65);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.feedback-carousel .owl-prev:hover,
.feedback-carousel .owl-next:hover {
	background-color: #222222;
}

.feedback-carousel .owl-prev {
	background-image: url(../img/return.svg);
	margin-right: 2px;
}

.feedback-carousel .owl-next {
	background-image: url(../img/arrow.svg);
}

.box-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.9rem;
}

.box-user-item:first-child {
	margin-right: 30px;
}

.box-user__thumb {
	width: 70px;
	height: 70px;
	position: relative;
	overflow: hidden;
}

.box-user_img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	-o-object-fit: cover;
	object-fit: cover;
}

.box-user__text {
	font-size: 1rem;
	margin-bottom: 0;
}

.box-reason {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767.98px) {
	.box-reason {
		margin-top: 3rem;
	}
}

.box-reason-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	padding: 2rem;
	position: relative;
}

@media (max-width: 575.98px) {
	.box-reason-item {
		padding: 2rem 1rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border-bottom: 1px solid #e2e2e2;
	}
}

.box-reason-item:nth-child(1),
.box-reason-item:nth-child(2) {
	border-bottom: 1px solid #e2e2e2;
}

.box-reason-item:nth-child(2n+1)::before {
	content: '';
	width: 1px;
	height: 70%;
	background-color: #e2e2e2;
	position: absolute;
	right: -10%;
	top: 15%;
}

@media (max-width: 575.98px) {
	.box-reason-item:nth-child(2n+1)::before {
		display: none;
	}
}

.box-reason .title-h3 {
	line-height: 1.5;
	margin-bottom: 0;
}

.box-reason__img {
	max-width: 50px;
	margin-bottom: 2.5rem;
}

@media (max-width: 575.98px) {
	.box-reason__img {
		margin-bottom: 1.5rem;
	}
}

/* Footer */
.footer {
	background-color: #111111;
	color: #cccccc;
}

.footer .title-h3 {
	color: #ffffff;
	margin-bottom: 2rem;
}

.footer-body {
	background-image: url(../img/map/map-bg2.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #222222;
	padding-top: 2.5rem;
	padding-bottom: 2.3rem;
	font-size: 1.21rem;
}

.footer-bottom {
	padding: 1.6rem 0;
}

.footer-nav {
	margin-bottom: 3.57rem;
	padding-bottom: 2.85rem;
	border-bottom: 1px solid rgba(226, 226, 226, 0.1);
}

@media (max-width: 767.98px) {
	.footer-nav {
		text-align: center;
		margin-bottom: 2.5rem;
		padding-bottom: 2rem;
	}
}

.footer-nav .nav {
	font-size: 1rem;
}

@media (max-width: 767.98px) {
	.footer-nav .nav {
		margin-top: 1rem;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}

.footer-nav .nav-link {
	color: #cccccc;
	padding-right: 0;
	padding-left: 2.8rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer-nav .nav-link:hover {
	color: #E1251B;
}

@media (max-width: 767.98px) {
	.footer-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

.footer-nav .nav-link.active {
	color: #E1251B;
}

@media (max-width: 575.98px) {
	.footer-info {
		text-align: center;
	}
}

.list-services {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

@media (max-width: 575.98px) {
	.list-services {
		margin-bottom: 4rem;
	}
}

.list-services-item {
	margin-bottom: 0.87rem;
}

.list-services-link {
	color: #cccccc;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.list-services-link:hover {
	color: #E1251B;
}

.list-social {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2.42rem;
}

@media (max-width: 1199.98px) {
	.list-social {
		margin-bottom: 4rem;
	}
}

@media (max-width: 575.98px) {
	.list-social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.list-social-item {
	margin-right: 0.75rem;
}

.list-social-link {
	background-color: #363636;
	width: 2.85rem;
	height: 2.85rem;
	color: #cccccc;
	display: block;
	text-align: center;
	line-height: 2.4;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.list-social-link:hover {
	color: #ffffff;
	background-color: #55acee;
}

.list-contact {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.list-contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.6rem;
}

@media (max-width: 575.98px) {
	.list-contact-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.list-contact .box-icon {
	margin-right: 1.2rem;
}

@media (max-width: 575.98px) {
	.list-contact .box-icon {
		display: none;
	}
}

.box-icon {
	background-color: #363636;
	width: 2.85rem;
	height: 2.85rem;
	color: #ffffff;
	display: block;
	text-align: center;
	line-height: 2.4;
	font-size: 1.28rem;
}

.list-footer {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.list-footer-item {
	margin-left: 3rem;
}

@media (max-width: 767.98px) {
	.list-footer-item {
		margin-left: 1rem;
	}
}

.list-footer-link {
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.list-footer-link:hover {
	color: #cccccc;
	border-bottom: 1px solid transparent;
}

/* Modal */
.modal-dialog {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 991.98px) {
	.modal-dialog {
		max-width: 90%;
	}
}

@media (max-width: 575.98px) {
	.modal-dialog {
		max-width: 96%;
	}
}

.modal-content {
	border-radius: 0;
}

.modal-header {
	border-bottom: none;
}

.modal-title {
	font-family: 'Poppins', sans-serif;
}





/* NEW CHANGES DONE */

.embed-responsive-item {
	width: 100%;
	height: 315px;
}

.section-map iframe {
	width: 100%;
}

.before-title.scnd {
	margin-top: -40px;
}

.section-services .before-title+.title-h2 {
	padding-bottom: 0;
}

.team-name {
	margin-bottom: 20px;
}



.sub-menu {
	display: block;
	opacity: 0;
	background: #fff;
	visibility: hidden;
	position: absolute;
	transition: all 0.4s ease-in-out;
	transform: translateY(30px);
}
.menu-item{
	margin-right: 14px;
}
.menu-item:hover .sub-menu{

	opacity: 1;
	visibility: inherit;
	transform: translateY(0);
}


.team-carousel-item:hover,
.col-post:hover .thumb-blog {
	background-color: inherit;
	background-blend-mode: inherit;
}

.team-carousel-item,
.thumb-blog {
	position: relative;
}



.team-carousel-item:hover:before,
.col-post:hover .thumb-blog:before {
	opacity: 0.4;
	visibility: visible;
	height: 100%;
}

.team-carousel-item .team-info,
.portfolio-thumb__info,
.case-item .team-info {
	transform: translateY(30px);
}

.team-carousel-item:hover .team-info,
.portfolio-thumb:hover .portfolio-thumb__info,
.case-item:hover .team-info {
	transform: translateY(0);
}

.list-social-link:hover {
	background-color: #E1251B;
}


.sidebar--portfolio .title-h3 {
	margin-top: -8px;
}

.box-preview-link:hover {
	color: #E1251B;
}

.box-preview {
	margin-bottom: 0;
}

.carousel-control-next,
.carousel-control-prev {
	right: 0;
	top: auto;
	bottom: 150px;
}

.carousel-control-prev {
	right: 105px;
}

.section-banner .title-h2 {
	position: relative;
	z-index: 10;
}

.breadcrumb {
	z-index: 99;
}

.team-name a {
	color: #fff;
}

.box-preview {
	padding-top: 4rem;
	padding-bottom: 4rem;
	margin-bottom: 50px;
}

.section-description {
	padding-bottom: 5.5rem;
}

.owl-carousel .owl-item .client-carousel-item img {
	max-width: 70%;
	display: inline-block;
}

.client-carousel-item {
	text-align: center;
	display: inline-block;
}

.form-newsletter .form-control {
	border-right: 0;
}

.failed,
.text-info {
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
	background: #E1251B;
}

.text-info {
	color: #fff !important;
}

.response {
	width: calc(100% - 21px);
}

.post-info {
	font-size: 15px;
}


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


#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/web-preloader.gif") no-repeat center center;
}

.header .navbar-brand img {
	width: 99px;
	height: auto;
}

.banner-home {
	background-color: #F8F8F8;
	z-index: 1;
	position: relative;
}

.home-head h1 {
	color: #E1251B;
	font-size: 60px;
	font-weight: 500;
	margin-bottom: -9px;
}

.home-head span {
	font-size: 60px;
	font-weight: 300;
	color: #003E52;
}

.banner-carousel-item .description {
	margin-bottom: 0;
	max-width: 440px;
	font-weight: 400;
	color: #003E52;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #E1251B;
}

.forms-head .h-title {
	font-size: 17px;
	margin-bottom: 4px;
}

.forms-head .form-box {
	display: flex;
}

.forms-head .form-box .home-form-box input {
	border: none;
	border-bottom: 1px solid #BEBEBE;
	background: transparent;
	width: 100%;
}

.forms-head .form-box .home-form-box input::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #7c7c7c;
}

.forms-head .form-box .home-form-box button {
	font-size: 19px;
	border: none;
	background: #E1251B;
	border-radius: 0 15px 15px 0;
	color: #fff;
	font-weight: 500;
	padding: 13px 41px;
	position: absolute;
	top: 21px;
}

.forms-head .form-box .home-form-box button:hover {

	background: #003E52;

}

.forms-head .form-box .home-form-box {
	width: 100%;
	margin-right: 16px;
}

.forms-head {
	background: #ffffffd4;
	border-radius: 17px;
	width: 1113px;
	padding: 22px 23px;
	position: relative;
	margin-top: 23px;
	border: 1px solid #CBCBCB;
}

.container {
	position: relative;
}

.bg-menu {
	position: absolute;
	right: 0;
	top: 30px;
}

.bg-menu .nav-link {
	padding: 13px 13px 13px 43px !important;
	background: #fff;
	border-radius: 10px;
}


.bg-menu .nav-link i {
	font-size: 30px;
	position: absolute;
	left: 7px;
	top: 2px;
}

.home-kale-solution {
	margin: 70px 0;

}

.home-kale-solution .home-box-sl {}

.home-kale-solution .home-box-sl h2 {}

.home-kale-solution .home-box-sl h2 span {
	color: #E1251B;
	font-size: 21px;
	margin-top: 3px;
	display: block;
	font-weight: 600;
	margin-bottom: 13px;
}

.home-kale-solution .box-a a {}

.home-kale-solution .box-a .home-box-rht {
	text-align: center;
}

.home-kale-solution .box-a .home-box-rht h3 {
	font-weight: 400;
	color: #003E52;
	margin-top: 3px;
	font-size: 18px;
	margin-bottom: 5px;
}

.home-kale-solution .box-a .home-box-rht img {
	width: 108px;
	margin-top: -48px;
	background: #fff;
	padding: 13px;
}

.home-kale-solution .box-a {
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 12px;
}

.home-kale-solution .box-a:hover {
	border: 1px solid #E1251B;
}


.home-box-sl h2 {
	font-weight: 300;
	font-size: 35px;
}

.home-box-sl p {
	font-weight: 400;
}

.navbar-expand-lg .navbar-nav .sub-menu {top: 90px;z-index: 9999;}

.home-why-kale .box-content-home {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
}

.home-why-kale .box-content-home .box-item-why {
	flex-basis: calc(33.33% - 20px);
}

.home-why-kale .box-content-home .box-item-why {
	flex-basis: calc(33.33%);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
}

.home-why-kale .box-content-home .box-item-why:nth-child(1) {
	background: #003E52;
}

.home-why-kale .box-content-home .box-item-why:nth-child(3) {
	background: #003E52;
}

.home-why-kale .box-content-home .box-item-why:nth-child(5) {
	background: #CF2219;
}

.home-why-kale .box-content-home .box-item-why .numeric-1 {
	color: #fff;
	font-size: 55px;
	font-weight: 600;
	line-height: 1;
	position: relative;
}

.home-why-kale .box-content-home .box-item-why .numeric-1 span {
	position: absolute;
	top: 0;
	font-size: 18px;
}

.home-why-kale .box-content-home .box-item-why p {
	color: #fff;
	margin-bottom: 0;
	font-weight: 300;
}

.box-text-in h2 {
	font-weight: 500;
	color: #CF2219;
}

.box-text-in h2 span {
	font-weight: 300;
	color: #003e52;
}

.box-text-in {
	background: #F8F8F8;
	height: 100%;
	padding: 24px;
}

.box-text-in p {
	margin-bottom: 30px;

}

.box-text-in a {
	color: #003E52;
	background: #fff;
	padding: 8px 16px;
	display: inline-block;
	position: relative;
}

.box-text-in a:hover {
	color: #fff;
	background: #CF2219;
}


.box-text-in a::after {
	display: inline-block;
	content: "";
	border-top: .3rem solid #003e52;
	width: 34px;
	right: -26px;
	bottom: 3px;
	position: absolute;
	transform: translateY(-1rem);
}

.sss-kale {
	margin: 60px 0 80px;
}

.sss-kale h2:first-child {
	text-align: center;
	font-weight: 300;
	font-size: 35px;
	margin-bottom: 1px;
}

.sss-kale h3 {
	text-align: center;
	font-weight: 500;
	margin-bottom: 23px;
	color: #CF2219;
	font-size: 28px;
}

::-webkit-scrollbar {
	width: 7px;
	background-color: #eaeaea;
	border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
	background-color: #003E52;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #CF2219;
}



.sss-kale ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.sss-kale li .button {
	border: 1px solid #F8F8F8;
	border-radius: 13px;
	display: block;
	padding: 13px 43px;
	width: 100%;
	position: relative;
	font-size: 16px;
	color: #003E52;
	text-align: left;
	cursor: pointer;
}

.sss-kale li .content {
	display: none;
	margin: 0;
}

.sss-kale li.on .button {
	font-weight: bold;
}

.sss-kale li.on .content {
	display: block;
	padding: 7px;
	font-weight: 400;
	font-size: 14px;
}

.sss-kale i {
	font-size: 25px;
	color: #CF2219;
	position: absolute;
	left: 12px;
	top: 6px;
}

.f-form-kale {
	margin-top: 50px;
	background-size: cover !important;
	/* background-position: right !important; */
	padding: 55px 0;
	background-repeat: no-repeat !important;
}

.f-form-kale h2 {
	font-size: 35px;
}

.f-form-kale h2 span {
	color: #CF2219;
	display: block;
	font-size: 33px;
	font-weight: 300;
	margin-top: 3px;
}

.f-form-kale p {
	width: 345px;
	font-weight: 400;
	margin-bottom: 31px;
}

.f-form-kale i {
	position: absolute;
	color: #CF2219;
	font-size: 21px;
	left: 10px;
	top: 4px;
}

.f-form-kale button i {
	position: relative;
	color: #fff;

}

.f-form-kale input {
	width: 100%;
	border-radius: 12px;
	margin-bottom: 15px;
	padding: 10px 39px;
	border: none;
	box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
}

.f-form-kale button {
	border: none;
	width: 100%;
	padding: 10px 19px;
	color: #fff;
	background: #CF2219;
	border-radius: 12px;
}

.f-form-kale button:hover {
	background: #003E52;
}

.box-input-f {
	position: relative;
}

footer {
	background: #003E52;
}

footer h3 {
	color: #fff;
}

footer ul {
	color: #fff;
	padding-left: 0;
}

footer li {
	color: #fff;
	list-style: none;
	margin-bottom: 10px;
}

footer ul li a {
	color: #fff;
	font-weight: 300;
}

footer .pad-f {
	padding: 35px 0;
}

footer .con-a a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 7px;
}

.velmut-2 {
	text-align: center;
	padding: 16px 0 16px;
}

.velmut-2 a {
	color: #000;
	font-size: 12px;
}

.velmut-2 img {
	width: 80px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

footer iframe {
	margin-bottom: -6px;
}

footer a:hover {

	color: #CF2219;
}

.fixMenu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding-left: 0;
	z-index: 999;
}
.fixMenu li a {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: Red;
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 16px;
	color: #fff;
}

.fixMenu li a.ara {
	background: #E1251B;
	color: #fff;
}
.fixMenu li a {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: green;
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 16px;
	color: #fff;
}
.fixMenu li {
	width: 50%;
	float: left;
	list-style: none;
	padding-left: 0;
}
.fixMenu i{
	position: relative;
	top: 2px;
}
.fixMenu{
	display: none;
}
.f-group i {
	float: right;
	display: none;
}
.banner-page-detail .thumb-banner {height: 593px !important;}



.banner-page-detail .title-h1{
	text-transform: uppercase;
	margin-bottom: 21px;
	z-index: -1;
	line-height: 46px;
	position: relative;
}
.banner-page-detail-blog .title-h1{
	margin-bottom: 11px;
	padding-right: 20px;
	font-size: 25px !important;
	line-height: 33px;
}
.box-post{padding-top: 36px;text-align: justify;}
.box-post p{font-size: 15px;line-height: 24px;color: #222;font-weight: 400;}
.box-post h1{
	font-size: 25px;


}
.box-post h2{
	font-size: 22px;
	margin-bottom: 11px;
	margin-top: 25px;
	color: #E1251B;
}
.box-post h3{
	font-size: 19px;
	margin-bottom: 11px;
	margin-top: 25px;
	color: #E1251B;
}
.box-post h4{
	font-size: 16px;
	margin-bottom: 11px;
	margin-top: 25px;
	color: #E1251B;
}
.box-post h5{
	font-size: 13px;
	margin-bottom: 11px;
	margin-top: 25px;
	color: #E1251B;
}
.box-post h6{
	font-size: 12px;
	margin-bottom: 11px;
	margin-top: 25px;
	color: #E1251B;
}
.post-info-item a{padding: 0 7px;}
.post-info-item a:hover{color:#E1251B}

.post-info-item a i{position: relative;top: 2px;}

#comments .comments-title{
	display: none;
}
.vcard b {
	margin-right: 8px;
}
.comment-metadata time{font-size: 14px;font-weight: 700;margin-top: 10px;color: #003E52;display: inline-block;}

.reply a{
	color: #E1251B;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 14px;
	border: 1px solid;
	padding: 10px 16px;
	display: inline-block;
}
#cancel-comment-reply-link{
	color: #E1251B;
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
}
.comment-form-cookies-consent{
	max-width: 485px;
	display: flex;
	font-size: 14px;
	padding-left: 9px;
	font-weight: 400;
}
.comment-form-cookies-consent label{
	margin-left: 15px;;
}
.form-submit .submit{
	border:1px solid  #E1251B;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 14px;
	border: 1px solid;
	background:#E1251B;
	padding: 10px 16px;
	color: #fff;
	display: inline-block;
}
.form-submit .submit:hover{
	border:1px solid  #E1251B;
	color:   #E1251B;
	background:transparent;

}
.comments-area{
	margin-top: 50px;
}
.comment-content p{
	font-size: 14px;
	line-height: 23px;
}
.widget-area{
	position: sticky;
	top: 15px;
	padding-left: 33px;
}
.widget-area h2{font-size: 22px;font-weight: 600;}
.widget-area ul {

}
.widget-area li {margin-bottom: 11px;}
.widget-area a {font-size: 13px;color: #003E52;border: 1px solid #ccc;padding: 10px 7px;display: block;background: #fff;}
.widget-area a:hover {background:#003E52;color:#fff; }

.widget-area img {

}
.wp-block-image a{
	padding: 0 !important;
}
.a-link{
	color:   #E1251B;
}

.s-head h2{
	font-size: 16px;
}
.s-head ul.content{padding-left: 21px !important;}
.s-head ul.content li{list-style: devanagari;margin-bottom: 10px;}
.menu-item-has-children a::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.menu-item-has-children .sub-menu a::after {

	display: none;

}

.banner-page-detail  .thumb-banner-img {
	height: 683px;
}

.hakkimizda-kale {

	padding: 55px 0px;


}

.hakkimizda-kale .row {
	justify-content: center;
}

.hakkimizda-kale .page-h-wrap {
	display: flex;
	margin-top: 27px;
	gap: 0px;
	flex-wrap: wrap;
}

.hakkimizda-kale .page-h {
	width: 100%;
	flex-basis: calc(20%);
}

.hakkimizda-kale .page-h .page-item .icon {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	padding: 3px 27px;
	background: #E1251B;
	transition: all .5s;
	border-bottom-left-radius: 30px;
}

.hakkimizda-kale .page-h .page-item {
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 7px 0px;
	gap: 10px;
	overflow: hidden;
	position: relative;
}

.hakkimizda-kale .page-h .page-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #CF2219;
	transform: translateX(-700px)translateY(-270px)rotate(-40deg);
	opacity: .9;
	transition: all .2s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.hakkimizda-kale .page-h .page-item:hover .icon {
	background: #003E52;
	color: #CF2219;
}

.hakkimizda-kale .page-h .page-item:hover {
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.hakkimizda-kale .page-h .page-item:hover::before {
	transform: translateX(-250px)translateY(-20px)rotate(-40deg);
}

.hakkimizda-kale .page-h:not(:first-child) {
}

.hakkimizda-kale .page-h .page-item h3 {
	font-size: 20px;
	font-weight: 300;
	padding: 10px 59px;
	display: flex;
	flex-direction: column;
}

.hakkimizda-kale .page-h .page-item h3 span {
	color: #E1251B;
	font-size: 22px;
	font-weight: 500;
}

.hakkimizda-kale .page-h .page-item p {
	font-size: 14px;
	padding: 0 19px;
}


.page-2 {
	/* margin-top: 50px; */
	text-align: center;
}

.page-2 h2 {
	font-size: 35px;
}

.page-2 h2 span {
	color: #E1251B;
}

.page-2 .body {
	padding: 10px 150px;
	text-align: center;
}
.page-2 .body p{
	line-height: 25px;
}
.page-2 .body .bold {
	font-size: 20px;
}

.page-2 .body .bold span {
	color: #CF2219;
}
.page-kale{
	padding: 50px 0;
}
.hiz-card{
	margin-bottom: 40px;
	border: 1px solid #e0e0e0;
	padding: 29px 24px 18px;
	min-height: 340px;
}
.hiz-card h2{font-size: 26px;color: #E1251B;font-weight: 300;}
.hiz-card p{
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
}
.hiz-card span{
	font-size: 76px;
	line-height: 23px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 11px;
}
.p-center{
	text-align: center;
	margin-bottom: 50px;
}
.p-center h2{
	color: #E1251B;
	margin-bottom: 13px;
	font-weight: 600;
}
.p-center p{font-weight: 400;font-size: 13px;margin-bottom: 17px;}

.prod-card{
	margin-bottom: 40px;
	border: 1px solid #e0e0e0;
	padding: 29px 24px 18px;
	/* min-height: 340px; */
}
.prod-card h3{text-align: center;margin-top: 10px;font-size: 17px;font-weight: 400;}

.form-spinner {
	position: fixed;
	width: 100%;
	background: #ffffffd6;
	height: 100vh;
	top: 0;
	z-index: 99999;
	justify-content: center;
	align-items: center;
	display: flex;
}
.form-spinner  .text-danger {
	color: #eb1126!important;
	width: 60px !important;
	font-size: 29px !important;
	height: 60px !important;
}
.shows{
	display: none;
}
.left-kale-a a{
	color:#CF2219;
	font-weight:600;
}
.mobilefooter-sticky {
	display: none;
	position: fixed;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #646464;
	position: fixed;
	z-index: 99999999999;
	width: 100%;
	bottom: 0;
	padding: 0 0.5rem .5rem 0.5rem;
	/* border-top-left-radius: 2.15rem; */
	/* border-top-right-radius: 2.15rem; */
	border-top: 6px solid #e1241b;
}
.mobilefooter-sticky .sticky-box {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.mobilefooter-sticky .sticky-box .name {
	font-size: 9px;
	color: #c2c2c2;
	text-align: center;
}
.mobilefooter-sticky .sticky-box .icon {
	height: 3rem;
	width: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.mobilefooter-sticky .sticky-box .icon i {
	font-size: 24px;
	color: white;
}
.mobilefooter-sticky .top-box {
	-webkit-transform: translateY(-1.5rem);
	transform: translateY(-30px);
	position: relative;
}
.mobilefooter-sticky .top-box .name {
	-webkit-transform: translateY(3rem);
	transform: translateY(3rem);
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.mobilefooter-sticky .top-box .icon {
	background: #e1241b;
	border-radius: 50%;
	position: relative;
	-webkit-box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.77);
	box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.77);
}
.mobilefooter-sticky .top-box .icon i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1rem;
	color: white;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 20px;
}
.mobilefooter-sticky .top-box .icon::before {
	/* content: ""; */
	position: absolute;
	height: 66px;
	width: 66px;
	border: 1px solid #000;
	border-radius: 50%;
	opacity: 0.5;
}
.mobilefooter-sticky .top-box .icon::after {
	/* content: ""; */
	position: absolute;
	height: 56px;
	width: 56px;
	border: 1px solid #ed1c25;
	border-radius: 50%;
	opacity: 0.75;
}
@media (max-width: 991px) {
	.mobilefooter-sticky {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.section-avrupa {
	margin-bottom: 66px;
	margin-top: 78px;
	px;
}

.avrupa-left {
	display: flex;
	gap: 10px;
}

.avrupa-left .avrupa-small-imgs {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.avrupa-right h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	color: #003E52;
	margin-bottom: 15px;
}

.avrupa-right .avrupa-p {
	margin-bottom: 16px !important;
}

.avrupa-right p {
	font-weight: 400;
	font-size: 14px;
	color: #003E52;
	line-height: 25px;
}

.iskele-product-item {
	position: relative;
}
.iskele-product-item-1,
.iskele-product-item-2{
	margin-bottom: 37px;
}
.iskele-product-item-3,
.iskele-product-item-4{
	margin-bottom:70px;
}
.section-iskele-product h2 {
	font-weight: 600;
	font-size: 30px;
	color: #003E52;
	text-align: center;
	margin-bottom:10px;
}

.section-iskele-product p {
	font-weight: 400;
	font-size: 12px;
	color: #003E52;
	text-align: center;
	margin-bottom: 32px;
	line-height:5px;
}
.section-iskele-product .sub-p {
	font-weight: 400;
	font-size: 12px;
	color: #003E52;
	text-align: center;
	line-height:5px;
	display:inline-block;
	width:100%;
}


.iskele-product-item a .product-item-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #003E52;
	padding: 5px 20px;
	display: flex;
	align-items: center;
	gap: 35px;
	transition:0.3s;
}
.iskele-product-item {
	opacity:1;
	transition:0.3s;
}
.iskele-product-item:hover {
	opacity:0.8;

}

.iskele-product-item a:hover .product-item-btn{
	background-color:#E1251B;
}

.iskele-product-item a .product-item-btn span {
	font-weight: 500;
	font-size: 16px;
	color: white;
}

.iskele-product-item a .product-item-btn i {
	font-size: 37px;
	color: white;
}
.section-iskele-counter {
	margin-top: 42px;
	position: relative;
}

.section-iskele-counter .iskele-counter {
	display: flex;
	gap: 60px;
	align-items: center;
	padding: 50px 0px;
	position: relative;
}

.section-iskele-counter .iskele-counter::before {
	content: "";
	position: absolute;
	background-color: #ffffff45;
	height: 31px;
	width: 1px;
	left: 180px;
}

.section-iskele-counter .iskele-counter::after {
	content: "";
	position: absolute;
	background-color: #ffffff45;
	height: 31px;
	width: 1px;
	left: 440px
}

.section-iskele-counter::before {
	content: "";
	position: absolute;
	background-color: #E1251B;
	width:  60%;
	height: 100%;
	z-index: -9999;
	left: 0;
	top: 0;
}
.section-iskele-counter::after {
	content: "";
	position: absolute;
	background-color: #003E52;
	width:  40%;
	height: 100%;
	z-index: -9999;
	right: 0;
	top: 0;
}

.section-iskele-counter .iskele-counter .counter {
	text-align: center;
}

.section-iskele-counter .iskele-counter .counter span {
	font-weight: 700;
	font-size: 37px;
	color: white;
}

.section-iskele-counter .iskele-counter .counter div {
	font-weight: 300;
	font-size: 23px;
	color: white;
}

.counter-right {
	padding: 60px 0px 1px;
}

.counter-right .right-info {
	display: flex;
	align-items: center;
	gap: 27px;
}

.counter-right .right-info .right-info-text {
	display: flex;
	flex-direction: column;
}

.counter-right .right-info .right-info-text span {
	color: white;
	font-weight: 400;
	font-size: 18px;
}

.counter-right .right-info .right-info-text span:nth-child(2) {
	color: white;
	font-weight: 700;
	font-size: 32px;
}

.iskele-product-item img {
	height:80%;
	object-fit:cover;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-iskele-counter::before {

		width:  64%;
		z-index: -999;
	}
	.section-iskele-counter::after {

		width:  38%;

	}
	.counter-right .right-info .right-info-text span:nth-child(2) {
		font-size:28px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-iskele-counter::before {
		content: "";
		position: absolute;
		background-color: #E1251B;
		width:  100%;
		height: 70%;
		z-index: -9999;
		left: 0;
		bottom: 0;

	}
	.section-iskele-counter::after {
		content: "";
		position: absolute;
		background-color: #003E52;
		width:  100%;
		height: 30%;
		z-index: -9999;
		right: 0;
		top: auto;
		bottom: 0;
	}
	.counter-right {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.section-iskele-counter .iskele-counter {
		flex-direction: column;
		justify-content: center;
	}
	.section-iskele-counter .iskele-counter::before {
		content: "";
		position: absolute;
		background-color: #ffffff45;
		height: 1px;
		width: 31px;
		left: auto;
		top: 168px;
	}
	.section-iskele-counter .iskele-counter::after {
		content: "";
		position: absolute;
		background-color: #ffffff45;
		height: 1px;
		width: 32px;
		left: auto;
		bottom: 169px;
	}
	.avrupa-left {
		justify-content:center;
	}
	.avrupa-right h2 {
		font-size: 25px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.iskele-product-item-1,
	.iskele-product-item-2{
		margin-top:50px;
		margin-bottom:20px;
	}
	.iskele-product-item-3,
	.iskele-product-item-4{
		margin-bottom:70px;
	}

}
@media only screen and (max-width: 767px) {
	.section-iskele-counter::before {
		content: "";
		position: absolute;
		background-color: #E1251B;
		width:  100%;
		height: 70%;
		z-index: -9999;
		left: 0;
		bottom: 0;

	}
	.section-iskele-counter::after {
		content: "";
		position: absolute;
		background-color: #003E52;
		width:  100%;
		height: 30%;
		z-index: -9999;
		right: 0;
		top: auto;
		bottom: 0;
	}
	.counter-right {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.section-iskele-counter .iskele-counter {
		flex-direction: column;
		justify-content: center;
	}
	.section-iskele-counter .iskele-counter::before {
		content: "";
		position: absolute;
		background-color: #ffffff45;
		height: 1px;
		width: 31px;
		left: auto;
		top: 168px;
	}
	.section-iskele-counter .iskele-counter::after {
		content: "";
		position: absolute;
		background-color: #ffffff45;
		height: 1px;
		width: 32px;
		left: auto;
		bottom: 169px;
	}
	.iskele-product-item a .product-item-btn span {
		font-size:10px;
	}
	.iskele-product-item a .product-item-btn i {
		font-size:25px;
	}
	.avrupa-left {
		justify-content:center;
		text-align:center;
	}
	.avrupa-right {
		text-align:center;
	}
	.section-iskele-product p {

		font-size: 10px;
		color: #003E52;
		text-align: center;
		line-height:5px;
	}
	.section-iskele-product .sub-p {
		font-size: 10px;
		margin-bottom:44px;
		line-height:5px;
	}
	.section-iskele-counter {
		margin-top:80px;
	}
	.avrupa-right h2 {
		font-size: 25px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.section-iskele-product h2 {
		font-size:25px;
	}
	.iskele-product-item-1,
	.iskele-product-item-2{
		margin-top:0px;
	}
	.iskele-product-item-3,
	.iskele-product-item-4{
		margin-bottom:0px;
	}
	.iskele-product-item img {
		height:90%;
		object-fit:cover;
	}
}

.references-kale{
	margin: 80px 0 50px;
}
.references-kale .ref-head{
	text-align: center;
	margin-bottom: 30px;
}
.references-kale h2{
	ext-align: center;
	font-weight: 300;
	font-size: 35px;
	margin-bottom: 1px;
}
.references-kale h3{
	text-align: center;
	font-weight: 500;
	margin-bottom: 23px;
	color: #CF2219;
	font-size: 28px;
}

.references-kale .ref-box{
	background-color: #f8f8f8;
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.references-kale .ref-box img{
	width: auto;
	height: 100px;
	max-width: 150px;
	object-fit: contain;
}
.references-kale .row{
	row-gap: 30px;
}

.link-box{
	text-align: center;
	margin: 30px 0 0;
}
.link-box a{
	background-color: #073f52;
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
}

.section-product-all{}
.section-product-all .iskele-cephe{}
.section-product-all .iskele-cephe .row{}
@media only screen and (max-width: 767px) {
	.section-product-all .iskele-cephe .row{
		row-gap: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-product-all .iskele-cephe .row{
		row-gap: 10px;
	}
}
.section-product-all .iskele-cephe .row *{
	padding: 0;
}
.section-product-all .iskele-cephe .body{
	padding: 0 20px 20px;
}
.section-product-all .iskele-cephe .cephe-box{
	margin: 0 10px;
}
.section-product-all .iskele-cephe .cephe-box:first-child{
	margin-left: 0;
}

.section-product-all .box-post{
	border: unset ;
}

.hakkimizda-kale .content_area{
	margin: 15px 0;
}
.hakkimizda-kale .content_area h2{
	text-align: center;
	font-weight: 500;
	margin-bottom: 23px;
	color: #CF2219;
	font-size: 28px;
}
.hakkimizda-kale .content_area p{
	text-align: center;
	line-height: 1.8;
}
.hakkimizda-kale .content_area a{}
.hakkimizda-kale .content_area img{}

.project-kale{}
.project-kale .project-head{
	text-align: center;
	margin-bottom: 30px;
}
.project-kale h2{
	ext-align: center;
	font-weight: 300;
	font-size: 35px;
	margin-bottom: 1px;
}
.project-kale h3{
	text-align: center;
	font-weight: 500;
	margin-bottom: 23px;
	color: #CF2219;
	font-size: 28px;
}
.project-kale .project-box{}
.swiper-project{}
.swiper-project .swiper-slide{}
.swiper-project .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-project .swiper-slide a::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	opacity: 0;
	background-color: #073f52c9;
	transition: all .5s ease-in-out;
}
.swiper-project .swiper-slide img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.swiper-project .swiper-slide img.zoom{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: auto;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
}
.swiper-project .swiper-slide a:hover::before{
	top: 0;
	opacity: 1;
	transition: all .5s ease-in-out;
}
.swiper-project .swiper-slide a:hover img.zoom{
	opacity: 1 !important;
	visibility: visible !important;
	transition: all .5s ease-in-out;
}
.swiper-project .swiper-pagination{
	top: unset !important;
	bottom: 0 !important;
	background-color: rgba(255, 255, 255, 0.36);
}
.swiper-project .swiper-pagination .swiper-pagination-progressbar-fill{
	background-color: #CF2219 !important;
}
.project-kale .project-box h4{
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0;
}
.project-kale .row{
	row-gap: 40px;
}

.site-header .menu-item.home-item {}
.site-header .menu-item.home-item a{
	color: #f8f8f8;
	background-image: url(https://tatjounekrinet.info/wp-content/uploads/2024/02/home-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	position: relative;
	top: -3px;
}
.site-header .menu-item.home-item a:hover{
	color: #f8f8f8 !important;
}
.site-header .menu-item.home-item a i{}

/**/

body .kl-box-wrapper{
    border: 1px solid #e0e0e0;
    margin: 0 0 30px;
}
body .kl-box-wrapper .kl-box-group{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
body .kl-box-wrapper .kl-box-group .kl-box-item{
    transition: all .4s ease;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px;
}

body .kl-box-wrapper .kl-box-group .kl-box-item:hover{
    outline: 1px solid #E1251B;
    background-color: #fafafa;
    transition: all .4s ease;
}

body .kl-box-wrapper .kl-box-group .kl-box-item:nth-child(odd){
    border-right: 1px solid #e0e0e0;
}

body .kl-box-wrapper .kl-box-group .kl-box-item:nth-last-child(2){
    border-bottom: unset;
}
body .kl-box-wrapper .kl-box-group .kl-box-item:nth-last-child(1){
    border-bottom: unset;
}
body .kl-box-wrapper .kl-box-group .kl-box-item h3{
    margin: 0 0 10px;
}
body .kl-box-wrapper .kl-box-group .kl-box-item p{
    font-size: 14px;
    margin: 0;
}