
@font-face {
	font-family: 'Lato-Regular';
	src: url('../fonts/Lato-Regular/Lato-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Lato-Regular/Lato-Regular.woff') format('woff'),
	url('../fonts/Lato-Regular/Lato-Regular.ttf')  format('truetype'),
	url('../fonts/Lato-Regular/Lato-Regular.svg#Lato-Regular') format('svg');
	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: 'Tajawal', sans-serif;
	text-align: right;
	direction: rtl;
	background-color: #fff;
	font-size:12px;
	font-weight:400;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-style: normal;
	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{
	max-width: 100%;
}

.main-wrapper {
	position: relative;
	min-height: 100%;
	-webkit-transition: -webkit-transform .0s ease;
	transition: -webkit-transform .0s ease;
	transition: transform .0s ease;
	transition: transform .0s ease,-webkit-transform .0s ease;
}
.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;
}


/*================*/
/*1-Header*/
/*================*/

#header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 40px 0 10px;
	z-index: 2;
}
.logo-site{
	float: left;
}
.logo-site > a{
	display: inline-block;
}
.head_right{
	float: right;
}
.head_right a img {
	max-width: 200px;
}
.main_menu{
	float: left;
	margin-left: 100px;
	margin-top: 80px;
	display: flex;
	align-items: center;
}
.main_menu > li{
	margin-right: 10px;
}
.main_menu > li:last-child{
	margin-left: 0;
}
.main_menu > li > a{
	display: block;
	color: #000;
	font-size: 20px;
	text-transform: capitalize;
}
.login-organizers a {
	border: 1px solid #1A0E43;
	border-radius: 10px;
	font-size: 16px !important;
	padding: 5px 10px;
	color: #1A0E43 !important
}
.link-facebook {
	color: #4267B2 !important;
}
.link-twitter {
	color: #1DA1F2 !important;
}


.hamburger {
	width: 35px;
	height: 35px;
	border: none;
	position: relative;
	z-index: 0;
	float: right;
	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: #495057;
	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;
}


/*=======================*/
/*2-section_home*/
/*======================*/

.section_home{
	padding: 200px 0 100px;
	position: relative;
	overflow: hidden;
}
.section_home:before {
	background: url(../images/bg-home.svg);
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
	background-position: bottom;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	min-height: 75vh;
}
.box-slider {
	display: flex
}
.home_txt{
	margin-top: 150px;
	position: relative;
	z-index: 1
}
.text-top {
	margin-bottom: 40px;
}
.text-top h3 {
	background: #FF6C93;
	color: #fff;
	display: table;
	border-radius: 5px;
	font-size: 30px;
	padding: 10px;
	z-index: 1;
	position: relative;
	clip-path: polygon(0 13%, 100% 0, 92% 100%, 0% 100%);
}
.text-top p {
	background: #36C1FF;
	color: #fff;
	display: table;
	font-size: 25px;
	border-radius: 15px;
	padding: 10px 30px;
	margin-top: -7px;
	margin-right: 20px;
	clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
}
.sponsored p{
	text-align: right;
	color: #000;
	font-size: 17px;
}
.sponsored h1 {
	text-align: right;
	color: #000;
	font-size: 30px;
}
.sponsored span {
	text-align: left;
	display: block;
}

.home_thumbs {
	position: relative;
	bottom: -50px;
	left:-40px;
	z-index: 0;
}
.home_thumbs .item img {
	max-width: 320px;
}
.home_thumbs:before {
	background: url(../images/blur.png);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: -140px;
	left: 0;
	z-index: 99;
}

/*section_about-home*/

.section_about-home {
    padding:50px 0;
}
.section_about-home .sec-head {
     padding-top:15px;
}
.section_about-home .sec-head p {
    font-size:16px;
    margin-top:15px;
    font-weight:bold;
}
.img-about-home img {
    max-width: 400px;
}
.img-about-home{
    text-align:center;
}

/*===========================*/
/*3-section_shear_site*/
/*===========================*/

.section_shear_site {
	padding: 50px 0;
}
.sec-head {
	margin-bottom: 40px;
}
.sec-head h3 {
	display: inline-block
}
.sec-head h4  span{
	display: block;
	font-size: 25px;
	font-weight: 900;
}
.section_shear_site .video-box i {
	padding: 7px;
	border: 3px dashed #fff;
	border-radius: 50%;
}
.box-top {
    position:relative;
}
.shear-top {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border-radius: 10px;
	height: 220px;
	width: 100%;
	padding: 15px;
    display: block;
}
.shear-top p, .shear-top p:hover {
	color: #fff;
	width: 180px;
	line-height: 2;
	display: block;
	font-size: 20px;
	font-weight: 500
}
.shear-bottom {
	display: flex;
	margin-top: 10px;
}
.shear-right {
	width: 50%;
	margin-left: 10px;
	border-radius: 10px;
	height: 120px;
	background: #00A841;
	color: #fff;
	padding: 0 20px;
	font-size: 18px;
	text-align: center;
	display: flex
}
.shear-left {
	width: 50%;
	height: 120px;
	border-radius: 10px;
	background: #F1AF02;
	color: #000;
	padding: 0 20px;
	font-size: 18px;
	display: flex;
	text-align: center;
}
.shear-left a, .shear-right a  {
	margin: auto;
	justify-content: center;
	color:#fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

/*=================================*/
/*4-section_location_evint*/
/*=================================*/

.section_location_evint {
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.section_location_evint:before {
	background: url(../images/shape-locationR.svg);
	content: "";
	right: 10px;
	top: -30px;
	position: absolute;
	width: 90px;
	height: 110px;
	background-repeat: no-repeat;
}
.section_location_evint:after {
	background: url(../images/shape-site.png);
	content: "";
	left: -310px;
	bottom: 30px;
	position: absolute;
	width: 410px;
	height: 410px;
	background-repeat: no-repeat;
}
.section_location_evint .sec-head {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.section_location_evint .sec-head h3 {
	width: 50%;
    padding-right: 35px;
    position: relative;
}
.section_location_evint .sec-head h3:before {
    content: "";
    background:url(../images/down-arrow.png);
    background-size: cover;
    position: absolute;
    top: 9px;
    right: 0;
    width: 23px;
    height: 23px;
}
.section_location_evint .sec-head.collapsed h3:before {
    transform:scale(-1,1);
}
.search-location {
	border: 1px solid #D5D5D5;
	padding: 8px;
	border-radius: 10px;
	width: 50%;
	margin-right: 30px;
	position: relative
}
.search-location:focus label {
    display:none;
}
.search-location label {
	position: absolute;
	right: 60px;
	top: 8px;
}
.search-location input {
	padding-right: 15px;
	font-size: 20px;
}
.search-location label span:first-child {
	display: block;
	color: #000;
}
.search-location label span:last-child {
	color: #B4B4B4
}
.search-location button{
	background: #EAEAEA;
	color: #fff;
	width: 35px;
	height: 35px;
	font-size: 19px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
}
.search-location:focus label {
	display: none
}

.list-location {
	background: #F7F7F7;
	width: 100%;
	height: 80px;
	border-radius: 10px;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	margin-bottom: 30px;
	display:block;
	color:#000;
	font-size:16px;
}
.list-location:hover {
	background: linear-gradient(60deg, rgba(255,108,147,1) 0%, rgba(0,212,255,1) 100%, rgba(54,193,255,1) 100%);
	color: #fff !important;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-ms-transition: all 0 ease;
	-o-transition: all 0 ease;
	transition: all 0 ease;
}
.list-location a {
	font-size: 17px;
}


/*=================================*/
/*5-section_snapchat_breaks*/
/*=================================*/

.section_snapchat_breaks {
	padding: 50px 0;
	position: relative;
	overflow: hidden
}
.section_snapchat_breaks:before {
	background: url(../images/bg-snap.svg);
	content: "";
	position: absolute;
	left: -80px;;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1
}
.content-box-snapxhat {
	display: flex;
	padding:50px 0;
}
.head-content {
	width: 30%;
	padding: 0 30px;
	text-align: center;
}
.head-content p {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
}
.head-content p strong {
	font-size: 30px;
}
.head-content img {
	max-width: 80px;
}
.snapchat-list {
	display: flex;
	width: 80%;
    flex-wrap: wrap;
}
.box-snap {
    width: 20%;
    margin-bottom: 30px;
}
.section_snapchat_page:before {
    background: url(../images/bg-snap.svg);
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    background: #fff058;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.snapchat-list .box-snap a {
    display: table;
    background: #FF6C93;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    height: 30px;
    margin: 10px auto;
}
.snapchat-list .box-snap a img {
    margin-left: 5px;
    width: 18px;
}
.snapchat-list .box-snap img {
	max-width: 140px;
}
.add-snap {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translate(0, -50%);
}
.btn-add-snap {
	border: 2px solid #000;
	padding: 3px;
	border-radius: 50%;
	display: block;
}
.btn-add-snap i {
	background: #000;
	color: #FFF058;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 19px;
}

/*=================================*/
/*5-section_download_stik*/
/*=================================*/


.section_download_stik {
	padding: 50px 0 100px;
}
.section_download_stik .sec-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	align-items: center;
}
.section_download_stik .sec-head button{
	background: #FF6C93;
	color: #fff;
	padding: 7px 15px;
	border-radius: 5px;
	height: 40px;
}
.section_download_stik .sec-head button img {
	margin-left: 5px;
	width: 18px;
}
.all-stick {
	display: flex;
	margin-top: 40px;
}
.all-stick .list-stick {
	width: 14.285%;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-stick .list-stick a {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	display:block;
}
.all-stick .list-stick a:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
.all-stick .list-stick a img {
    width: 110px;
    height: 110px;
}



/*=================================*/
/*6-section_participants_sponsors*/
/*=================================*/

.section_videos {
	padding: 5px 0 100px;;
}
.video-box {
	position: relative;
}
.video-box .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: #fff;
	z-index: 999;
	transform: translate(-50%, -50%)
}
#slider-video .video-box{
	border: 1px solid #dddd;
	border-radius: 15px;
	padding: 10px;
}
#slider-video .owl-nav > div {
	position: absolute;
	bottom: -50px;
	margin: auto;
	color: #1A0E43;
	text-align: center;
	-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;
	height: 40px;
	z-index: 1;
	font-size: 30px;
}
#slider-video .owl-nav > .owl-next {
	left: 0;
	transform: rotate(180deg)
}
#slider-video .owl-nav > .owl-prev {
	left: 50px;
}

#slider-video-sub .owl-nav > div {
	position: absolute;
	bottom: -50px;
	margin: auto;
	color: #1A0E43;
	text-align: center;
	-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;
	height: 27px;
	z-index: 1;
	font-size: 20px;
}
#slider-video-sub .owl-nav > .owl-next {
	left: 0;
	transform: rotate(180deg)
}
#slider-video-sub .owl-nav > .owl-prev {
	left: 30px;
}
#slider-video-sub .item .video-box {
	margin-top: 10px;
	height: 100px;
}
#slider-video-sub .item .video-box img {
	height: 100%;
	border-radius: 15px;
}


/*=================================*/
/*7-section_participants_sponsors*/
/*=================================*/

.section_participants_sponsors {
	padding: 20px 0;
}
.content-participants {
	background: #FBFBFB;
	border-radius: 20px;
	padding: 60px 20px;
	text-align: center;
}
.content-participants .head-par {
	margin-bottom: 30px;
}
.head-par > h3{
	font-size: 35px;
}
.list-participants, .list-sponsors {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}
.list-participants div {
	display: flex;
	align-items: center;
}
.list-participants div:nth-child(1) {
	width: 50%;;
}
.list-participants p, .list-sponsors p{
	font-weight: bold;
}
.list-participants div:nth-child(1) p {
	width: 33.333%;
}
.list-participants div:nth-child(1) a {
	width: 33.333%
}
.list-participants div:nth-child(2) {
	width: 25%;;
}
.list-participants div:nth-child(2) p {
	width: 50%;
}
.list-participants div:nth-child(2) a {
	width: 50%;
}
.list-participants div:nth-child(3) {
	width: 25%;
}
.list-participants div:nth-child(3) p, .list-participants div:nth-child(3) a {
	width: 50%;
}
.list-sponsors p, .list-sponsors a {
	width: 20%;
}


/*mobile menu*/

.menu-mobile{
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0;
	height: 100%;
	width: 250px;
	background: #36C1FF;
	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;
}

#footer{
	padding: 25px 0;
	position: relative;
}
.footer-back{
	position: absolute;
	bottom: 0;
	width: 150px;
}
.f-menu > img{
	height: 100px;
	object-fit: cover;
}
.f-menu > ul > li{
	font-size: 15px;
	line-height: 25px;
}
.f-menu > ul > li a {
    color:#000;
}
.social-media{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.social{
	border-radius: 50px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
}
.social:hover{
	color:#fff;
}
.social-media .facebook{
	background: #2CA5FF;
}
.social-media .twitter{
	background-color: #00AAEC;
}
.social-media .instagram{
	background-color: #f6f935;
}
.copyright{
	color: #000000;
	font-size: 15px;
	padding: 30px 0 10px;
	height: 150px;
	display: flex;
	align-items: center;
}
.icon-up {
	width: 50px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #FF6C93;
	font-size: 15px;
	z-index: 9;
	border-radius: 50%;
	-webkit-box-shadow: 0px 5px 14px 0px transparent;
	-moz-box-shadow: 0px 5px 14px 0px transparent;
	box-shadow: 0px 5px 14px 0px transparent;
	padding: 7px;
	bottom: 20px;
	left: 100px;
	visibility: hidden;
	overflow: hidden;
	position: fixed;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.icon-up.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
	transition: all 0.5s ease-in-out;
}
.icon-up #up {
	color: #fff;
	font-size: 18px;
}

/* section about */
.ab-header{
	position: unset !important;
}
.section-about{
	padding: 250px 0 80px;
}
.title-about{
	margin-bottom: 30px;
}
.title-about > h1{
	color: #052939;
	font-size: 35px;
	margin-bottom: 15px;
}
.title-about > p{
	font-size: 14px;
	line-height: 25px;
}
.txt-about{
	display: flex;
	margin: 80px 0;
	align-items: center;
}
.txt-about div > h3{
	margin-bottom: 10px;
}
.txt-about div > p, .txt-info > p{
	font-size: 14px;
	line-height: 25px;
}
.img-about > img{
	height: 500px;
	border-radius: 23px;
	object-fit: contain;
	position: relative;
}
.img-about > .shap-img{
	position: absolute;
	width: 120px;
	bottom: 0;
	height: auto;
	left: 30px;
}
.txt-info{
	padding-top: 50px;
}
.txt-info > h3{
	margin-bottom: 10px;
}
.txt-info > span{
	margin: 10px 0;
	display: block;
	font-weight: bold;
}

/* section activity */
.data-loc{
	margin-top: 50px;
}
/* Custom Radio Button Start*/

.radiotextsty {
	color: #000;
	font-size: 18px;
}

.customradio {
	display: block;
	position: relative;
	padding-right: 30px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	right: 0;
	height: 22px;
	width: 22px;
	background-color: white;
	border-radius: 50%;
	border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
	background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
	background-color: white;
	border:1px solid #ff6c93;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ff6c93;
}

/* Custom Radio Button End*/
.section-activity{
	padding: 0 0 100px;
}
.activety{
	padding: 200px 0 80px;
}
#form-data  .form-group input{
	width: 100%;
	background: #F4F4F4;
	border: 1px solid #F4F4F4;
	padding: 15px;
	font-size: 13px;
	margin-top: 20px;
	position: relative;
	height: 50px
}
.form-group  .form-group input{
	width: 100%;
	background: #F4F4F4;
	border: 1px solid #F4F4F4;
	padding: 15px;
	font-size: 13px;
	margin-top: 20px;
	position: relative;
}
.form-group select{
	width: 100%;
	background: #F4F4F4;
	border: 1px solid #F4F4F4;
	font-size: 13px;
	margin-top: 20px;
	position: relative;
	height:50px;
}
.form-group textarea {
    min-height:180px;
	width: 100%;
	background: #F4F4F4;
	border: 1px solid #F4F4F4;
	font-size: 13px;
	margin-top: 20px;
}
.btn-default, .btn-default:focus, .btn-default:hover {
	color: #e2e2e2;
	background-color: #fff;
	border-color: #e2e2e2;
}
.btn-complete, .btn-complete:focus, .btn-complete:hover {
	color: #fff !important;
	background-color: #ff6c93;
	border-color: #ff6c93;
}
.attachments-row .row-options {
	height: 100%;
}
.attachments-row .row-options {
	margin-top: 20px;
	height: 50px;
	line-height: 40px;
}
.row-options {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.attachments-row .row-options .btn {
	margin: 0 !important;
	height: 100%;
	line-height: 40px;
}
.form-group{
	position: relative;
}
.form-group > i{
	position: absolute;
	left: 20px;
	top: 40px;
	font-size: 15px;
	color: #A5A7AF;
}
#form-data  .form-group > input:focus{
	border: 1px solid #FF6C93;
	transition: all .4s linear;
	box-shadow: 0px 0 6px #d7dadd;
}
.head-form{
	display: block;
	padding-right: 15px;
	width: 100%;
}
.head-form > h4, .head-data > h4{
	font-size: 20px;
	margin: 10px 0;
}
.form-check-inline{
	margin-top: 10px;
	padding-right: 5px;
}
.activeData p{
	text-align: right;
	color: #000;
	font-size: 17px;
}
.activeData h1 {
	text-align: right;
	color: #000;
	font-size: 30px;
}
.activeData span {
	text-align: left;
	display: block;
}
.table thead th{
	font-size: 15px;
}
.table-bordered td, .table-bordered th{
	font-size: 14px;
	background: #f4f4f4;
}
.table-bordered{
	margin-top: 20px;
}
.sites{
	margin: 40px 15px;
	width: 100%
}
.flex-site{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.sites .txt-site > p{
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	margin-right: 40px;
}
.input-site{
	position: relative;
}
.input-site > input{
	background: #f4f4f4;
	height: 40px;
	width: 200px;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #2FD883;
}
.input-site > span{
	position: absolute;
	left: 30px;
	top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.add-file{
	margin-top: 20px;
}
.box-file{
	margin: 30px 0;
}
.sites .container{
	padding-left: 0;
	padding-right: 0;
}
#form-sign-in .btn_sign_in{
	margin: auto;
	display: flex;
	justify-content: center;
	padding: 8px 35px;
	margin-bottom: 20px;
	background: #FF6C93;
	color: #fff;
	border-radius: 40px;
}
#form-sign-in .btn_sign_in:hover{
	background-color: #eee;
	color: #005E96;
	transition: all .4s ease;
}
#form-sign-in .link-create-account{
	text-align: center;
	font-size: 13px;
	margin-top: 40px;
}
.input_pass{
	position: relative;
}
#form-sign-in .form-group .input-email{
	position: relative;
}
#form-sign-in .form-group input{
	padding: 10px;
	height:40px ;
	font-size: 14px;
}
#form-sign-in .form-group label{
	font-size: 15px;
	font-weight: bold;
}
#form-sign-in .form-group .input-email > i{
	position: absolute;
	top: 12px;
	left: 16px;
	font-size: 16px;
	color: #ccc;
}
.check-remember-me{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.check-remember-me .form-check-input{
	margin-right: 10px;
}
.forgot-pass{
	color: #000;
}
.modal-header {
	border-bottom: none;
}
.modal-title {
	color: #000;
	margin-bottom: 10px;
	text-align: center;
	font-size: 25px;
}
#form-sign-in{
	padding: 20px 10px;
}
.modal-dialog{
	max-width: 600px;
}
.filterCheck .check>label {
	padding: 0;
	box-shadow: none;
}
.form-check-address .badgebox {
	display: none;
}
.form-check-address .badgeboxx + .badgee {
	width: 18px;
	height: 18px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #999;
	margin-left: 10px;
	background: transparent;
	border-radius: 4px;
	color: #005E96;
}
.form-check-address label{
	padding: 5px 0;
}
.clickNewDay {
    display: block;
    text-align: center;
    background: #868585;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin: auto;
    color: #fff;
    cursor: pointer
}
.boxToAddNewDay .clickToRemove {
    display: block;
    text-align: center;
    background: #f00;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin: auto;
    color: #fff;
    cursor: pointer
}

.boxToAddNewDay input {
    background: transparent;
    width: 100%;
    padding: .75rem;
}
.boxToAddNewDay td {
    padding:0;
}
.btn-send-form {
    background: #ff6c93;
    color: #fff;
    padding: 10px 50px;
}

/* Hiding the checkbox, but allowing it to be focused */
.badgeboxx
{
	opacity: 0;
	display: none;
}

.badgeboxx + .badgee
{
	/* Move the check mark away when unchecked */
	text-indent: -999999px;
	/* Makes the badge width stay the same checked and unchecked */
	width: 27px;
}
.badgeboxx:checked + .badgee
{
	/* Move the check mark back when checked */
	text-indent: 0;
}
.badgeboxx:focus + .badgee
{
	box-shadow: inset 0px 0px 5px;
}
input[type="file"] {
	display: none;
}



.js .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.btn-inputfile i {
	cursor: pointer;
	font-size: 30px;
	color: rgba(112, 112, 112, 0.6);
}
.inputfile + label {
	font-size: 20px;
	position: relative;
}
.no-js .inputfile + label {
	display: none;
}
.btnAddImages{
	bottom: 5px;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label {
	background: #f4f4f4;
	border-radius: 8px;
	display: flex;
	align-items: center;
	align-content: center;
	padding: 23px;
	width: 80px;
	height: 80px;
	cursor: pointer;
}
.inputfile + label .archive-name,
.inputfile + label .btn-inputfile {
	font-style: normal;
}
.archive-name {
	display: inline-block;
}
.inputfile + label .btn-inputfile {
	color: #e3e3e3;
	display: flex;
	font-size: 13px;
	width: max-content;
}
.gallery,.gallery2{
	margin-top: -8px;
	margin-bottom: 30px;
	overflow: auto;
	width: 100%;
	display: flex;
	padding-top: 10px;
	flex-wrap: wrap;
}
.imageBox .deleteImage {
	position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    color: #f00;
    border-radius: 50%;
    width: 15px !important;
    height: 15px;
    font-weight: bold;
    line-height: 15px;
    font-size: 10px;
    display: block;
    border: 1px dashed;
    cursor: pointer;
    line-height: 15px;
}
.gallery img{
	width: 85px;
	height: 85px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: #ffffff;
	border: 2px dashed rgba(112, 112, 112, 0.3);
	border-radius: 8px;
	display: flex;
	align-items: center;
	align-content: center;
	object-fit: cover;
	cursor: pointer;
}
.imageBox {
    width:85px;
    height:85px;
    position:relative;
    margin-left: 10px;
}



.save-row {
    display: block;
    text-align: center;
    background: #08bb08;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin: auto;
    color: #fff !important;
    cursor: pointer;
}


.form-user input[type="file"] {
    display: block;
}
.form-user .inputfile + label {
    display: none;
}


/*greeting-cards*/

.section-greeting-cards {
    padding: 50px 0 120px;
}
.section-greeting-cards h5 {
    margin-bottom:20px;
}
.box-greeting-cards {
    display:flex;
    flex-wrap:wrap;
}
.box-greeting-cards .img-greeting {
    width:25%;
    padding:15px;
}
.img-greeting a {
    display:block;
}
.box-greeting-cards .img-greeting img {
    width: 100%;
    height: 100%;
}
.card-gree img {
    max-width:800px;    
}

.card-gree .form-group {
    margin:30px 0;
    display:flex;
    align-items:center;
    justify-content: center;
}
.card-gree .form-group label {
    width:150px;
    font-weight:bold
}
.card-gree .form-group .form-control {
    border:1px solid #e4e4e4;
    height:45px;
    padding:10px;
    width:300px;
}
.btn-sub{
    background: #ed6b93;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
}

.section-greeting-cards .img-final {
    margin-bottom:40px;
}
.section-greeting-cards .btn-download, .section-greeting-cards .btn-download:hover {
    margin: auto;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 200px;
    margin-bottom:30px;
    color:#fff;
}
.section-greeting-cards .social {
    margin-right: 0;
    margin-left: 10px;
}



.owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel.owl-loading {
    opacity: 1;
    display: block;
}
.owl-carousel .owl-refresh .owl-item{
    display:block;
    margin: 0 ;
}
.owl-carousel .owl-refresh .cloned {
    display:none;
}
.logo-site img {
     max-width: 200px;
}
.head_right a img {
    max-width: 200px;
}

.btn-add-snap {
	border: 2px solid #000;
	padding: 3px;
	border-radius: 10px;
	display: flex;
	color: #000;
	align-items: center;
}

.add-snap-first {
	top:40%
}
.add-snap:first-child {
	top:40%
}


.card {
    border:0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}

