.s-menu {
	transition: display 600ms ease;
}

.fixed-top {
	transition: display 600ms ease;
}

.first-color {
	color: #ff007a;
}

.bg-first-color {
	background-color: #ff007a;
}

.mainInfo {
	height: 40px;
	background-color: #e70a74;
}

.home-background {
	height: 600px;
	background-position: 100% 100%;
	background-size: 100% 100%;
	background-image: url('../../assets/img/work.jpg');
}

.home-transparent {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.btn-readmore,
.btn-getstarted {
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 0px;
	transition: all 400ms ease;
}

.btn-readmore:hover {
	color: white !important;
	background: #ff007a !important;
}

.btn-getstarted:hover {
	color: #ff007a !important;
	background: white !important;
	border: solid 1px #ff007a;
}

.btn-readmore {
	background: white !important;
	color: #ff007a;
}

.btn-getstarted {
	color: white;
	background: #ff007a;
}

.home-content {
	margin-top: 200px;
}

.home-content div {
	margin-top: 50px;
	text-align: center
}

.home-content h1 {
	color: white;
	font-size: 70px;
	font-weight: bold;
	font-family: lato;
	text-align: center
}

.home-content h1 span {
	color: #ff007a;
}

.home-content h5 {
	color: white;
	text-align: center;
}

.s-about {
	margin-top: 70px;
}

.title-about {
	font-weight: bold;
	text-transform: capitalize;
}

.p-about {
	font-size: 16px;
	text-align: justify;
}

.list-about {
	list-style: none;
	padding-right: 0px;
}

.list-about li {
	margin-top: 10px;
	display: flex;
}

.icon-about {
	background: #ff007ac2;
	padding: 10px;
	border-radius: 50%;
	color: white;
	transition: all 600ms ease-in;
	border: 1px solid #ff007ac2;
	height: min-content;
}

.list-about li:hover .icon-about {
	background: white;
	border-radius: 50%;
	color: #ff007ac2;
	border: 1px solid #ff007ac2;
}

.txt-about {
	font-size: 18px;
	padding-right: 10px;
}

.feature-content {
	border: 1px solid #c0c0c045;
	box-shadow: inset 0em 0em #ff007a, 0px 0px 10px #c0c0c033;
;
	border-radius: 5px;
;
	padding: 20px;
	transition: all 900ms ease-in;
}

.feature-content span {
	font-size: 65px;
	color: #ff007a;
	padding: 15px
}

.feature-content h6 {
	font-weight: bold;
}

.feature-content:hover {
	color: white;
	box-shadow: inset 50em 0em #ff007a;
}

.feature-content:hover span {
	color: white;
}

.content-pricing {
	background-color: white;
	height: 100%;
	border-radius: 5px;
	background: white;
	border: 1px solid #ff007a
}

.content-pricing h5 {
	color: rgba(0, 0, 0, 0.5);
	padding-top: 15px;
	font-weight: bold;
}

.content-pricing span {
	font-size: 70px;
	color: #ff007a;
}

.content-pricing ul {
	list-style: none;
	padding: 10px 20px;
}

.content-pricing ul li {
	padding: 10px 0px;
}

.list-pricing li span {
	color: rgba(0, 0, 0, 0.5);
	font-size: 1rem;
}

.content-pricing h1 {
	font-size: 35px !important;
	font-family: lato;
	color: rgba(0, 0, 0, 0.5)
}

.content-pricing a {
	border-radius: 0px;
	margin-top: 20px;
	border: 0px;
	padding: 8px 60px;
	font-size: 14px;
	font-weight: 400;
	background: #ff007a;
	color: white;
}

.s-work {
	margin-top: 50px;
}

.s-work h1 {
	text-align: center;
	font-weight: bold;
}

.content-work {
	overflow: hidden;
	position: relative;
}

.content-work div {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0;
	transition: all 400ms ease;
}

.content-work div a {
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-size: 70px;
	text-align: center;
	margin-top: 100px;
	text-decoration: none;
}

.content-work img {
	height: 250px;
	width: 100%;
	transition: all 400ms ease;
	z-index: 5;
}

.content-work:hover div {
;
	opacity: 1;
}

.content-work:hover img {
	filter: grayscale(100%);
	transform: scale(1.5);
}

.content-team {
	box-shadow: 5px 5px 10px #0000001a;
	overflow: hidden;
	transition: all 200ms ease;
	padding: 0px;
}

.content-team div {
	transition: all 200ms ease;
	background: white;
	text-align: center;
	padding: 10px
}

.content-team:hover div {
	transform: translate(0px);
}

.content-team img {
	height: 250px;
	width: 100%;
	position: relative;
	transition: all 600ms linear
}

.content-team div h4 {
	color: #ff007a;
	font-weight: 600;
}

.content-team div p {
	color: #00000080;
}

.social-team {
	display: none;
	position: absolute;
	background: #ffffff75 !important;
	height: 100%;
	top: 0px;
	padding: 20px !important
}

.social-team ul {
	list-style: none;
	padding-left: 0px;
}

.social-team ul li {
	margin-top: 20px;
}

.social-team ul li a,
.social-team ul li a:hover {
	text-decoration: none;
	font-size: 25px;
	color: inherit
}

.social-team ul li .icofont-facebook {
	color: #3b5998
}

.social-team ul li .icofont-instagram {
	color: #bc2a8d
}

.social-team ul li .icofont-twitter {
	color: #00aced
}

.social-team ul li .icofont-pinterest {
	color: #cb2027
}

.content-team:hover .social-team {
	display: block;
	animation: 1s ease 0s normal none 1 fadeInRight;
}

.content-team:hover img {
	transform: scale(1.1, 1) translate(-10px, 0px);
}

.content-payment img {
	margin: 10px;
	height: 80px;
;
	border-radius: 5px;
	transition: all 600ms ease-in-out;
}

.content-payment img:hover {
	transform: translate(0px, -15px);
}

.mainTitle {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.mainTitle::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	border-top: 3px solid #ff007a;
	z-index: -1;
	margin: 0 auto;
	width: 60px;
}

.blog {
	position: relative;
	box-shadow: 0px 0px 5px #c0c0c0ff;
	overflow: hidden;
}

.blog .blog-img {
	overflow: hidden;
	text-align: center;
}

.blog .blog-img img {
	height: 320px;
	transition: all 400ms linear;
}

.blog:hover .blog-img img {
	transform: scale(1.05, 1.05);
}

.blog-content {
	padding: 10px;
}

.blog-content .blog-meta {
	list-style: none;
	padding-left: 0px;
}

.blog-header {

}

.blog-header a:hover {
	text-decoration: none;
}

.blog-content {
	padding: 20px 10px 0px 10px
}

.blog-content .blog-meta li {
	display: inline-block;
	margin-right: 10px;
}

.blog-meta li span {
	color: #ff007a;
}

.blog-content .blog-title {
	font-size: 22px;
	font-weight: 600;
}

.blog-title {
	font-size: 1.25rem;
	color: #ff007a;
	font-weight: 600;
}

.blog-content p {
	font-family: varela round, sans-serif;
}

.blog-footer {
	border-top: 1px solid #c0c0c066;
	display: flex;
	padding: 10px;
	align-items: center;
	color: #ff3d99;
}

.blog-footer a {
	color: #ff3d99;
	text-decoration: none;
}

.blog-footer a {
	flex: 60%;
}

.blog-footer i {
	background: #ff007ac2;
	padding: 10px;
	border-radius: 50%;
	color: white;
}

.blog-footer-phone {
	border-top: 1px solid #c0c0c066;
	display: flex;
	padding: 10px;
	align-items: center;
	color: #ffffff;
	background-color: #ff3d99;
}

.blog-footer-phone a {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
}

.blog-footer-phone a {
	flex: 60%;
}

.blog-footer-phone i {
	background: #ffffff;
	padding: 10px;
	border-radius: 50%;
	color: #ff3d99;
}

#navbar li a {
	color: #E70A74;
	white-space: nowrap;
	float: right;
	text-align: right;
	margin-right: 10px;
}

.mainMenu {
	margin-left: auto
}

.mainMenu li a {
	margin-right: 10px;
	text-transform: capitalize;
	position: relative;
	font-size: 18px;
	margin-left: 10px
}

.mainMenu li a:after {
	content: "";
	position: absolute;
	transition: all 400ms ease;
	left: 0px;
	right: 0px;
	border-top: 2px solid #e70a74;
	margin: 0 auto;
	width: 0px;
	bottom: -1px;
	border: 0;

}

.dropdown-toggle:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	position: absolute;
	left: -12px;
	top: 1.1em;
}

.mainMenu li a:hover:after {
	width: 30px;
}

.mainMenu li:last-child a {
	margin-right: 0px;
}

.center-content-pricing,
.content-pricing {
	transition: border-radius 300ms linear, transform 300ms linear;
}

.center-content-pricing:hover,
.content-pricing:hover {
	border-radius: 30px;
	transform: scale(1.05, 1.05);
}

.center-content-pricing {
	background-color: #ff007a;
	height: 100%;
	border-radius: 5px;
	border: 1px solid #ff007a;
}

.center-content-pricing h5 {
	color: white;
	padding-top: 15px;
	font-weight: bold;
}

.center-content-pricing span {
	font-size: 70px;
	color: white;
}

.center-content-pricing ul {
	list-style: none;
	padding: 10px 20px;
}

.center-content-pricing ul li {
	padding: 10px 0px;
}

.center-list-pricing li span {
	color: rgba(255, 255, 255, 0.95);
	font-size: 1rem;
}

.center-content-pricing h1 {
	font-size: 35px !important;
	font-family: lato;
	color: white;
}

.center-content-pricing a {
	border-radius: 0px;
	margin-top: 20px;
	border: 0px;
	padding: 8px 60px;
	border: 1px solid #ff007a;
	font-size: 14px;
	font-weight: 400;
	background: white;
	color: #ff007a;
}

.footerContentWorld {
	position: relative;
}

.footerContentWorld img {
	max-height: 100%;
	max-width: 100%;
}

.footerContentWorld {
	position: relative;
}

.footerContentWorld span {
	color: white;
	position: absolute;
	top: 33px;
	z-index: 100;
	left: 158px;
	font-size: 60px;
}

.footerContentP h5 {
	color: white;
	font-weight: 700;
}

.footerContentP p {
	color: rgba(255, 255, 255, 0.8);
	padding-top: 10px;
	line-height: 1.8
}

.footerContentP ul {
	display: flex;
	list-style: none;
	padding-left: 0px
}

.footerContentP ul li {
	color: rgba(255, 255, 255, 0.8);
	margin-right: 10px
}

.footerContentP ul li span {
	color: white
}

.footerContentP a {
	color: rgba(255, 255, 255, 0.8);
	margin-right: 10px
}
.socialNav {
	float: right
}

.socialNav li a {
	color: #ffffffe6;
	text-decoration: none
}

.socialNav li {
	padding: .5rem 0.5rem;
}

.contactTop,
.copyRight {
	padding: 10px 0px 0px 0px;
	color: #ffffffe6
}

.lastGrid {
	background: #e70a74 !important;
}

#logo {
	font-weight: bold
}

.aboutContent {
	padding-left: 12px
}

.aboutImg {
	height: 500px;
	box-shadow: 0px 10px 10px 1px silver;
	width: 100%
}

.svgWave {
	margin-top: -100px;
	padding: 0px;
	margin-bottom: -10px;
}

.footerSection {
	background: #ff007a;
}

#team {
	background: #e6e6e624;
	padding-bottom: 50px;
	padding-top: 30px;
	margin-top: 50px;
}

.contactForm {
	width: 100%
}

.contactForm input,
.contactForm select,
.contactForm textarea {
	padding: 8px;
	border-radius: 0px;
}

.form-control:focus {
	border-color: #ff007a;
	box-shadow: 0 0 0 .2rem rgb(255, 0, 122);
}

#contact {
	margin-top: 50px;
}

.copyRight a {
	color: white;
	text-decoration: underline;
}



.defs {
	height: 0;
	overflow: hidden;
	width: 100%;
}
.box-text {
	width: 100%;
	height: 150px;
	/*border: 2px solid #000;*/
	display: block;
	margin: auto;
	padding: 0 16px;
}
.box-text foreignObject {
	mask: url(#mask);
}




h3 {
	text-align: right;
	font-size: 1.25rem;
}

.select-mainpage {
	font-size: 1.1rem;
	padding: 7px 10px;
}


/*scroll to top*/
.back-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
    border-radius: 0px;
    transition: all 400ms ease;
    color: white;
    background:  rgba(231, 10, 116, 0.6);
    height: 52px;
/*font-size: 16px;
padding: 10px 20px;*/
}

.back-to-top:hover {
    color: #ff007a !important;
    background: white !important;
    border: solid 1px #ff007a;
}

[dir="rtl"] .slick-prev {
	right: 20px;
	left: auto;
	z-index: 1;
}
[dir="rtl"] .slick-next {
	left: 40px;
	right: auto;
	z-index: 1;
}
.slick-prev::before, .slick-next::before {
	font-size: 40px;
}

html[dir="rtl"] .row > .col-xs-1, html[dir="rtl"] .row > .col-xs-2, html[dir="rtl"] .row > .col-xs-3, html[dir="rtl"] .row > .col-xs-4, html[dir="rtl"] .row > .col-xs-5, html[dir="rtl"] .row > .col-xs-6, html[dir="rtl"] .row > .col-xs-7, html[dir="rtl"] .row > .col-xs-8, html[dir="rtl"] .row > .col-xs-9, html[dir="rtl"] .row > .col-xs-10, html[dir="rtl"] .row > .col-xs-11, html[dir="rtl"] .row > .col-xs-12 {
	float: right;
}
@media (min-width: 768px) {
	html[dir="rtl"] .row > .col-sm-1, html[dir="rtl"] .row > .col-sm-2, html[dir="rtl"] .row > .col-sm-3, html[dir="rtl"] .row > .col-sm-4, html[dir="rtl"] .row > .col-sm-5, html[dir="rtl"] .row > .col-sm-6, html[dir="rtl"] .row > .col-sm-7, html[dir="rtl"] .row > .col-sm-8, html[dir="rtl"] .row > .col-sm-9, html[dir="rtl"] .row > .col-sm-10, html[dir="rtl"] .row > .col-sm-11, html[dir="rtl"] .row > .col-sm-12 {
		float: right;
	}
}
@media (min-width: 992px) {
	html[dir="rtl"] .row > .col-md-1, html[dir="rtl"] .row > .col-md-2, html[dir="rtl"] .row > .col-md-3, html[dir="rtl"] .row > .col-md-4, html[dir="rtl"] .row > .col-md-5, html[dir="rtl"] .row > .col-md-6, html[dir="rtl"] .row > .col-md-7, html[dir="rtl"] .row > .col-md-8, html[dir="rtl"] .row > .col-md-9, html[dir="rtl"] .row > .col-md-10, html[dir="rtl"] .row > .col-md-11, html[dir="rtl"] .row > .col-md-12 {
		float: right;
	}
}
@media (min-width: 1170px) {
	html[dir="rtl"] .row > .col-lg-1, html[dir="rtl"] .row > .col-lg-2, html[dir="rtl"] .row > .col-lg-3, html[dir="rtl"] .row > .col-lg-4, html[dir="rtl"] .row > .col-lg-5, html[dir="rtl"] .row > .col-lg-6, html[dir="rtl"] .row > .col-lg-7, html[dir="rtl"] .row > .col-lg-8, html[dir="rtl"] .row > .col-lg-9, html[dir="rtl"] .row > .col-lg-10, html[dir="rtl"] .row > .col-lg-11, html[dir="rtl"] .row > .col-lg-12 {
		float: right;
	}
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #a94442;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #a94442;
}

.alert {
	font-size: 20px;
	font-weight: bold;
	direction: rtl;
	text-align: right;
}

.control-label {
	direction: rtl;
	text-align: right;
	float: right;
}

.btn-primary {
	color: #fff;
	background-color: #ff007a;
	border-color: #ff007a;
}
.btn-primary:hover {
	color: #ff007a;
	background-color: #fff;
	border-color: #ff007a;
}

.ann-ribbon {
	position: absolute;
	top: -7px;
	left: 8px;
	width: 100px;
	height: 100px;
	z-index: 10;
}
.ann-vip{
	background-image: url('/img/vip.png');
}
.ann-new {
	background-image: url('/img/new.png');
}
.ann-rec {
	background-image: url('/img/rec.png');
}
.ann-premium{
	background-image: url('/img/premium.png');
}
.photo-is-real {
	position: absolute;
	top: 300px;
	left: 8px;
	width: 169px;
	height: 44px;
	z-index: 10;
	background-image: url('/img/real.png');
}