@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url(../icomoon/style.css);

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden !important;
}

body {
	overflow-x: hidden !important;
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

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


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
}

p {
	color: #878786;
	font-size: 15px;
	margin: 0;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}

h2 {
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
}

a {
	color: #0AB0D8;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Montserrat", sans-serif;
}

ul li,
ol li {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 15px;
}

.container-fluid {
	padding: 0 22px;
}

.btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	color: #878786;
	background: transparent;
	border: #878786 1px solid;
	padding: 8px 16px;
}

.btn-primary {
	color: #fff;
	border: #fff 1px solid;
}

.btn-primary:hover {
	color: #fff;
	background: #000000;
}




textarea {
	width: 100%;
	height: 313px;
	border: 1px solid #E6E6E6;
	outline: none;
	padding: 15px 18px;
	resize: none;
	border-radius: 0px;
	transition: 0.2s ease all;
	background: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
	width: 100%;
	height: 50px;
	border: 1px solid #E6E6E6;
	outline: none;
	padding: 16px 20px;
	font-size: 15px;
	font-weight: 400;
	color: #707070;
	border-radius: 0px;
	transition: 0.2s ease all;
	background: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

input::-webkit-input-placeholder {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	opacity: 1;
}

[type="submit"] {
	height: 56px;
	border: none;
	outline: none;
	padding: 19px 83px 15px 69px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	border-radius: 0px;
	transition: 0.2s ease all;
	background: #98221F;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

[type="submit"]:hover {
	background: #000;
}



@media (min-width: 768px) {
	.btn {
		font-size: 20px;
		padding: 13px 48px;
	}
}

@media (min-width: 1200px) {
	.container-fluid {
		padding-right: 70px;
		padding-left: 70px;
	}

	h2 {
		font-size: 40px;
		line-height: 49px;
	}
}

@media (min-width: 1440px) {
	.container-fluid {
		padding-right: 56px;
		padding-left: 56px;
	}
}


/* .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.nav-bar.scrolled {
	background: #F8FBFA;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
} */

.header {
	position: relative;
	height: 63px;
}

.header::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #98221F;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.logo {
	width: 150px;
	margin-right: 10px;
	line-height: 0;
}

.logo a {
	display: block;
}

.logo a img:last-child {
	display: none;
}

.nav-button-wrapper {
	width: calc(100% - 110px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 20px;
}

.nav-bar-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0;
}

.hamburger {
	position: relative;
}

.hamburger .line {
	width: 25px;
	height: 2px;
	background-color: #ffff;
	display: block;
	margin: 8px 0 0;
	transition: all 0.3s ease-in-out;
}

.hamburger .line:first-child {
	margin-top: 0;
}

.hamburger:hover {
	cursor: pointer;
}

#hamburger-9 {
	position: relative;
	transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active {
	transform: rotate(45deg);
}

#hamburger-9:before {
	content: "";
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 37px;
	height: 37px;
	border: 5px solid transparent;
	top: -5px;
	left: -8px;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before {
	border: 2px solid #ffff;
}

#hamburger-9.is-active .line {
	width: 20px;
}

#hamburger-9.is-active .line:nth-child(2) {
	opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1) {
	transform: translateY(13px);
}

#hamburger-9.is-active .line:nth-child(3) {
	transform: translateY(-7px) rotate(90deg);
}

.nav-bar {
	position: relative;
}

.header-nav {
	position: fixed;
	left: -100%;
	top: 0;
	width: 300px;
	height: 100%;
	padding: 55px 24px 0;
	z-index: 99;
	transition: all 0.5s ease-in-out;
	background: #98221F;
}

.header-nav.is-open {
	left: 0;
}

.header-nav ul li {
	padding-bottom: 26px;
}

.header-nav ul li:last-child {
	padding-bottom: 0px;
}

.header-nav ul li a {
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	color: #fff;
	position: relative;
}

.header-nav ul li.active a {
	color: #fff;
}

.header-nav ul li.active a::before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}

.header-nav ul li a:hover::before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}

.header-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-button p {
	display: none;
}

.header-button .btn-primary {
	font-size: 15px;
}

@media (min-width:768px) {
	.header {
		height: 126px;
	}

	.nav-button-wrapper {
		width: 510px;
	}

	.header-button p {
		display: block;
		font-weight: 600;
		font-size: 15px;
		line-height: 18px;
		color: #FFFFFF;
		margin-right: 14px;

	}

	.logo {
		width: 270px;
		margin: 0;
	}


}

@media (min-width:1200px) {

	.header {
		height: 164px;
	}

	.header::after {
		width: calc(50% + 9px);
	}

	.logo {
		width: 50%;
	}

	.logo img {
		width: 100%;
		object-fit: cover;
	}

	.logo a img:first-child {
		display: none;
	}

	.logo a img:last-child {
		display: block;
	}

	.nav-button-wrapper {
		padding: 9px 67px 0 0;
		transition: ease-in-out 0.3s all;
		width: 50%;
		justify-content: space-between;
		align-items: center;
		justify-content: flex-start;
		align-items: flex-end;
		flex-direction: column-reverse;
	}

	.hamburger {
		display: none;
	}

	.header-nav {
		position: relative;
		left: unset;
		width: 100%;
		background-color: transparent;
		padding: 0;
		display: flex;
		justify-content: flex-end;
	}

	.header-nav ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: max-content;
	}

	.header-nav ul li {
		padding: 0;
		margin: 0 17px;
	}

	.header-nav ul li a {
		font-weight: 600;
		font-size: 20px;
		line-height: 24px;
		color: #FFFFFF;
	}

	.header-button {
		margin-left: 0px;
		margin-bottom: 32px;
	}

	.header-nav ul li.active a::after {
		bottom: -11px;
	}

	.header-nav ul li.active a::before {
		bottom: -10px;
	}

	.nav-bar.scrolled .nav-bar-wrapper {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nav-bar-wrapper {
		padding: 0;
		justify-content: flex-end;
		align-items: flex-start;
	}
}

@media (min-width:1440px) {
	.header {
		height: 233px;
	}

	.logo img {
		width: 100%;
		height: 234px;
		object-fit: cover;
		object-position: left;
	}
}

.header-banner {
	position: relative;
	padding-bottom: 50px;
}

.header-banner::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #98221F;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.header-banner-item img {
	width: 100%;
	object-fit: cover;
}

.header-banner-left {
	margin-bottom: 20px;
}

.header-banner-left,
.header-banner-right {
	position: relative;
}

.header-banner-left::before,
.header-banner-right::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.header-banner-left img,
.header-banner-right img {
	height: 150px;
}

.header-banner-left h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	/* padding: 45px 88px 49px 20px;
	text-align: right; */
	text-align: center;
	z-index: 3;
}

.header-banner-right h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* padding: 53px 20px 33px 80px; */
	color: #fff;
	z-index: 3;
	text-align: center;
}

.sap-img {
	position: absolute;
	top: -14px;
	right: 37px;
	width: 40px !important;
	height: 33px !important;
}

.header-banner-right-img {
	position: relative;
}

.inner-banner {
	position: relative;
	padding-bottom: 32px;
}

.inner-banner::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}

.inner-banner::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #98221F;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.inner-banner-image .inner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inner-banner-content {
	width: calc(50% - 24px);
	padding: 0 20px;
}

.inner-banner-content h1 {
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.inner-sap {
	position: absolute;
	top: 32px;
	right: -15px;
	width: 40px;
}


@media (min-width:768px) {
	.header-banner-left {
		width: calc(50% + 56px);
		position: relative;
		margin-right: -26px;
	}

	.header-banner-right {
		width: calc(50% + 21px);
		position: relative;
		margin-left: -41px;
	}

	.header-banner::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		background: #98221F;
		width: calc(50% + 9px);
		height: 100%;
		z-index: -1;
	}

	.header-banner-left h2 {
		position: unset;
		transform: unset;
		padding: 45px 88px 49px 20px;
		text-align: right;
		color: #98221F;
	}

	.header-banner-right h2 {
		position: unset;
		transform: unset;
		padding: 53px 20px 33px 80px;
	}

	.header-banner-left img,
	.header-banner-right img {
		height: unset;
	}

	.header-banner-left::before,
	.header-banner-right::before {
		display: none;
	}

	.header-banner-item {
		display: flex !important;
		justify-content: space-between;
	}



	.inner-sap {
		position: absolute;
		top: 99px;
		right: -90px;
		width: 120px;
	}

	.inner-banner-content h1 {
		padding-top: 52px;
		padding-bottom: 65px;
		position: unset;
		transform: unset;
	}

	.inner-banner::before {
		display: none;
	}

	.inner-banner-content h1 span {
		display: block;
		padding-top: 62px;
		padding-left: 37px;
	}


	.inner-banner::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		background: #98221F;
		width: calc(50% + 9px);
		height: 100%;
		z-index: -1;
	}

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

	.inner-banner-image {
		width: calc(50% + 24px);
		position: relative;
	}

}


@media (min-width:1200px) {
	.header-banner {
		padding-bottom: 70px;
	}

	.header-banner-left h2 {
		padding: 64px 151px 49px 20px;
	}

	.header-banner-left img {
		height: 390px;
	}

	.header-banner-right-img img {
		height: 399px;
	}

	.header-banner-right-img-wrapper {
		position: relative;
	}

	.sap-img {
		top: -25px;
		width: 80px !important;
		height: 62px !important;
	}

	.inner-banner-content {
		width: calc(50% - 24px);
		padding: 0 20px 0 70px;
	}

	.inner-banner-content h1 {
		font-size: 40px;
		line-height: 49px;
		padding-top: 52px;
	}

	.inner-banner-image {
		height: 277px;
	}

	.inner-sap {
		top: 138px;
		right: -96px;
		width: 120px;
	}


}

@media (min-width:1440px) {
	.header-banner {
		padding-bottom: 100px;
	}

	.header-banner-left {
		width: calc(50% + 56px);
		margin-right: -56px;
	}

	.header-banner-right {
		width: calc(50% + 41px);
		margin-left: -41px;
	}

	.header-banner-right h2 {
		padding: 53px 20px 33px 137px;
	}

	.header-banner {
		padding-bottom: 130px;
	}

	.sap-img {
		top: -45px;
		width: 120px !important;
		height: 99px !important;
	}

}

.slider-left-right {
	position: relative;
}

.slider-left-right::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #98221F;
	width: calc(50% + 9px);
	height: 100%;
	z-index: -1;
}

.slider-left-right.offer::after {
	display: none;
}

.section-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 39px;
}

.section-title-left,
.section-title-right {
	width: 50%;
}

.slider-left-right.offer .section-title-right {
	width: 100%;
	padding-top: 52px;
	padding-bottom: 12px;
}

.slider-left-right.offer .section-title-right h2 {
	color: #878786;
	text-align: center;
}

.section-title-right h2 {
	color: #fff;
	font-weight: 500;
}

.slider-left-arrow {
	display: flex !important;
	justify-content: space-between;
	align-items: flex-end;
}

.image-arrow {
	width: calc(50% + 20px);
}

.content-button {
	width: calc(50% - 20px);
}

.image-arrow-img {
	margin-left: 60px;
}

.content-button {
	padding: 0 20px 1px;
}

.content-button h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
	color: #FFFFFF;
	padding-bottom: 26px;
}

.js-slider-left-arrows {
	padding-bottom: 50px;
}

.slider-right,
.slider-left {
	padding-bottom: 30px;
}

.slider-right .slider-left-arrow {
	flex-direction: row-reverse;
}

.slider-right .js-slider-left-arrows .content-button {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
}

.slider-left-right.offer .js-slider-left-arrows .content-button h3,
.slider-right .js-slider-left-arrows .content-button h3 {
	color: #878786;
}

.slider-left-right.offer .content-button .btn-primary,
.slider-right .btn-primary {
	border: #878786 1px solid;
	color: #878786;
}

.slider-left-right.offer .content-button .btn-primary:hover,
.slider-right .btn-primary:hover {
	color: #fff;
}

.slider-right .slick-prev::before,
.slider-right .slick-next::before {
	color: #fff;
}

.slider-left-right.offer .slider-right .slick-prev::before,
.slider-left-right.offer .slider-right .slick-next::before {
	color: #98221F;
}

.slider-right .slick-prev {
	left: unset;
	right: 70px;
}

.slider-right .slick-next {
	left: unset;
	right: 20px;
}

.slider-right .image-arrow-img {
	margin-right: 60px;
	margin-left: 0px;
}


@media (min-width:768px) {
	.js-slider-left-arrows {
		padding-bottom: 0px;
	}

	.slider-right,
	.slider-left {
		padding-bottom: 50px;
	}

	.image-arrow-img {
		margin-left: 150px;
	}

	.js-slider-left-arrows .slick-prev {
		left: 20px;
	}

	.js-slider-left-arrows .slick-next {
		left: 75px;
	}

	.image-arrow {
		width: calc(50% + 32px);
	}

	.content-button {
		width: calc(50% - 32px);
		padding: 0 20px 1px 39px;
	}

	.content-button .btn-primary {
		font-size: 20px;
	}


	.slider-right .slick-prev::before,
	.slider-right .slick-next::before {
		color: #fff;
	}

	.slider-right .slick-prev {
		left: unset;
		right: 70px;
	}

	.slider-right .slick-next {
		left: unset;
		right: 20px;
	}

	.slider-right .image-arrow {
		width: calc(50% + 52px);
	}

	.slider-right .content-button {
		width: calc(50% - 52px);
		padding: 0 41px 1px 20px;
	}

	.slider-right .image-arrow-img {
		margin-right: 0px;
		margin-right: 150px;
	}

}


@media (min-width:1200px) {

	.slider-right,
	.slider-left {
		padding-bottom: 97px;
	}

	.section-title-right h2 {
		font-weight: 500;
		font-size: 40px;
		line-height: 49px;
		color: #FFFFFF;
		padding-left: 80px;
	}


	.js-slider-left-arrows .content-button h3 {
		font-size: 50px;
		line-height: 61px;
		color: #FFFFFF;
	}

	.image-arrow-img {
		margin-left: 292px;
	}

	.image-arrow-img img {
		width: 100%;
		height: 333px;
		object-fit: cover;
	}

	.js-slider-left-arrows .slick-prev {
		left: 74px;
	}

	.js-slider-left-arrows .slick-next {
		left: 171px;
	}


	.slider-right .slick-prev {
		left: unset;
		right: 162px;
	}

	.slider-right .slick-next {
		left: unset;
		right: 64px;
	}

	.slider-right .image-arrow-img {
		margin-right: 312px;
	}
}

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

.project-container {
	padding: 0 22px;
}

.page-title {
	color: #878786;
	text-align: center;
	padding-bottom: 32px;
}

.project-tab-scroling {
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.project-tab {
	width: 1200px;
	display: flex;
}

.project-tab li {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* padding: 13px 48px; */
	padding: 6px 10px;
	gap: 10px;
	background: #FFFFFF;
	border: 2px solid #878786;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #878786;
	margin-right: 15px;
}

.project-tab li:hover {
	border: #98221F 2px solid;
	color: #98221F;
}

.project-card {
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	display: inline-block;
}

.project-img {
	height: 238px;
}

.project-img img {
	width: 100%;
	height: 238px;
	object-fit: cover;
}

.project-content a {
	height: 92px;
	background: #878786;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.project-card:hover .project-content a {
	background: #98221F;
}

.project-content h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	color: #FFFFFF;
}

.project-content i {
	font-size: 13px;
	color: #fff;
}

.project-card.show {
	animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.project-card.hide {
	display: none;
}


@media (min-width:768px) {
	.project-container {
		padding: 0 50px;
	}

	.project-tab li a {
		font-size: 20px;
	}

	.project-tab {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.project-tab li {
		margin-right: 15px;
	}

	.project-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -30px;
	}

	.project-card {
		width: calc(50% - 60px);
		margin-left: 30px;
		margin-right: 30px;
	}

	.page-title {
		padding-bottom: 52px;
	}

}

@media (min-width:1200px) {
	.padding-top {
		padding-top: 70px;
	}

	.project-container {
		padding: 0 80px;
	}

	.project-wrapper {
		margin: 0 -51px;
	}

	.project-card {
		width: calc(33.333% - 102px);
		margin-left: 51px;
		margin-right: 51px;
	}

	.project-tab li {
		padding: 13px 48px;
		margin-right: 20px;
		margin-bottom: 16px;
	}

	.project-tab {
		padding-bottom: 50px;
		width: 100%;
	}

	.project-card {
		padding-bottom: 60px;
	}
}

.single-section h2 {
	font-weight: 500;
	font-size: 26px;
	line-height: 49px;
	text-align: center;
	color: #98221F;
	padding-top: 22px;
	padding-bottom: 22px;
}

@media (min-width:1200px) {
	.single-section h2 {
		font-size: 40px;
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.single-section .project-card {
		padding-bottom: 0px;
	}
}

.contact-address {
	background: #98221F;
	padding: 20px;
	position: relative;
}

.contact-address p {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;

}

.contact-address p {
	padding-bottom: 29px;
}

.contact-address ul {
	padding-bottom: 33px;
}

.contact-address ul li a,
.contact-address ul li {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
}

.contact-address ul li span {
	display: block;
}

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

.checkbox {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.checkbox p {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding-left: 12px;
}

.button-div {
	text-align: center;
}

input[type="checkbox"] {
	width: 19px;
	height: 19px;
	border: 1px solid #98221F;
}


.checkbox a {
	color: #000000;
	text-decoration: underline;
}

.form-row {
	padding-bottom: 31px;
}



.form-group {
	display: block;

}

.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	/* display: none; */
	width: 24px;
	height: 24px;
	cursor: pointer;
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #98221F;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	background: transparent;
	margin: 4px 0 0 0;
}

.form-group input:checked {
	background: url(../img/check.png) no-repeat center center;
}

.form-group label {
	position: relative;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
}

.form-group label span {
	width: calc(100% - 24px);
	padding-left: 12px;
}

.form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #98221F;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: none;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}

.form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: 8px;
	width: 6px;
	height: 14px;
	border: solid #98221F;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.contact-us-right {
	padding-top: 30px;
}

.contact-sap {
	position: absolute;
	top: 47px;
	right: -20px;
	width: 50px;
}

@media (min-width:1200px) {
	.contact-us .container-fluid {
		padding: 0 164px 0 56px;
	}

	.contact-us-wrapper {
		display: flex;
		justify-content: space-between;
	}

	.contact-us-left {
		width: calc(50% + 48px);
	}

	.contact-us-right {
		width: calc(50% - 192px);
		margin-left: 100px;
	}

	.contact-address {
		margin-right: 174px;
		padding: 47px 20px 30px 20px;
	}

	.map {
		position: relative;
		margin: -42px 0 0 142px;
		z-index: 99;
	}

	.map iframe {
		height: 544px;
	}

	.contact-sap {
		right: -86px;
		width: unset;
	}

	.contact-us {
		padding-bottom: 125px;
	}
}

@media (min-width:1440px) {
	.contact-address {
		padding: 47px 20px 80px 103px;
	}
}















/* Ananta */

/* 17/07/24 */
.footer {
	background: #98221F;
	padding: 30px 0;
	margin-top: 40px;
}

.footer-wrapper {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
}

.footer-col {
	width: 100%;
}

:nth-child(1 of .footer-col) {
	order: 2;
}

:nth-child(2 of .footer-col) {
	order: 3;
}

.footer-logo {
	order: 1;
	width: 100%;
}

.footer-col h6 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #FFFFFF;
}

.footer-col p {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 15px;
}

.footer-col ul li {
	margin-bottom: 15px;
}

.footer-col ul li:last-child {
	margin-bottom: 0;
}

.footer-col ul li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #FFFFFF;
}

.footer-col ul li a:hover {
	color: #878786;
}

.footer .copy-right {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	margin-top: 30px;
}

.footer .copy-right span {
	padding: 0 10px;
}

@media (min-width: 768px) {
	.footer {
		padding: 50px 0 30px 0;
		margin-top: 65px;
	}

	.footer-wrapper {
		row-gap: 30px;
	}

	.footer-col {
		width: 50%;
	}

	.footer .copy-right span {
		padding: 0 20px;
	}
}

@media (min-width: 1200px) {
	.footer {
		position: relative;
	}

	.footer .container {
		max-width: 1456px;
	}

	.footer .container {
		min-width: calc(50% + (1456px / 2));
		margin-left: auto;
		margin-right: 0;
	}

	.footer-wrapper {
		padding-bottom: 90px;
	}

	.footer-col {
		order: unset !important;
		width: 24%;
	}

	.footer-col:first-child {
		padding-right: 85px;
	}

	.footer-logo {
		order: unset;
		width: 52%;
	}

	.footer-logo img {
		width: 100%;
	}

	.footer-logo {
		position: relative;
		right: -15px;
	}

	.footer-col h6 {
		font-size: 16px;
	}

	.footer-col p {
		font-size: 16px;
	}

	.footer .copy-right {
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 100%;
		margin-top: 0;
	}
}


.image-gallery-slider {
	margin-top: 45px;
}

.image-gallery-slider .top-title {
	text-align: center;
	margin-bottom: 35px;
}

.image-gallery-slider .top-title h2 {
	font-size: 26px;
	line-height: 35px;
	font-weight: 500;
	color: #878786;
}

.gallery-item-inner {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 768px) {
	.image-gallery-slider {
		margin-top: 70px;
	}

	.image-gallery-slider .top-title {
		margin-bottom: 55px;
	}

	.image-gallery-slider .top-title h2 {
		font-size: 32px;
		line-height: 41px;
	}

	.js-image-gallery-slider {
		margin: 0 -15px;
	}

	.gallery-slide-item {
		padding: 0 15px;
	}
}

@media (min-width: 768px) {
	.image-gallery-slider {
		margin-top: 100px;
	}

	.image-gallery-slider .top-title {
		margin-bottom: 100px;
	}

	.image-gallery-slider .top-title h2 {
		font-size: 40px;
		line-height: 49px;
	}

	.js-image-gallery-slider {
		margin: 0 -40px;
	}

	.image-galry-slide-wrap {
		max-width: 1110px;
		margin: 0 auto;
	}

	.gallery-slide-item {
		padding: 0 40px;
	}

	/* .gallery-item-inner {
		height: 146px;
	} */
}



/* 18/07/24 */
.bg-white {
	background: #FFFFFF;
}

.image-gallery-slider {
	margin-top: 0;
	padding-top: 45px;
	padding-bottom: 40px;
	margin-bottom: -40px;
}

.image-galry-slide-wrap {
	padding-bottom: 25px;
}

@media (max-width: 767px) {
	.gallery-slide-item {
		padding: 0 20px;
	}
}

.js-image-gallery-slider .slick-prev,
.js-image-gallery-slider .slick-next {
	position: absolute;
	top: unset;
	bottom: -25px;
	left: 45%;
	transform: translate(-50%, 0);
	width: 40px;
	height: 15px;
}

.js-image-gallery-slider .slick-prev::before,
.js-image-gallery-slider .slick-next::before,
.js-block-image__slider .slick-prev::before,
.js-block-image__slider .slick-next::before {
	display: flex;
	align-items: center;
	justify-content: center;
	content: "\e901";
	font-family: 'icomoon';
	font-size: 8px;
	color: #98221F;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 15px;
}

.js-image-gallery-slider .slick-next {
	margin-left: 50px;
}

.js-image-gallery-slider .slick-next::before {
	transform: rotate(180deg);
	top: 1px;
}

@media (min-width: 768px) {
	.image-gallery-slider {
		padding-top: 70px;
		padding-bottom: 65px;
		margin-bottom: -65px;
	}

	.image-galry-slide-wrap {
		padding-bottom: 40px;
	}

	.js-image-gallery-slider .slick-prev,
	.js-image-gallery-slider .slick-next {
		bottom: -45px;
		left: 44.5%;
		width: 68px;
	}

	.js-image-gallery-slider .slick-prev::before,
	.js-image-gallery-slider .slick-next::before {
		width: 68px;
		font-size: 14px;
	}

	.js-image-gallery-slider .slick-next {
		margin-left: 90px;
	}
}

@media (min-width: 1200px) {
	.image-gallery-slider {
		padding-top: 100px;
	}

	.image-galry-slide-wrap {
		max-width: 84%;
	}

	.js-image-gallery-slider .slick-prev,
	.js-image-gallery-slider .slick-next {
		left: 46%;
	}
}

@media (min-width: 1440px) {
	.image-galry-slide-wrap {
		padding-bottom: 0;
	}

	.js-image-gallery-slider .slick-prev {
		top: 50%;
		left: -100px;
		transform: translate(0, -50%);
	}

	.js-image-gallery-slider .slick-next {
		top: 50%;
		right: -100px;
		left: unset;
		transform: translate(0, -50%);
		margin: 0;
	}
}



.js-single-image-slider {
	padding-top: 50px;
}

.single-image-wrap {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
}

.left-text-content {
	width: 100%;
	text-align: center;
}

.left-text-content h2 {
	font-size: 26px;
	line-height: 35px;
	font-weight: 500;
	color: #98221F;
	margin-bottom: 20px;
}

.left-text-content a {
	border-width: 2px;
	border-color: #98221F;
	color: #98221F;
}

.right-image-content {
	width: 100%;
}

.slider__counter {
	position: absolute;
	bottom: -25px;
	left: 10px;
	z-index: 1;
	width: 130px;
	height: 100px;
	display: flex;
	justify-content: center;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	background: #878786;
	pointer-events: none;
	padding-top: 20px;
}

.js-block-image__slider .slick-prev,
.js-block-image__slider .slick-next {
	position: absolute;
	top: unset;
	bottom: -10px;
	left: 28px;
	width: 35px;
	height: 15px;
	z-index: 2;
}

.js-block-image__slider .slick-next {
	margin-left: 55px;
}

.js-block-image__slider .slick-prev::before {
	color: #FFFFFF;
}

.js-block-image__slider .slick-next::before {
	transform: rotate(180deg);
	color: #FFFFFF;
}

@media (min-width: 768px) {
	.js-single-image-slider {
		padding-top: 80px;
	}

	.left-text-content {
		width: 40%;
		text-align: right;
		padding-right: 40px;
	}

	.left-text-content h2 {
		font-size: 32px;
		line-height: 37px;
	}

	.left-text-content a {
		padding: 13px 30px;
	}

	.right-image-content {
		width: 60%;
	}
}

@media (min-width: 1200px) {
	.js-single-image-slider {
		padding-top: 130px;
	}

	.js-single-image-slider .container-fluid {
		padding-right: 0;
	}

	.left-text-content {
		padding-right: 125px;
		margin-top: 50px;
	}

	.left-text-content h2 {
		font-size: 40px;
		line-height: 49px;
		margin-bottom: 45px;
	}

	.left-text-content a {
		padding: 13px 48px;
	}

	.slider__item img {
		width: 100%;
	}

	.slider__counter {
		width: 180px;
		height: 180px;
		font-size: 40px;
		padding-top: 55px;
		left: -68px;
		bottom: 20px;
	}

	.js-block-image__slider .slick-prev,
	.js-block-image__slider .slick-next {
		bottom: 55px;
		left: -22px;
	}
}

@media (min-width: 1440px) {
	.slider__counter {
		width: 240px;
		height: 240px;
		padding-top: 70px;
		left: -150px;
		bottom: 15px;
	}

	.left-text-content {
		width: 30%;
	}

	.right-image-content {
		width: 70%;
	}

	.slider__item img {
		height: 580px;
		object-fit: cover;
	}

	.js-block-image__slider .slick-prev,
	.js-block-image__slider .slick-next {
		bottom: 90px;
		left: -113px;
	}

	.js-block-image__slider .slick-next {
		margin-left: 100px;
	}

	.js-block-image__slider .slick-prev::before,
	.js-block-image__slider .slick-next::before {
		font-size: 14px;
		width: 67px;
	}
}


.icon-text-card {
	padding-top: 45px;
}

.icon-text-card-wrap {
	background: #98221F;
	padding: 25px;
}

.card-wrap-flex {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
}

.icon-text-title {
	width: 100%;
	text-align: center;
}

.icon-text-title h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	color: #ffffff;
}

.icon-text-card__col {
	width: 100%;
	text-align: center;
}

.icon-text-card__col i {
	font-size: 50px;
	line-height: 1;
	color: #FFFFFF;
}

.icon-text-card__col p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.icon-text-card {
		padding-top: 65px;
	}

	.icon-text-card-wrap {
		padding: 50px 20px 45px 20px;
	}

	.card-wrap-flex {
		margin: 0 -15px;
	}

	.icon-text-title {
		padding: 0 15px;
	}

	.icon-text-title h2 {
		font-size: 32px;
		line-height: 37px;
		margin-bottom: 10px;
	}

	.icon-text-card__col {
		width: 33.33%;
		padding: 0 15px;
	}
}

@media (min-width: 1366px) {
	.icon-text-card {
		padding-top: 85px;
	}

	.icon-text-card-wrap {
		padding: 50px 25px 45px 25px;
	}

	.card-wrap-flex {
		margin: 0 -25px;
	}

	.icon-text-title {
		padding: 0 25px;
	}

	.icon-text-title h2 {
		font-size: 40px;
		line-height: 49px;
		margin-bottom: 15px;
	}

	.icon-text-card__col {
		width: 16.66%;
		padding: 0 25px;
	}

	.icon-text-card__col i {
		font-size: 70px;
	}
}


.half-image-half-text {
	position: relative;
	padding-top: 60px;
}

.half-image-shape {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	max-width: 48.70vw;
}

.half-image-text__wrap {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
}

.half-image-col {
	position: relative;
	width: 100%;
}

.icon-detail-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	gap: 10px;
}

.icon-detl-col {
	text-align: center;
	background: rgba(135, 135, 134, 0.8);
	padding: 20px 15px;
}

.icon-detl-col span {
	font-size: 30px;
	line-height: 1;
	color: #FFFFFF;
}

.icon-detl-col h2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #FFFFFF;
	margin: 10px 0 5px 0;
}

.icon-detl-col p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #FFFFFF;
}

.half-text-item-col {
	text-align: center;
	width: 100%;
}

.half-text-item-col h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	color: #98221F;
	margin-bottom: 10px;
}

.half-text-item-col p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-align: justify;
	color: #878786;
	margin-bottom: 15px;
}

.half-text-item-col p:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.half-image-half-text {
		padding-top: 100px;
	}

	.half-image-col {
		width: 50%;
	}

	.icon-detail-wrap {
		gap: 20px;
	}

	.half-text-item-col {
		width: 50%;
		text-align: left;
		padding-left: 25px;
	}
}

@media (min-width: 1200px) {
	.half-image-half-text {
		overflow-y: hidden;
		padding-top: 200px;
	}

	.half-image-shape {
		max-width: unset;
		width: unset;
	}

	.half-image-col {
		width: 55%;
	}

	.half-image-col img {
		width: 100%;
		height: 540px;
		object-fit: cover;
	}

	.icon-detail-wrap {
		gap: 30px;
	}

	.icon-detl-col {
		width: 250px;
		height: 250px;
		padding: 25px 15px;
	}

	.icon-detl-col span {
		font-size: 50px;
	}

	.icon-detl-col h2 {
		font-size: 40px;
		line-height: 49px;
		margin: 20px 0 10px 0;
	}

	.icon-detl-col p {
		font-size: 16px;
		line-height: 20px;
		padding: 0 45px;
	}

	.half-text-item-col {
		position: relative;
		width: 45%;
		padding-left: 60px;
		margin-top: 35px;
	}

	.half-text-item-col::before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 60px;
		border: 45px solid #98221F;
		border-color: #98221F transparent transparent #98221F;
	}

	.half-text-item-col h2 {
		font-size: 40px;
		line-height: 49px;
		margin-bottom: 40px;
	}

	.half-text-item-col p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 35px;
	}
}

@media (min-width: 1440px) {
	.icon-detail-wrap {
		gap: 50px;
	}

	.icon-detl-col {
		width: 295px;
		height: 295px;
		padding: 44px 15px;
	}

	.icon-detl-col span {
		font-size: 68px;
	}

	.icon-detl-col h2 h2 {
		margin: 35px 0 15px 0;
	}

	.icon-detl-col p {
		padding: 0 65px;
	}

	.half-text-item-col {
		margin-top: 68px;
	}

	.half-text-item-col::before {
		border-width: 60px;
	}
}


/* .gallery-item-inner img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

@media (min-width: 768px) {
	.gallery-item-inner img {
		height: 146px;
	}
} */


/* 19/07/24 */
.top-heading-content h2 {
	font-size: 26px;
	line-height: 35px;
	font-weight: 500;
	color: #878786;
	text-align: center;
	margin-bottom: 30px;
}

.implementation-text {
	font-size: 16px;
	line-height: 24px;
	color: #878786;
	padding-top: 50px;
}

@media (min-width: 768px) {
	.js-single-image-slider {
		padding-top: 50px;
	}

	.top-heading-content h2 {
		font-size: 40px;
		line-height: 49px;
		margin-bottom: 80px;
	}

	.proj-single .single-image-wrap {
		justify-content: flex-end;
	}

	.proj-single .right-image-content {
		width: 80%;
	}

	.proj-single .slider__counter {
		top: 0;
		left: -130px;
		bottom: unset;
		width: 280px;
		height: 155px;
		font-size: 40px;
		padding-top: 40px;
	}

	.proj-single .js-block-image__slider .slick-prev,
	.proj-single .js-block-image__slider .slick-next {
		top: 110px;
		bottom: unset;
		left: -35px;
	}
}

@media (min-width: 1200px) {
	.js-single-image-slider.proj-single .container-fluid {
		padding-right: 70px;
		padding-left: 70px;
	}

	.top-heading-content h2 {
		margin-bottom: 110px;
	}

	.proj-single .slider__counter {
		left: -112px;
	}

	.proj-single .right-image-content {
		width: 90%;
	}

	.implementation-text {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (min-width: 1440px) {
	.js-single-image-slider.proj-single .container-fluid {
		padding-right: 75px;
		padding-left: 80px;
	}

	.proj-single .right-image-content {
		width: 74%;
	}

	.proj-single .slider__item img {
		width: 100%;
		height: 750px;
		object-fit: cover;
	}

	.proj-single .slider__counter {
		width: 485px;
		height: 250px;
		left: -350px;
		padding-top: 85px;
	}

	.proj-single .js-block-image__slider .slick-prev,
	.proj-single .js-block-image__slider .slick-next {
		top: 180px;
		left: -200px;
	}


	.implementation-text {
		font-size: 20px;
		line-height: 30px;
		padding-top: 75px;
	}
}


.systems-used {
	padding-top: 50px;
}

.systems-used h2 {
	font-size: 26px;
	line-height: 35px;
	font-weight: 500;
	color: #878786;
	text-align: center;
	margin-bottom: 30px;
}

.system-used-list li {
	margin-bottom: 10px;
}

.system-used-list li:last-child {
	margin-bottom: 0;
}

.system-used-list li p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #878786;
}

.system-used-list li a {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #98221F;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.systems-used {
		padding-top: 70px;
	}

	.systems-used h2 {
		font-size: 40px;
		line-height: 49px;
		margin-bottom: 55px;
	}

	.system-used-list {
		max-width: 730px;
		margin: 0 auto;
	}

	.system-used-list li {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 1200px) {
	.systems-used {
		padding-top: 100px;
	}

	.systems-used h2 {
		margin-bottom: 70px;
	}

	.system-used-list li {
		margin: 0;
	}

	.system-used-list li p,
	.system-used-list li a {
		font-size: 20px;
		line-height: 50px;
	}
}



/* about-company */
.about-company {
	padding-top: 30px;
}

.about-title {
	text-align: center;
	margin-bottom: 30px;
}

.about-title h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	color: #878786;
}

.about-title h2:last-child {
	color: #98221F;
	margin-top: 25px;
}

.about-text-wrap {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
}

.text-item-col {
	width: 100%;
	text-align: center;
}

.text-item-col p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 12px;
}

.text-item-col p:last-child {
	margin-bottom: 0;
}

.about-main-image {
	position: relative;
	margin-top: 35px;
}

.about-main-image img {
	height: 130px;
	object-fit: cover;
}

.about-main-image::after {
	position: absolute;
	content: "";
	bottom: -30px;
	right: -20px;
	background: url(../img/about-company-image-shape.webp) no-repeat center center;
	width: 60px;
	height: 50px;
}

@media (min-width: 768px) {
	.about-company {
		padding-top: 55px;
	}

	.about-title {
		margin-bottom: 55px;
	}

	.about-title h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.about-title h2:last-child {
		margin-top: 50px;
	}

	.about-text-wrap {
		margin: 0 -20px;
	}

	.text-item-col {
		width: 50%;
		text-align: justify;
		padding: 0 20px;
	}

	.text-item-col p {
		margin-bottom: 20px;
	}

	.about-main-image {
		margin-top: 60px;
	}

	.about-main-image img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 1200px) {
	.about-title {
		margin-bottom: 70px;
	}

	.about-title h2 {
		font-size: 40px;
		line-height: 49px;
	}

	.about-title h2:last-child {
		max-width: 800px;
		margin: 0 auto;
		padding-top: 60px;
	}

	.about-text-wrap {
		margin: 0 -50px;
	}

	.text-item-col {
		padding: 0 50px;
	}

	.text-item-col p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.about-main-image img {
		height: 366px;
	}

	.about-main-image::after {
		width: 120px;
		height: 100px;
		bottom: -54px;
		right: -56px;
	}
}


/* inner-company */
.inner-company {
	padding-top: 30px;
}

.inner-title {
	text-align: center;
	margin-bottom: 30px;
}

.inner-title h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	color: #878786;
}

.inner-text-wrap {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
}

.inner-main-image {
	position: relative;
	margin-top: 35px;
}

.inner-main-image img {
	height: 130px;
	object-fit: cover;
}

.inner-main-image::after {
	position: absolute;
	content: "";
	bottom: -30px;
	right: -20px;
	background: url(../img/about-company-image-shape.webp) no-repeat center center;
	width: 60px;
	height: 50px;
}

.inner-btn-group {
	padding: 50px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.inner-btn-group .btn-red a {
	height: 56px;
	border: none;
	outline: none;
	padding: 19px 70px 15px 70px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	border-radius: 0px;
	transition: 0.2s ease all;
	background: #98221F;
	text-align: center;
	display: inline-block;
}

.inner-btn-group .btn-red a:hover {
	background: #000000;
}

@media (min-width: 768px) {
	.inner-company {
		padding-top: 55px;
	}

	.inner-title {
		margin-bottom: 55px;
	}

	.inner-title h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.inner-text-wrap {
		margin: 0 -20px;
	}

	.inner-main-image {
		margin-top: 60px;
	}

	.inner-main-image img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 1200px) {
	.inner-title {
		margin-bottom: 70px;
	}

	.inner-title h2 {
		font-size: 40px;
		line-height: 49px;
	}

	.inner-text-wrap {
		margin: 0 -50px;
	}

	.inner-main-image img {
		height: 500px;
	}

	.inner-main-image::after {
		width: 120px;
		height: 100px;
		bottom: -54px;
		right: -56px;
	}
}