/* USER VARIABLES SECTION */

:root {
	--accent: orange;
	--text: #333;
	--regular-text: 16px;
	--lineheight: 1.65;
	--userfont: oswald, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }*/

/* FONTS LOAD SECTION */

@font-face {
	src: url("../fonts/Oswald-ExtraLight.woff2") format("woff2");
	font-family: "oswald";
	font-weight: 200;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Oswald-Light.woff2") format("woff2");
	font-family: "oswald";
	font-weight: 300;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Muli-ExtraLight.woff2") format("woff2");
	font-family: "multi";
	font-weight: 200;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Muli-Light.woff2") format("woff2");
	font-family: "multi";
	font-weight: 300;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Muli.woff2") format("woff2");
	font-family: "multi";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Muli-SemiBold.woff2") format("woff2");
	font-family: "multi";
	font-weight: 600;
	font-style: normal;
}

/* GENERAL CSS SETTINGS */

* {
	box-sizing: border-box;
}

::placeholder {
	color: #666;
}

::selection {
	background-color: var(--accent);
	color: #fff;
}

input,
textarea {
	outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red;
}

input:required:valid,
textarea:required:valid {
	border-color: green;
}

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body._lock {
	overflow: hidden;
}


/* USER STYLES */

p {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

h2 {
	color: #3871C1;
	font-size: 42px;
	letter-spacing: .025em;
	line-height: 51px;
	text-transform: capitalize;
	font-weight: 200;
	margin-bottom: 15px;
}

h3 {
	font-family: 'multi', sans-serif;
	color: #555;
	font-size: 26px;
	letter-spacing: .010em;
	font-weight: 300;
	line-height: 34px;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

.custom_input {
	border: none;
	outline: none;
	color: #565656;
	min-width: inherit;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px;
	border-bottom: 1px solid white;
	background: transparent;
}

.custom_input:focus {
	outline: none;
}

.custom_input::-webkit-input-placeholder {
	color: #BFBFBF;
}

.custom_input::-moz-placeholder {
	color: #BFBFBF;
}

.custom_input::-ms-input-placeholder {
	color: #BFBFBF;
}

.custom_input::placeholder {
	color: #BFBFBF;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile+label {
	font-size: 1.25em;
	font-weight: 700;
	color: #565656;
	display: inline-block;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
}

.inputfile+label {
	cursor: pointer;
	/* "hand" cursor */
}

.default_btn {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	padding: 17px 20px 10px 20px;
	display: inline-block;
	color: #fff;
	border: 2px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	background: #ffae00;
	max-width: 285px;
	box-shadow: 0 5px 0 #c18b1c;
}

.default_btn:hover {
	background: #fff;
	color: #222b49;
	font-weight: bold;
	border: 2px solid #222b49;
	box-shadow: 0 5px 0 #222b49;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.blueHover_btn:hover {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.hardBlueHover_btn:hover {
	background: #083356;
}

.whiteHover_btn:hover {
	background: white;
	color: #1e1d1d;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media (max-width: 767px) {
	.default_btn {
		font-size: 15px;
		/*line-height: 15px;*/
		/*padding: 10px 44px;*/
	}
}

.h2-custom {
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.h2-custom span {
	font-size: 32px;
	color: #154E55;
	text-transform: uppercase;
	font-weight: bold;
}

.h3-custom {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-top: 0;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 0;
}

.h3-custom::after {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	background: #59a896;
	position: absolute;
	bottom: 0;
}

.h3-custom span {
	font-size: 14px;
	text-transform: none;
}

@media (max-width: 767px) {
	.h2-custom {
		font-size: 24px;
		line-height: 1.3;
		text-align: center;
	}

	.h3-custom {
		font-size: 12px;
		line-height: 16px;
		padding-bottom: 18px;
		margin-bottom: 20px;
		text-align: center;
	}

	.h3-custom::after {
		width: 20px;
		height: 2px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 520px) {
	.h2-custom {
		font-size: 18px;
	}

	.h2-custom span {
		font-size: 26px;
	}
}

.visually-hidden {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

.container {
	padding-left: 2.5%;
	padding-right: 2.5%;
}

/* .form_container {
	padding-left: 2.5%;
	padding-right: 2.5%;
	} */

@media (min-width: 768px) {
	.container {
		padding: 0;
		padding-left: 2.5%;
		padding-right: 2.5%;
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}

	/* .form_container {
		padding: 0;
		padding-left: 2.5%;
		padding-right: 2.5%;
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
		} */
}

@media (min-width: 1200px) {
	.container {
		padding: 0;
		padding-left: 2.5%;
		padding-right: 2.5%;
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}

	/* .form_container {
		padding: 0;
		padding-left: 2.5%;
		padding-right: 2.5%;
		max-width: 1380px;
		margin-left: auto;
		margin-right: auto;
		} */
}


/*Back to top btn START*/
/*#button {
		display: inline-block;
		background-color: #154E55;
		width: 50px;
		height: 50px;
		text-align: center;
		border: 1px solid #154E55;
		border-radius: 2px;
		line-height: 50px;
		text-decoration: none;
		position: fixed;
		bottom: 30px;
		right: 30px;
		-webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
		transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
		opacity: 0;
		visibility: hidden;
		z-index: 1000;
	}

	#button {
		color: #fff;
	}

	#button i:hover {
		color: #59A896;
	}

	#button:hover {
		cursor: pointer;
		background-color: #111111;
		color: #59A896;
		border: 1px solid #444444;
	}

	#button:active {
		background-color: #555;
	}

	#button.show {
		opacity: 0.7;
		visibility: visible;
	}

	@media (min-width: 500px) {
		#button {
			margin: 30px;
		}
	}

	@media (max-width: 500px) {
		#button {
			display: none;
		}
		}*/

/*Back to top btn END*/

/* Popup Start */

/*	.white_popup{
		background: #fff;
	}
	.small-popup{
		position: relative;
		max-width: 500px;
		padding-right: 30px;
		padding-left: 30px;
		margin: 0 auto;
		}*/

/* Magnific Popup Animation Delay Start*/
/*	.mfp-fade.mfp-bg {
		opacity: 0;
		-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
		transition: all 0.15s ease-out;
	}

	.mfp-fade.mfp-bg.mfp-ready {
		opacity: 0.8;
	}

	.mfp-fade.mfp-bg.mfp-removing {
		opacity: 0;
	}
	.mfp-fade.mfp-wrap .mfp-content {
		opacity: 0;
		transition: all 0.4s ease-out;
	}
	.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
		opacity: 1;
	}
	.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
		opacity: 0;
		}*/
/* Magnific Popup Animation Delay End */

/* Popup End */

/* Popup Form Start */

/* CONTACT FORM START */

/*	.form {
		max-width: 550px;
		margin: 0px auto;
		color: #fff; 
		padding: 30px 0; 
		}*/

/*	.select {
		position: relative;
	}

	.select__item {
		position: relative;
	}

	.select__title {
		color: #000;
		border: 1px solid #d9d9d9;
		background-color: #fff;
		cursor: pointer;
		border-radius: 5px;
	}

	.select__value {
		display: flex;
		font-size: 16px;
		height: 60px;
		padding: 0px 20px;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.select__value span {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.select__value::before {
		content: "";
		display: inline-block;
		transition: all 0.3s ease 0s;
		width: 11px;
		height: 7px;
		background: url("../images/select.svg") center / 100% no-repeat;
	}

	.select__options {
		color: #000;
		display: none;
		position: absolute;
		top: 49px;
		border-radius: 0 0 4px 4px;
		min-width: 100%;
		left: 0;
		background-color: #fff;
		border-top: 0;
		border: 1px solid #d9d9d9;
		border-top: 0;
		font-size: 16px;
		padding: 0px 0px 5px 0px;
	}

	.select__option {
		cursor: pointer;
		padding: 10px 20px;
		margin: 0px 0px 0px 0px;
	}

	.select._active {
		z-index: 5;
	}

	.select._active .select__value::before {
		transform: rotate(-180deg);
	}

	.select._active.select__options {
		display: block;
	}

	.form * {
		outline: none;
	}

	.form__body {
		position: relative;
	}

	.form__body::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(51, 51, 51, 0.9) url("../images/loading.gif") center / 50px no-repeat;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease 0s;
	}

	.form__body._sending::after {
		opacity: 1;
		visibility: visible;
	}

	.form__title {
		font-size: 40px;
		font-weight: 700;
		margin: 0px 0px 30px 0px;
	}

	.form__item {
		margin: 0px 0px 20px 0px;
	}

	.form__label {
		font-size: 16px;
		display: block;
		margin: 0px 0px 10px 0px;
	}

	.form__input {
		height: 40px;
		padding: 0px 20px;
		width: -webkit-fill-available;
		font-size: 18px;
		transition: all 0.5s ease 0s;
	}

	.form__input:focus {
		box-shadow: 0 0 3px #7a956b;
	}

	.form__input._error {
		box-shadow: 0 0 15px red;
	}

	textarea.form__input {
		min-height: 60px;
		resize: vertical;
		padding: 20px;
	}

	.options {
		padding: 10px 0px 0px 0px;
	}

	.options__item {
		margin: 0px 0px 10px 0px;
	}

	.options__input {
		display: none;
	}

	.options__input:checked+.options__label::after {
		transform: scale(1);
	}

	.options__label {
		display: inline-flex;
		font-size: 16px;
		line-height: 140%;
		align-items: center;
		position: relative;
		cursor: pointer;
	}

	.options__label::before {
		content: "";
		align-self: flex-start;
		flex: 0 0 24px;
		height: 24px;
		background-color: #fff;
		border-radius: 50%;
		margin: 0px 10px 0px 0px;
	}

	.options__label::after {
		transition: transform 0.5s ease 0s;
		content: "";
		position: absolute;
		top: 4px;
		left: 4px;
		width: 16px;
		height: 16px;
		background-color: #7a956b;
		border-radius: 50%;
		transform: scale(0);
	}

	.file {}

	.file__item {
		position: relative;
	}

	.file__input {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		font-size: 0;
		cursor: pointer;
	}

	.file__button {
		display: inline-flex;
		min-height: 40px;
		border-radius: 30px;
		justify-content: center;
		align-items: center;
		background-color: #77608d;
		padding: 0px 20px;
	}

	.file__preview {
		display: inline-block;
		max-width: 100px;
		padding: 10px 0px 0px 0px;
	}

	.file__preview img {
		max-width: 100%;
	}

	.checkbox {}

	.checkbox._error .checkbox__label::before {
		box-shadow: 0 0 15px red;
	}

	.checkbox__input {
		display: none;
	}

	.checkbox__input:checked+.checkbox__label::after {
		transform: scale(1);
	}

	.checkbox__label {
		font-size: 16px;
		line-height: 140%;
		display: inline-flex;
		align-items: center;
		position: relative;
		cursor: pointer;
	}

	.checkbox__label::before {
		content: "";
		align-self: flex-start;
		flex: 0 0 24px;
		height: 24px;
		background-color: #fff;
		border-radius: 4px;
		margin: 0px 10px 0px 0px;
	}

	.checkbox__label::after {
		transition: transform 0.5s ease 0s;
		content: "";
		width: 16px;
		height: 16px;
		position: absolute;
		top: 4px;
		left: 4px;
		background-color: #7a956b;
		border-radius: 4px;
		transform: scale(0);
	}

	.checkbox__label a {
		color: #7a956b;
	}

	.main_form_section {
		padding: 50px 0;
	}

	.form__button {
		width: inherit;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 60px;
		background-color: #154E55;
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 700;
		cursor: pointer;
		transition: background-color 0.5s ease 0s;
		position: relative;
		top: 0;
		padding: 18px 60px;
	}

	.form__button:hover {
		background-color: rgb(26, 103, 103);
	}

	.form__button:active {
		top: 3px;
		box-shadow: 0 2px 0 #161b13;
	}

	.form_container {
		display: grid;
		grid-column-gap: 30px;
		grid-template-areas:
		'form_item1 form_item2'
		'form_item3 form_item4'
		'form_item5 form_item5'
		'form_item6 form_item6';
	}

	.form_container__recall{
		grid-template-areas:
		'form_item1 form_item1'
		'form_item4 form_item4'
		'form_item6 form_item6';
	}

	.form_container .form_item1 {
		grid-area: form_item1;
	}

	.form_container .form_item2 {
		grid-area: form_item2;
	}

	.form_container .form_item3 {
		grid-area: form_item3;
	}

	.form_container .form_item4 {
		grid-area: form_item4;
	}

	.form_container .form_item5 {
		grid-area: form_item5;
	}

	.form_container .form_item6 {
		grid-area: form_item6;
		margin: 0 auto;
		}*/

/* CONTACT FORM END */

/* Popup Form End */

/* Section Header START */

.top_header {
	/*background: #0a0a0a;*/
	background: #f9f9f9;
	padding-top: 14px;
	padding-bottom: 6px;
	max-height: 150px;
}

.top_header__cont {
	display: flex;
	justify-content: space-between;
}

.top_header__Logo {
	display: inline-block;
}

.top_header__contact {
	/*color: #fff;*/
	color: #3871C1;
}

.top_header__contact .header_phone a {
	font-size: 36px;
	font-weight: bold;
	/*color: #fff;*/
	color: #3871C1;
}

.top_header__contact .header_phone a:hover {
	/*color: #00b7d7;*/
	color: #F6BA24;
	transition: all .3s;
}

.top_header__contact .header_time {
	font-size: 18px;
}

.emergency .emergency__text {
	line-height: 1;
}

.emergency .emergency__text .emergency__text_period {
	margin-bottom: 10px;
}

.top_header__info .emergency {
	color: #ff0707;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.header_phone {
	margin-bottom: 20px;
}

.top_header__Logo img {
	max-height: 70px;
	/* max-width: 220px; */
}

.top_header__contact .header_phone img {
	max-width: 28px;
	margin-right: 6px;
}

.top_header__contact .header_time img {
	width: 20px;
	height: 20px;
	margin-right: 18px;
}

.timer_cont {
	display: inline-block;
}

.open_cont {
	display: inline-block;
}

.header_time p {
	text-align: center;
}

.top_header__info {
	display: flex;
	justify-content: space-between;
}

.top_header__info .emergency img {
	max-width: 67px;
	margin-right: 10px;
}

.top_header__info .quality_logo img {
	max-width: 130px;
}

/*TOP HEADER END*/




.bottom_header {
	background-color: rgba(255, 255, 255, .94);
	padding: 18px 0 0 0;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	transition: all .5s;
}

.bottom_header.page-header--small {
	padding: 5px 0 0 0;
	background-color: #fff;
	z-index: 11;
	transition: all .3s;
}

.bottom_header.page-header--small .top_header__Logo img {
	max-height: 60px;
}

.bottom_header.page-header--small .bottom_submenu {
	margin-top: 6px;
	transition: all .3s;
}

.bottom_header.page-header--small .bottom_submenu_contact p {
	font-size: 14px;
}

.bottom_header.page-header--small .submenu__phone a {
	font-size: 14px;
}

.bottom_header.page-header--small .submenu__phone i {
	font-size: 14px;
}

.bottom_header.page-header--small .bottom_submenu_list ul li a {
	font-size: 14px;
}


.main-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bottom_submenu {
	background: linear-gradient(90deg, #3871C1 40%, #000 20%);
	color: #fff;
	margin-top: 20px;
	letter-spacing: .1em;
	transition: all .5s;
}

.bottom_submenu__cont {
	/* display: flex;
	justify-content: space-between; */
	display: grid;
	grid-template-columns: 2fr 3fr;
}

.bottom_submenu_contact {
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 25px;
	background-color: #3871C1;
}

.bottom_submenu_list {
	padding-left: 40px;
}

.bottom_submenu_contact:after {
	/* content: '';
	position: absolute;
	right: -47px;
	width: 0;
	height: 0;
	border: 0 solid #000;
	border-right-width: 40px;
	border-left-width: 0px;
	border-bottom: 45px solid #3871C1 ;
	top: 0; */
}

.bottom_submenu_contact p {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	margin-right: 14px;
}

.submenu__phone a {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.submenu__phone a:hover {
	color: #000;
	transition: all .3s;
}

.submenu__phone i {
	font-size: 20px;
	margin-right: 4px;
}

.bottom_submenu_list {}

.bottom_submenu_list ul {
	display: flex;
	align-items: center;
}

.bottom_submenu_list ul li {
	padding: 0 12px;
}

.bottom_submenu_list ul li a {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 2.8;
}

.bottom_submenu_list ul li a:hover {
	color: #3871C1;
	transition: all .3s;
}

.hidden-lg {
	display: none;
}

@media (max-width: 1200px) {
	.hidden-lg {
		display: block;
		top: 0;
	}

	.top_header {
		padding-top: 60px;
		padding-bottom: 12px;
		max-height: inherit;
	}

	.top_header__Logo img {
		max-width: 150px;
		transition: all .5s;
	}

	.top_header__contact .header_phone a {
		font-size: 24px;
	}

	.header_phone {
		margin-bottom: 8px;
	}

	.top_header__Logo {
		display: flex;
		align-items: center;
	}

	.top_header__info .quality_logo img {
		max-width: 100px;
	}
}

@media (max-width: 992px) {
	.top_header__info {
		display: none;
	}

	.top_header__cont {
		flex-direction: column;
		align-items: center;
	}

	.top_header__contact {
		text-align: center;
	}
}

@media (max-width: 520px) {
	.top_header__contact .header_phone a {
		font-size: 22px;
	}

	.top_header__contact .header_time {
		font-size: 16px;
	}

	.top_header__contact .header_phone img {
		max-width: 24px;
	}

	.top_header__contact .header_time img {
		width: 16px;
		height: 16px;
		margin-right: 6px;
	}
}

.mobile_mnu_phone {
	position: fixed;
	right: 90px;
	top: 0;
	margin-top: 30px;
	display: none;
}

.mobile_mnu_phone i {
	font-size: 24px;
}

.hamburger {
	position: fixed;
	width: 40px;
	height: 30px;
	cursor: pointer;
	border: 5px solid transparent;
	right: 16px;
	margin-top: 26px;
	z-index: 99999;
}

.hamburger span {
	width: 100%;
	height: 2px;
	background: #08509e;
	/* background: #F6BA24; */
	display: block;
	position: absolute;
	right: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}

.hamburger span.h-top {
	top: 0;
}

.hamburger span.h-bottom {
	bottom: 0;
	width: 27px;
}

.hamburger span.h-middle {
	top: 50%;
	margin-top: -1px;
	width: 25px;
}

.hamburger.h-active span {
	width: 100%;
}

.hamburger.h-active span.h-top {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -1px;
}

.hamburger.h-active span.h-middle {
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.hamburger.h-active span.h-bottom {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 50%;
	margin-bottom: -1px;
}

.bottombar {
	background-color: #08509e
}

.main-nav>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (min-width : 1200px) {
	.main-nav>ul {
		/* display: flex;
    justify-content: space-between; */
	}
}

.main-nav>ul>li {
	display: inline-block;
	position: relative;
	/* margin-left: -4px; */
	padding-right: 15px;
}

.main-nav>ul>li:last-child {
	padding-right: 0;
}

.main-nav>ul>li+li {
	/*padding: 0 15px;*/
}

.main-nav>ul>li>a {
	text-transform: uppercase;
	letter-spacing: .1em;
	display: block;
	text-decoration: none;
	color: #000;
	line-height: 45px;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}

.main-nav>ul>li:hover>a {
	/*color: #00b7d7;*/
	color: #3871C1;
}

.submenu {
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	min-width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 15px;
	/*background: #fff;*/
	background: #3871C1;
	border: 1px solid #f7f7f7;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	-webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}

.submenu>li {
	display: block;
	margin: 0 -15px;
}

.submenu>li a {
	display: block;
	padding: 10px 15px;
	color: #e6e6e6;
	line-height: 1;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all 0.3s;
}

.submenu>li a:hover {
	background: #f7f7f7;
	color: #08509e;
}

.main-nav .fl {
	width: 40px;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	color: #3871C1;
	font-style: normal;
	position: absolute;
	right: 5px;
	top: 10px;
	z-index: 999;
	display: none;
}

.main-nav .fl:before {
	font-size: 24px;
	text-align: center;
	line-height: 35px;
}

.main-nav>ul>li+li .submenu {
	/*left: 25px;*/
}

.main-nav>ul>li:hover .submenu {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.content-block {
	padding: 70px 0;
	position: relative;
}

.slideInUp {
	visibility: hidden;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	-o-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.is-active .slideInUp {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slideInUp2 {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

@media (max-width: 1199px) {
	.main-nav {
		position: fixed;
		top: 0;
		right: 0;
		width: 250px;
		padding: 20px;
		z-index: 9999;
		height: 100%;
		overflow: auto;
		background: #f9f9f9;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translateX(250px);
		-moz-transform: translateX(250px);
		-ms-transform: translateX(250px);
		-o-transform: translateX(250px);
		transform: translateX(250px);
		-webkit-transition: -webkit-transform .3s ease-in;
		-moz-transition: -moz-transform .3s ease-in;
		-o-transition: -o-transform .3s ease-in;
		transition: transform 0.3s ease-in;
	}

	.main-nav.slidenav {
		/* width: 100%; */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.main-nav ul:last-child {
		padding-top: 0;
	}

	.main-nav {
		display: block;
	}

	.top_header__Logo {
		display: none;
	}

	.main-nav>ul {
		float: none;
		padding-top: 50px;
	}

	.main-nav>ul>li {
		display: block;
		padding: 10px 0 !important;
		margin-left: 0;
	}

	.main-nav>ul>li>a {
		font-size: 14px;
		font-weight: bold;
		/*color: #fff;*/
		color: #3871C1;
		line-height: 35px;
	}

	.main-nav .fl {
		display: block;
		line-height: 1.4;
		border: 2px solid #3871C1;
	}

	.submenu {
		position: static;
		min-width: 200px;
		background: transparent;
		border: none;
		padding: 5px 15px 5px 25px;
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		display: none;
	}

	.submenu>li a {
		display: block;
		padding: 10px 0;
		/*color: #f9f9f9;*/
		line-height: 0.8;
		font-size: 14px;
		color: #3871C1;
		text-decoration: none;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all 0.3s;
	}

	.submenu>li a:hover {
		background: transparent;
		color: #08509e;
	}

	.slideInUp {
		visibility: visible;
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.burger_fixed_bg__Logo {
	display: none;
}

@media (max-width: 1200px) {
	.bottom_header {
		height: inherit;
	}

	.burger_fixed_bg {
		/* background: #3871C1; */
		/* height: 64px; */
		position: fixed;
		top: 0;
		right: 0;
		/* width: 70px; */
		width: 100%;
	}

	.burger_fixed_bg__Logo {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: rgba(255, 255, 255, .94);
		padding: 12px 0;
	}

	.burger_fixed_bg__Logo img {
		max-width: 120px;
	}
}

@media (max-width: 768px) {
	.burger_fixed_bg__Logo {
		padding: 0;
		justify-content: flex-start;
		padding-left: 25px;
	}

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

/* Section Header END */


/* Section Main Screen Start */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
	background: #fff url("../images/loading.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 50px;
	width: 25px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Icons */
}

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

.slick-prev {
	left: 25px;
	z-index: 10000000;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "";
	width: 25px;
	height: 50px;
	display: block;
	background: url("../images/icons/left_arrow.png") center no-repeat;
}

[dir="rtl"] .slick-prev:before {
	content: "";
}

.slick-next {
	right: 25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "";
	width: 25px;
	height: 50px;
	display: block;
	background: url("../images/icons/left_arrow.png") center no-repeat;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

[dir="rtl"] .slick-next:before {
	content: "";
}

/* Dots */
.slick-dotted .slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: 15px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 11px;
	width: 11px;
	margin: 0 7px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	display: block;
	height: 11px;
	width: 11px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	background: transparent;
	border: 2px solid white;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	border-radius: 1px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
	opacity: 1;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
	opacity: 1;
	background-color: #3f84bd;
	border: 2px solid #3f84bd;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

.main_screen {
	/* height: calc(100vh - 123px); */
	height: 100vh;
	/* margin-top: 123px; */
	color: white;
}

.main_screen__slider__item {
	position: relative;
}

.main_screen__slider__bg {
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	/* height: calc(100vh - 123px); */
	height: 100vh;
	width: 100%;
}

.main_screen__single-bg {
	height: auto;
}

.single_dext__descr {
	padding-top: 50px;
}

.single_dext__descr p {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-family: 'multi', sans-serif;
	font-size: 16px;
	line-height: 2;
}

.main_screen__single-cont .text-overlay .inner h2 {
	margin-bottom: 15px;
	color: #3871C1;
}

.main_screen__slider__item__info {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main_screen__slider__item__info h2 {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 60px;
}

.main_screen__slider__item__info__list {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
	line-height: 48px;
	padding-bottom: 38px;
	position: relative;
}

.main_screen__slider__item__info__list:after {
	content: "";
	display: block;
	width: 100px;
	height: 4px;
	background: #3f84bd;
	position: absolute;
	bottom: 0;
	left: 0;
}

.main_screen__slider__item__info__btn {
	margin-top: 60px;
}

.text-overlay {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.text-overlay .inner {
	display: inline-block;
	max-width: 1000px;
	width: 100%;
	background-color: rgba(255, 255, 255, .88);
	padding: 32px 25px 25px;
}

.text-overlay .inner h3 {
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'multi', sans-serif;
	color: #000;
	font-weight: 300;
	font-size: 30px;
	letter-spacing: .040em;
}

.text-overlay .inner h2 {
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 10px;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 54px;
	color: #000;
	font-weight: 200;
	line-height: 1.1em;
}

.header-button {
	position: relative;
	background-color: #3871C1;
	border: 1px solid #3871C1;
	color: #fff;
	font-size: 18px;
	font-family: 'multi', sans-serif;
	text-transform: uppercase;
	padding: 7px 30px 10px 30px;
	margin-top: 20px;
	letter-spacing: 0.100em;
	display: inline-block;
	margin-bottom: 5px;
}

.header-button:hover {
	background-color: #fff;
	color: #3871C1;
	border: 1px solid #3871C1;
	transition: all .3s;
}

.header-button i {
	font-size: 30px;
	margin-left: 10px;
	position: relative;
	top: 3px;
}

i.fa.slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 60px;
	background-color: rgba(255, 255, 255, .62);
	padding: 20px;
	border-radius: 100%;
	line-height: 20px;
	font-weight: 100;
	color: #404040;
	width: 60px;
	cursor: pointer;
	z-index: 8;
}

i.fa.fa-angle-left.slick-arrow {
	left: 25px;
	text-indent: -3px;
}

i.fa.fa-angle-right.slick-arrow {
	right: 25px;
	text-indent: 3px;
}

i.fa.fa-angle-left.slick-arrow:hover,
i.fa.fa-angle-right.slick-arrow:hover {
	background-color: #fff;
}

/* Section Main Screen End */

/* Section Chess Board Home Page Start */

.home_page_board {
	padding-top: 80px;
	padding-bottom: 80px;
}

.chess_board__cont {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.chess_board__text {
	background-color: #f7f7f7;
	text-align: center;
	padding: 40px 65px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.chess_board__text h2 {
	max-width: 420px;
	text-align: center;
	margin: 15px auto;
}

.chess_board__text h3 {
	margin: 0;
	margin-bottom: 26px;
}

.chess_board__text p {
	font-family: 'multi', sans-serif;
	font-weight: 300;
	margin: 16px;
}

.chess_board__text ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 16px;
	text-align: left;
}

.chess_board__text ul li {
	position: relative;
	padding-left: 30px;
	line-height: 1.8;
	font-family: "multi", sans-serif;
}

.chess_board__text ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #3871C1;
	font-weight: 300;
	position: absolute;
	left: 0;
}

.chess_board__image img {
	width: 100%;
	vertical-align: middle;
}

.button-style-1 {
	max-width: 100%;
	border: solid 1px #3871C1;
	min-width: 280px;
	margin: 15px 0;
	display: inline-block;
	padding: 10px 35px;
	background-color: transparent;
	color: #3871C1;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .025em;
	font-weight: 600;
}

.button-style-1:hover {
	color: #fff;
	border: solid 1px transparent;
	background-color: #3871C1;
	transition: all .3s;
}

/* Section Chess Board Home Page End */


/* Section Portfolio Start */

.portfolio {
	text-align: center;
}

.portfolio h2 {
	text-transform: uppercase;
}

.featured-projects {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 14px;
	padding-top: 10px;
}

.view-portfolio {
	display: flex;
	align-items: center;
	padding-left: 25px;
	padding-right: 33px;
	text-align: center;
	position: absolute;
	top: -60px;
	right: 30px;
	color: #000;
	text-transform: uppercase;
	font-family: "multi";
	font-size: 16px;
	letter-spacing: .020em;
	font-weight: 600;
	border: 1px solid #000;
	height: 40px;
}

.view-portfolio i:before {
	font-size: 24px;
	position: absolute;
	top: 8px;
	right: 16px;
}

.view-portfolio:hover {
	background-color: #3871C1;
	border-color: #3871C1;
	color: #fff;
}

.img-overlay {
	position: relative;
}

.img-overlay-image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(255, 255, 255, .7);
}

.img-overlay:hover .overlay {
	opacity: 1;
}

.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	max-width: 350px;
}

.featured-projects h3,
.project-hover-info h2 {
	font-size: 40px;
	color: #000;
	font-family: Oswald, sans-serif;
	margin: 0;
	line-height: 52px;
	letter-spacing: .075em;
	font-weight: 200;
	text-transform: uppercase;
}

.portfolio-thumb .text button {
	outline: 0;
	background-color: transparent;
	color: #3871C1;
	border: solid 1px #3871C1;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .025em;
	margin-top: 40px;
	font-weight: 600;
	min-width: 170px;
	padding: 10px;
	cursor: pointer;
}

.portfolio-thumb .text button:hover {
	background-color: #3871C1;
	color: #fff;
	border: solid 1px #fff;
	transition: all .3s;
}

.about_us__home {
	padding-top: 80px;
	padding-bottom: 80px;
}

.about_us__home .chess_board__text p {
	margin-top: 0;
	margin-bottom: 0;
}

/* Section Portfolio End */



/* Section Service Area Start */

.service_area {
	background-color: #f7f7f7;
	padding-top: 40px;
	padding-bottom: 80px;
}

.service_area h2 {
	text-align: center;
	margin-bottom: 40px;
}

.service_area__cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 40px;
	row-gap: 20px;
}

.service_area__item {
	text-align: center;
	max-width: 115px;
}

.service_area__item a {
	font-family: 'multi', sans-serif;
	font-size: 17px;
	color: #000;
}

.service_area__item a:hover {
	color: #3871C1;
	transition: all .3s;
}

.service_area__item a:before {
	content: "\f0ac";
	font-family: FontAwesome;
	display: block;
	color: #3871C1;
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 10px;
}

/* Section Service Area End */


/* Section Start Work Line Start */

.statr_work_line {
	background-color: #3871C1;
	color: #fff;
	letter-spacing: .1em;
	line-height: 1;
	transition: all .5s;
	padding: 8px;
	border-top: 8px solid #000;
	border-bottom: 8px solid #000;
}

.statr_work_line h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	margin: 0;
}

.start_work_line__cont {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 40px;
}

.start_work_line__cont a {
	font-size: 32px;
	color: #fff;
}

.start_work_line__cont a:hover {
	color: #000;
	transition: all .3s;
}

.start_work_line__cont a i {
	font-size: 32px;
	margin-right: 10px;
}

/* Section Start Work Line End */


/* Section Footer Start */

footer {
	background-color: #e9e9e9;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer__cont {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.footer__item {
	text-align: center;
}

.footer__item-title {
	font-size: 23px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 20px;
}

.footer__item__inf {
	padding-bottom: 14px;
}

.footer__item__inf p i {
	margin-right: 10px;
	font-size: 20px;
	color: #3871C1;
}

.footer__item__inf a i {
	margin-right: 10px;
	font-size: 20px;
	color: #3871C1;
}

.footer__item-social {
	padding-top: 20px;
}

.footer__item-social a i {
	font-size: 28px;
	width: 30px;
	height: 30px;
}

.footer__item-social a i:hover {
	color: #000;
	transition: all .3s;
}

.footer__item_tips__cont {
	display: flex;
	justify-content: space-around;
}

.footer__item_tips {}

.item_tip {
	position: relative;
}

.item_tip__image {}

.item_tip__image img {}

.item_tip__text {
	z-index: 0;
	font-family: Muli, sans-serif;
	font-weight: 200;
	color: #dfdfdf;
	position: absolute;
	min-height: 80px;
	bottom: 15px;
	padding: 15px 10px;
	background-color: #424242;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
}

.footer__item-hiring a {
	display: block;
	color: #000;
	line-height: 2.2;
}

.footer__item-hiring a:hover {
	color: #3871C1;
	transition: all .3s;
}

.footer_copyright {
	padding: 20px;
	background-color: #dcdcdc;
	text-align: center;
	font-size: 13px;
	color: #414141;
}

/* Section Footer End */

#callnowbutton {
	display: none;
}

/* -------------------------- */
/* OTHER PAGE STYLES START */
/* -------------------------- */

/* Page About Us */
.main-nav>ul>li>a.active_mnu__item {
	color: #3871C1;
}

/* Page Process */
.footer_info__banner {
	background-image: url(../images/Pages/page-process/bg_bottom.jpeg);
	background-size: cover;
	background-position: center;
	min-height: 275px;
}

.footer_info__banner .footer_info__banner_cont {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: inherit;
}

.footer_info__banner .footer_info__banner_cont p {
	text-align: center;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: .050em;
	line-height: 50px;
	color: #3871C1;
	font-weight: 200;
	margin-top: 20px;
	margin-bottom: 20px;
}

.archive_trades {
	padding-top: 80px;
}

.archive_trades .service_area__cont {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 0;
	row-gap: 60px;
	align-items: flex-end;
}

.archive_trades .service_area__cont .service_area__item {
	max-width: none;
}

.archive_trades .service_area__cont .service_area__item img {
	max-width: 80px;
}

.archive_trades .service_area__cont .service_area__item a:before {
	content: '';
}

.archive_trades .service_area__cont .service_area__item a {
	font-size: 22px;
}

/* Cuntact Us Page */
.custom_input {
	outline: none;
	color: #565656;
	/*color: #fff;*/
	min-width: inherit;
	width: 100%;
	/* max-height: 32px; */
	font-size: 14px;
	line-height: 1.5;
	padding: 10px;
	/* border-bottom: 1px solid white; */
	border: 1px solid #3871C1;
	background: transparent;
}

.intl-tel-input {
	width: 97%;
}

.intl-tel-input .custom_input {
	width: 100%;
}

.intl-tel-input input {
	min-height: 43px;
}

.custom_input:focus {
	outline: none;
}

.custom_input::-webkit-input-placeholder {
	color: #BFBFBF;
}

.custom_input::-moz-placeholder {
	color: #BFBFBF;
}

.custom_input::-ms-input-placeholder {
	color: #BFBFBF;
}

.custom_input::placeholder {
	color: #BFBFBF;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile+label {
	font-size: 1.25em;
	font-weight: 700;
	color: #565656;
	display: inline-block;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
}

.inputfile+label {
	cursor: pointer;
	/* "hand" cursor */
}

.contact_us {
	text-align: center;
}

.contact_us__cont {
	background-color: #fff;
	padding-top: 70px;
}

.contact_us__title {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

.contact_us__subtitle {
	font-size: 18px;
	max-width: 590px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 50px;
}

.main_contact_form {
	max-width: 740px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.label_container {
	display: flex;
	align-items: flex-end;
	padding-bottom: 30px;
}

.label_container__textares {
	align-items: flex-start;
}

textarea.custom_input {
	min-height: 100px;
}

.default_submit-btn_cont {
	text-align: right;
}

.default_submit-btn_cont input {
	font-size: 18px;
	padding: 15px 60px;
	color: #fff;
	background-color: #3871C1;
	cursor: pointer;
	border: none;
}

.label_container label {
	text-align: left;
	min-width: 200px;
	font-size: 18px;
}

.contact_us_board .chess_board__text {
	background-color: #3871C1;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}

.contact_us_board .chess_board__text h2 {
	color: #fff;
}

.contact_us_board .chess_board__image {
	background-color: #f7f7f7;
	text-align: center;
	padding: 40px 65px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contact_us_board .chess_board__image p {
	margin-top: 15px;
	line-height: 1.8;
}

.contact_us_board__address {
	display: flex;
	align-items: flex-start;
	column-gap: 15px;
	margin-top: 45px;
}

.contact_us_board__address i {
	font-size: 24px;
	padding-top: 6px;
}

.contact_us_board .chess_board__text p {
	padding: 0;
	margin: 0;
}

.contact_us_board__phone {
	margin-top: 30px;
}

.contact_us_board__phone a {
	color: #fff;
}

.contact_us_board__phone a i {
	margin-right: 15px;
}

.contact_us_board__email {
	margin-top: 30px;
}

.contact_us_board__email a {
	color: #fff;
}

.contact_us_board__email a i {
	margin-right: 15px;
}

.contact_us_board__social {
	display: flex;
	column-gap: 15px;
	margin-top: 30px;
}

.contact_us_board__social a i {
	font-size: 28px;
	color: #fff;
}

/* Page Map */
.map_section iframe {
	width: 100%;
	height: 450px;
}

/* Page Archive Portfolio */
.archive_portfolio .featured-projects {
	row-gap: 14px;
}

/* Magnific Popup Portfolio Gallery */
.magnific-img img {
	width: 100%;
	height: auto;
}

.magnific-img {
	display: inline-block;
	width: 32.3%;
}

a.image-popup-vertical-fit {
	cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-arrow-left:before {
	border-right: none !important;
}

.mfp-arrow-right:before {
	border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
	opacity: 0 !important;
	transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

/* button::-moz-focus-inner {
	padding: 0;
	border: 0;
} */

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

	/**
		 * Remove all paddings around the image on small screen
		 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.fa-search-plus{
	display: none;
}

.single_image_portfolio_cont{
	padding-top: 50px;
}

.img-gallery-magnific{
	text-align: center;
}

.single_portfolio_text__title{
	padding-top: 170px;
}

.single_portfolio_text__title h2{
	text-align: center;
}


/* -------------------------- */
/* OTHER PAGE STYLES END */
/* -------------------------- */