:root {
	--cn-heading-1: "Syne", sans-serif;
	--cn-heading-2: "Lexend", sans-serif;
	--cn-heading-3: "RecoletaAlt";
	--cn-body-1: "Urbanist", sans-serif;
	--cn-body-2: "Inter", sans-serif;
	--main-color: #bee041;
	--main-color-2: #21a8f5;
	--main-color-3: #eb5c18;
}

.nim-btn-3 a span {
	background: linear-gradient(
		97.31deg,
		#eb5c18 0%,
		#f95055 45.72%,
		#ca2db8 100%
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: inherit;
	}
}
body {
	margin: 0;
	padding: 0;
	z-index: 1;
	font-size: 18px;
	line-height: 1.667;
	position: relative;
	overflow-x: hidden;
	background-color: #fff;
	font-family: var(--cn-body-1);
	-moz-osx-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
body .container {
	max-width: 1280px;
}

.home-2 {
	font-size: 16px;
	font-family: var(--cn-body-2);
}
.home-2 .container {
	max-width: 1310px;
}

.home-3 {
	background-color: #030617;
	font-family: var(--cn-body-2);
}
.home-3 .container {
	max-width: 1310px;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}

.ul-li ul {
	margin: 0;
	padding: 0;
}
.ul-li ul li {
	list-style: none;
	display: inline-block;
}

.ul-li-block ul {
	margin: 0;
	padding: 0;
}
.ul-li-block ul li {
	display: block;
	list-style: none;
}

.txt-headline h1,
.txt-headline h2,
.txt-headline h3,
.txt-headline h4,
.txt-headline h5,
.txt-headline h6 {
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.18;
	font-family: var(--cn-heading-1);
}

.txt-headline-2 h1,
.txt-headline-2 h2,
.txt-headline-2 h3,
.txt-headline-2 h4,
.txt-headline-2 h5,
.txt-headline-2 h6 {
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.18;
	font-family: var(--cn-heading-2);
}

.txt-headline-3 h1,
.txt-headline-3 h2,
.txt-headline-3 h3,
.txt-headline-3 h4,
.txt-headline-3 h5,
.txt-headline-3 h6 {
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.18;
	font-family: var(--cn-heading-3);
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/loader.svg") no-repeat center center;
}

.scrollup {
	width: 55px;
	right: 20px;
	z-index: 5;
	height: 55px;
	bottom: 20px;
	display: none;
	position: fixed;
	border-radius: 100%;
	line-height: 55px;
	background: var(---gradient-1);
}
.scrollup i {
	color: #fff;
}

[data-background] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}
a:hover,
a:focus {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

button {
	cursor: pointer;
}

.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.background_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.pera-content p {
	margin-bottom: 0;
}

.cursor {
	border-radius: 50%;
	display: block;
	position: fixed;
	margin-top: -10px;
	margin-left: -10px;
	width: 30px;
	height: 30px;
	pointer-events: none;
	mix-blend-mode: multiply;
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: rgba(122, 122, 122, 0.3);
	-webkit-transition: -webkit-transform 0.35s ease-out;
	transition: -webkit-transform 0.35s ease-out;
	transition: transform 0.35s ease-out;
	transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
	z-index: 1011;
}

.tx-split-text {
	overflow: hidden;
}

.splitting.animated .char {
	-webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(30ms * var(--char-index));
	animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
	width: 10px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-105 {
	margin-top: 105px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-115 {
	margin-top: 115px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-125 {
	margin-top: 125px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-135 {
	margin-top: 135px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-145 {
	margin-top: 145px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-155 {
	margin-top: 155px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-165 {
	margin-top: 165px;
}

.mt-170 {
	margin-top: 170px;
}

.mt-175 {
	margin-top: 175px;
}

.mt-180 {
	margin-top: 180px;
}

.mt-185 {
	margin-top: 185px;
}

.mt-190 {
	margin-top: 190px;
}

.mt-195 {
	margin-top: 195px;
}

.mt-200 {
	margin-top: 200px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-105 {
	margin-bottom: 105px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-115 {
	margin-bottom: 115px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-125 {
	margin-bottom: 125px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-135 {
	margin-bottom: 135px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-145 {
	margin-bottom: 145px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-155 {
	margin-bottom: 155px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-165 {
	margin-bottom: 165px;
}

.mb-170 {
	margin-bottom: 170px;
}

.mb-175 {
	margin-bottom: 175px;
}

.mb-180 {
	margin-bottom: 180px;
}

.mb-185 {
	margin-bottom: 185px;
}

.mb-190 {
	margin-bottom: 190px;
}

.mb-195 {
	margin-bottom: 195px;
}

.mb-200 {
	margin-bottom: 200px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-35 {
	margin-left: 35px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-45 {
	margin-left: 45px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-55 {
	margin-left: 55px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-65 {
	margin-left: 65px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-75 {
	margin-left: 75px;
}

.ml-80 {
	margin-left: 80px;
}

.ml-85 {
	margin-left: 85px;
}

.ml-90 {
	margin-left: 90px;
}

.ml-95 {
	margin-left: 95px;
}

.ml-100 {
	margin-left: 100px;
}

.ml-105 {
	margin-left: 105px;
}

.ml-110 {
	margin-left: 110px;
}

.ml-115 {
	margin-left: 115px;
}

.ml-120 {
	margin-left: 120px;
}

.ml-125 {
	margin-left: 125px;
}

.ml-130 {
	margin-left: 130px;
}

.ml-135 {
	margin-left: 135px;
}

.ml-140 {
	margin-left: 140px;
}

.ml-145 {
	margin-left: 145px;
}

.ml-150 {
	margin-left: 150px;
}

.ml-155 {
	margin-left: 155px;
}

.ml-160 {
	margin-left: 160px;
}

.ml-165 {
	margin-left: 165px;
}

.ml-170 {
	margin-left: 170px;
}

.ml-175 {
	margin-left: 175px;
}

.ml-180 {
	margin-left: 180px;
}

.ml-185 {
	margin-left: 185px;
}

.ml-190 {
	margin-left: 190px;
}

.ml-195 {
	margin-left: 195px;
}

.ml-200 {
	margin-left: 200px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-35 {
	margin-right: 35px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-45 {
	margin-right: 45px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-55 {
	margin-right: 55px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-65 {
	margin-right: 65px;
}

.mr-70 {
	margin-right: 70px;
}

.mr-75 {
	margin-right: 75px;
}

.mr-80 {
	margin-right: 80px;
}

.mr-85 {
	margin-right: 85px;
}

.mr-90 {
	margin-right: 90px;
}

.mr-95 {
	margin-right: 95px;
}

.mr-100 {
	margin-right: 100px;
}

.mr-105 {
	margin-right: 105px;
}

.mr-110 {
	margin-right: 110px;
}

.mr-115 {
	margin-right: 115px;
}

.mr-120 {
	margin-right: 120px;
}

.mr-125 {
	margin-right: 125px;
}

.mr-130 {
	margin-right: 130px;
}

.mr-135 {
	margin-right: 135px;
}

.mr-140 {
	margin-right: 140px;
}

.mr-145 {
	margin-right: 145px;
}

.mr-150 {
	margin-right: 150px;
}

.mr-155 {
	margin-right: 155px;
}

.mr-160 {
	margin-right: 160px;
}

.mr-165 {
	margin-right: 165px;
}

.mr-170 {
	margin-right: 170px;
}

.mr-175 {
	margin-right: 175px;
}

.mr-180 {
	margin-right: 180px;
}

.mr-185 {
	margin-right: 185px;
}

.mr-190 {
	margin-right: 190px;
}

.mr-195 {
	margin-right: 195px;
}

.mr-200 {
	margin-right: 200px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-105 {
	padding-top: 105px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-115 {
	padding-top: 115px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-125 {
	padding-top: 125px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-135 {
	padding-top: 135px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-145 {
	padding-top: 145px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-155 {
	padding-top: 155px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-165 {
	padding-top: 165px;
}

.pt-170 {
	padding-top: 170px;
}

.pt-175 {
	padding-top: 175px;
}

.pt-180 {
	padding-top: 180px;
}

.pt-185 {
	padding-top: 185px;
}

.pt-190 {
	padding-top: 190px;
}

.pt-195 {
	padding-top: 195px;
}

.pt-200 {
	padding-top: 200px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-105 {
	padding-bottom: 105px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-115 {
	padding-bottom: 115px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-125 {
	padding-bottom: 125px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-135 {
	padding-bottom: 135px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-145 {
	padding-bottom: 145px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-155 {
	padding-bottom: 155px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-165 {
	padding-bottom: 165px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pb-175 {
	padding-bottom: 175px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pb-185 {
	padding-bottom: 185px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pb-195 {
	padding-bottom: 195px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-205 {
	padding-bottom: 205px;
}

.pb-210 {
	padding-bottom: 210px;
}

.pb-215 {
	padding-bottom: 215px;
}

.pb-220 {
	padding-bottom: 220px;
}

.pb-225 {
	padding-bottom: 225px;
}

.pb-230 {
	padding-bottom: 230px;
}

.pb-235 {
	padding-bottom: 235px;
}

.pb-240 {
	padding-bottom: 240px;
}

.pb-245 {
	padding-bottom: 245px;
}

.pb-250 {
	padding-bottom: 250px;
}

.pb-255 {
	padding-bottom: 255px;
}

.pb-260 {
	padding-bottom: 260px;
}

.pb-265 {
	padding-bottom: 265px;
}

.pb-270 {
	padding-bottom: 270px;
}

.pb-275 {
	padding-bottom: 275px;
}

.pb-280 {
	padding-bottom: 280px;
}

.pb-285 {
	padding-bottom: 285px;
}

.pb-290 {
	padding-bottom: 290px;
}

.pb-295 {
	padding-bottom: 295px;
}

.pb-300 {
	padding-bottom: 300px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-65 {
	padding-left: 65px;
}

.pl-70 {
	padding-left: 70px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-80 {
	padding-left: 80px;
}

.pl-85 {
	padding-left: 85px;
}

.pl-90 {
	padding-left: 90px;
}

.pl-95 {
	padding-left: 95px;
}

.pl-100 {
	padding-left: 100px;
}

.pl-105 {
	padding-left: 105px;
}

.pl-110 {
	padding-left: 110px;
}

.pl-115 {
	padding-left: 115px;
}

.pl-120 {
	padding-left: 120px;
}

.pl-125 {
	padding-left: 125px;
}

.pl-130 {
	padding-left: 130px;
}

.pl-135 {
	padding-left: 135px;
}

.pl-140 {
	padding-left: 140px;
}

.pl-145 {
	padding-left: 145px;
}

.pl-150 {
	padding-left: 150px;
}

.pl-155 {
	padding-left: 155px;
}

.pl-160 {
	padding-left: 160px;
}

.pl-165 {
	padding-left: 165px;
}

.pl-170 {
	padding-left: 170px;
}

.pl-175 {
	padding-left: 175px;
}

.pl-180 {
	padding-left: 180px;
}

.pl-185 {
	padding-left: 185px;
}

.pl-190 {
	padding-left: 190px;
}

.pl-195 {
	padding-left: 195px;
}

.pl-200 {
	padding-left: 200px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-65 {
	padding-right: 65px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-80 {
	padding-right: 80px;
}

.pr-85 {
	padding-right: 85px;
}

.pr-90 {
	padding-right: 90px;
}

.pr-95 {
	padding-right: 95px;
}

.pr-100 {
	padding-right: 100px;
}

.pr-105 {
	padding-right: 105px;
}

.pr-110 {
	padding-right: 110px;
}

.pr-115 {
	padding-right: 115px;
}

.pr-120 {
	padding-right: 120px;
}

.pr-125 {
	padding-right: 125px;
}

.pr-130 {
	padding-right: 130px;
}

.pr-135 {
	padding-right: 135px;
}

.pr-140 {
	padding-right: 140px;
}

.pr-145 {
	padding-right: 145px;
}

.pr-150 {
	padding-right: 150px;
}

.pr-155 {
	padding-right: 155px;
}

.pr-160 {
	padding-right: 160px;
}

.pr-165 {
	padding-right: 165px;
}

.pr-170 {
	padding-right: 170px;
}

.pr-175 {
	padding-right: 175px;
}

.pr-180 {
	padding-right: 180px;
}

.pr-185 {
	padding-right: 185px;
}

.pr-190 {
	padding-right: 190px;
}

.pr-195 {
	padding-right: 195px;
}

.pr-200 {
	padding-right: 200px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
}

.row {
	--bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}

.tx-img-cover img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
	border: none;
	padding-top: 0;
	padding-right: 0;
	border-radius: 0;
	margin-bottom: 0;
	cursor: pointer;
	background-color: transparent;
}
.tx-tab-btn .nav-tabs {
	border: none;
}
.tx-tab-btn .nav {
	display: inherit;
}

.nim-btn a {
	color: #2c2c2b;
	font-size: 19px;
	font-weight: 700;
	padding: 18px 30px;
	border-radius: 40px;
	display: inline-block;
	font-family: var(--cn-heading-1);
	background-color: var(--main-color);
	border: 2px solid var(--main-color);
}
@media (max-width: 767px), (max-width: 480px) {
	.nim-btn a {
		font-size: 16px;
		padding: 15px 25px;
	}
}
.nim-btn a:hover {
	background-color: transparent;
}

.nim-btn-2 a {
	color: #fff;
	font-weight: 600;
	padding: 14px 35px;
	border-radius: 50px;
	white-space: nowrap;
	display: inline-block;
	background-color: var(--main-color-2);
}
.nim-btn-2 a i {
	margin-left: 5px;
}
@media (max-width: 767px), (max-width: 480px) {
	.nim-btn-2 a {
		font-size: 14px;
		padding: 12px 25px;
	}
}

.nim-btn-3 a {
	position: relative;
	display: inline-block;
	background: rgb(33, 36, 52);
}
.nim-btn-3 a:before,
.nim-btn-3 a:after {
	top: -6px;
	left: -6px;
	content: "";
	position: absolute;
	background-color: #cb2eb5;
}
.nim-btn-3 a:before {
	width: 6px;
	height: 90%;
}
.nim-btn-3 a:after {
	height: 6px;
	width: 100%;
}
.nim-btn-3 a span {
	font-size: 16px;
	font-weight: 600;
	padding: 17px 37px;
	display: inline-block;
	position: relative;
	font-family: var(--cn-heading-3);
}
.nim-btn-3 a span:before,
.nim-btn-3 a span:after {
	bottom: -6px;
	right: -6px;
	content: "";
	position: absolute;
	background-color: #eb5c1a;
}
.nim-btn-3 a span:before {
	width: 6px;
	height: 90%;
}
.nim-btn-3 a span:after {
	height: 6px;
	width: 100%;
}
.nim-btn-3 a span img {
	margin-left: 8px;
}

.nim-section-title .subtitle {
	color: #757575;
	font-size: 18px;
	font-weight: 700;
	font-family: var(--cn-heading-1);
}
@media (max-width: 480px) {
	.nim-section-title .subtitle {
		font-size: 16px;
	}
}
.nim-section-title .sec_title {
	color: #1e1a1f;
	font-size: 55px;
	font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.nim-section-title .sec_title {
		font-size: 40px;
	}
}
@media (max-width: 480px) {
	.nim-section-title .sec_title {
		font-size: 36px;
	}
}
.nim-section-title p {
	color: #646464;
	font-size: 20px;
	padding-top: 25px;
	font-family: var(--cn-heading-1);
}

.nim-header-section {
	left: 0;
	top: 15px;
	z-index: 10;
	width: 100%;
	position: absolute;
}
.nim-header-section .header-top-content {
	color: #fff;
	margin: 0 auto;
	max-width: 1220px;
	padding: 12px 40px 18px;
	background-color: #272e39;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nim-header-section .header-top-content {
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nim-header-section .header-top-content {
		padding: 12px 20px 18px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.nim-header-section .header-top-content {
		display: none !important;
	}
}
.nim-header-section .header-top-content:before {
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	content: "";
	height: 6px;
	margin: 0 auto;
	margin: 0 auto;
	position: absolute;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	background-color: var(--main-color);
}
.nim-header-section .header-top-content .header-top-menu li {
	margin: 0px 16px;
}
.nim-header-section .header-top-content .header-top-menu li a {
	font-size: 15px;
	font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nim-header-section .header-top-content .header-top-menu li {
		margin: 0px 8px;
	}
}
.nim-header-section .header-top-content .header-top-social .title {
	margin-left: 0;
	font-size: 15px;
	font-weight: 600;
}
.nim-header-section .header-top-content .header-top-social li {
	margin-left: 35px;
}
.nim-header-section .header-top-content .header-top-social li a {
	font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nim-header-section .header-top-content .header-top-social li {
		margin: 0px 10px;
	}
}
.nim-header-section .navbar-nav {
	display: inherit;
}
.nim-header-section .dropdown {
	position: relative;
}
.nim-header-section .dropdown:before {
	top: 5px;
	right: 0px;
	content: "\f107";
	font-size: 14px;
	font-weight: 700;
	font-weight: 900;
	position: absolute;
	color: #000;
	font-family: "Font Awesome 5 Pro";
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.nim-header-section .dropdown:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
	clip: inherit;
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	transform: scaleY(1);
}
.nim-header-section .dropdown-menu {
	left: 0;
	top: 54px;
	z-index: 100;
	margin: 0px;
	padding: 20px 0;
	height: auto;
	min-width: 230px;
	display: block;
	border: none;
	border-radius: 0;
	position: absolute;
	opacity: 0;
	background: #fff;
	border-radius: 2px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nim-header-section .dropdown-menu .dropdown-menu {
	top: 30px;
	left: 100%;
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-webkit-transform: scaleY(0) !important;
	transform: scaleY(0) !important;
}
.nim-header-section .dropdown-menu .dropdown-menu a {
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
.nim-header-section .dropdown-menu .dropdown-menu a:before {
	display: none;
}
.nim-header-section .dropdown-menu li {
	display: block;
	margin: 0 !important;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.nim-header-section .dropdown-menu li:last-child {
	border-bottom: none;
}
.nim-header-section .dropdown-menu li:after {
	top: 8px;
	right: 0px;
	font-size: 16px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.nim-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
	top: 0;
	-webkit-transform: scaleY(1) !important;
	transform: scaleY(1) !important;
}
.nim-header-section .dropdown-menu li.dropdown:before {
	top: 10px;
	right: 15px;
}
.nim-header-section .dropdown-menu a {
	margin: 0px 30px;
	position: relative;
	display: inline-block;
	padding: 5px 0px !important;
	color: #000 !important;
	font-weight: 600 !important;
	font-size: 17px !important;
}
.nim-header-section .dropdown-menu a:after {
	left: 0;
	right: 0;
	width: 0%;
	height: 1px;
	bottom: 5px;
	content: "";
	margin: 0 auto;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: #000;
}
.nim-header-section .dropdown-menu a:before {
	display: none;
}
.nim-header-section .dropdown-menu a:hover {
	margin-left: 40px;
}
.nim-header-section .dropdown-menu a:hover:after {
	width: 100%;
}

.txa-header-main-3-area {
	z-index: 2;
	position: relative;
	border-radius: 20px;
	background-color: #fff;
}

.txa-header-main-3-wrap {
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 22px;
	border-radius: 20px;
	background: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.txa-header-main-3-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px) {
	.txa-header-main-3-wrap {
		padding-left: 0px;
		padding-right: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.txa-header-main-3-wrap .logo-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 35px;
	border-bottom: 1px solid #ececec;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px) {
	.txa-header-main-3-wrap .logo-wrap {
		margin: 0;
		padding: 0;
		width: 100%;
		border: none;
	}
}
.txa-header-main-3-wrap .logo-wrap .home-3-logo {
	display: block;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.txa-header-main-3-wrap .logo-wrap .home-3-logo {
		width: 120px;
	}
}
.txa-header-main-3-wrap .menu-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}
.txa-header-main-3-wrap .txa-search-btn-1 {
	font-size: 20px;
	font-weight: 600;
	border-right: 2px solid #d7d7d7;
	padding-right: 30px;
	margin-left: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.txa-header-main-3-wrap .txa-search-btn-1 i {
	display: inline-block;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	margin-right: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px) {
	.txa-header-main-3-wrap .txa-search-btn-1 {
		display: none;
	}
}
.txa-header-main-3-wrap .mobile-menu-btn-2 {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
}
.txa-header-main-3-wrap .mobile-menu-btn-2 i {
	font-weight: 300;
}
.txa-header-main-3-wrap .mobile-menu-btn-2::after {
	content: "";
	width: 70%;
	height: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	-webkit-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
}
.txa-header-main-3-wrap .mobile-menu-btn-2:hover::after {
	background: #000;
}

.txa-header-main-3-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.txa-header-main-3-action {
		gap: 20px;
	}
}
.txa-header-main-3-action .phone {
	color: #2c2c2b;
	font-size: 22px;
	font-weight: 600;
	padding-left: 25px;
	border-left: 2px solid #d7d7d7;
}
.txa-header-main-3-action .header-cta-btn {
	color: #2c2c2b;
	font-size: 17px;
	font-weight: 800;
	white-space: nowrap;
	padding: 13px 35px;
	border-radius: 40px;
	display: inline-block;
	border: 2px solid var(--main-color);
	background-color: var(--main-color);
}
@media (max-width: 480px) {
	.txa-header-main-3-action .header-cta-btn {
		display: none;
	}
}
.txa-header-main-3-action .header-cta-btn:hover {
	background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.txa-header-main-3-wrap .main-navigation {
		display: none;
	}
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li {
	margin: 0;
	position: relative;
	text-transform: capitalize;
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li:is(.dropdown) a {
	padding-right: 15px;
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li:not(:last-child) {
	margin-right: 55px;
}
.txa-header-main-3-wrap
	.main-navigation
	.navbar-nav
	li:not(:last-child)::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 18px;
	top: 50%;
	right: -30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ececec;
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li a {
	color: #2c2c2b;
	font-weight: 600;
	padding: 31px 0;
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li .dropdown-menu li {
	margin-right: 0;
}
.txa-header-main-3-wrap
	.main-navigation
	.navbar-nav
	li
	.dropdown-menu
	li::after {
	display: none;
}

.txa-email-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.txa-email-btn-icon-1 {
	position: relative;
	z-index: 1;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	border: 2px solid #000;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	background: #fff;
}
.txa-email-btn-icon-1::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
}

.txa-email-btn-content .text,
.txa-email-btn-content .link {
	font-size: 18px;
	line-height: 20px;
	display: block;
	color: #2c2c2b;
}
.txa-email-btn-content .text {
	font-weight: 800;
}
.txa-email-btn-content .link {
	font-weight: 600;
}
/*global area*/
/*----------------------------------------------------*/
/*slider Section*/
/*----------------------------------------------------*/
.main-slider-item {
	z-index: 1;
	padding: 410px 0px 135px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px) {
	.main-slider-item {
		padding: 250px 0px 135px;
	}
}
@media (max-width: 767px) {
	.main-slider-item {
		padding: 200px 0px 135px;
	}
}
.main-slider-item .slider-bg-img {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.main-slider-item .slider-bg-img .background_overlay {
	opacity: 0.7;
	background-color: #2c2c2b;
}
.main-slider-item .main-slider-text {
	margin: 0 auto;
	max-width: 970px;
}
.main-slider-item .main-slider-text .slider-slug {
	opacity: 0;
	font-size: 17px;
	font-weight: 600;
	visibility: hidden;
	display: inline-block;
	color: var(--main-color);
	font-family: var(--cn-heading-1);
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}
.main-slider-item .main-slider-text h1 {
	opacity: 0;
	color: #fff;
	font-size: 80px;
	font-weight: 700;
	visibility: hidden;
	line-height: 1.062;
	padding: 10px 0px 20px;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-slider-item .main-slider-text h1 {
		font-size: 70px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.main-slider-item .main-slider-text h1 {
		font-size: 60px;
	}
}
@media (max-width: 767px) {
	.main-slider-item .main-slider-text h1 {
		font-size: 45px;
	}
}
@media (max-width: 480px) {
	.main-slider-item .main-slider-text h1 {
		font-size: 40px;
	}
}
.main-slider-item .main-slider-text p {
	opacity: 0;
	color: #cecece;
	margin: 0 auto;
	font-size: 21px;
	max-width: 660px;
	line-height: 1.333;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}
@media (max-width: 480px) {
	.main-slider-item .main-slider-text p {
		font-size: 18px;
	}
}
.main-slider-item .main-slider-text .nim-btn {
	margin-top: 45px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}
.main-slider-item .main-slider-text .nim-btn a:hover {
	color: #fff;
}

.swiper-slide-active .main-slider-item .slider-bg-img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 7000ms linear;
	transition: all 7000ms linear;
}
.swiper-slide-active .main-slider-item .main-slider-text .slider-slug {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.swiper-slide-active .main-slider-item .main-slider-text h1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.swiper-slide-active .main-slider-item .main-slider-text p {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.swiper-slide-active .main-slider-item .main-slider-text .nim-btn {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transition-delay: 1800ms;
	transition-delay: 1800ms;
}

.nim-slider-main-nav {
	z-index: 2;
	right: 105px;
	bottom: 235px;
	position: absolute;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
	only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px) {
	.nim-slider-main-nav {
		right: 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-slider-main-nav {
		left: 0;
		right: 0;
		bottom: 50px;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
}
.nim-slider-main-nav .nim-main-pagination .swiper-pagination-bullet {
	width: 2px;
	opacity: 1;
	height: 52px;
	margin: 9px 0px;
	border-radius: 0;
	position: relative;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.nim-slider-main-nav .nim-main-pagination .swiper-pagination-bullet:before {
	top: 0;
	width: 100%;
	height: 0%;
	content: "";
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: var(--main-color);
}
.nim-slider-main-nav
	.nim-main-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-slider-main-nav .nim-main-pagination .swiper-pagination-bullet {
		height: 3px;
		width: 50px;
		margin: 0px 9px;
	}
	.nim-slider-main-nav .nim-main-pagination .swiper-pagination-bullet:before {
		width: 0%;
		height: 100%;
	}
	.nim-slider-main-nav
		.nim-main-pagination
		.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
		width: 100%;
	}
}
.nim-slider-main-nav .nim-main-prev,
.nim-slider-main-nav .nim-main-next {
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.nim-slider-main-nav .nim-main-prev:hover,
.nim-slider-main-nav .nim-main-next:hover {
	color: var(--main-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-slider-main-nav .nim-main-prev,
	.nim-slider-main-nav .nim-main-next {
		display: none !important;
	}
}

/*---------------------------------------------------- */
/*Service Section*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
@keyframes icon-bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
.nim-service-section {
	z-index: 1;
	margin: 0 auto;
	max-width: 1920px;
	overflow: hidden;
}
.nim-service-section:before {
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	content: "";
	height: 100%;
	max-height: 530px;
	position: absolute;
	background-color: #f5f3ef;
}

.nim-service-slider-area {
	margin-right: -150px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-service-slider-area {
		margin-right: 0;
		padding: 0px 15px;
	}
}

.nim-service-top-content {
	gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nim-service-top-content .nim-title-text {
	max-width: 510px;
}

.nim-service-nav {
	gap: 10px;
}
.nim-service-nav .nim-service-prev,
.nim-service-nav .nim-service-next {
	width: 50px;
	height: 50px;
	cursor: pointer;
	color: #000000;
	border-radius: 100%;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.nim-service-nav .nim-service-prev:hover,
.nim-service-nav .nim-service-next:hover {
	background-color: var(--main-color);
}

.nim-service-slider {
	padding: 25px;
	margin: -25px;
	max-width: 1780px;
}

.nim-service-item {
	max-width: 410px;
	overflow: hidden;
	border-radius: 30px;
	padding-bottom: 30px;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-service-item {
		max-width: 100%;
	}
}
.nim-service-item .service-icon {
	width: 150px;
	height: 125px;
	background-color: #f8f8f8;
	border-radius: 20px 0px 20px 0px;
}
.nim-service-item .service-text {
	padding: 25px 60px 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
	only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px) {
	.nim-service-item .service-text {
		padding: 25px 30px 20px;
	}
}
@media (max-width: 767px), (max-width: 480px) {
	.nim-service-item .service-text {
		padding: 25px 15px 20px;
	}
}
.nim-service-item .service-text span {
	color: #606364;
	display: block;
	font-size: 17px;
	font-weight: 500;
	padding-bottom: 5px;
}
.nim-service-item .service-text .ser_title {
	color: #1e1a1f;
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 5px;
}
.nim-service-item .service-text .ser_title a {
	width: 100%;
	display: inline !important;
	background-position-y: -2px;
	background-repeat: no-repeat;
	background-size: 0 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background-image: linear-gradient(
		transparent calc(100% - 1px),
		currentColor 0px
	);
	-webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nim-service-item .service-text .ser_title a:hover {
	color: inherit;
	background-size: 100% 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
	only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px) {
	.nim-service-item .service-text .ser_title {
		font-size: 26px;
	}
}
.nim-service-item .service-text p {
	color: #646464;
	font-family: var(--cn-heading-1);
}
.nim-service-item .service-arrow {
	padding: 0px 40px;
}
.nim-service-item .service-arrow:before {
	top: 50%;
	left: 60px;
	width: 55%;
	content: "";
	height: 1px;
	margin: 0 auto;
	position: absolute;
	background-color: #e1e1e1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
	only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px) {
	.nim-service-item .service-arrow:before {
		left: 30px;
	}
}
@media (max-width: 767px), (max-width: 480px) {
	.nim-service-item .service-arrow:before {
		left: 15px;
	}
}
.nim-service-item .service-arrow a {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000000;
	border-radius: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f8f8f8;
}
.nim-service-item .service-arrow a:hover {
	background-color: var(--main-color);
}
.nim-service-item:hover .service-icon img {
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

/*---------------------------------------------------- */
/*About Section*/
/*----------------------------------------------------*/
.nim-about-section {
	overflow: hidden;
}

.nim-about-img {
	margin: 0 auto;
	max-width: 610px;
	padding-left: 100px;
	padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.nim-about-img {
		margin-bottom: 35px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.nim-about-img {
		padding-left: 30px;
	}
}
.nim-about-img .inner-img {
	overflow: hidden;
	border-radius: 30px;
	display: inline-block;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.nim-about-img.active .inner-img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.nim-about-img .inner-img2 {
	top: 60px;
	right: -45px;
	overflow: hidden;
	border-radius: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px) {
	.nim-about-img .inner-img2 {
		right: 0;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.nim-about-img .inner-img2 {
		display: none;
	}
}
.nim-about-img .inner-img3 {
	left: 40px;
	bottom: 0px;
	overflow: hidden;
	border-radius: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.nim-about-img .inner-img3 {
		left: 0;
	}
}
.nim-about-img .inner-img4 {
	left: -140px;
	bottom: -45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px) {
	.nim-about-img .inner-img4 {
		left: 0;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.nim-about-img .inner-img4 {
		display: none;
	}
}

.nim-about-text {
	margin: 0 auto;
	max-width: 610px;
	padding-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.nim-about-text {
		padding-left: 0;
	}
}

.nim-about-price-list {
	gap: 25px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.nim-about-price-list {
		gap: 25px 30px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.nim-about-price-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.nim-about-price-list .price-value {
	width: 155px;
	height: 160px;
	border-radius: 25px;
	border: 2px solid var(--main-color);
}
.nim-about-price-list .price-value .v-title {
	left: 0;
	right: 0;
	top: -12px;
	line-height: 1;
	margin: 0 auto;
	position: absolute;
	text-align: center;
}
.nim-about-price-list .price-value .v-title span {
	color: #151f35;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 10px;
	border-radius: 20px;
	display: inline-block;
	font-family: var(--cn-heading-1);
	background-color: var(--main-color);
}
.nim-about-price-list .price-value h3 {
	color: #151f35;
	font-size: 22px;
	font-weight: 700;
	padding: 35px 20px 15px;
	border-bottom: 2px solid var(--main-color);
}
.nim-about-price-list .price-value strong {
	color: #151f35;
	font-size: 26px;
	padding-top: 8px;
	font-weight: 700;
	font-family: var(--cn-heading-1);
}
.nim-about-price-list .price-list li {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: var(--cn-heading-1);
}
.nim-about-price-list .price-list li i {
	z-index: 1;
	margin-right: 15px;
	position: relative;
}
.nim-about-price-list .price-list li i:after {
	top: 0;
	left: -8px;
	z-index: -1;
	width: 22px;
	height: 22px;
	content: "";
	border-radius: 100%;
	position: absolute;
	background-color: var(--main-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.nim-about-price-list .price-list li {
		font-size: 16px;
	}
	.nim-about-price-list .price-list li i {
		margin-right: 8px;
	}
}

/*---------------------------------------------------- */
/*Award Section*/
/*----------------------------------------------------*/
.nim-award-section {
	z-index: 1;
	overflow: hidden;
}
.nim-award-section:before {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 735px;
	position: absolute;
	background-image: url(../img/bg/award-bg.jpg);
}

.nim-award-content {
	overflow: hidden;
	border-radius: 30px;
	background-color: #272528;
}
.nim-award-content .nim-award-top-bar {
	color: #1e1a1f;
	font-size: 20px;
	font-weight: 800;
	background-color: #fff;
	padding: 30px 50px 20px;
	font-family: var(--cn-heading-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-award-content .nim-award-top-bar {
		gap: 10px 20px;
		font-size: 16px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 30px 20px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-award-content .nim-award-top-bar {
		-webkit-box-pack: inherit !important;
		-ms-flex-pack: inherit !important;
		justify-content: inherit !important;
	}
}

.nim-award-list-area {
	padding: 40px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-award-list-area {
		padding: 15px 20px;
	}
}
.nim-award-list-area .nim-award-item {
	cursor: pointer;
	position: relative;
	padding: 35px 0px;
	border-bottom: 1px solid #383539;
}
.nim-award-list-area .nim-award-item:hover,
.nim-award-list-area .nim-award-item.active {
	border-bottom: none;
}
.nim-award-list-area .nim-award-item:hover .item-top-area,
.nim-award-list-area .nim-award-item.active .item-top-area {
	opacity: 0;
	visibility: hidden;
}
.nim-award-list-area .nim-award-item:hover .item-expand-area,
.nim-award-list-area .nim-award-item.active .item-expand-area {
	clip: inherit;
	-webkit-transform: scaleY(1);
	-khtml-transform: scaleY(1);
	transform: scaleY(1);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-award-list-area .nim-award-item:hover .item-top-area,
	.nim-award-list-area .nim-award-item.active .item-top-area {
		opacity: 1;
		visibility: visible;
	}
}
.nim-award-list-area .item-top-area {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: var(--cn-heading-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-award-list-area .item-top-area {
		gap: 10px 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-award-list-area .item-top-area {
		-webkit-box-pack: inherit !important;
		-ms-flex-pack: inherit !important;
		justify-content: inherit !important;
	}
}
.nim-award-list-area .item-expand-area {
	top: 0;
	left: 0;
	color: #fff;
	z-index: 1;
	width: 100%;
	position: absolute;
	border-radius: 100px;
	padding: 20px 55px 15px;
	font-family: var(--cn-heading-1);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-award-list-area .item-expand-area {
		gap: 10px 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		clip: inherit;
		position: static;
		margin-top: 20px;
		padding: 20px 20px 15px;
		-webkit-transform: scaleY(1);
		-khtml-transform: scaleY(1);
		transform: scaleY(1);
	}
}
.nim-award-list-area .item-expand-area .expand-bg {
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	border-radius: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-award-list-area .item-expand-area .expand-bg {
		border-radius: 0;
	}
}
.nim-award-list-area .item-expand-area:before {
	left: 0;
	right: 0;
	top: -6px;
	z-index: -3;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	border-radius: 100px;
	background-color: var(--main-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-award-list-area .item-expand-area:before {
		border-radius: 0;
	}
}
.nim-award-list-area .item-expand-area .item-video-year {
	gap: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-award-list-area .item-expand-area .item-video-year {
		gap: 25px;
	}
}
.nim-award-list-area .item-expand-area .item-video-year .item-year {
	font-size: 20px;
	font-weight: 700;
}
.nim-award-list-area .item-expand-area .item-video-year .item-video a {
	width: 65px;
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #171926;
	border-radius: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #cfe1fd;
}
.nim-award-list-area .item-expand-area .item-desc {
	font-size: 20px;
	font-weight: 700;
	max-width: 450px;
}
.nim-award-list-area .item-expand-area .item-link a {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #171926;
	border-radius: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
}
.nim-award-list-area .item-expand-area .item-link a:hover {
	color: #000;
	background-color: var(--main-color);
}

/*---------------------------------------------------- */
/*Why Choose Section*/
/*----------------------------------------------------*/
.nim-why-choose-section {
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-why-choose-list-area {
		margin: 0 auto;
		max-width: 570px;
		margin-bottom: 40px;
	}
}
.nim-why-choose-list-area .wc-list-img .inner-img {
	overflow: hidden;
	border-radius: 20px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.nim-why-choose-list-area .wc-list-img.active .inner-img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.nim-why-choose-list-area .wc-list-img .inner-img2 {
	right: -50px;
	bottom: -83px;
}

.nim-why-choose-text {
	padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-why-choose-text {
		margin: 0 auto;
		max-width: 640px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-why-choose-text {
		padding-left: 0;
	}
}
.nim-why-choose-text .wc-text-img {
	overflow: hidden;
	border-radius: 20px;
	display: inline-block;
}
.nim-why-choose-text .wc-text-img img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.nim-why-choose-text .wc-text-img.active img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/*---------------------------------------------------- */
/* Contact Section*/
/*----------------------------------------------------*/
.nim-contact-text {
	max-width: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-contact-text {
		margin: 0 auto;
		margin-bottom: 30px;
	}
}
.nim-contact-text .nim-section-title .subtitle {
	color: var(--main-color);
}
.nim-contact-text .nim-section-title .sec_title {
	color: #fff;
	font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px) {
	.nim-contact-text .nim-section-title .sec_title {
		font-size: 40px;
	}
}
@media (max-width: 480px) {
	.nim-contact-text .nim-section-title .sec_title {
		font-size: 36px;
	}
}
.nim-contact-text .nim-section-title p {
	color: #fff;
}

.nim-contact-skill {
	max-width: 330px;
}
.nim-contact-skill .skill-set-percent {
	width: 100%;
	margin-bottom: 10px;
}
.nim-contact-skill .skill-set-percent h4 {
	top: 15px;
	left: 15px;
	color: #fff;
	z-index: 1;
	font-size: 13px;
	font-weight: 700;
	position: absolute;
	padding-bottom: 13px;
}
.nim-contact-skill .skill-set-percent .progress {
	height: 40px;
	border-radius: 0;
	overflow: visible;
	position: relative;
	border-radius: 30px;
	background-color: transparent;
}
.nim-contact-skill .skill-set-percent .progress span {
	top: 10px;
	right: 40px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	position: relative;
	text-transform: uppercase;
	font-family: var(--heading);
}
.nim-contact-skill .skill-set-percent .progress-bar {
	width: 0;
	float: left;
	height: 100%;
	position: relative;
	border-radius: 30px;
	-webkit-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
	background: #fe2e5b;
}
.nim-contact-skill .skill-set-percent:nth-child(even) .progress-bar {
	background-color: #0d7bff;
}

.nim-contact-form {
	max-width: 510px;
	margin-top: -60px;
	border-radius: 30px;
	background-color: #171926;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-contact-form {
		margin: 0 auto;
		margin-top: 60px;
	}
}
.nim-contact-form .nim-contact-shape {
	top: -35px;
	left: -35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-contact-form .nim-contact-shape {
		display: none;
	}
}
.nim-contact-form .form-field-area {
	padding: 60px 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-contact-form .form-field-area {
		padding: 60px 25px;
	}
}
.nim-contact-form .form-field {
	margin-bottom: 25px;
}
.nim-contact-form .form-field label {
	color: #e7d0d0;
	display: block;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 13px;
}
.nim-contact-form .form-field input {
	width: 100%;
	height: 58px;
	padding-left: 30px;
	border-radius: 8px;
}
.nim-contact-form .form-field input::-webkit-input-placeholder {
	color: #9f9f9f;
	font-size: 16px;
}
.nim-contact-form .form-field input::-moz-placeholder {
	color: #9f9f9f;
	font-size: 16px;
}
.nim-contact-form .form-field input:-ms-input-placeholder {
	color: #9f9f9f;
	font-size: 16px;
}
.nim-contact-form .form-field input::-ms-input-placeholder {
	color: #9f9f9f;
	font-size: 16px;
}
.nim-contact-form .form-field input::placeholder {
	color: #9f9f9f;
	font-size: 16px;
}
.nim-contact-form button {
	width: 100%;
	border: none;
	padding: 25px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: var(--cn-heading-1);
	background-color: var(--main-color);
}
.nim-contact-form button:hover {
	background-color: #fff;
}

.nim-contact-text .nim-btn a:hover {
	color: #fff;
}

/*---------------------------------------------------- */
/* Project Section*/
/*----------------------------------------------------*/
.nim-project-section {
	overflow: hidden;
}

.nim-project-tab-btn {
	margin-top: 15px;
}
.nim-project-tab-btn li {
	color: #555555;
	font-weight: 600;
	margin: 0px 28px;
	font-family: var(--cn-heading-1);
}
.nim-project-tab-btn li:nth-child(1) .nav-link:before {
	background-color: #ff8e5e;
}
.nim-project-tab-btn li:nth-child(1) .nav-link.active,
.nim-project-tab-btn li:nth-child(1) .nav-link:hover {
	color: #ff8e5e;
}
.nim-project-tab-btn li:nth-child(2) .nav-link:before {
	background-color: #ff4141;
}
.nim-project-tab-btn li:nth-child(2) .nav-link.active,
.nim-project-tab-btn li:nth-child(2) .nav-link:hover {
	color: #ff4141;
}
.nim-project-tab-btn li:nth-child(3) .nav-link:before {
	background-color: #1d1e22;
}
.nim-project-tab-btn li:nth-child(3) .nav-link.active,
.nim-project-tab-btn li:nth-child(3) .nav-link:hover {
	color: #1d1e22;
}
.nim-project-tab-btn li:nth-child(4) .nav-link:before {
	background-color: #84d6d7;
}
.nim-project-tab-btn li:nth-child(4) .nav-link.active,
.nim-project-tab-btn li:nth-child(4) .nav-link:hover {
	color: #84d6d7;
}
.nim-project-tab-btn .nav-tabs .nav-link {
	padding: 0;
}
.nim-project-tab-btn .nav-link {
	color: inherit;
	position: relative;
}
.nim-project-tab-btn .nav-link:before {
	top: 8px;
	left: -25px;
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	border-radius: 100%;
}

.nim-project-item {
	overflow: hidden;
	border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-project-item {
		margin-bottom: 30px;
	}
}
.nim-project-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.nim-project-item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 100%;
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		color-stop(75%, rgba(0, 0, 0, 0.8))
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 75%
	);
}
.nim-project-item .project-text {
	gap: 15px;
	left: 50px;
	opacity: 0;
	bottom: 40px;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}
@media (max-width: 767px), (max-width: 480px) {
	.nim-project-item .project-text {
		left: 20px;
		bottom: 20px;
		max-width: 85%;
	}
}
.nim-project-item .project-text .inner-icon a {
	width: 63px;
	height: 63px;
	color: #181717;
	border-radius: 100%;
	background-color: #fff;
}
.nim-project-item .project-text .inner-icon a:hover {
	background-color: var(--main-color);
}
.nim-project-item .project-text .inner-text .project_title {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}
@media (max-width: 480px) {
	.nim-project-item .project-text .inner-text .project_title {
		font-size: 20px;
	}
}
.nim-project-item .project-text .inner-text .pro_cate {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.nim-project-item:hover .project-text {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.nim-project-item-area {
	gap: 5px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-project-item-area {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 767px), (max-width: 480px) {
	.nim-project-item-area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/*---------------------------------------------------- */
/* Video Play Section*/
/*----------------------------------------------------*/
.nim-video-play-section {
	z-index: 1;
	overflow: hidden;
}

.nim-video-play-bg {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.nim-video-play-content {
	margin: 0 auto;
	max-width: 935px;
}
.nim-video-play-content .play-text h3 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-video-play-content .play-text h3 {
		font-size: 40px;
	}
}
.nim-video-play-content .play-text ul li {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0px 15px;
	font-family: var(--cn-heading-1);
}
.nim-video-play-content .nim-btn a:hover {
	color: #fff;
}

/*---------------------------------------------------- */
/* Testimonial Section*/
/*----------------------------------------------------*/
.nim-testimonial-counter-section {
	overflow: hidden;
}

.nim-testimonial-item .testimonial-img-name {
	gap: 15px 60px;
}
.nim-testimonial-item .testimonial-img-name .inner-img .test-img {
	width: 184px;
	height: 193px;
	overflow: hidden;
	border-radius: 30px;
}
.nim-testimonial-item .testimonial-img-name .inner-img .test-icon {
	top: 20px;
	right: -40px;
}
.nim-testimonial-item .testimonial-img-name .inner-text h3 {
	color: #111110;
	font-size: 21px;
	font-weight: 700;
}
.nim-testimonial-item .testimonial-img-name .inner-text span {
	color: #4f4f4f;
	font-size: 15px;
	font-family: var(--cn-heading-1);
}
.nim-testimonial-item .testimonial-text {
	color: #151f35;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.8;
	font-family: var(--cn-heading-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-testimonial-item .testimonial-text {
		font-size: 18px;
	}
}

.nim-testi-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 45px;
	height: 12px;
	border-radius: 30px;
	border: 2px solid #c9c9c9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: transparent;
}
.nim-testi-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--main-color);
	border: 2px solid var(--main-color);
}

.nim-counter-item-area {
	gap: 0px 75px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nim-counter-item-area:before {
	top: 0;
	left: 49%;
	content: "";
	width: 2px;
	height: 85%;
	position: absolute;
	background-color: #f5f5f5;
}
.nim-counter-item-area:after {
	left: 0;
	top: 45%;
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #f5f5f5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-counter-item-area:before,
	.nim-counter-item-area:after {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-counter-item-area {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0px 40px;
	}
}

.nim-counter-item-2 {
	margin-bottom: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px) {
	.nim-counter-item-2 {
		width: 40%;
	}
}
@media (max-width: 767px), (max-width: 480px) {
	.nim-counter-item-2 {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
}
.nim-counter-item-2 h3 {
	font-size: 32px;
	font-weight: 700;
	color: #0e0e0e;
	padding-bottom: 15px;
}
.nim-counter-item-2 h3 span {
	font-size: 132px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-counter-item-2 h3 span {
		font-size: 100px;
	}
}
.nim-counter-item-2 p {
	color: #717171;
	font-size: 17px;
	font-weight: 600;
	padding: 3px 30px;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	background-color: #f5f5f5;
	font-family: var(--cn-heading-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-counter-item-2 p {
		font-size: 14px;
	}
}

/*---------------------------------------------------- */
/* Blog Section*/
/*----------------------------------------------------*/
.nim-blog-top-content {
	gap: 20px;
}
.nim-blog-top-content .nim-section-title .subtitle {
	color: #fff;
}
.nim-blog-top-content .nim-section-title .sec_title {
	color: #fff;
}
.nim-blog-top-content .blog-more-btn {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	font-family: var(--cn-heading-1);
}
.nim-blog-top-content .blog-more-btn:hover {
	color: var(--main-color);
}

.nim-blog-item {
	margin: 0 auto;
	max-width: 395px;
	margin-bottom: 30px;
	border-radius: 30px;
	padding: 40px 40px 10px;
	background-color: #05101c;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-blog-item {
		padding: 30px 20px 10px;
	}
}
.nim-blog-item .blog-img .inner-img {
	overflow: hidden;
	border-radius: 30px;
}
.nim-blog-item .blog-img .inner-img img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.nim-blog-item .blog-img .blog-cate {
	left: 18px;
	bottom: -16px;
}
.nim-blog-item .blog-img .blog-cate a {
	color: #161515;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 30px;
	display: inline-block;
	font-family: var(--cn-heading-1);
	background-color: var(--main-color);
}
.nim-blog-item .blog-text {
	padding-top: 40px;
}
.nim-blog-item .blog-text .blog_title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.nim-blog-item .blog-text .blog_title:hover {
	color: var(--main-color);
}
.nim-blog-item .blog-text .blog-meta {
	bottom: -30px;
	padding: 0px 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color: var(--main-color);
}
.nim-blog-item .blog-text .blog-meta:before {
	top: 0;
	width: 1px;
	left: 47%;
	content: "";
	height: 100%;
	position: absolute;
	background-color: #a4c725;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-blog-item .blog-text .blog-meta {
		padding: 0px 20px;
	}
	.nim-blog-item .blog-text .blog-meta:before {
		display: none;
	}
}
.nim-blog-item .blog-text .blog-meta a {
	color: #111111;
	font-size: 14px;
	padding: 10px 0;
	font-weight: 700;
	position: relative;
	font-family: var(--cn-heading-1);
}
.nim-blog-item:hover .blog-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*---------------------------------------------------- */
/* Sponsor Section*/
/*----------------------------------------------------*/
.nim-sponsor-section {
	background-color: #f5f5f5;
}

.nim-sponsor-slider .nim-sponsor-item {
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---------------------------------------------------- */
/* Insta Feed Section*/
/*----------------------------------------------------*/
.nim-insta-feed-section {
	overflow: hidden;
	padding-left: 15px;
}

.nim-insta-feed-content {
	gap: 80px;
	max-width: 1585px;
}
.nim-insta-feed-content .nim-insta-feed-text {
	max-width: 420px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.nim-insta-feed-content .nim-insta-feed-text {
		max-width: 380px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-insta-feed-content .nim-insta-feed-text {
		max-width: 100%;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-insta-feed-content {
		gap: 20px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-insta-feed-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.nim-insta-feed-area .nim-insta-item {
	margin: 10px;
	position: relative;
}
.nim-insta-feed-area .nim-insta-item:before {
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	content: "";
	visibility: hidden;
	position: absolute;
	border-radius: 100%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: var(--main-color);
}
.nim-insta-feed-area .nim-insta-item:after {
	left: 0;
	right: 0;
	top: 35%;
	width: 50px;
	content: "";
	opacity: 0;
	height: 50px;
	margin: 0 auto;
	font-weight: 900;
	visibility: hidden;
	text-align: center;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-image: url(../img/icon/ins.png);
}
.nim-insta-feed-area .nim-insta-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.nim-insta-feed-area .nim-insta-item:hover:before {
	opacity: 0.7;
	border-radius: 0;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nim-insta-feed-area .nim-insta-item:hover:after {
	top: 50%;
	opacity: 1;
	visibility: visible;
}

/*---------------------------------------------------- */
/* Footer Section*/
/*----------------------------------------------------*/
.nim-footer-section-2 {
	background-color: #0e0f19;
}

.nim-footer-cta-content-2 {
	padding: 25px 0px 0px;
	border-bottom: 1px solid #1f2031;
}
.nim-footer-cta-content-2:before {
	top: 0;
	left: 50%;
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	background-color: #1c1d2d;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-footer-cta-content-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px 20px;
	}
	.nim-footer-cta-content-2:before {
		display: none;
	}
}
.nim-footer-cta-content-2 .nim-footer-cta-social-area {
	width: 50%;
	padding-right: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-footer-cta-content-2 .nim-footer-cta-social-area {
		gap: 20px;
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-right: 0;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}
.nim-footer-cta-content-2 .nim-footer-cta-text {
	padding-left: 150px;
	padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.nim-footer-cta-content-2 .nim-footer-cta-text {
		padding-left: 130px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-footer-cta-content-2 .nim-footer-cta-text {
		padding-left: 0;
	}
}
.nim-footer-cta-content-2 .nim-footer-cta-text .inner-img {
	left: 0;
	bottom: 0;
	position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-footer-cta-content-2 .nim-footer-cta-text .inner-img {
		display: none;
	}
}
.nim-footer-cta-content-2 .nim-footer-cta-text .inner-text {
	font-family: var(--cn-heading-1);
}
.nim-footer-cta-content-2 .nim-footer-cta-text .inner-text span,
.nim-footer-cta-content-2 .nim-footer-cta-text .inner-text a {
	display: block;
}
.nim-footer-cta-content-2 .nim-footer-cta-text .inner-text span {
	font-size: 16px;
	font-weight: 400;
	color: var(--main-color);
}
.nim-footer-cta-content-2 .nim-footer-cta-text .inner-text a {
	color: #fff;
	font-size: 23px;
	font-weight: 600;
}
.nim-footer-cta-content-2 .nim-footer-cta-social li {
	margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-footer-cta-content-2 .nim-footer-cta-social li {
		margin-left: 15px;
	}
}
.nim-footer-cta-content-2 .nim-footer-cta-social li a {
	color: #fff;
	font-size: 15px;
}
.nim-footer-cta-content-2 .nim-footer-cta-social li a:hover {
	color: var(--main-color);
}
.nim-footer-cta-content-2 .nim-footer-newslatter-form {
	gap: 15px;
	width: 50%;
	padding-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
	only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-footer-cta-content-2 .nim-footer-newslatter-form {
		padding-left: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-footer-cta-content-2 .nim-footer-newslatter-form {
		width: 100%;
		padding-left: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.nim-footer-cta-content-2 .nim-footer-newslatter-form span {
		text-align: center;
	}
}
.nim-footer-cta-content-2 .nim-footer-newslatter-form span {
	color: #f5f9fa;
	font-size: 15px;
	font-weight: 800;
	max-width: 150px;
	font-family: var(--cn-heading-1);
}
.nim-footer-cta-content-2 .nim-footer-newslatter-form .nim-footer-newslatter {
	width: 100%;
	max-width: 400px;
}
.nim-footer-cta-content-2 .nim-footer-newslatter-form input {
	width: 100%;
	height: 57px;
	border: none;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
	border-radius: 30px;
	background-color: #1f2031;
}
.nim-footer-cta-content-2
	.nim-footer-newslatter-form
	input::-webkit-input-placeholder {
	color: #979797;
	font-family: var(--cn-heading-1);
}
.nim-footer-cta-content-2 .nim-footer-newslatter-form input::-moz-placeholder {
	color: #979797;
	font-family: var(--cn-heading-1);
}
.nim-footer-cta-content-2
	.nim-footer-newslatter-form
	input:-ms-input-placeholder {
	color: #979797;
	font-family: var(--cn-heading-1);
}
.nim-footer-cta-content-2
	.nim-footer-newslatter-form
	input::-ms-input-placeholder {
	color: #979797;
	font-family: var(--cn-heading-1);
}
.nim-footer-cta-content-2 .nim-footer-newslatter-form input::placeholder {
	color: #979797;
	font-family: var(--cn-heading-1);
}
.nim-footer-cta-content-2 .nim-footer-newslatter-form button {
	top: 0;
	right: 0;
	height: 57px;
	color: #1a1717;
	border: none;
	font-weight: 700;
	position: absolute;
	padding: 0px 30px;
	border-radius: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: var(--cn-heading-1);
	background-color: var(--main-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
	only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-footer-cta-content-2 .nim-footer-newslatter-form button {
		font-size: 14px;
		padding: 0px 15px;
	}
}
.nim-footer-cta-content-2 .nim-footer-newslatter-form button:hover {
	background-color: #fff;
}

.nim-footer-widget-content-2 {
	padding: 70px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-footer-widget-2 {
		margin-bottom: 40px;
	}
}
.nim-footer-widget-2 .widget-title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 32px;
}
.nim-footer-widget-2 .logo-widget .brand-logo {
	padding-bottom: 25px;
}
.nim-footer-widget-2 .logo-widget .logo-info {
	color: #fff;
	margin-bottom: 30px;
}
.nim-footer-widget-2 .menu-widget {
	padding-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
	(max-width: 767px),
	(max-width: 480px) {
	.nim-footer-widget-2 .menu-widget {
		padding-left: 0;
	}
}
.nim-footer-widget-2 .menu-widget li {
	margin-bottom: 18px;
}
.nim-footer-widget-2 .menu-widget li a {
	color: #d1d1d1;
	font-weight: 700;
	position: relative;
	font-family: var(--cn-heading-1);
}
.nim-footer-widget-2 .menu-widget li a:before {
	left: 0;
	top: 10px;
	width: 0px;
	height: 1px;
	content: "";
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: var(--main-color);
}
.nim-footer-widget-2 .menu-widget li a:hover {
	padding-left: 22px;
}
.nim-footer-widget-2 .menu-widget li a:hover:hover {
	color: var(--main-color);
}
.nim-footer-widget-2 .menu-widget li a:hover:hover:before {
	width: 15px;
}

.nim-footer-copyright-content-2 {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 30px 0px;
	border-top: 1px solid #1f2031;
	font-family: var(--cn-heading-1);
}

.nim-footer-sponsor {
	padding: 42px 0px;
	background-color: #f1f1f1;
}

.txt-footer-widget-1 {
	margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.txt-footer-widget-1 {
		margin-bottom: 40px;
	}
}
.txt-footer-widget-1.ver_2 .txt-widget-title {
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	padding-bottom: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.txt-footer-widget-1.ver_2 .txt-widget-title {
		padding-bottom: 15px;
	}
}
.txt-footer-widget-1.ver_2 .footer_about {
	padding-left: 40px;
}
.txt-footer-widget-1.ver_2 .footer_about i {
	color: var(--main-color-2);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.txt-footer-widget-1.ver_2 .footer_about {
		padding-left: 0;
	}
}
.txt-footer-widget-1 .logo-widget .brand-logo {
	margin-bottom: 15px;
}
.txt-footer-widget-1 .logo-widget p {
	color: #fff;
	padding-bottom: 20px;
}
.txt-footer-widget-1 .logo-widget .footer-social li {
	margin-right: 15px;
}
.txt-footer-widget-1 .logo-widget .footer-social li a {
	color: #fff;
	width: 46px;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #fff;
}
.txt-footer-widget-1 .logo-widget .footer-social li a:hover {
	border: 1px solid var(--main-color-2);
	background-color: var(--main-color-2);
}
.txt-footer-widget-1 .menu-widget {
	padding-left: 50px;
}
.txt-footer-widget-1 .menu-widget li {
	margin-bottom: 15px;
}
.txt-footer-widget-1 .menu-widget li a {
	color: rgba(255, 255, 255, 0.9);
}
.txt-footer-widget-1 .menu-widget li a:hover {
	color: var(--main-color-2);
}
.txt-footer-widget-1 .footer_about ul {
	padding-top: 15px;
}
.txt-footer-widget-1 .footer_about li {
	margin-bottom: 15px;
}
.txt-footer-widget-1 .footer_about i {
	float: left;
	font-size: 16px;
	margin-top: 5px;
	margin-right: 10px;
}
.txt-footer-widget-1 .footer_about a {
	color: #fff;
	display: block;
	font-size: 16px;
	overflow: hidden;
	max-width: 170px;
}
.txt-footer-widget-1 .footer_about .office-open-hour {
	margin-top: 10px;
}
.txt-footer-widget-1 .footer_about .office-open-hour span {
	font-size: 16px;
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.9);
}
.txt-footer-widget-1 .footer_about .office-open-hour p {
	font-size: 16px;
	max-width: 180px;
	color: rgba(255, 255, 255, 0.9);
}
.txt-footer-widget-1 .newslatter-widget p {
	color: #fff;
	font-size: 16px;
}
.txt-footer-widget-1 .newslatter-widget form {
	position: relative;
	margin: 12px 0px 30px;
}
.txt-footer-widget-1 .newslatter-widget form input {
	width: 100%;
	height: 46px;
	padding-left: 20px;
	border-radius: 39px;
	border: 1px solid #00b8dc;
	background: rgba(255, 255, 255, 0.2);
}
.txt-footer-widget-1 .newslatter-widget form button {
	top: 0;
	right: 0;
	color: #fff;
	width: 62px;
	height: 46px;
	border: none;
	position: absolute;
	border-radius: 40px;
	background: var(--main-color-2);
}
.txt-footer-widget-1 .app-btn-grp {
	gap: 0px 15px;
}

.txt-copyright-menu {
	padding: 20px 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.txt-copyright-menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}
.txt-copyright-menu .txt-copyright-text {
	color: rgba(255, 255, 255, 0.7);
}
.txt-copyright-menu .copyright-menu li {
	margin-left: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
	(max-width: 767px),
	(max-width: 480px) {
	.txt-copyright-menu .copyright-menu li {
		margin: 0px 20px;
	}
}
.txt-copyright-menu .copyright-menu li a {
	color: rgba(255, 255, 255, 0.7);
}
