/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-wrapper {
	height: 100%;
}

::-ms-clear {
	display: none;
}

html {
	overflow-x: hidden;
}

body {
	font-family: 'Raleway';
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p:last-child {
	margin-bottom: 0;
}

p {
	font-size: 16px;
	color: #0f0707;
	line-height: 30px;
	font-weight: 500;
	text-align: justify;
	margin: 0;
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #6f6f6f;
}

button,
input[type="submit"] {
	cursor: pointer;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.animated {
	opacity: 0;
}

.visible {
	opacity: 1!important;
}

a,
a:active,
a:focus {
	color: #6f6f6f;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.text-white {
	color: #ffffff!important;
}

.color-red {
	color: #d42519!important;
}

.section {
	padding: 100px 0px;
}

.section-bottom {
	padding-bottom: 100px;
}

.section-top {
	padding-top: 100px;
}

.heading h2 {
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 60px;
	letter-spacing: 1px;
	text-align: left;
	color: #0f0707;
	padding: 0;
	margin-bottom: 50px;
	font-family: 'Cormorant Garamond';
}

.heading-small {
	font-size: 24px;
	font-weight: 500;
}

.bg-gray {
	background: #f9f9f9;
}

.font {
	font-family: 'Cormorant Garamond';
}

.page-section {
	padding-top: 150px;
}


/*=============== 04. Navbar CSS =====================*/

.navbar {
	border: none;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	background: transparent;
	border: none;
	color: #4e4e4e;
	font-size: 15px;
	border: none;
	margin: 0px auto;
	padding: 15px 0px;
}

.navbar * {
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.navbar-brand {
	width: 150px;
	background: url('../../images/logo.png');
	background-position: center!important;
	height: 60px;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}

.navbar-brand img {
	max-width: 100%;
}

.toggle-menu .nav-item a {
	position: relative;
}

.navbar-light .navbar-nav>.nav-item>a {
	font-size: 16px;
	color: #605f5c;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.5px;
}

.nav-white .navbar-nav>.nav-item>a {
	font-size: 16px;
	color: #605f5c;
	position: relative;
	text-transform: uppercase;
}

.nav>li>.nav-link {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0px;
	position: relative;
}

.navbar-light .navbar-nav>.nav-item>a:hover {
	color: #d42519;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:focus,
.navbar-light .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #d42519;
}

.navbar-light .navbar-nav .nav-item:active {
	color: #d42519;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #d42519;
}

.navbar-light .navbar-toggler {
	border-color: #000;
}

.navbar-light .navbar-toggler .icon-bar {
	background-color: #000;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	color: #fff!important;
	background-color: transparent;
}

.nav-white {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}

.nav-white .navbar-nav>.nav-item>.nav-link {
	color: #605f5c;
}

.nav-white .navbar-nav>.nav-item>.nav-link.active,
.nav-white .navbar-nav>.nav-item>.nav-link:focus,
.nav-white .navbar-nav>.nav-item>.nav-link:hover {
	color: #d42519;
}

.navbar-light .navbar-nav>.open>a,
.navbar-light .navbar-nav>.open>a:focus,
.navbar-light .navbar-nav>.open>a:hover {
	color: #d42519;
	background-color: transparent;
}

.nav-item {
	padding-left: 40px;
}

.sticky-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1020;
}

.con-btn:hover,
.con-btn:focus {
	border: 1px solid #d42519;
	background: transparent;
	color: #d42519!important;
}

.nav-item:last-child .nav-link.active {
	color: #fff!important;
}

.con-btn {
	height: 54px;
	text-transform: uppercase;
	border-radius: 5px;
	background: #d42519;
	padding: 0px 30px;
	line-height: 54px;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	color: #fff!important;
}

.sub-menu-parent {
	position: relative;
}

.sub-menu {
	opacity: 1;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	padding: 10px 0px;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	z-index: 100;
	list-style-type: none;
	position: absolute;
	top: 52px;
	left: 0px;
	margin: 0;
	background-color: #fff;
	text-align: left;
	border-top: 2px solid #c79a87;
}

.sub-menu li a {
	display: block;
	padding: 10px 20px;
	margin-right: 0px;
	clear: both;
	color: #000;
	white-space: nowrap;
	font-size: 15px;
	letter-spacing: 1px;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.sub-menu li a:hover,
.sub-menu li a:focus {
	color: #c79a87;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:hover .sub-menu {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.hero-slider {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}


/*=============== 05. Hero Section CSS =====================*/

.hero-section {
	height: 100vh;
}

.header h1 {
	line-height: 80px;
	color: #0f0707;
	font-size: 72px;
	font-weight: 600;
	margin-bottom: 50px;
	font-family: 'Cormorant Garamond';
}

.hero-detail {
	width: 30%;
}

.hero-right {
	width: 65%;
}

.about-left {
	height: 520px;
}

.about-left img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.vision-inner p {
	font-size: 24px;
	color: #0f0707;
	line-height: 45px;
}

.slick-arrow {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	border: none;
	background: transparent;
}

.slick-arrow-right2 {
	background: #f3f3f3;
}

.quality-slide-main {
	margin-left: 20%;
}

.quality-slide-container {
	margin: 15px;
}

.quality-slide-img:hover,
.quality-slide-img:focus {
	color: #6f6f6f!important;
}

.quality-slide-img {
	background: #b3b3b3;
	overflow: hidden;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 30px;
	font-weight: 600;
}

.quality-slide-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.quality-slide-container h3 {
	font-size: 24px;
	color: #0f0707;
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 0;
}

.quality-slider,
.quality-slide-img img {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.quality-slider:hover .quality-slide-container h3 {
	color: #d42519;
}

.quality-slider:hover .quality-slide-img img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.photo-gallery-wrapper__column {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	list-style: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
	transition: ease-in 0.3s;
	margin-bottom: 30px;
}

.photo-gallery-wrapper__column li {
	background: #fff;
	margin-bottom: 10px;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 25px;
	width: 355px;
}

.career-main-container {
	/* ff3.6+ */
	/* safari4+,chrome */
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(176, 212, 255, .4) 0%, rgba(255, 255, 255, 1) 100%);
	/* opera 11.10+ */
	/* ie10+ */
	background: -o-linear-gradient(bottom, rgba(176, 212, 255, .4) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(176, 212, 255, .4)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(0deg, rgba(176, 212, 255, .4) 0%, rgba(255, 255, 255, 1) 100%);
	/* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b0d4ff', GradientType=0);
	/* ie6-9 */
}

.m-card {
	padding: 50px 0;
}

.border-right {
	border-right: 1px solid #e5e5e5!important;
}

.border-none {
	border-right: 0px;
}

.m-img {
	height: 80px;
}

.m-text {
	font-size: 48px;
	color: #d42519;
	font-family: 'Cormorant Garamond';
	font-weight: 600;
}

.m-small-text {
	font-size: 16px;
	font-weight: 500;
	color: #0f0707;
}

.contact {
	position: relative;
	padding: 0px;
	background: url('../../images/con-bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: #0f0707;
}
.error-msg{
	color:red;
	font-size:16px;
}
.form-wrapper {
	padding: 30px;
}

.form-wrapper form div {
	margin: 0 0 30px 0;
	position: relative;
}

.form-wrapper form input,
.form-wrapper form textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	outline: none;
	margin: 0;
}

.form-wrapper form textarea {
	height: 150px!important;
	resize: none;
}

.form-wrapper form input[type="text"],
.form-wrapper form textarea {
	border: none;
	font-size: 16px;
	color: #d42519;
	padding: 20px 25px;
	border-radius: 5px;
	height: 55px;
	background: #f9f9f9;
	letter-spacing: 0.5px;
}

.form-wrapper form input[type="text"]::-webkit-input-placeholder,
.form-wrapper form textarea::-webkit-input-placeholder {
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]:-ms-input-placeholder,
.form-wrapper form textarea:-ms-input-placeholder {
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]::-ms-input-placeholder,
.form-wrapper form textarea::-ms-input-placeholder {
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]::-webkit-input-placeholder,
.form-wrapper form textarea::-webkit-input-placeholder {
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]::-moz-placeholder,
.form-wrapper form textarea::-moz-placeholder {
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]:-ms-input-placeholder,
.form-wrapper form textarea:-ms-input-placeholder {
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]::-ms-input-placeholder,
.form-wrapper form textarea::-ms-input-placeholder {
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]::-webkit-input-placeholder, .form-wrapper form textarea::-webkit-input-placeholder {
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]::-moz-placeholder, .form-wrapper form textarea::-moz-placeholder {
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]:-ms-input-placeholder, .form-wrapper form textarea:-ms-input-placeholder {
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]::-ms-input-placeholder, .form-wrapper form textarea::-ms-input-placeholder {
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]::placeholder,
.form-wrapper form textarea::placeholder {
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]::-moz-placeholder,
.form-wrapper form textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #0f0707;
	font-weight: 400;
	opacity: 1;
}

.form-wrapper form input[type="text"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #0f0707;
	font-weight: 400;
}

.form-wrapper form input[type="text"]:-moz-placeholder,
.form-wrapper form textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #0f0707;
	font-weight: 400;
	opacity: 1;
}

.contact-left {
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.05);
}

.contact-information {
	height: 100%;
}

.contact-information .work-info {
	padding-left: 20px;
}

.working-hour {
	width: 100%;
}

.working-hour li {
	width: 100%;
	margin-bottom: 30px;
}

.work-head {
	font-size: 24px;
	color: #0f0707;
	margin-bottom: 10px;
	font-weight: 600;
}

.work-text,
.work-text a {
	font-size: 16px;
	color: #0f0707;
	line-height: 30px;
}

.footer-main-container {
	background: #0f0707;
	position: relative;
}

.footer-social li a {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 15px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.footer-social li a:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}

.footer-social li a:hover .fa {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.footer-social li a .fa {
	font-size: 25px;
	color: rgba(255, 255, 255, 0.25);
}

.foot-info {
	padding: 50px 0;
}

.foot-bottom {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.foot-text {
	font-size: 14px;
}

.foot-text-right,
.foot-text-right a {
	color: rgba(255, 255, 255, 0.25);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.foot-text-right a:hover {
	color: #fff;
}

.foot-list li a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 12px;
	border-right: 1px solid #fff;
	font-weight: 600;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.foot-list li a.border-none {
	border-right: 0;
}

.foot-list li a:hover {
	color: #d42519;
}


/*gallery page css*/

.gallery-list li {
	margin-bottom: 50px;
}

.gallery-list li a {
	overflow: hidden;
	height: 350px;
}

.gallery-list li a img {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.gallery-list li a img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pagination {
	padding: 0px 0px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination>li {
	display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	padding: 5px;
	height: 50px;
	width: 50px;
	text-align: center;
	color: #0f0707;
	margin: 0 5px;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-left a {
	border: none!important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #d42519;
	cursor: default;
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>a.active,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #d42519;
	background-color: rgba(55, 102, 235, 0);
	border: 1px solid #d42519;
	border-radius: 5px;
}

.file {
	visibility: hidden;
	position: absolute;
}

.p-list li {
	margin-bottom: 20px;
	border-left: 5px solid #d42519;
	font-size: 22px;
	color: #0f0707;
	padding-left: 20px;
	font-weight: 500;
}

.padding-bottom {
	padding-bottom: 70px;
}

.input-group-append {
	position: absolute!important;
	right: 30px;
	margin-bottom: 0px!important;
	top: 10px;
}

input[type=file] {
	display: none!important;
}

.upload-logo label {
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	color: #0f0707;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 146px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
	height: 35px;
	font-size: 16px;
	cursor: pointer;
}

.upload-logo label img {
	margin: 10px;
}

.career-wrapper form div {
	margin: 0 0 50px 0;
	position: relative;
}

.avatar-upload {
	position: relative;
	max-width: 205px;
	margin: 50px auto;
}

.avatar-upload .avatar-edit {
	position: absolute;
	right: 12px;
	z-index: 1;
	top: 10px;
}

.avatar-upload .avatar-edit input {
	display: none;
}

.avatar-upload .avatar-edit input+label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
	content: "\f040";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.avatar-upload .avatar-preview {
	width: 192px;
	height: 192px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}