@charset "utf-8"; 
/* CSS Document */

/*---------- Google Fonts ----------*/
html {
	position: relative;
	/* zoom: 80%; */
}

html:before {
	position: fixed;
	content: "";
	left: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
	z-index: 99;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

html.nav-menu-open:before {
	left: 0;
}


body{
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 20px;
	line-height: 133%;
	color: #555555;
	background: #fdfbf8;
}

strong,
b {
	font-weight: 700 !important;
}

figure {
	margin: 0;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	text-decoration: none;
	color: #cf3993;
	word-wrap: break-word;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

a:hover {
	color: #555555;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #cf3993;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 150%;
	line-height: 180%;
}

.paragraph-small {
	font-size: 16px;
}

.fix-width-525 {
	max-width: 525px;
	width: 100%;
}

.fix-width-540 {
	max-width: 540px;
	width: 100%;
}

.fix-width-575 {
	max-width: 575px;
	width: 100%;
}

.fix-width-1195 {
	max-width: 1195px;
	width: 100%;
}

/* main-title */
.main-title {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 64px;
	line-height: 133%;
	color: #555555;
	margin-bottom: 15px;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-title a:hover {
	color: #cf3993;
}
/* main-title */

/* section-title */
.section-title {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 32px;
	line-height: 133%;
	color: #555555;
	margin-bottom: 15px;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a:hover {
	color: #cf3993;
}
/* section-title */

/* buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 20px;
	line-height: 133%;
	padding: 13px 35px;
	border: 2px solid transparent;
	box-shadow: none !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.btn-simple-pink {
	color: #cf3993 !important;
	border-color: #cf3993 !important;
	background: transparent !important;
}

.btn-simple-pink:active,
.btn-simple-pink:focus {
	color: #cf3993 !important;
	border-color: #cf3993 !important;
	background: transparent !important;
}

.btn-simple-pink:active:focus,
.btn-simple-pink:hover {
	color: #ffffff !important;
	border-color: #cf3993 !important;
	background: #cf3993 !important;
}

.btn-pink {
	color: #ffffff !important;
	border-color: #cf3993 !important;
	background: #cf3993 !important;
}

.btn-pink:active,
.btn-pink:focus {
	color: #ffffff !important;
	border-color: #cf3993 !important;
	background: #cf3993 !important;
}

.btn-pink:active:focus,
.btn-pink:hover {
	color: #cf3993 !important;
	border-color: #cf3993 !important;
	background: transparent !important;
}
/* buttons */

/* common form */
.common-form .form-group {
	margin-bottom: 5px;
}

.common-form .form-label {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
	line-height: 133%;
	color: #555555;
	margin-bottom: 15px;
}

.common-form .form-select,
.common-form .form-control {
	resize: none;
	height: 46px;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
	line-height: 133%;
	color: #555555;
	background-color: #eeeeee;
	border: none;
	box-shadow: none;
	padding: 6px 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.common-form .form-select {
	background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00002 6.00002L0.757019 1.75702L2.17202 0.343018L5.00002 3.17202L7.82802 0.343018L9.24302 1.75702L5.00002 6.00002Z' fill='%23222222'/%3E%3C/svg%3E") no-repeat;
	background-position: right 15px center;
	background-size: 16px 12px;
}

.common-form textarea.form-control {
	height: 165px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.common-form .form-control::-webkit-input-placeholder { color: #B2B2B2; }
.common-form .form-control::-moz-placeholder { color: #B2B2B2; }
.common-form .form-control:-ms-input-placeholder { color: #B2B2B2; }
.common-form .form-control:-o-placeholder { color: #B2B2B2; }
/* common form */

/* common-border */
.common-border-bottom {
	border-bottom: 1px solid #DEDFE1;
}
/* common-border */

/* common-lets-create-button */
.common-lets-create-button {
	padding-top: 30px;
}

.common-lets-create-button .btn {
	width: 100%;
}
/* common-lets-create-button */

/* slick slider */
.slick-slider .slick-slide {
	outline: none !important;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	width: 144px;
	height: 144px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.slick-slider .slick-arrow.slick-prev {
	left: 0;
}

.slick-slider .slick-arrow.slick-next {
	right: -2px;
}

.slick-slider .slick-arrow:hover svg {
	fill: #cf3993;
}

.slick-slider .slick-arrow * {
	width: 100%;
	height: 100%;
}
/* slick slider */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header .h-content {
	position: relative;
	border-bottom: 1px solid #DEDFE1;
}

.h-abn-block {
	width: 100%;
	padding: 20px 0 0;
}

.h-abn-block ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.h-abn-block ul li {
	display: flex;
	margin: 0 0 10px;
	list-style-type: none;
	font-size: 14px;
	line-height: 133%;
	color: #000000;
}

.h-abn-block ul li:last-child {
	margin-bottom: 0;
}

.h-abn-block ul li a {
	text-decoration: none;
	color: #cf3993;
}

.h-abn-block ul li.active a,
.h-abn-block ul li a.active,
.h-abn-block ul li a:hover {
	color: #000000;
}

.navbar {
	padding: 32px 0;
}

.navbar .navbar-brand {
	position: relative;
	z-index: 99999;
	padding: 0;
}

.navbar .navbar-brand * {
	width: 133px;
}

.navbar-toggler {
	position: absolute;
	/* left: 220px; */
	left: 0;
	top: 40px;
	/* z-index: 9999; */
	z-index: 9;
	width: 25px;
	height: 22px;
	padding: 0;
	box-shadow: none !important;
	border: none;
	transition-delay: 2s;
	transition-duration: 0.5s;
	/* transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s; */
}

.navbar-toggler.collapsed {
	left: 0;
}

.navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 2px;
	background: #555555;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.navbar .navbar-collapse {
	justify-content: flex-end;
}

.navbar .navbar-nav {
	margin-top: 0;
}

.navbar .navbar-nav .nav-item {
	margin: 0 26px;
}

.navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
	line-height: 133%;
	color: #B2B2B2;
	padding: 0;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #555555;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
.products-section {
}

.products-section .products-content {
	padding: 80px 0 40px;
}

.products-section .products-list > .row {
	margin: 0 -20px;
}

.products-section .products-list > .row > * {
	padding: 0 20px;
}

.products-section .products-block {
	margin-bottom: 40px;
}

.products-section .products-block .products-image * {
	width: 100%;
}

.lets-talk-section {
	padding: 80px 0 65px;
}

.lets-talk-section .lets-talk-content > .row {
	margin: 0 -47px;
}

.lets-talk-section .lets-talk-content > .row > * {
	padding: 0 47px;
}

.lets-talk-section .lets-talk-block {
	margin-bottom: 80px;
}

.lets-talk-section .lets-talk-block:last-child {
	margin-bottom: 0;
}

.lets-talk-section .lets-talk-block .talk-detail ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.lets-talk-section .lets-talk-block .talk-detail ul li {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 133%;
	color: #555555;
}

.lets-talk-section .lets-talk-block .talk-detail ul li:last-child {
	margin-bottom: 0;
}

.lets-talk-section .lets-talk-block .talk-detail ul li a {
	text-decoration: none;
	color: #cf3993;
}

.lets-talk-section .lets-talk-block .talk-detail ul li img {
	margin-right: 10px;
	max-width: 28px;
}

.lets-talk-section .lets-talk-block .talk-detail ul li a:hover {
	color: #555555;
}

.about-section .about-content {
	padding: 80px 0;
}

.about-block {
	margin-bottom: 40px;
}

/* .about-block .row {
	align-items: center;
} */

.about-block:last-child {
	margin-bottom: 0;
}

.about-block .about-image {
	max-width: 525px;
	width: 100%;
	height: 100%;
}

.about-block .about-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-block .about-detail {
	max-width: 575px;
	width: 100%;
	margin-left: auto;
}

.about-block .about-detail .detail p {
	margin-bottom: 25px;
}

.services-accordion .accordion-item {
	border: none;
	background: transparent;
	border-bottom: 1px solid #555555;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.services-accordion .accordion-item:first-child {
	border-top: 1px solid #555555;
}

.services-accordion .accordion-item .accordion-button {
	position: relative;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 15px 50px 15px 0;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 24px;
	line-height: 133%;
	color: #555555;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.services-accordion .accordion-item .accordion-button:before {
	position: absolute;
	content: "";
	right: 17px;
	top: 50%;
	width: 15px;
	height: 2px;
	background: #555555;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.services-accordion .accordion-item .accordion-button:after {
	position: absolute;
	content: "";
	right: 24px;
	top: 50%;
	width: 2px;
	height: 15px;
	background: #555555;
	transform: translate(0, -50%) rotate(-90deg);
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-moz-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	-o-transform: translate(0, -50%) rotate(-90deg);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.services-accordion .accordion-item .accordion-button.collapsed:after {transform: translate(0, -50%) rotate(-180deg);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%) rotate(-180deg);
	-ms-transform: translate(0, -50%) rotate(-180deg);
	-o-transform: translate(0, -50%) rotate(-180deg);
}

.services-accordion .accordion-item .accordion-body {
	font-size: 16px;
	line-height: 133%;
	color: #555555;
	padding: 0 0 25px;
}

.services-accordion .accordion-item .accordion-body p {
	margin-bottom: 8px;
}

.services-accordion .accordion-item .accordion-body ol li,
.services-accordion .accordion-item .accordion-body ul li {
	margin-bottom: 8px;
}

.our-work-modeling-section .our-work-modeling-content {
	padding: 50px 0 80px;
}

.our-work-modeling-carousel {
	opacity: 0;
}

.our-work-modeling-carousel.slick-initialized {
	opacity: 1;
}

.our-work-modeling-carousel .slick-track {
	display: flex;
}

.our-work-modeling-carousel .slick-list {
	margin: 0 -12px;
	padding: 0 !important;
}

.our-work-modeling-carousel .slick-slide {
	padding: 0 12px;
	height: inherit;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

.our-work-modeling-carousel .our-work-modeling-block {
	padding: 0;
	box-shadow: none;
	position: relative;
}

.our-work-modeling-carousel .our-work-modeling-block:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(247, 247, 247, 0.80);
	filter: blur(200px);
	-webkit-filter: blur(200px);
}

.our-work-modeling-carousel .our-work-modeling-block .modeling-detail {
	display: none;
}

.our-work-modeling-carousel .slick-current + .slick-active + .slick-active,
.our-work-modeling-carousel .slick-active {
	width: 164px !important;
}

.our-work-modeling-carousel .slick-active + .slick-active {
	width: 266px !important;
}

.our-work-modeling-carousel .slick-current + .slick-active {
	width: 266px !important;
}

.our-work-modeling-carousel .slick-current.slick-current {
	width: 444px !important;
}

.our-work-modeling-carousel .slick-current .our-work-modeling-block {
	padding: 16px;
	background: #ffffff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.our-work-modeling-carousel .slick-current .our-work-modeling-block:before {
	display: none;
}

.our-work-modeling-carousel .slick-current .our-work-modeling-block .modeling-detail {
	display: block;
}

.our-work-modeling-block {
	padding: 16px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin: 10px 0;
}

.our-work-modeling-block .modeling-image {
	margin-bottom: 15px;
}

.our-work-modeling-block .modeling-image * {
	width: 100%;
}

.our-work-modeling-block .modeling-detail {
	font-size: 16px;
	line-height: 133%;
}

.our-work-modeling-block .modeling-detail p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
}

.our-work-modeling-block .modeling-detail span {
	flex: 1 0 0;
}

.our-work-modeling-block .modeling-detail .model-title {
	flex: 0 0 auto;
	min-width: 111px;
	margin-right: 15px;
}

.explore-work-section .explore-work-content {
	padding: 40px 0 80px;
}

.explore-work-section .section-title {
	margin-bottom: 40px;
}

.explore-work-carousel {
	opacity: 0;
}

.explore-work-carousel.slick-initialized {
	opacity: 1;
}

.explore-work-carousel .slick-arrow {
	width: 75px;
	height: 75px;
}

.explore-work-carousel .slick-list {
	margin: 0 -12px;
}

.explore-work-carousel .slick-track {
	display: flex !important;
}

.explore-work-carousel .slick-slide {
	padding: 0 12px;
	height: inherit !important;
}

.explore-work-block .explore-work-image {
	display: block;
	height: 100%;
}

.explore-work-block {
	height: 100%;
}

.explore-work-block .explore-work-image * {
	width: 100%;
	height: 100%;
    /* object-fit: cover; */
	object-fit: contain;
}

.explore-work-section .common-lets-create-button {
	text-align: center;
	padding-top: 40px;
}

.explore-work-section .common-lets-create-button .btn {
	max-width: 565px;
}
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer .f-content {
	padding: 32px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #DEDFE1;
}

.footer .f-logo * {
	width: 133px;
}

.footer ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	color: #555555;
}

.footer ul li:first-child {
	margin-left: 0;
}

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

.footer ul li a {
	color: inherit;
}

.footer ul li.active a,
.footer ul li.current-menu-item a,
.footer ul li.current-menu-parent a,
.footer ul li a.active,
.footer ul li a.current-menu-item,
.footer ul li a.current-menu-parent,
.footer ul li a:hover {
	color: #cf3993;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/




.work-slider{

}
.work-slider .slick-list {
	margin: 0 -12px;
}
.work-slider .slick-slide {
	padding: 0 12px;
}

.our-work-modeling-section .slider-box{
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
    margin: 15px 0;
}
.our-work-modeling-section .slider-box .modeling-image img{
	width: 100%;
}
.our-work-modeling-section .slider-box .detail{
	padding: 15px 0 0;
	display: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.our-work-modeling-section .slider-box .detail p {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    display: flex;
    align-items: center;
    margin:0 0 5px;
}
.our-work-modeling-section .slider-box .detail .model-title {
    min-width: 120px;
    margin-right: 15px;
    display: block;
}

.work-slider .slick-slide{
	transform: scale(0.4) translate(764px, 0);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.work-slider .slick-slide.slick-active{
	transform: scale(0.6) translate(150px, 0);
}
.work-slider .slick-slide.slick-current.slick-active.slick-center{
	transform: scale(1.0);
}
.work-slider .slick-slide.slick-current.slick-active.slick-center .slider-box{
		padding: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
.work-slider .slick-slide.slick-current.slick-active.slick-center .slider-box .detail{
	display: block;
}
.work-slider .slick-slide.slick-current.slick-active.slick-center + .slick-slide{
	transform: scale(0.6) translate(-150px, 0);	
}
.work-slider .slick-slide.slick-current.slick-active.slick-center + .slick-slide + .slick-slide{
	transform: scale(0.4) translate(-764px, 0);
}









.modeling-slider .swiper-wrapper {
	align-items: center;
	margin: 15px 0;
	height: 100%;
	position: relative;
}

.modeling-slider .swiper-container > .swiper-slide__content {
    position: absolute;
    top: 0;
}

.modeling-slider .swiper-slide {
    transition: all 600ms linear;
    transform: scale(0.6) translate(120px, 0);
    -webkit-transform: scale(0.6) translate(120px, 0);
    -moz-transform: scale(0.6) translate(120px, 0);
    -ms-transform: scale(0.6) translate(120px, 0);
    -o-transform: scale(0.6) translate(120px, 0);
}

.modeling-slider .swiper-slide.swiper-slide-active {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
}

.modeling-slider .swiper-slide.swiper-slide-active .slider-box{
	padding: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

.modeling-slider .swiper-slide.swiper-slide-active .slider-box .detail{
	display: block;
}

.modeling-slider .swiper-slide-prev {
    transform: scale(0.8) translate(0 , 0);
    -webkit-transform: scale(0.8) translate(0 , 0);
    -moz-transform: scale(0.8) translate(0 , 0);
    -ms-transform: scale(0.8) translate(0 , 0);
    -o-transform: scale(0.8) translate(0 , 0);
}

.modeling-slider .swiper-slide-next {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.modeling-slider .swiper-slide-next + .swiper-slide{
	transform: scale(0.6) translate(-120px, 0);
	-webkit-transform: scale(0.6) translate(-120px, 0);
	-moz-transform: scale(0.6) translate(-120px, 0);
	-ms-transform: scale(0.6) translate(-120px, 0);
	-o-transform: scale(0.6) translate(-120px, 0);
}

.our-work-modeling-section{
	padding: 50px 0 80px;
}


.modeling-slider .swiper-button-prev, 
.modeling-slider .swiper-button-next{
	background-image: unset;
	padding: 0;
	margin: 0 !important;
	width: 80px !important;
	height: auto !important;
	/* top: 37%; */
	background: none !important;
}
.modeling-slider .swiper-button-prev img, 
.modeling-slider .swiper-button-next img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	box-shadow:0px 5.281px 17.217px rgba(0, 0, 0, 0.59);
	border-radius: 100%;
	filter: brightness(0) invert(0.8);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.modeling-slider .swiper-button-prev:hover img, 
.modeling-slider .swiper-button-next:hover img{
	filter: unset;
}


/* 8-01-2023 Start */
.common-form  label.error {
	font-size: 16px;
	line-height: 22px;
	color: #f00;
}

.alert {
	font-size: 16px;
	line-height: 22px;
	padding: 15px 0 0;
	margin: 0;
	background-color: transparent;
	border: none;
}

.alert-success {
	color: #008000;
}

.alert-danger {
	color: #f00;
}
/* 8-01-2023 End */

.authError {
	font-size: 14px;
	line-height: 18px;
	color: #f00;
}

.form-submit {
	margin: 15px 0 0 0;
}