*,
 ::after,
 ::before {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.mt42 {
	margin-top: 42px;
}

.mb36 {
	margin-bottom: 36px;
}

.ml36 {
	margin-left: 36px;
}

.mt120 {
	margin-top: 120px;
}

.mt16 {
	margin-top: 16px;
}

.mt7 {
	margin-top: 7px;
}


.mt21 {
	margin-top: 21px;
}

.mt32 {
	margin-top: 32px;
}

.nl-7 {
	margin-left: -7px;
}

.z-index {
	z-index: 99999;
	position: relative;
}

@font-face {
	font-family: "ZenKakuGothicAntique Light";
	src: url("../fonts/ZenKakuGothicAntique-Light.ttf");
}

@font-face {
	font-family: "ZenKakuGothicAntique Regular";
	src: url("../fonts/ZenKakuGothicAntique-Regular.ttf");
}

@font-face {
	font-family: "ZenKakuGothicAntique Medium";
	src: url("../fonts/ZenKakuGothicAntique-Medium.ttf");
}

@font-face {
	font-family: "ZenKakuGothicAntique Bold";
	src: url("../fonts/ZenKakuGothicAntique-Bold.ttf");
}

@font-face {
	font-family: "ZenKakuGothicAntique Black";
	src: url("../fonts/ZenKakuGothicAntique-Black.ttf");
}

header {
	width: 100%;
	height: 85px;
	box-shadow: rgb(0, 0, 0) 0px 0px 8px;
	position: relative;
	display: block;
	font-family: "ZenKakuGothicAntique Regular";
	background: #fdeeed;
}

.logo {
	float: left;
}

.logo img {
	height: 55px;
	margin-top: 13px;
}
.logo img:nth-child(2){
	display: none;
}
.menu-icon, .close-icon{
	display: none;
}
header nav {
	width: 800px;
	float: right;
}

header nav ul {
	list-style: none;
	float: right;
}

header nav ul li {
	float: left;
}

header nav ul li a {
	font-family: "ZenKakuGothicAntique Bold";
	text-decoration: none;
	color: #000;
	padding: 0px 16px;
	font-size: 16px;
	height: 85px;
	line-height: 85px;
	display: block;
}

header nav ul li.active {
	background: #eb5d1e;
}

header nav ul li.active a {
	color: rgb(255, 255, 255);
}

.container {
	width: 100%;
	float: left;
}

.inner-container {
	width: 80%;
	margin: 0px auto;
}

.o-hidden {
	overflow: hidden;
}

footer {
	background: #403f3f;
	padding-top: 12px;
}

.footer {
	float: left;
	width: 22%;
	margin-right: 4%;
	height: 300px;
	color: rgb(255, 255, 255);
}

.footer:nth-child(4) {
	margin-right: 0%;
}

h1 {
	font-family: "ZenKakuGothicAntique Bold";
	font-size: 3.1rem;
}

h2 {
	font-family: "ZenKakuGothicAntique Bold";
	font-size: 2.1rem;
}

h3 {
	font-family: "ZenKakuGothicAntique Bold";
	font-size: 1.8rem;
}

h4 {
	font-family: "ZenKakuGothicAntique Bold";
	font-size: 1.4rem;
}

p {
	font-family: "ZenKakuGothicAntique Regular";
	font-size: 18px;
}

.ul-list {
	list-style: none;
	font-family: "ZenKakuGothicAntique Regular";
	font-size: 16px;
}

.ul-list-symbols {
	list-style: none;
	font-family: "ZenKakuGothicAntique Regular";
	font-size: 16px;
}

.ul-list-symbols li::before {
	content: "\2194";
	font-size: 18px;
	color: #fdeeed;
}

.ul-list-symbols li a {
	color: #fdeeed;
	text-decoration: none;
	padding-left: 16px;
}

.ul-list-symbols li a:hover {
	color: rgb(255, 255, 255);
}

.copy-right {
	width: 100%;
	background: rgb(51, 51, 51);
	color: rgb(255, 255, 255);
	font-family: "ZenKakuGothicAntique Light";
	font-size: 14px;
	padding-left: 10%;
	height: 36px;
	line-height: 36px;
}

.copy-right p {
	font-size: 12px;
}

.left-60 {
	width: 60%;
	float: left;
	height: auto;
	position: relative;
}

.right-40 {
	width: 40%;
	float: left;
	height: auto;
	position: relative;
}

.w100-700 {
	width: calc(100% - 700px);
	position: relative;
	float: left;
}

.w700 {
	width: 700px;
	position: relative;
	float: right;
}

.min-h360 {
	min-height: 360px;
	display: block;
}

.h300 {
	height: 300px;
	display: inline-flex;
	width: 100%;
}

.h360 {
	height: 360px;
	display: block;
}

.h480 {
	height: 480px;
}

.h600 {
	height: 600px;
}

.bg-img1 {
	background-size: 60%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 102% -24%;
}

.svg-marphing {
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	mix-blend-mode: screen;
}

.img-bg {
	width: auto;
	height: 99%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.carousel {
	height: 316px;
	width: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	perspective: 100rem;
	float: right;
	margin-top: 30px;
	left: -2px;
	position: relative;
}

.carousel__cards {
	position: relative;
	width: 20rem;
	height: 17rem;
	transform-style: preserve-3d;
	transform: translateZ(-25rem);
	transition: transform 0.3s ease-in 0s;
}

.carousel__img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.carousel__card {
	width: 100%;
	height: 100%;
	position: absolute;
	border: 2px solid white;
	border-radius: 0.2rem;
	font-size: 3em;
	font-weight: 700;
}

.carousel__card:nth-child(1) {
	transform: rotateY(0deg) translateZ(25rem);
}

.carousel__card:nth-child(2) {
	transform: rotateY(45deg) translateZ(25rem);
}

.carousel__card:nth-child(3) {
	transform: rotateY(90deg) translateZ(25rem);
}

.carousel__card:nth-child(4) {
	transform: rotateY(135deg) translateZ(25rem);
}

.carousel__card:nth-child(5) {
	transform: rotateY(180deg) translateZ(25rem);
}

.carousel__card:nth-child(6) {
	transform: rotateY(225deg) translateZ(25rem);
}

.carousel__card:nth-child(7) {
	transform: rotateY(270deg) translateZ(25rem);
}

.carousel__card:nth-child(8) {
	transform: rotateY(315deg) translateZ(25rem);
}

.carousel__btn {
	outline: none;
	border: none;
	border-radius: 0.2rem;
	background: rgb(92, 74, 174);
	font-size: 42px;
	font-weight: 100;
	color: rgb(255, 255, 255);
	cursor: pointer;
	margin: 7px 2rem 0px;
}

.carousel__control {
	width: 270px;
	padding: 7px;
	background: rgb(229, 230, 247);
	box-shadow: rgb(0, 0, 0) 0px 4px 12px;
	top: -2px;
	position: relative;
}

.carousel__control img {
	cursor: pointer;
}

.carousel__btn:hover {
	transform: scale(1.04);
	background: rgb(92, 74, 174);
}

.carousel-prev {
	width: 34px;
	float: left;
	transform: scaleX(-1) scaleY(-1);
}

.carousel-next {
	width: 34px;
	float: right;
}

.left-pan {}

.right-pan {}

.b-color {
	background: rgb(94, 98, 208);
}

.f-color {
	color: rgb(37, 64, 111);
}

.p-w400-f21-mt42 {
	font-size: 21px;
	width: 400px;
	margin-top: 42px;
}

.r-letter {
	font-size: 100px;
	top: 37px;
	position: relative;
}

.under-font {
	font-size: 28px;
	position: relative;
	top: 34px;
	left: -240px;
	color: rgb(159, 158, 158);
}

.f-bold {
	font-family: "ZenKakuGothicAntique Bold";
}

.f-medium {
	font-family: "ZenKakuGothicAntique Medium";
}

.bg-1 {
	background-image: url("../images/svg/bg-1.svg");
	background-size: cover;
}

.home-section-2 {
	width: 100%;
	min-height: 300px;
	height: auto;
	display: block;
	background: #fdeeed;
	float: left;
}

.r-boxes {
	width: 100%;
	display: flex;
	float: left;
	place-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.r-box {
	width: 150px;
	height: 70px;
	background: white;
	box-shadow: rgb(0, 0, 0) 0px 0px 7px;
	border-radius: 7px;
	display: flex;
	align-items: center;
	text-align: center;
}

.r-box:hover {
	background: rgb(229, 230, 247);
}

.r-box img {
	width: 90%;
	margin: 0px auto;
}

.home-section-3 {
	width: 100%;
	min-height: 300px;
	height: auto;
	display: block;
	background: rgb(255, 255, 255);
	float: left;
	overflow: hidden;
}

.r-box-2 {
	width: 28%;
	height: 120px;
	background: #fdeeed;
	box-shadow: rgb(0, 0, 0) 0px 0px 7px;
	border-radius: 7px;
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 14px;
}

.r-box-2:hover {
	background: rgb(244, 244, 244);
}

.get-started-btn {
	font-family: "ZenKakuGothicAntique Medium";
	clip-path: polygon(0% 0%, 90% 0px, 100% 50%, 90% 100%, 0% 100%);
	width: 150px;
	height: 55px;
	font-size: 16px;
	line-height: 15px;
	background: #eb5d1e;
	color: rgb(255, 255, 255);
	border: none;
	margin-top: 37px;
	cursor: pointer;
}

.search-table {
	border: 1px solid rgb(229, 230, 247);
	margin-top: 72px;
	box-shadow: rgb(154, 155, 165) 1px 0px 14px;
}

.search-table tr td {
	position: relative;
	padding: 0px;
}

.input-search {
	width: 210px;
	height: 30px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-image: initial;
	padding-left: 25px;
	border-left: 1px solid rgb(37, 64, 111);
	top: -2px;
	position: relative;
}

.input-search:focus {
	outline: none;
}

.button-search {
	height: 60px;
	width: 120px;
	background: #eb5d1e;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-family: "ZenKakuGothicAntique Medium";
	line-height: 56px;
	border: none;
	cursor: pointer;
}

.border-none {
	border: none;
}

.font-icons {
	position: absolute;
	left: 3px;
	top: 23px;
	color: rgb(106, 106, 106);
}

.r-boxes .res-30 {
	width: 30%;
	display: flex;
	float: left;
	place-content: space-between;
	flex-wrap: wrap;
	border: 16px solid rgb(255, 255, 255);
	box-shadow: rgb(139, 140, 153) 0px 0px 7px;
	margin-top: 21px;
	margin-bottom: 21px;
}

.res-30 img {
	width: 100%;
}

.mr-10 {
	margin-right: 10px;
}

.ind-left {
	width: 30%;
	height: 100%;
	min-width: 100px;
	float: left;
}

.ind-left img {
	height: 100px;
	top: 12px;
	position: relative;
}

.ind-head {
	font-family: "ZenKakuGothicAntique Bold";
	text-align: left;
	position: relative;
	margin-top: 36px;
	font-size: 18px;
}

.ind-para {
	font-family: "ZenKakuGothicAntique Medium";
	text-align: left;
	position: relative;
	font-size: 16px;
}

.ind-right {
	width: 70%;
	height: 100%;
	min-width: 200px;
	float: right;
	position: relative;
}

.get-touch-img {
	position: absolute;
	top: 9px;
	right: 16px;
	width: 37px;
	cursor: pointer;
}

.p-w100-f21-mt36 {
	font-size: 21px;
	width: 100%;
	margin-top: 36px;
}

.p-w100-f21-mt36 {
	font-size: 21px;
	width: 100%;
	margin-top: 36px;
}

.p-w100-f21 {
	font-size: 21px;
	width: 100%;
}

.about-us-table tr td:nth-child(1) {
	width: 200px;
}

.about-us-table tr td img {
	width: 100%;
}

table.about-us-table {
	width: 100%;
}

.left {
	width: 50%;
	float: left;
}

.right {
	width: 50%;
	float: right;
}

table tr td {
	font-family: "ZenKakuGothicAntique Medium";
	padding: 5px;
}

table tr td input,
table tr td input:focus {
	border: 1px solid rgb(204, 204, 204);
	outline: none;
}

table tr td textarea,
table tr td textarea:focus {
	border: 1px solid rgb(204, 204, 204);
	outline: none;
}

.btn-send {
	width: 120px;
	height: 34px;
	background: #eb5d1e;
	color: rgb(255, 255, 255);
	font-family: "ZenKakuGothicAntique Medium";
	font-size: 14px;
	border: none;
	box-shadow: rgb(155, 155, 155) 0px 0px 4px;
	margin-bottom: 27px;
	margin-top: 16px;
}

.navigation-svg {
	height: auto;
	margin: 0px auto;
	position: relative;
	display: block;
}

.w100 {
	width: 100%;
	float: left;
}

.w1000 {
	width: 1000px;
}

.services-head-1 {
	font-size: 18px;
	font-family: "ZenKakuGothicAntique Bold";
	position: absolute;
	top: 2px;
	left: 59px;
	display: block;
	padding: 2px 18px;
	color: rgb(36, 36, 36);
	line-height: 32px;
	z-index: -1;
	cursor: pointer;
	z-index: 999;
}

.services-head-2 {
	font-size: 18px;
	font-family: "ZenKakuGothicAntique Bold";
	position: absolute;
	top: 2px;
	left: 260px;
	display: block;
	padding: 2px 10px;
	color: rgb(36, 36, 36);
	line-height: 31px;
	z-index: 999;
	cursor: pointer;
}

.services-head-3 {
	font-size: 18px;
	font-family: "ZenKakuGothicAntique Bold";
	position: absolute;
	top: 2px;
	left: 515px;
	display: block;
	padding: 2px 10px;
	color: rgb(36, 36, 36);
	line-height: 31px;
	z-index: 999;
	cursor: pointer;
}

.services-head-4 {
	font-size: 18px;
	font-family: "ZenKakuGothicAntique Bold";
	position: absolute;
	top: -13px;
	left: 743px;
	display: block;
	padding: 2px 10px;
	color: rgb(36, 36, 36);
	line-height: 20px;
	text-align: center;
	z-index: 999;
	cursor: pointer;
}

.navigation-svg span:hover {
	color:#fdd2cf;
}
.plus{
	font-size: 27px;
	position: absolute;
	font-family: 'ZenKakuGothicAntique Bold';
	color: #eb5d1e;
	cursor: pointer;
	z-index: 999;
}
.plus-1 {
    top: 35px;
    left: 113px;
}
.plus-2 {
    top: 35px;
    left: 363px;
}
.plus-3 {
    top: 35px;
    left: 613px;
}
.plus-4 {
    top: 35px;
    left: 863px;
}

#Layer_1{
    stroke-dasharray:1256;
    stroke-dashoffset:0;
    transition: 2s;
	position: relative;
	z-index: 9;	
	stroke-dashoffset: 1003;
}
#Layer_2{
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 1;
}
.tab-container{
	width: 100%;
	height: 500px;
	float: left;
	margin-bottom: 30px;
	overflow: auto;
	border: 7px solid #fdd2cf;
	box-shadow: 0px 0px 7px #000;
	/* border-image-slice:38 39 42 44;border-image-width:10px 10px 10px 10px;border-image-outset:0px 0px 0px 0px;border-image-repeat:repeat repeat;
	border-image-source:url("../images/svg/border.svg") */
	/* border-image: url("../images/svg/border.svg") 15% round; */
}
.pad-10{
	padding: 10px;
}

table.stripped-table {
	border-collapse: collapse;
	width: 100%;
}
table.stripped-table th, td {
	text-align: left;
	padding: 8px;
	font-family: "ZenKakuGothicAntique Medium";
}
table.stripped-table tr:nth-child(odd) {background-color: #fdeceb;}

.unordered-list{
    font-family: "ZenKakuGothicAntique Medium";
    margin-left: 36px;
    font-size: 18px;
}
.flex-container-2{
	display: flex;
	flex-wrap: wrap;
}
.career-boxes{
	flex: 23%;
	max-width: 23%;
    margin: 1%;
    border: 1px solid #ccc;
    height: 400px;
    box-shadow: 0px 0px 5px #000;
    text-align: center;
	position: relative;
}
.img-small-box {
    width: 120px;
    background: #fdeeed;
    border: 1px solid #eb5d1e;
    margin: 0 auto;
    margin-top: 30px;
    height: 120px;
}
.img-small-box img{
	width: 100px;
}
.more-btn {
    position: relative;
    width: 120px;
    height: 30px;
    background: #eb5d1e;
    color: #fff;
    font-family: 'ZenKakuGothicAntique Bold';
    border: none;
    cursor: pointer;
    top: 60px;
    margin: 0 auto;
}


.popup-bg{
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: rgb(0 0 0 / 76%);
	z-index: 999999;
}
.popup{
    width: 80%;
    height: auto;
    position: fixed;
    z-index: 99999999;
    background: #fff;
    top: 50%;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close{
	font-family: "ZenKakuGothicAntique Regular";	
	font-size: 25px;
	position: absolute;
	top: 10px;
	right: 30px;
	cursor:pointer
}
.popup-head{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eb5d1e;
    position: relative;
}
.popup-head h4{
	font-family: "ZenKakuGothicAntique Regular";	
	font-size: 25px;
	position: absolute;
	top: 10px;
	left: 30px;
}
.popup-body{
	height: auto;
	padding:15px 30px 0px 30px;
	max-height: 550px;
	overflow: auto;
}
.popup-body p{
	margin-top:12px;
}
.popup-body p span{
	font-family: "ZenKakuGothicAntique Bold";
}
.popup-body .unordered-list {
    font-family: "ZenKakuGothicAntique Regular";
    margin-left: 23px;
    font-size: 18px;
    margin-top: 10px;
}
.services-right-arrow{
	display: none;
}