@font-face {
  font-family: 'ShamelBold';
  src: url('../fonts/FFShamelFamily-SansOneBold.ttf')  format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ShamelMedium';
  src: url('../fonts/FFShamelFamily-SansOneBook.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

body {
	font-family: 'ShamelMedium', sans-serif;
	font-size: 12px;
	font-weight: 400;
	direction: rtl;
    text-align: right;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ShamelBold', sans-serif !important;
	font-weight: bold;
	margin: 0;
}

p {
	margin: 0;
}

html,
button,
input,
select,
textarea {
	color: #222;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;

}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}


a,
button {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

p {
	margin: 0;
}

a {
	cursor: pointer !important;
	text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none !important;
}

input,
textarea,
a,
button {
	outline: none !important;
	text-decoration: none;
}

.img-hover > img {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
img {
	max-width: 100%;
}

.main-wrapper {
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
}
.main-wrapper:before {
	content: "";
	background: url(../images/sheapSite.svg);
	position: absolute;
	top: -110px;
    right: -40px;
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.icon-up {
	position: fixed;
    left: 70px;
    bottom: 70px;
    background: #636161;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.icon-up a {
	color: #fff
}


.menu-toggle .main-wrapper {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.hamburger {
	width: 35px;
	height: 35px;
	border: none;
	position: relative;
	z-index: 0;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
	display: none;
	margin-right: 0px;
	background-color: transparent;
}
.hamburger span {
	width: 20px;
	height: 2px;
	border-radius: 0px;
	background-color: #000;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger span:nth-child(2) {
	width: 15px;
}
.hamburger span:last-child {
	margin-bottom: 0;
	width: 9px;
}

/*mobile menu*/

.menu-mobile {
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0;
	height: 100%;
	width: 250px;
    background: #463649;
    border-bottom: 10px solid #cf6060;
	z-index: 1001;
	overflow-y: auto;
	-webkit-transform: translateX(265px);
	-moz-transform: translateX(265px);
	-ms-transform: translateX(265px);
	-o-transform: translateX(265px);
	transform: translateX(265px);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
	box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}
.brand-area {
	position: relative;
	padding-top: 20px;
}
.close_menu {
	position: absolute;
	top: 0;
	left: 0px;
	font-size: 24px;
	cursor: pointer;
	color: #363636;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.close_menu:hover {
	background-color: #767676;
	color: #fff;
}
.brand-area a {
	width: 90%;
	height: auto;
	display: block;
	background-size: contain;
	margin: 0px auto 0 auto;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.brand-area a > img {
	max-width: 100%;
	max-height: 100%;
}
.mmenu > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.mmenu > ul li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	color: #fff;
	padding: 10px;
	transition: all .3s;
	font-size: 16px;
	text-transform: capitalize;
}
.mmenu > ul li a > i {
	margin-left: 5px;
}
.mmenu > ul li a:hover {
	background: #57A4C3;
	color: #fff;
	border-color: #57A4C3;
}
.register-mobile {
	margin-top: 0 !important;
}
.register-mobile li:last-child > a {
	border-bottom: 0;
}
.plusIcon {
	font-size: 14px;
	margin-left: 5px;
}
.m-overlay {
	position: fixed;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #333;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.menu-toggle {
	overflow: hidden;
}
.menu-toggle .m-overlay {
	opacity: 0.6;
	visibility: visible;
}
.menu-toggle .menu-mobile {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);

}
.menu-toggle .main-wrapper {

	-webkit-transform: translate3d(-250px, 0, 0);
	-moz-transform: translate3d(-250px, 0, 0);
	-ms-transform: translate3d(-250px, 0, 0);
	-o-transform: translate3d(-250px, 0, 0);
	transform: translate3d(-250px, 0, 0);

}
html.menu-toggle {
	overflow: hidden;
}


/*header*/

#header {
    padding: 15px 0; 
}
#header .container {
    overflow: hidden;
}
.logo-site {
	float: right;
    margin-top: 60px;
}
.logo-site img{
	width: 210px;
}
.logo-site > a {
	display: inline-block;
}
.main_menu {
	float: left;
	margin-top: 50px;
}
.main_menu > li {
    display: block;
    margin-bottom: 10px;
}
.main_menu > li:last-child {
	margin-left: 0;
}
.main_menu > li > a {
	display: block;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: 500;;
    padding: 10px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}
.main_menu > li > a:hover,
.main_menu > li > a:focus {
	color: #BDBDBD;
}
.main_menu > lii.active a {
    font-weight: bold;
}
#header-page {
    position: relative;
}
#header-page .container {
    overflow: hidden;
    position: relative
}
#header-page .container:before {
    content: "";
    background: #E1AE4F;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    border-bottom: 5px solid #000;
}
.main_menu .active {
    background: #D77A7A;
    color: #fff;
    border: 0;
    border-radius: 5px;
}
.main_menu .active a {
    font-weight: normal;
    color: #fff;
}
.main_menu .active a strong {
    font-weight: bold
}




/*section_home*/

.section-home {
	position: relative;
    padding: 100px 0
}
.section-home:after {
    content: "";
    background: #69414F;
    border-top-left-radius: 220px;
    top: 0;
    right: 0px;
    width: 80%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.section-home:before {
    content: "";
    background: url(../images/shape-slide-home.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0px;
    width: 400px;
    height: 277px;
    position: absolute;
    z-index: 0;
}
.title-slide {
    width: 40%;
}
.title-slide span {
    font-size: 28px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.title-slide h1 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 50px;
    padding-right: 20px;
}
.title-slide h1 strong {
    padding-right: 30px;
    font-size: 60px;
}
.title-slide > p {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding-right: 50px
}
.img-home {
    position: absolute;
    bottom: 50px;
    left: 15%;
}
.img-home img {
    max-width: 500px;
}


/*section-about*/

.section-about {
    padding: 50px 0;
    position: relative;
}
.section-about .sec-head {
    width: 40%;
}
.content-about {
    position: relative
}
.video-about {
    position: absolute;
    left: 0;
    top: -350px;
}
.video-about a {
    display: block;
    position: relative;
}
.video-about img {
    max-width: 450px
}
.video-about p {
    position: absolute;
    top: 20px;
    color: #fff;
    right: 20px;
    font-size: 20px;
}
.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: #fff;
	z-index: 999;
	transform: translate(-50%, -50%)
}
.list-about {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.list-about .box-about {
    width: 33.3334%;
    padding: 25px;
    border-radius: 15px;
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.box-about figure {
    width: 160px;
    text-align: center;
}
.box-about img {
    width: 70px;
    height: 80px;
    filter: grayscale(1);
}
.list-about .box-about:nth-child(1) {
    background: #CFCED3;
}
.list-about .box-about:nth-child(2) {
    background: #E37577;
}
.list-about .box-about:nth-child(3) {
    background: #675E6E;
}
.box-about figure {
    float: right;
    margin-bottom: 0;
}
.box-about b {
    color: #fff;
    font-size: 18px;
    display: block;
}



/* section-services */

.section-services {
	position: relative;
	padding: 80px 0;
}
.section-services:before {
    content: "";
    background: url(../images/shape-services.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -300px;
    width: 800px;
    height: 500px
}
.sec-head {
	margin-bottom: 40px;
    position: relative;
    padding-right: 20px;
}
.sec-head h3 {
	font-weight: bold;
    margin-bottom: 10px;
    color: #483C4F;
    font-size: 35px;
}
.sec-head span {
    font-size: 18px;
    display: block;
    color: #665D6D;
}
.sec-head a {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #221E20;
    font-size: 17px;
}
.box-services {
	position: relative;
    border: 1px solid #DEDEDE;
    margin-bottom: 15px;
    padding: 10px 20px;;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.box-services figure {
    float: right;
    margin-left: 20px;
    margin-bottom: 0;
}
.box-services figure img {
    max-width: 40px;
}
.box-services .sec-title h5 {
    color: #360A2B;
    margin-bottom: 10px;
}
.box-services .sec-title p {
    color: #505050;
    font-size: 14px;
    overflow: hidden;
}
.order-services {
    background: #E1AE4F;
    border: 1px solid #E1AE4F;
    color: #000;
    padding: 10px 35px;
    border-radius: 10px;
    font-size: 15px;
    display: block;
    margin-right: 80px;
    margin-top: 10px;
    width: 160px;
    text-align: center;
    opacity: 0
}
.box-services:hover .order-services {
    opacity: 1;
}
.box-services:hover{
    border: 1px solid rgb(225 174 79 / .43);
    background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 60%);
}

.img-serv {
    position: absolute;
    right: 0;
}
 

/* section-workshops  */

.section-package {
	position: relative;
	padding: 20px 0 50px
}
.section-package .sec-head a {
    background: #EDEDED;
    padding: 15px 25px;
    border-radius: 5px;
}
.box-package {
	position: relative;
    border: 1px solid #DEDEDE;
    margin-bottom: 15px;
    padding: 30px;
    padding-top: 80px;
    height: 650px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(250,209,100,1) 0%, rgba(232,154,3,1) 100%);
}
.box-package:before {
    content: "";
    background: url(../images/shape-goald.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}
.col-lg-4:nth-child(2) .box-package {
    background: linear-gradient(180deg, rgba(103,109,115,1) 0%, rgba(52,55,58,1) 100%);
}
.col-lg-4:nth-child(3) .box-package {
    background: #69414F;
}
.btn-reg {
	background: #ffffff;
	color: #500c0c !important;
    font-weight: bold;
    padding: 10px 40px;
    display: block;
    width: 160px;
    margin: auto;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.box-package img {
    max-width: 60px;
    margin-bottom: 20px;
}
.box-package h5 {
    color: #fff;
    font-size: 28px;
}
.box-package strong {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.box-package li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    margin-right: 20px;
    list-style: disc
}
.box-package p {
    color: #fff;
    font-size: 21px;
    width: 60%;
    margin: 60px auto;
}

.section-feat 
.video-box {
    position: relative;
    border: 1px solid #E2E2E2;
    background: #FCFCFC;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 30px;
}
.video-box .sec-title {
    padding: 20px;
}
.video-box .sec-title h3 {
    height: 65px;
    overflow: hidden;
    margin-bottom: 10px;
}
.video-box .sec-title p {
    font-size: 17px;
}
.video-box .sec-title a {
    float: left;
    background: #E1AE4F;
    color: #fff;
    padding: 10px 25px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.video-box .play-btn {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 50px;
	color: #fff;
	z-index: 999;
}
.video-box i {
	padding: 7px;
    border: 3px dashed #fff;
    border-radius: 50%;
}
.feat-list {
    display: flex;
    flex-wrap: wrap;
}
.feat-list li {
    width: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.feat-list li img {
    float: right;
    max-width: 25px;
}
.feat-list li p {
    margin-right: 10px;
    font-size: 16px
}
.btn-apply-now {
    background: #CF5F5F;
    color: #fff !important;
    font-weight: bold;
    display: block;
    height: 45px;
    width: 80%;
    border-radius: 10px;
    text-align: center;
    line-height: 55px;
    margin-top: 30px;
    font-size: 18px;
}
.video-feat {
    position: relative;
}
.video-feat:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(119, 118, 118, 0.3);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.video-feat a {
    display: block;
}
.video-feat h3 {
    position: absolute;
    bottom: 70px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.video-feat .play-btn i {
    font-size: 120px
}

/* section-workshops  */

.section-clients {
	position: relative;
	padding: 50px 0
}
.box-clients{
  position: relative;
  height: 75px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    justify-content: center;
}
.box-clients figure {
    margin: 0
}
.box-clients img{
  margin: auto;
  width: auto !important;
  max-height: 100%;
}
#clients-slider {
    padding: 0 130px;
}
#clients-slider .owl-nav {
    display: block;
}
#clients-slider .owl-nav > button {
  position: absolute;
  top:25%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color:#fff;
  font-size: 30px;
  margin: auto;
}
#clients-slider .owl-nav > button.owl-prev{
  right:40px;
}
#clients-slider .owl-nav > button.owl-next{
  left:40px;
}
#clients-slider .owl-nav > button i{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 24px;
    background: #483C4F;
    line-height: 40px;
    border-radius: 5px;  
    transition: 0.5s
}


/*section-contact*/

.section-contact {
    padding: 50px 0;
    position: relative;
}
.section-contact:before {
    content: "";
    background: url(../images/shape-contact.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 690px;
    height: 480px;
    position: absolute;
    top: 0;
    left: -180px;
    z-index: -1;
}
.contact-site ul {
    display: flex;
}
.contact-site ul li {
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.contact-site ul li span, .contact-site ul li a {
    font-weight: bold;
    color: #000;
    font-size: 17px;
}
.contact-site ul li img {
    margin-left: 10px;
}
.head-form {
    margin: 40px 0;
}
.head-form p {
    color: #483C4F
}
.head-form h4 {
    font-size: 15px;
    margin-top: 10px;
    position: relative;
    padding-right: 20px;
    color: #483C4F
}
.head-form h4:before {
    content: "";
    background: #483C4F;
    height: 20px;
    width: 5px;
    position: absolute;
    right: 0;
    top: -5px;
    border-radius: 10px;
}
.flex-form {
    display: flex;
}
.flex-form .form-group {
    width: 50%;
    margin-left: 10px;
}
.flex-form .form-group:last-child {
    margin-left: 0;
}
.flex-form .form-group .form-control {
    border-radius: 50px;
    background: #F2F2F2;
    height: 55px;
    padding: 15px 25px;;
}
textarea.form-control {
    border-radius: 20px;
    background: #F2F2F2;
    height: 150px;
    padding: 20px;
}
.form-contact {
    position: relative;
}
.btn-send {
    background: #CF5F5F;
    border-radius: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.btn-send i {
    margin-left: 10px;
    transform: rotate(300deg);
    font-size: 21px;
}


/* section-footer  */

.section-footer{
	position: relative;
	width: 100%;
	height: 100%;
    padding: 0 50px;
    border-radius: 30px;
}
.top-footer {
	padding: 40px 0;
	overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
	position: relative;
}
.logo-site-footer img {
	max-width: 150px;
	margin-bottom: 20px;
	margin-top: -20px;
}
.f-menu .text-white {
	font-size: 17px;
	margin-bottom: 5px;
}
.social-media, .menu-link {
	position: relative;
	margin: auto;
	margin-bottom: 20px;
}
.social-media ul {
	margin-bottom: 20px;
}
.social-media img {
	width: 120px;
	height: 30px;
}
.social-media p {
	margin-bottom: 10px;
}
.menu-link ul li {
	display: block;
	margin-bottom: 10px;
	position: relative
}
.social-media ul > li > a{
  	font-size: 14px;
	color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
}
.menu-link ul li a {
	color: #fff;
}
.social-media > h5{
  	display: block;
  	vertical-align: middle;
  	color: #fff;
  	font-size: 14px;
	margin-bottom: 15px;
}
.social-menu{
  	vertical-align: middle;
}
.social-menu > li{
	display: inline-block;
	margin-bottom: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
}
.social-menu > li > a{
 	display: flex;
	align-items: center;
  	font-size: 14px;
	color: #fff;
  	-webkit-box-shadow: 0px 5px 14px 0px transparent;
  	-moz-box-shadow: 0px 5px 14px 0px transparent;
  	box-shadow: 0px 5px 14px 0px transparent;
}
.social-menu > li i {
	font-size: 17px;
	text-align: center;
	line-height: 30px;
}
.social-menu > li > a:hover{
  	opacity: .7
}
.copy-right{
  	color: #fff;
  	font-size: 13px;
	font-weight: bold
}
.top-footer{
    padding: 50px 0 10px;
    background: #403448;
}
.f-box{
  margin-bottom: 30px;
}
.f-box > h2{
  	display: block;
  	vertical-align: middle;
  	color: #fff;
  	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: capitalize
}
.f-menu li{
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.f-menu li > a{
  display: inline-block;
  color: #fff;
}
.f-menu li > i{
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.f-menu li > a:hover,.f-menu li > a:focus{
  color: #fff;
}
.bottom-footer {
	padding: 25px 0;
	position: relative;
	background: #403448;
    margin-bottom: 30px;
    border-bottom: 5px solid #CF6060;
}
.menu-link {
    display: flex;
}
.menu-link ul {
    width: 50%;
}
.menu-link h5 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.facebook {
    background: #43AFFF;
    color: #fff;
}
.twitter {
    background: #00AAEC
}
.instagram {
    background: -webkit-linear-gradient(left, rgba(157,57,183,1) 0%, rgba(206,80,108,1) 55%, rgba(248,201,98,1) 100%);
    background: -o-linear-gradient(left, rgba(157,57,183,1) 0%, rgba(206,80,108,1) 55%, rgba(248,201,98,1) 100%);
    background: linear-gradient(to right, rgba(157,57,183,1) 0%, rgba(206,80,108,1) 55%, rgba(248,201,98,1) 100%);
}


/* page-site  */

.page-site {
	padding: 50px 0
}
.content-auth > img {
    float: left;
    overflow: hidden;
    clear: both;
    display: block;
    max-width: 380px;
    margin-right: 50px
}
.content-auth p {
    font-size: 17px;
    line-height: 1.7
}
.content-auth span {
    font-size: 16px;
    margin: 10px 0;
    display: block;
}
.content-auth ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}
.content-auth ul li {
    width: 48%;
    font-size: 16px;
    margin-bottom: 15px;
    list-style: disc;
    margin-right: 15px;
}
.content-auth .box-enrichment {
    max-width: 250px;
}
.icon-cont {
    margin-left: 10px;
}



.form-reg {
	padding: 40px 20px;
	margin-top: 50px;
}
.form-reg  h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.form-reg .form-group {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.form-reg .form-group:last-child {
	align-items: baseline
}
.form-reg .form-group label {
	width: 130px;
	color: #000;
	font-size: 16px;
	margin-left: 30px;
}
.form-control {
	border: 1px solid #EEEEEE;
	height: 50px;
    background: #EEEEEE
}
textarea.form-control{
	height: 180px;
}
.sec-btn {
	display: flex;
    flex-direction: row-reverse;
}

.attachment {
    display: flex;
    align-items: center;
}
input[type="file"] {
	display: none;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.attachment label {
    height: 130px;
    background: #EEEEEE;
}
.inputfile + label {
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    /* 20px */
    // font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label {
    border-radius: 10px;
    background-color: #EEEEEE;
    padding: 0;
    margin-bottom: 0;
}
.inputfile + label .archive-name,
.inputfile + label .btn-inputfile {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px
}
.inputfile + label .archive-name {
    width: 60%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    color: #919298;
    font-size: 14px;
    line-height: 36px
}
.inputfile + label .btn-inputfile {
    color: #fff;
    background-color: #C1C1C1;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}
.gallery {
}
.gallery img {
    width: 130px;
    height: 130px;
    margin-left: 10px;
    border-radius: 10px
}





