/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/
@font-face {
	font-family: 'Amin';
	src: url(../fonts/Amin.otf)
}
@font-face {
	font-family: 'Amin-Regular';
	src: url(../fonts/Amin-Regular.otf)
}
@font-face {
	font-family: 'Amin-Bold';
	src: url(../fonts/Amin-Bold.otf)
}
@font-face {
	font-family: 'DroidSansArabic';
	src: url(../fonts/droidsansarabic.ttf)
}
@import url('https://fonts.googleapis.com/css?family=Changa&display=swap');
/**********/
.body-over {
	overflow-y: hidden !important;
}
::-webkit-scrollbar {
	width: 9px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: #fff;
}
::-webkit-scrollbar-thumb {
	background-color: #272827;
	outline: 1px solid #fff;
	border-radius: 30px;
}
::-moz-selection {
	background: #E91E63;
	color: #fff;
}
::selection {
	background: #E91E63;
	color: #fff;
}
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none !important;
}
body {
	font-family: 'droidsansarabic';
	/*        font-family: 'Changa', sans-serif;*/
	padding: 0 !important;
	margin: 0 !important;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 1.6;
	color: #272827;
	direction: rtl;
	overflow-x: hidden !important;
	overflow-y: hidden;
}
.body-overlay {
	background-color: rgba(12, 12, 12, 0.75);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9999;
	opacity: 0;
	display: none;
}
.back {
	/*
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
*/
	opacity: 1;
	display: block;
}
.back-nav {
	margin-right: 0 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.body-over {
	overflow-y: hidden !important;
}
/** Form **/
.form-group {
	margin-bottom: 25px;
	position: relative;
}
.form-control {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 2px solid transparent;
	padding: 9px !important;
	width: 100% !important;
	height: 40px !important;
	margin: 0 !important;
	border-radius: 5px;
	background-color: #EEEEEE;
	color: #212121;
	position: relative;
}
.form-control ~ .focus-border:before,
.form-control ~ .focus-border:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #f05e25;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.form-control ~ .focus-border:after {
	top: auto;
	bottom: 0;
}
.form-control ~ .focus-border i:before,
.form-control ~ .focus-border i:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 0;
	background-color: #f05e25;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.form-control ~ .focus-border i:after {
	left: auto;
	right: 0;
}
.form-control:focus ~ .focus-border:before,
.form-control:focus ~ .focus-border:after {
	left: 0;
	width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.form-control:focus ~ .focus-border i:before,
.form-control:focus ~ .focus-border i:after {
	top: 0;
	height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.form-control:focus {
	border-color: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0 !important;
}
.input-lg {
	resize: none;
	height: 75px !important;
	overflow-y: auto;
	font-size: 14px;
}
/**/
label {
	color: #212121;
	margin: 0 0 6px 0;
	text-align: left;
}
/*************/
a,
button,
img,
i,
span,
li,
h4,
p,
#scroll-top,
.scaleimg,
.form-control,
.owl-carousel .owl-prev i,
.owl-carousel .owl-next i,
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
ul.nav > li:after {
	transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	cursor: pointer;
}
button {
	border: 0;
	color: #fff;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
	display: inline-block;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.body-overlay.back {
	transform: translateX(0px) !important;
	-webkit-transform: translateX(0px) !important;
	-moz-transform: translateX(0px) !important;
	-ms-transform: translateX(0px) !important;
	-o-transform: translateX(0px) !important;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11 {
	float: right !important;
}
/* start loading */
.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: #303030;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	z-index: 9999999;
}
.loads {
	width: 80px;
	height: 100px;
	margin: 100px auto;
}
.block {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 10px 10px 0;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	background: #F63F79;
}
.block:nth-child(4n+1) {
	-webkit-animation: wave 2s ease .0s infinite;
	animation: wave 2s ease .0s infinite;
}
.block:nth-child(4n+2) {
	-webkit-animation: wave 2s ease .2s infinite;
	animation: wave 2s ease .2s infinite;
}
.block:nth-child(4n+3) {
	-webkit-animation: wave 2s ease .4s infinite;
	animation: wave 2s ease .4s infinite;
}
.block:nth-child(4n+4) {
	-webkit-animation: wave 2s ease .6s infinite;
	animation: wave 2s ease .6s infinite;
	margin-right: 0;
}
@-webkit-keyframes wave {
	0% {
		top: 0;
		opacity: 1;
	}
	50% {
		top: 30px;
		opacity: .2;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}
@keyframes wave {
	0% {
		top: 0;
		opacity: 1;
	}
	50% {
		top: 30px;
		opacity: .2;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}
/************************************************* END LOADER *****************************************/
.back {
	opacity: 1;
	display: block;
}
.body-over {
	overflow-y: hidden !important;
}
/********************Start begin*****************/
.begin {
	background-color: #231F20;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 19px;
	padding: 10px 0;
}
.begin span {
	margin: 0 9px;
	display: inline-block;
	vertical-align: middle;
}
/********************End begin *****************/
/******************* Start Header **************************/
.header {
	position: relative;
	color: #fff;
	text-align: center;
	width: 100%;
	background-color: #F63064;
}
/********************* Start Navbar **************************/
.hidden-sm {
	display: none;
}
/* Nav Icon */
#nav-icon1 {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	position: relative;
	top: -2px;
	width: 30px;
	height: 40px;
	margin: 0 auto;
	z-index: 999;
	right: 0;
	display: none;
}
#nav-icon1 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 28px;
	background: #272827;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon1:hover span,
#nav-icon1:focus span,
#nav-icon1.open span {
	background: #ddd !important;
}
#nav-icon1 span:nth-child(1) {
	top: 12px;
}
#nav-icon1 span:nth-child(2) {
	top: 18px;
}
#nav-icon1 span:nth-child(3) {
	top: 24px;
}
#nav-icon1.open span:nth-child(2) {
	opacity: 0;
}
#nav-icon1.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
}
#nav-icon1.open span:nth-child(3) {
	top: 16px;
}
#nav-icon1.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon1.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon1.open {
	position: relative;
	z-index: 999999;
}
/*/////////////////*/
.navbar {
	width: 100%;
	border-radius: 0;
	height: 150px;
	line-height: 150px;
	padding: 0 80px;
	/*
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
*/
	margin: 0 auto;
	z-index: 9999;
	border: 0 !important;
	min-height: auto;
	background-color: #F73063;
}
/*********** Nav Right ************/
.right-one {
	display: none;
}
.nav-right {
	text-align: right;
}
.logo-nav {
	width: 160px;
	display: inline-block;
}
.logo-nav img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
/* nav ul */
.navbar ul.nav {
	width: 100%;
	text-align: center;
}
ul.nav > li {
	position: relative;
	display: inline-block;
}
ul.nav > li > a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 12px;
	display: inline;
}
ul.nav > li > a:hover,
ul.nav > li:hover > a,
.nav > li > a:focus {
	color: #000000 !important;
}
.fixd-navbar ul.nav > li > a:hover,
.fixd-navbar ul.nav > li:hover > a,
.fixd-navbar .nav > li > a:focus {
	color: #F73063 !important;
}
.nav.cf li.active a {
	border-bottom: 1px solid #fff;
	background-color: transparent
}
/****nav-left******/
.nav-left {
	text-align: left;
	display: inline-flex;
	margin-top: 15px;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.nav-left a {
	color: #fff;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	padding-top: 1px;
	padding: 2px 7px;
}
/*
.nav-left a:nth-child(1){
    background-color: #FFF;
    margin: 0 0 0 8px;
    color: #F73063;
}
*/
.nav-left a.whatssapp {
	background-color: #56EF6C;
	margin: 0 0 0 8px;
}
.nav-left a:last-child {
	background-color: rgba(255, 252, 0, .8);
}
.nav-left a:hover,
.nav-left a:focus {
	opacity: .8
}
.sm-link {
	background-color: #d4214f !important;
	color: #fff !important;
	border-radius: 6px !important;
	padding: 5px 8px !important;
	text-align: center !important;
	font-size: 16px !important;
	margin: 0 0 0 4px !important;
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	line-height: auto !important;
	text-align: right !important;
	font-size: 14px !important;
	padding-bottom: 0px !important;
}
.sm-link:hover,
.sm-link:focus {
	background: rgb(234, 148, 199) !important;
	color: #fff !important;
}
.chat {
	position: relative;
}
/*
.chat span {
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    transition: .5s all !important;
    line-height: 1;
}
*/
.chat span {
	display: inline-block;
	font-size: 15px;
	color: #F73063;
	transition: .5s all !important;
	line-height: 1;
	position: absolute;
	width: 100px;
	bottom: -40px;
	background: #FFF;
	padding: 5px;
	border-radius: 5px;
	right: -32px;
	z-index: 5;
}
.chat span:before {
	content: "";
	background: white;
	width: 10px;
	display: inline-block;
	position: absolute;
	top: -5px;
	height: 10px;
	transform: rotate(45deg);
	z-index: 0;
	left: 43%;
}
/******************* FIXED NAVBAR *********************************/
.fixd-navbar {
	position: fixed;
	top: 0;
	padding: 0 50px !important;
	background: rgb(233, 30, 99);
	background: -o-linear-gradient(248deg, rgba(233, 30, 99, 1) 0%, rgb(246, 132, 161) 100%);
	background: linear-gradient(-158deg, rgba(233, 30, 99, 1) 0%, rgb(246, 132, 161) 100%);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(229, 229, 229, 0.8);
	box-shadow: 0px 5px 5px 0px rgba(229, 229, 229, 0.8);
	height: 65px;
	line-height: 65px;
	overflow: hidden;
}
.fixd-navbar .logo-nav a {
	line-height: 75px;
}
.fixd-navbar ul.nav > li > a {
	font-size: 15px;
}
.fixd-navbar .logo-nav {
	width: 120px;
}
/********************* End Navbar **************************/
/********* Start white bar *******/
.w-bar {
	padding: 0 65px 20px 65px;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}
#today {
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	color: #212121;
	border-radius: 4px;
	vertical-align: middle;
	margin: 6px 0 0 0;
}
/******* Start Newsticker *******/
/*
.bn-news{
    left: auto !important;
}
*/
.bn-label {
	background-color: #9e7544;
}
.demo-section-box {
	border: 0 !important;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(198, 192, 192, 0.75);
	box-shadow: 0px 5px 5px 0px rgba(198, 192, 192, 0.75);
}
.demo-box {
	margin: 0;
}
.breaking-news-ticker {
	border: 0 !important;
	background-color: #fff;
	padding: 0 0 0 15px;
	border-radius: 5px !important;
}
.breaking-news-ticker:before {
	content: "أخبار سعيدة";
	position: absolute;
	right: 0;
	top: 0;
	width: 93px;
	height: 100%;
	background-color: #E91E63;
	z-index: 9;
	color: #fff;
	font-size: 15px;
	word-break: break-word;
}
.bn-controls button {
	background-color: #f73063;
	width: 28px;
	height: 30px !important;
	line-height: 28px !important;
	margin: 5px 0;
}
.bn-direction-rtl .bn-controls button {
	border-right: solid 1px rgba(184, 151, 111, 0.5);
}
.bn-direction-rtl .bn-controls {
	left: 10px;
}
.bn-arrow::after {
	border-color: #fff;
}
.bn-play {
	background: #fff;
}
.bn-play::after {
	border-left-color: #fff;
}
.bn-controls button:hover {
	background-color: rgba(189, 28, 69, .6);
}
.bn-controls button:hover .bn-arrow::after {
	border-color: #fff !important;
}
.bn-controls button:hover .bn-pause::before,
.bn-controls button:hover .bn-pause::after,
.bn-pause::before,
.bn-pause::after {
	background-color: #fff !important;
}
.bn-controls button:hover .bn-play::before {
	border-left-color: #fff !important;
}
.bn-news ul li a:hover {
	color: #f73063;
}
.bn-direction-rtl .bn-label:hover,
.bn-direction-rtl .bn-label:focus {
	background-color: #f5c354;
	color: #fff;
}
.bn-news ul li a {
	max-width: 600px;
}
/*
.bn-effect-scroll .bn-news ul {
    margin: 0 auto !important;
}
*/
/******* End Newsticker *******/
/********* End white bar *******/
/******************* header Slider ***************/
#owl-demo {
	display: block;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	overflow: hidden;
	height: 100%
}
#owl-demo .item {
	width: 100%;
	height: 350px;
}
#owl-demo img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative
}
.carousel-caption {
	width: 24%;
	text-align: center;
	padding: 40px 25px;
	right: 0;
	top: 20.5%;
	left: auto;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	bottom: unset;
	overflow: hidden;
	background-color: rgba(233, 30, 99, .7);
	font-weight: bold;
	font-size: 26px;
}
.carousel-caption h4 {
	font-size: 24px;
}
.carousel-caption h4:last-child {
	margin: 0;
}
.owl-carousel .owl-dots.disabled {
	display: block
}
.owl-dots {
	position: absolute;
	z-index: 999;
	left: 0;
	bottom: 20px;
	right: 0;
	margin: 0 auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
#owl-demo .owl-dot {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 7px;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	opacity: 1;
	background-color: #fff;
}
#owl-demo .owl-dot:last-child {
	margin: 0
}
#owl-demo .owl-dot.active,
#owl-demo .owl-dot:hover {
	background-color: #e91e63;
}
/******** Anchor Hover ********/
.btn-3 {
	position: relative;
	display: block;
	overflow: hidden;
	width: 107px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	-webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
	border-radius: 30px;
	background-color: #f73063;
	height: 33px;
	line-height: 33px;
	margin: 0 auto;
}
.btn-3:hover,
.btn-3:focus,
.men-clr .btn-3:hover m .men-clr .btn-3:focus,
.women-clr .btn-3:hover m .women-clr .btn-3:focus {
	background-color: transparent !important;
	color: #fff;
}
.btn-3:before,
.btn-3:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 50px solid #333;
	border-bottom: 50px solid #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	z-index: -1;
}
.btn-3:before {
	border-right: 50px solid transparent;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.btn-3:after {
	border-left: 50px solid transparent;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.btn-3:hover:before,
.btn-3:focus:before {
	-webkit-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	transform: translateX(-30%);
}
.btn-3:hover:after,
.btn-3:focus:after {
	-webkit-transform: translateX(30%);
	-ms-transform: translateX(30%);
	transform: translateX(30%);
}
.btn-3 span {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 2;
	background-color: transparent;
}
.btn-3:hover span {
	/*
    color: #fff;
    width: auto;
    height: auto;
    position: static;
*/
}
/************/
/******************* End Header **************************/
/***************Start Boxes***************/
.boxes {
	padding: 50px 0 0 0;
}
.wide-box {
	-webkit-box-shadow: 0px 6px 21px 0px rgba(235, 171, 193, .75);
	box-shadow: 0px 6px 21px 0px rgba(235, 171, 193, .75);
	position: relative;
	padding: 0;
	margin: 35px auto 50px auto;
	border-radius: 6px;
	height: 400px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 1px solid transparent;
}
.wide-box:hover,
.wide-box:focus {
	-webkit-box-shadow: 0px 6px 21px 0px #fff;
	box-shadow: 0px 6px 21px 0px #fff;
	border-color: rgba(235, 171, 193, .75);
}
.free-h {
	background: rgb(233, 30, 99);
	background: -o-linear-gradient(248deg, rgba(233, 30, 99, 1) 0%, rgb(246, 132, 161) 100%);
	background: linear-gradient(-158deg, rgba(233, 30, 99, 1) 0%, rgb(246, 132, 161) 100%);
	color: #fff;
	position: absolute;
	top: -35px;
	height: 80px;
	line-height: 80px;
	width: 85%;
	right: 20px;
	border-radius: 6px;
	text-align: center;
	font-size: 28px;
}
.box-in {
	margin: 0;
	position: absolute;
	top: calc(50% + 20px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 10px;
	max-height: calc(100% - 123px);
	overflow: hidden;
}
.person1 {
	display: flow-root;
}
.box-right {
	float: right;
	width: calc(100% - 130px);
	border-bottom: 2px solid #ddd;
	margin: 0 0 7px 0;
	padding: 0 0 5px 0;
}
.box-right .p-title {
	color: #EA3C77;
	font-size: 18px;
	margin: 0 0 5px 0;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.box-right p {
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
}
.box-in .btn-3 {
	float: left;
	width: 107px;
	height: 33px;
	line-height: 33px;
	margin: 7px 10px 0 0;
	vertical-align: middle;
}
.show-all {
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	height: 40px;
}
.show-all a {
    color: #f73063;
    float: left;
    min-width: 135px;
    text-decoration: none;
    font-size: 24px;
    border: 1px solid;
    padding: 0px 7px;
    margin-left: 15px;
}
.show-all a span {
	margin: 0 4px 0 0;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.show-all a:hover span {
	margin: 0 15px 0 0;
}
.show-all a:hover,
.show-all a:focus,
.p-title:hover,
.p-title:focus,
.men-clr .p-title:hover,
.men-clr .p-title:focus,
.women-clr .p-title:hover,
.women-clr .p-title:focus {
	color: #333 !important;
}
/***************End Boxes***************/
/***************Start Statistics***************/
.statistics {
	background: rgb(233, 30, 99);
	background: -o-linear-gradient(107deg, rgba(233, 30, 99, 1) 0%, rgb(246, 132, 161) 100%);
	background: linear-gradient(343deg, rgba(233, 30, 99, 1) 0%, rgb(246, 132, 161) 100%);
	min-height: 500px;
	position: relative;
}
.statistics:before {
	-webkit-clip-path: polygon(50% 47%, 0 0, 100% 0);
	clip-path: polygon(50% 47%, 0 0, 100% 0);
	content: "";
	width: 100%;
	height: 200px;
	background-color: #fff;
	z-index: 9;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: -1px;
}
.align {
	margin: 0;
	position: absolute;
	top: calc(50% + 20px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
}
.counter {
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.counter:after {
	content: "";
	width: 120px;
	border-bottom: 4px solid #fff;
	position: absolute;
	bottom: -25px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.counter h2 {
	color: #fff;
	font-size: 28px;
	margin: 0 auto 50px auto;
}
.stat-number {
	font-size: 28px;
}
/***************End Statistics***************/
/********* Start Footer  ************/
.footer {
	font-size: 15px;
	background-color: #000000;
	color: #fff;
}
.logo-foot {
	width: 100%;
	line-height: 5;
	display: block;
}
.logo-foot img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.footer-content {
	padding: 45px 0;
}
.foot1 {
	margin: 0 0 15px 0;
}
.footer h2 {
	font-weight: bold;
	margin: 0 0 15px 0;
}
.footer h3 {
	text-transform: capitalize;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.footer h4 {
	text-transform: capitalize;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 19px;
}
.footer li {
	display: block;
	line-height: 2.3;
	color: #fff;
}
.footer li a {
	color: #fff;
}
.foot1 ul li svg {
	margin: 0 0 0 5px;
	color: #eb306e;
}
.footer li a:hover,
.footer li a:focus {
	color: #E91E63;
}
.social {
	margin: 15px 000;
}
.social li {
	display: inline-block;
}
.social li a {
	width: 40px;
	height: 40px;
	background-color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	margin: 0 6px;
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 3px solid #fff;
	z-index: 1;
}
.social li a .icon {
	position: relative;
	color: #262626;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 3;
}
.social li a:hover .icon {
	color: #fff;
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.social li a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f00;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 2;
}
.social li a:hover:before {
	top: 0;
}
.social li:nth-child(1) a:before {
	background: #AD3596;
}
.social li:nth-child(2) a:before {
	background: #5AA4D7;
}
.social li:nth-child(3) a:before {
	background: #395499;
}
/********************** Copyright ********************/
.copyright {
	padding: 7px 0;
	text-align: center;
	direction: rtl;
	color: #9c9c9c;
	border-top: 1px solid #9c9c9c;
	font-size: 13px;
	display: inline-flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	align-items: center
}
.copyright div {
    padding: 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.copyright div,
.copyright div a,
.copyright div span {
	font-size: 18px
}
.copyright span {
	vertical-align: text-bottom;
}
.copyright a {
	color: #fff;
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.copyright a:hover,
.copyright a:focus {
	color: #f05e25
}
/********* End Footer  ************/
/***************Start table.html   ***************/
.wide-box h5 a {
	color: #333;
	font-weight: 600;
}
.wide-box h5 a:hover,
.wide-box h5 a:focus {
	color: #f05e25;
}
.box-tb .wide-box {
	height: auto;
	padding: 100px 0 0 0;
}
.wide-box .free-h {
	max-width: 460px;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
}
.pulsed {
	box-shadow: 0 0 0 0 rgb(246, 132, 161, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgb(246, 132, 161, .7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgb(246, 132, 161, 1);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgb(246, 132, 161, 1);
	}
}
.men-clr {}
.men-clr .free-h , .pulsed_book {
	background: -o-linear-gradient(-158deg, rgb(13, 79, 13) 0%, rgb(164, 164, 164) 100%);
	background: linear-gradient(-158deg, rgb(13, 79, 13) 0%, rgb(164, 164, 164) 100%);
}
.men-clr .pulsed, .pulsed_book {
	box-shadow: 0 0 0 0 rgb(246, 132, 161, 1);
	transform: scale(1);
	animation: g-pulse 2s infinite;
}
@keyframes g-pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgb(76, 152, 76, .7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgb(76, 152, 76, 1);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgb(76, 152, 76, 1);
	}
}
.men-clr .btn-3 {
	background-color: #205920;
}
.men-clr .p-title {
	color: #205920;
}
/***/
.women-clr .free-h {
	background: rgb(233, 30, 99);
	background: -o-linear-gradient(-158deg, rgb(253, 226, 31) 0%, rgb(246, 132, 161) 100%);
	background: linear-gradient(-158deg, rgb(253, 226, 31) 0%, rgb(246, 132, 161) 100%);
}
.women-clr .btn-3 {
	background-color: #fbcd3c;
}
.women-clr .show-all a,
.women-clr .box-right .p-title {
	color: #fbcd3c;
}
/******* Table*******/
.mytable {
	width: 100% !important;
}
div#DataTables_Table_0_info {
	display: none;
}
.dataTables_wrapper .col-sm-6:first-child {
	display: none;
}
div.dataTables_wrapper div.dataTables_filter input {
	border: 1px solid #f47195;
	font-size: 16px;
	width: auto !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	display: none;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
	text-align: right;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, .6);
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	display: none !important;
}
.mytable .btn-3:hover,
.mytable .btn-3:focus {
	background-color: transparent;
	color: #f73063;
}
tr.odd {
	background-color: #EEEEEE !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #f73063;
	border-color: #f73063;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: 1px solid #f73063;
	background: -webkit-gradient(linear, left top, left bottom, from(#e76a8a), to(#f73063));
	background: -o-linear-gradient(top, #e76a8a 0%, #f73063 100%);
	background: linear-gradient(to bottom, #e76a8a 0%, #f73063 100%);
}
.pagination > li > a,
.pagination > li > span {
	color: #333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
	background-color: #f73063;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
	border-bottom: 2px solid rgba(203, 197, 197, .7);
}
/*** new details **/
thead {
	background-color: #333333;
}
/***************End table.html   ***************/
/***************Start Person Details.HTML   ***************/
.details {
	padding: 0 15px 30px 15px;
}
.details li {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 10px 0;
	display: block;
}
.details b {
	color: #DB2164;
	font-family: 'Amin-Bold';
	margin: 0 0 0 7px;
}
.lg-link {
	background-color: #E91E63;
	color: #fff;
	border-radius: 6px;
	padding: 11px 14px;
	text-align: center;
	font-size: 16px;
	margin: 30px auto;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.lg-link:hover,
.lg-link:focus {
	background: rgb(234, 148, 199);
	color: #fff;
}
/***************End Person Details.HTML   ***************/
/***************Start About.HTML   ***************/
.about .logo-foot {
	width: 250px;
	line-height: 1;
	margin: 0 0 20px 0;
}
.about p {
	font-size: 16px;
	line-height: 1.8;
	color: #464646;
}
/***************End About.HTML   ***************/
/***************Start Contact.HTML   ***************/
.calling {
	color: #f36e94;
}
.calling:hover,
.calling:focus {
	color: #333;
}
/*
.details li .calling:last-child{
    display: block;
}
*/
/***************End Contact.HTML   ***************/
.form2 {
	display: block;
	padding: 0 20px 40px 20px;
}
.form2 .form-group {
	margin-bottom: 14px;
}
.form2 .form-control {
	border: 1px solid rgba(93, 93, 93, .8);
	border-radius: 0;
	background-color: #fff;
}
.form2 .form-control ~ .focus-border:before,
.form2 .form-control ~ .focus-border:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #f73063;
	transition: 0.4s;
}
.form2 .form-control ~ .focus-border:after {
	top: auto;
	bottom: 0;
}
.form2 .form-control ~ .focus-border i:before,
.form2 .form-control ~ .focus-border i:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 0;
	background-color: #f73063;
	transition: 0.6s;
}
.form2 .form-control ~ .focus-border i:after {
	left: auto;
	right: 0;
}
.form2 .form-control:focus ~ .focus-border:before,
.form2 .form-control:focus ~ .focus-border:after {
	left: 0;
	width: 100%;
	transition: 0.4s;
}
.form2 .form-control:focus ~ .focus-border i:before,
.form2 .form-control:focus ~ .focus-border i:after {
	top: 0;
	height: 100%;
	transition: 0.6s;
}
.form2 .form-control:focus {
	border-color: transparent;
	box-shadow: none !important;
	outline: 0 !important;
}
.form2 button {
	border-radius: 30px;
	background-color: #f73063;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
}
.form2 .btn-3 span {
	z-index: 1;
	background-color: transparent;
}
.form2 button:hover,
.form2 button:focus {
	background-color: rgba(255, 94, 0, 0.8);
}
/********************/
.all-sections {
	padding: 50px 0;
}
.h2-after {
	font-size: 26px;
	text-align: center;
	margin: 0 auto 25px auto;
	text-transform: capitalize;
	font-family: 'Amin-Bold';
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-border {
	border: 0 !important;
}
/*** Scroll to top *********/
/*Scroll-Top*/
#scroll-top {
	display: none;
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 9;
	cursor: pointer;
	background: #414648;
	font-size: 23px;
	color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px -7px 8px 2px rgba(23, 23, 23, 0.5);
	box-shadow: inset 0px -7px 8px 2px rgba(23, 23, 23, 0.5);
}
#scroll-top:hover {
	background: rgb(233, 30, 99);
	background: -o-linear-gradient(248deg, rgba(233, 30, 99, 1) 0%, rgb(246, 132, 161) 100%);
	background: linear-gradient(-158deg, rgba(233, 30, 99, 1) 0%, rgb(246, 132, 161) 100%);
	-webkit-box-shadow: inset 0px -7px 8px 2px rgb(255, 25555, 255);
	box-shadow: inset 0px -7px 8px 2px rgb(255, 25555, 255);
}
/************** ANIMATION ****************/
.wow {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.carousel-caption .slideInDown:nth-child(2) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
.carousel-caption .slideInDown:nth-child(1) {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}
.carousel-caption .zoomInRight {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
.carousel-caption .zoomInLeft {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}
.row .fadeInRight:nth-child(odd) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
/* Media Screen */
@media (max-width: 1450px) {}
@media (max-width: 1050px) {}
@media (max-width: 1199px) {
	/******** Start Navbar ***************/
	.logo-nav {
		width: 110px;
	}
	.navbar {
		padding: 0 50px;
	}
	.w-bar {
		width: 80%;
	}
	/******** End Navbar ***************/
	/***************Start Statistics***************/
	.align {
		width: 95%;
	}
	/***************End Statistics***************/
}
@media (max-width: 1024px) {}
@media (max-width: 991px) {
	/************************** start navbar ****************/
	.navbar {
		padding: 0 30px;
	}
	ul.nav > li > a {
		font-size: 12px;
	}
	.w-bar {
		padding: 0 10px 20px 10px;
		width: 100%;
	}
	.fixd-navbar ul.nav > li > a {
		font-size: 14px;
		padding: 10px 6px;
	}
	/************************** End navbar ****************/
	.carousel-caption {
		width: 35%;
	}
	/***************Start Statistics***************/
	.counter h2 {
		margin: 0 auto 25px auto;
	}
	.counter:after {
		bottom: -15px;
	}
	.counter {
		margin: 0 auto 40px auto;
	}
	/***************End Statistics***************/
}
@media (max-width: 767px) {
	/******* Start Navbar ***********/
	.display-xs {
		display: block;
	}
	.navbar {
		height: 70px;
		line-height: 70px;
		padding: 0;
		width: 92%;
	}
	.logo-nav {
		width: 80px
	}
	#today {
		margin: 6px auto;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		padding: 4px 6px;
		font-size: 13px;
	}
	.logo {
		text-align: center;
		margin-top: -38px;
	}
	.right-one {
		display: inline-block;
		float: right;
		width: 50%;
		text-align: right;
		padding: 20px 0 20px 0;
		line-height: 1;
	}
	.nav-right {
		text-align: left
	}
	#nav-icon1 {
		display: block;
		text-align: right !important;
		float: right;
	}
	/******** Fixed ****************/
	.fixd-navbar ul.nav > li > a {
		color: #fff;
	}
	.fixd-navbar {
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.fixd-navbar .nav-left {
		line-height: 55px;
	}
	.fixd-navbar .logo-nav {
		width: 70px
	}
	.fixd-navbar .right-one {
		padding: 11px 0 10px 0;
	}
	/***************/
	.navy {
		-webkit-transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
		-o-transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
		transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
		-webkit-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
		transform-origin: bottom left;
		position: fixed;
		bottom: 0px;
		right: 0;
		background: -o-linear-gradient(45deg, #F63064, #272827, #272827);
		background: linear-gradient(45deg, #F63064, #272827, #272827);
		height: 100%;
		width: 260px;
		margin: 0;
		z-index: 99999;
		text-align: center;
		opacity: 1;
		margin-right: -250px;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	.navbar ul.nav {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		opacity: 1;
		width: 100%;
		display: block;
		margin: 30px auto 0 auto;
	}
	.navbar ul.nav li {
		display: block;
		margin: 0;
		line-height: 4;
		text-align: center;
		border-radius: 0;
		padding: 0 40px;
		border-bottom: 1px solid rgba(250, 250, 250, .4);
	}
	.navbar ul.nav li:last-child {
		border: 0 !important;
	}
	.navbar ul.nav > li:after {
		right: 0;
		left: auto;
		margin: 0;
		bottom: 0;
		width: 0%;
		height: 100%;
		opacity: 0;
		border-bottom: 0;
		border-radius: 0;
		background-color: #f05e25;
		opacity: 1;
	}
	.navbar ul.nav > li:hover:after,
	.nav.cf li.active:after {
		width: 100%;
	}
	.navbar ul.nav li.active {
		background-color: #5b5b5b;
	}
	.nav.cf li.active a {
		z-index: 9;
		background-color: transparent;
	}
	.nav-left {
		line-height: 71px;
	}
	.nav-left a {
		font-size: 22px;
		line-height: 30px;
		width: 28px;
		height: 28px
	}
	.begin span {
		margin: 0;
	}
	/********* End Navbar *********/
	.breaking-news-ticker:before {
		width: 42px;
		font-size: 12px;
		line-height: 1.2;
	}
	.bn-controls button {
		width: 22px;
		height: 27px !important;
		margin: 7px 0;
	}
	.bn-direction-rtl .bn-controls {
		left: 0px;
		display: none;
	}
	.breaking-news-ticker {
		padding: 0;
	}
	/******************* start Header **************************/
	.carousel-caption {
		width: 75%;
		text-align: center;
		margin: 0 auto;
		height: auto;
		right: 0;
		left: 0;
		min-width: unset;
		display: block;
		max-width: 320px;
		padding: 30px 15px;
	}
	.carousel-caption h4 {
		font-size: 22px;
	}
	#owl-demo .owl-dot {
		width: 16px;
		height: 16px;
	}
	/******************* End Header **************************/
	/***************Start Boxes***************/
	.free-h,
	.wide-box .free-h {
		height: auto;
		line-height: 1;
		font-size: 20px;
		padding: 6px 0;
		width: 92%;
		right: 0;
		left: 0;
		margin: 0 auto;
		top: -10px;
	}
	.box-right .p-title {
		margin: 0 0 2px 0;
	}
	.box-in {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		max-height: unset;
		overflow: visible;
	}
	.wide-box {
		padding: 50px 2px 8px 2px;
		margin: 20px auto 35px auto;
		height: auto;
	}
	.show-all {
		position: static;
		height: auto;
		display: inline-block;
	}
	.box-in .btn-3 {
		width: 70px;
		height: 27px;
		line-height: 27px;
		margin: 5px 0 0 0;
		font-size: 14px;
	}
	.box-right {
		width: calc(100% - 70px);
	}
	/***************End Boxes***************/
	/***************Start Statistics***************/
	.counter h2,
	.stat-number {
		font-size: 19px
	}
	.counter:after {
		width: 80px;
	}
	.statistics {
		min-height: 420px;
	}
	/***************End Statistics***************/
	/***************Start table.html   ***************/
	table.dataTable tbody th,
	table.dataTable tbody td,
	table.dataTable thead > tr > th.sorting_asc,
	table.dataTable thead > tr > th.sorting_desc,
	table.dataTable thead > tr > th.sorting,
	table.dataTable thead > tr > td.sorting_asc,
	table.dataTable thead > tr > td.sorting_desc,
	table.dataTable thead > tr > td.sorting {
		font-size: 13px;
	}
	.box-tb .wide-box {
		padding: 50px 0 0 0;
	}
	/***************End table.html   ***************/
	.all-sections {
		padding: 25px 0;
	}
	.h2-after {
		padding: 0 0 12px 0;
	}
	.width-70,
	.width-90 {
		width: 100%;
	}
	/*************************************************/
	/*************************************************** Start Footer ****************************************************/
	.footer-content {
		padding: 20px 0 5px 0;
	}
	.social li a {
		width: 30px;
		height: 30px;
		line-height: 26px;
		font-size: 15px !important;
		margin: 0 2px;
	}
	.footer li {
		line-height: 1.7;
	}
	.foot1 ul li svg {
		margin: 0 0 0 3px;
	}
	.footer h4 {
		margin: 0 0 8px 0;
		font-size: 16px;
	}
	/*************************************************** End Footer ****************************************************/
	.begin {
		font-size: 13px;
	}
	/***************Start Person Details.HTML   ***************/
	.details li {
		font-size: 15px;
		line-height: 1.7;
	}
	.lg-link {
		padding: 9px 0px;
		font-size: 11px;
		margin: 15px auto;
		width: 90%;
	}
	/***************End Person Details.HTML   ***************/
	/***************Start About.HTML   ***************/
	.about .logo-foot {
		width: 180px;
		line-height: 1;
		margin: 0 auto 20px auto;
	}
	.about p {
		font-size: 14px;
	}
	/***************End About.HTML   ***************/
}
@media (max-width: 700px) {}
@media (max-width: 599px) {}
@media (max-width: 480px) {
	.navbar {
		width: 100%;
		padding: 0 20px
	}
	.fixd-navbar {
		width: 100%;
		padding: 0 26px !important;
	}
	/*
    h1,
    h2,
    h3,
    h4 {
        font-size: 16px !important;
        line-height: 1.5;
    }
    p,
    span,
    select,
    a,
    .button1 {
        font-size: 14px !important;
    }
*/
	/***************************/
	/******************** Start Header ********************/
	.carousel-caption h3 {
		font-size: 20px !important;
	}
	.carousel-caption h4 {
		font-size: 18px !important;
	}
	.carousel-caption p {
		font-size: 16px !important;
	}
	/******************** End Header ********************/
	.h2-after {
		font-size: 18px !important;
	}
	/** Footer **/
	.footer h3 {
		font-size: 13px !important;
		margin: 0 0 10px 0;
	}
	.footer {
		font-size: 12px;
	}
	.footer a,
	.footer li,
	.footer p {
		font-size: 12px !important
	}
	.social li a {
		font-size: 15px !important;
	}
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
	float: none !important;
	text-align: center !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0.5em .3em !important;
}
.dataTables_wrapper .col-sm-7,
.dataTables_wrapper .col-sm-5 {
	width: 100% !important;
}
@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_paginate .paginate_button {
		padding: 0 !important
	}
	li.paginate_button.previous {
		display: inline-block !important;
	}
	li.paginate_button.next {
		display: inline-block !important;
	}
	li.paginate_button {
		display: none !important;
	}
	li.paginate_button.previous,
	li.paginate_button.next {
		border-radius: 4px !important;
		font-size: 18px;
		color: #fff;
	}
	.pagination > li > a,
	.pagination > li > span {
		border-radius: 4px !important;
	}
	li.paginate_button.previous,
	li.paginate_button.next {
		background: unset !important
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled) a {
		background: #f73063;
		border-color: #f73063;
		color: #fff;
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled) a:hover {
		color: #f73063;
		border-color: #f73063;
		background: #fff;
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
		color: white !important;
		border: 1px solid transparent;
	}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		margin: 2px 0;
		white-space: nowrap;
		display: flex;
		width: 100%;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
		color: white !important;
		border: 1px solid transparent;
	}
	table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
	table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
		display: none
	}
}
.custom-text-dashboard {
	line-height: 30px;
	font-size: 16px;
}
.men-clr .details b {
	color: #0d4f0d;
}
.men-clr .lg-link {
	background-color: #0d4f0d;
}
.men-clr .lg-link:hover,
.men-clr .lg-link:focus {
	background: rgba(13, 79, 13, .65);
	color: #fff;
}
.women-clr .details b {
	color: #fde21f;
}
.women-clr .lg-link {
	background-color: #bfaa0f;
}
.women-clr .lg-link:hover,
.women-clr .lg-link:focus {
	background: rgba(191, 170, 15, .65);
	color: #fff;
}
section.box-tb .wide-box h5 a {
	background: #56EF6C;
	padding: 6px;
	border-radius: 5px;
	color: #FFF;
	margin-right: 5px;
}
section.box-tb .wide-box h5 a:hover,
section.box-tb .wide-box h5 a:focus {
	opacity: .8;
}
/*.col-sm-6.weird-form {*/
/*	position: absolute;*/
/*	right: 220px;*/
/*	top: 100px;*/
/*	width: calc(100% - 220px);*/
/*	z-index: 99;*/
/*}*/
.col-sm-6.weird-form div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.col-sm-6.weird-form .btn-3 {
	width: 107px !important;
	margin-right: 15px;
	flex: none;
}
.col-sm-6.weird-form label {
	width: 180px;
	margin-left: 10px;
	margin-top: 6px;
}
.modal {
	z-index: 99999;
}
#subscripeModal .modal-body {
	background: #000;
	position: relative;
	padding: 15px;
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #fff;
	border: 5px solid #eb306e;
	border-radius: 5px;
	flex-direction: column
}
#subscripeModal .modal-body .btn-3:hover {
	color: #000;
	background: #fff !important;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.container .lg-link.like-whatsapp-link {
	/* background: #56EF6C; */
}
.container .lg-link.like-whatsapp-link:hover,
.container .lg-link.like-whatsapp-link:focus {
	background: #75D674;
}
@media(max-width : 767px) {
	#subscripeModal .modal-body {
		font-size: 26px;
	}
	.col-sm-6.weird-form {
		position: absolute;
		right: 0;
		top: 35px;
		width: 100%;
		z-index: 99;
	}
	.box-tb .wide-box {
		padding: 80px 0 0 0;
	}
}
