/* ----------------------------------------------------------------

 == Table Of Content

 01 Basics
 02 Buttons
 03 Navbar
 04 Header
 05 blog
 06 section-box
 07 Services
 08 Numbers
 09 Works
 10 Team
 11 Price
 12 Testimonials
 13 widgets
 14 Subscribe
 15 Contact-Info
 16 Contact
 17 Footer
 18 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	word-wrap: break-word;
}

body {
	color: #222;
	line-height: 1.3;
	font-weight: 400;
	font-size: 14px;
	overflow-x: hidden !important;
	font-family: "primary-font", "segoe ui", "tahoma";
	direction: rtl;
}

.ltr-text {
	display: inline-block;
	direction: ltr;
}

.primary-font {
	font-family: "primary-font", "segoe ui", "tahoma" !important;
}

.titles-font {
	font-family: "titles-font", "primary-font", "segoe ui", "tahoma" !important;
}

p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	color: #7f7f7f;
	margin: 0;
}

.elementor-widget p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "titles-font", "primary-font", "segoe ui", "tahoma";
	line-height: 1.85;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
}

button {
	outline: none !important;
}

span,
a,
a:hover {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.section-padding {
	padding: 120px 0;
}

.section-padding.blogs {
	padding-bottom: 90px;
}

.section-head {
	text-align: center;
	font-size: 0;
}

.section-head .top-text {
	color: #777;
	font-size: 12px;
	font-weight: 500;
	font-family: inherit;
	line-height: 1.85;
	display: block;
}

.section-head .title-text {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.85;
	font-family: "titles-font", "primary-font", "segoe ui", "tahoma";
	display: block;
}

.section-head .top-text + .title-text {
	margin-top: 10px;
}

.section-head.has-bottom-line:after {
	content: '';
	max-width: 100%;
	width: 60px;
	height: 1px;
	background-color: #EE3158;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}

.bg-gray {
	background: #f7f7f7;
}

.o-hidden {
	overflow: hidden;
}

.position-re {
	position: relative;
}

.full-width {
	width: 100% !important;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.lg-line-height {
	line-height: 1.5;
}

.half-content {
	position: relative;
	z-index: 3;
}

.half-content h5,
.half-content h6 {
	color: inherit !important;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.bg-fixed {
	background-attachment: fixed;
}

.pattern {
	background-repeat: repeat;
	background-size: auto;
}

.sub-title {
	font-size: 15px;
	font-weight: 400;
	font-family: inherit;
	color: #EE3158;
	margin-bottom: 10px;
}

.bold {
	font-weight: 800;
}

.particles-js {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.particles-js canvas {
	vertical-align: top;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 35px;
	line-height: .7;
	position: relative;
}

.owl-theme .owl-dots .owl-dot {
	outline: none;
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 7px;
	border-radius: 50%;
	background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #EE3158;
}

.cd-headline,
p.cd-headline {
	font-size: 3rem;
	font-weight: 700;
	font-family: "titles-font", "primary-font", "segoe ui", "tahoma";
	display: block;
	line-height: 1.85;
}

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: right;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	right: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

/* xclip */
.cd-headline.clip span {
	display: inline-block;
	vertical-align: middle;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: middle;
}

.cd-headline.clip .cd-words-wrapper::after {
	/* line */
	content: '';
	position: absolute;
	top: 10%;
	left: 0;
	width: 2px;
	height: 70%;
	background-color: #aebcb9;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
	padding: 12px 30px;
	background: #EE3158;
	border: 1px solid #EE3158;
	color: #fff;
	position: relative;
	-webkit-transition: all .4s, color .4s;
	transition: all .4s, color .4s;
	border-radius: 30px;
	cursor: pointer;
	outline: none !important;
	overflow: hidden;
	vertical-align: top;
	z-index: 1;
}

.butn:hover {
	-webkit-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s;
	color: #EE3158;
}

.butn span {
	position: relative;
	z-index: 2;
}

.butn:before,
.butn:after {
	content: '';
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: width 0.4s;
	transition: width 0.4s;
	z-index: 1;
	opacity: .4;
}

.butn:after {
	opacity: 1;
}

.butn.hover-background-theme-color:before,
.butn.hover-background-theme-color:after {
	background: #EE3158;
}

.butn:hover:before,
.butn:hover:after {
	width: 100%;
}

.butn:hover:after {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.butn i,
.butn i:before,
.butn svg {
	position: relative;
	vertical-align: middle;
	z-index: 2;
}

.butn i {
    -webkit-transition: inherit;
    transition: inherit;
}

.butn svg {
    width: 1em;
    height: auto;
}

.butn i:first-child,
.butn svg:first-child {
	margin-left: 5px;
}

.butn i:last-child,
.butn svg:last-child {
	margin-right: 5px;
}

.butn:hover i.hover-theme-color {
	color: #EE3158 !important;
}

.butn i.inherit-color {
	-webkit-transition: none;
    transition: none;
}

.butn:hover i.hover-inherit-color {
	color: inherit !important;
	-webkit-transition: none;
    transition: none;
}

.butn:hover i {
    -webkit-transition: inherit;
    transition: inherit;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 9;
	min-height: 66px;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-not-overlay {
	position: relative;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}

.navbar-toggler {
	outline: none !important;
	padding: 0.65rem 0.75rem;
}

.navbar-toggler .icon-bar,
.navbar-toggler .icon-bar i,
.navbar-toggler .icon-bar i:before {
	vertical-align: middle;
}

.navbar .navbar-toggler .icon-bar {
	color: #fff;
}

.navbar .navbar-nav > .menu-item {
	color: #eee;
}

.navbar-nav > .menu-item > a {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: inherit;
	margin: 15px 5px;
	padding: 0.5rem;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.navbar-nav > .menu-item:hover > a,
.navbar-nav > .menu-item.current-menu-item > a,
.navbar-nav > .menu-item > a.active {
	color: #EE3158;
}

.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
	position: fixed;
	top: -100px;
	right: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.nav-scroll .navbar-toggler .icon-bar {
	color: #222;
}

.nav-scroll .navbar-nav > .menu-item > a {
	color: #222;
}

.nav-scroll .navbar-nav > .menu-item:hover > a,
.nav-scroll .navbar-nav > .menu-item.current-menu-item > a,
.nav-scroll .navbar-nav > .menu-item > a.active {
	color: #EE3158;
}

.navbar-nav .menu-item-has-children {
	position: relative;
}

.navbar-nav .menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 2;
}

.navbar-nav > .menu-item-has-children > a:after {
	padding-right: 9px;
	font-size: 85%;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

.navbar-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    margin: 0;
    font-size: 1rem;
    text-align: right;
    list-style: none;
    background-clip: padding-box;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	width: 200px;
	padding: 15px 10px;
	border-radius: 0;
	border: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.navbar-nav .sub-menu .menu-item {
	display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
	padding: 10px 15px;
	font-size: 13px;
	color: #777;
	position: relative;
	-webkit-transition: all .4s, visibility 0s;
	transition: all .4s, visibility 0s;
}

.navbar-nav .sub-menu .menu-item:hover {
	padding-right: 20px;
}

.navbar-nav .sub-menu .menu-item a {
	color: #777;
	display: block;
	-webkit-transition: all .4s, visibility 0s;
	transition: all .4s, visibility 0s;
}

.navbar-nav .sub-menu .menu-item:hover > a,
.navbar-nav .sub-menu .menu-item.current-menu-item > a,
.navbar-nav .sub-menu .menu-item a.active {
	color: #EE3158;
}

.navbar-nav .sub-menu .menu-item-has-children > a:after {
	padding: 2px 5px 0 0;
	font-size: 85%;
	float: left;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f104";
}

.navbar-nav .sub-menu .sub-menu {
	right: 100%;
	top: -5px;
	margin-top: 0;
}

.navbar-nav > .menu-item-has-children > .sub-menu.submenu-other-side {
	right: auto;
	left: 0;
}

.navbar-nav > .menu-item-has-children > .sub-menu .sub-menu.submenu-other-side {
	right: auto;
	left: 100%;
}

.navbar .logo {
	height: 30px;
	margin: 10px 0;
	vertical-align: middle;
}

.navbar .logo img {
	width: auto;
	height: 100%;
}

.navbar.has-sticky-logo .sticky-logo {
	display: none;
}

.nav-scroll.has-sticky-logo .normal-logo {
	display: none;
}

.nav-scroll.has-sticky-logo .sticky-logo {
	display: inline-block;
}

.header-holder.inactive {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 0 !important;
}

.custom-header {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.custom-header.navbar-not-overlay {
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.custom-header .custom-header-sticky {
	display: none;
}

.custom-header.custom-header-scroll {
	position: fixed;
	top: -100px;
	right: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.custom-header.custom-header-scroll .custom-header-normal {
	display: none;
}

.custom-header.custom-header-scroll .custom-header-normal.sticky-same-as-normal {
	display: block;
}

.custom-header.custom-header-scroll .custom-header-sticky {
	display: block;
}

.navbar-widget {
	position: relative;
	z-index: 9;
}

.navbar-widget .navbar-nav > .menu-item > a {
	margin: 0 5px;
}

@media screen and (max-width: 991.98px) {
	.navbar-widget .navbar-nav > .menu-item > a {
		margin: 6px 0;
	}
}

.navbar-widget.menu-theme-color .navbar-nav > .menu-item,
.navbar-widget.menu-theme-color .navbar-toggler .icon-bar {
	color: #EE3158;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
	min-height: 100vh;
	overflow: hidden;
}

.header .caption .o-hidden {
	display: inline-block;
}

.header .caption h2 {
	font-weight: 300;
	font-size: 30px;
}

.header .caption h4 {
	font-weight: 400;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.header .caption h1 {
	margin: 10px 0 15px;
	font-size: 60px;
	font-weight: 700;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.header .caption p {
	font-size: 15px;
	font-weight: 300;
	color: #eee;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.header .caption p span {
	margin: 0 5px;
	padding-left: 14px;
	position: relative;
}

.header .caption p span:last-child {
	padding: 0;
}

.header .caption p span:last-child:after {
	display: none;
}

.header .caption p span:after {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #EE3158;
	position: absolute;
	top: 10px;
	left: 0;
	opacity: .5;
}

.header .caption .butn {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.header .social {
	margin-top: 20px;
}

.header .social a {
	color: #eee;
	font-size: 15px;
	margin: 10px 15px;
}

.header .social a i,
.header .social span {
	vertical-align: middle;
}

.content-slider .owl-theme .owl-dots {
	position: absolute !important;
	bottom: 50px;
	width: 100%;
}

.page-header {
	min-height: 300px;
}

.page-header h1 {
	font-weight: 700;
	font-size: 50px;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 blog ]
-----------------------------------------------------------------*/
.blog-widget {
	overflow: hidden;
	padding: 0 15px;
}

.blog-widget.layout-masonry,
.blog-widget .owl-stage-outer {
	padding-top: 5px;
	padding-bottom: 25px;
}

.blog-widget .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.blog .item {
	-webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-radius: 5px;
}

.blog-widget .item {
	-webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.blog .item .post-img {
	padding: 8px;
	position: relative;
}

.blog .item .post-img .img {
	overflow: hidden;
	-webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.blog .item .post-img .img a {
	display: block;
}

.blog .item .post-img img {
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
}

.blog .item .post-img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.blog .item .post-img:hover .no-zoom img {
	-webkit-transform: none;
	transform: none;
}

.blog .item .post-img .tag {
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	text-align: left;
}

.blog .item .post-img .img + .tag {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.blog .item .post-img .tag a {
	background-color: #EE3158;
	padding: 5px 10px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	margin-top: 3px;
}

.blog .item .post-img .tag .icon i {
	vertical-align: middle;
}

.blog .item .cont {
	padding: 20px 15px;
}

.blog .item .cont p {
	font-size: 14px;
    font-weight: 400;
    color: #7f7f7f;
    line-height: 2;
}

.blog .item .cont ul,
.blog .item .cont ol {
	margin: 0;
}

.blog .item .cont li {
	list-style-position: inside;
	font-size: 14px;
    font-weight: 400;
    color: #7f7f7f;
    line-height: 2;
}

.blog .item .cont ul li {
	list-style-type: disc;
}

.blog .item .cont ol li {
	list-style-type: auto;
}

.blog .item .cont .excerpt {
    color: #7f7f7f;
}

.blog .item .cont .excerpt p {
    color: inherit;
}

.blog .item .info {
	margin-top: 25px;
	padding-top: 11px;
	margin-bottom: -9px;
	border-top: 1px solid #eee;
	display: flex;
    justify-content: space-between;
    align-items: center;
	line-height: 28px;
}

.blog-widget .item .info {
	color: #999;
}

.blog .item .info .post-meta {
	color: #999;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
}

.blog-widget .item .info .post-meta {
	color: inherit;
}

.blog .item .info .post-meta-right .post-meta {
	margin-left: 10px;
}

.blog .item .info .post-meta .author {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 0 0 2px;
	position: relative;
	vertical-align: middle;
}

.blog .item .info .post-meta .author img {
	vertical-align: top;
}

.blog .item .info .post-meta .icon {
	font-size: 12px;
	margin-left: 2px;
	vertical-align: middle;
}

.blog-widget .item .info .post-meta .icon {
	font-size: inherit;
}

.blog .item .info .post-meta .icon i {
	vertical-align: middle;
}

.blog .item .content-title {
	font-size: 18px;
	font-family: inherit;
	margin-bottom: 15px;
}

.blog-widget .item .content-title + .read-more,
.blog-widget .item .content-title + .info {
	margin-top: 0 !important;
}

.post-info {
	line-height: 2;
	color: #7f7f7f;
	margin-top: 20px;
}

.post-info a {
	color: #000;
}

.posts .item {
	margin-bottom: 30px;
}

.posts .item blockquote {
	margin: 15px;
	padding: 10px 15px;
	border-right: 4px solid #EE3158;
}

.posts .item blockquote cite {
	font-style: normal;
	margin-top: 10px;
	display: inline-block;
}

.posts .title {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.posts .comments,
.posts .add-comment {
	padding: 30px 15px;
	-webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-radius: 5px;
}

.posts .comments .com,
.posts .add-comment .com {
	margin-bottom: 30px;
	position: relative;
}

.posts .comments .com:last-child,
.posts .add-comment .com:last-child {
	margin-bottom: 0;
}

.posts .comments .com .com,
.posts .add-comment .com .com {
	margin-right: 50px;
	margin-top: 30px;
	margin-bottom: 0;
}

.posts .comments .img,
.posts .add-comment .img {
	width: 60px;
	height: 60px;
	float: right;
	border-radius: 50%;
	border: 1px solid #eee;
	overflow: hidden;
}

.posts .comments .img + .cont,
.posts .add-comment .img + .cont {
	margin-right: 75px;
}

.posts .comments .cont h6,
.posts .add-comment .cont h6 {
	font-size: 13px;
	font-family: inherit;
	margin-bottom: 5px;
	padding-left: 55px;
}

.posts .comments .cont span,
.posts .add-comment .cont span {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}

.posts .comments .cont em,
.posts .add-comment .cont em {
    margin-top: 10px;
    font-size: 13px;
    font-style: normal;
    display: block;
    color: #aaa;
}

.posts .comments .cont em i,
.posts .add-comment .cont em i {
    vertical-align: middle;
}

.posts .comments .cont .comment-reply-link,
.posts .add-comment .cont .comment-reply-link {
	position: absolute;
    top: -2px;
    left: 5px;
	font-size: 13px;
}

.posts .comments .cont .comment-reply-link:hover,
.posts .add-comment .cont .comment-reply-link:hover {
	color: #EE3158;
}

.posts .comments .cont .comment-reply-link i,
.posts .add-comment .cont .comment-reply-link i {
	vertical-align: middle;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 15px;
	background-color: #fafafa;
	border: 0;
}

.comment-form textarea {
	min-height: 86px;
	max-width: 100%;
	vertical-align: top;
	line-height: 2;
}

.comment-form .butn {
	margin: 15px 0 0;
	cursor: pointer;
}

.comment_reply_to {
	margin-bottom: 5px;
}

.comment-form p {
	margin-bottom: 15px;
}

.comment_reply_to small a,
.comment-form p small a {
	margin-right: 10px;
	color: #EE3158;
}

.comment-form .comment-form-cookies-consent {
	padding: 0 15px;
	display: flex;
    align-items: baseline;
	margin-bottom: 0;
}

.comment-form .comment-form-cookies-consent input {
	margin-left: 7px;
	position: relative;
	top: 2px;
	width: auto;
}

.comment-navigation {
	overflow: hidden;
	padding-bottom: 0.75rem;
}

.comment-navigation a {
	text-decoration: none;
	color: inherit;
}

.comment-navigation .nav-next {
	float: left;
}

.comment-navigation .nav-previous {
	float: right;
}

.pagination {
	text-align: center;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 15px;
	border-radius: 0;
}

.pagination ul {
	margin: 0 auto;
}

.pagination li {
	float: right;
	margin: 0 5px;
}

.pagination li a,
.pagination li span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #fff;
}

.pagination li i {
	vertical-align: middle;
}

.pagination li .current {
	background-color: #EE3158;
	color: #fff;
	cursor: default;
}

.side-bar:after {
	content: '';
	display: table;
	width: 100%;
}

.blog-widget .item {
	margin-bottom: 0;
}

.blog-widget .items .item-container {
	padding: 15px;
}

.blog-widget .items {
	margin: -15px;
}

.blog-widget .items .owl-theme .owl-dots {
	top: -15px;
}

/* ----------------------------------------------------------------
     [ End blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 section-box ]
-----------------------------------------------------------------*/
.section-box .half-img {
	background-position: 50% 50%;
}

.section-box .half-content {
	padding: 30px;
}

.section-box .box-white {
	padding: 100px 10% 105px;
	background: #fff;
	-webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
}

.section-box .box-white p {
	color: #7f7f7f;
}

.accordion .item {
	margin-top: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion .item:first-child {
	margin-top: 0 !important;
}

.accordion .item:after {
	content: '';
	display: table;
}

.accordion .title {
	padding: 10px 20px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	cursor: pointer;
	position: relative;
	transition: all 250ms;
}

.accordion .title:after {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	margin-top: 0.5px;
}

.accordion .title .title-text {
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	line-height: 1.85;
	display: block;
	margin-left: 25px;
}

.accordion .accordion-info {
	display: none;
	padding: 0px 15px;
	margin-top: 30px;
	border-right: 1px dotted #ccc;
	font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #7f7f7f;
}

.accordion .accordion-info>*:last-child {
	margin-bottom: 0;
}

.accordion .active .title {
	color: #fff !important;
	background: #EE3158 !important;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.accordion .active .title.opened-theme-color {
	color: #EE3158 !important;
}

.accordion .active .title:after {
	content: '\f068';
}

.section-box .quote {
	display: inline-block;
	background: #EE3158;
	padding: 50px 30px;
	border-radius: 5px;
	text-align: center;
	position: relative;
	z-index: 3;
}

.section-box .quote .icon {
	position: absolute;
	top: -17px;
	width: 100%;
	right: 0;
	font-size: 40px;
	color: #fff;
}

.section-box .quote p {
	color: #eee;
	margin-bottom: 10px;
}

.section-box .quote span {
	font-weight: 700;
}

.skill-item .skill-title {
	font-size: 14px;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.85;
	display: block;
}

.skill-item.type-linear .skill-title {
	margin-bottom: 10px;
}

.skill-item.type-linear .skill-progress {
	width: 100%;
	border: 4px solid #f7f7f7;
	background: #f7f7f7;
	border-radius: 100px;
	position: relative;
	-webkit-box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.08) inset;
}

.skill-item.type-linear .skill-progress .progress-height {
	width: 100%;
	height: 12px;
}

.skill-item.type-linear .skill-progress .progres {
	position: absolute;
	height: 100%;
	width: 0;
	right: 0;
	top: 0;
	background: #EE3158;
	border-radius: 100px;
	-webkit-transition: width 1s;
	transition: width 1s;
}

.skill-item.type-linear .skill-progress .progres:before {
	content: attr(data-value);
	padding: 4px 10px 3px;
	border-radius: 100px;
	font-size: 10px;
	color: #fff;
	background: #EE3158;
	position: absolute;
	top: -35px;
	left: 0;
}

.skill-item.type-linear .skill-progress .progres.percent-theme-color:before {
	color: #EE3158;
}

.skill-item.type-linear .skill-progress .progres:after {
	content: "";
	width: 0;
	height: 0;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	border-top: 5px solid #EE3158;
	position: absolute;
	top: -12px;
	left: 17px;
}

.skill-item.type-linear .skill-progress .progres.percent-hide:before,
.skill-item.type-linear .skill-progress .progres.percent-hide:after {
	display: none;
}

.skill-item.type-circular {
	text-align: center;
}

.skill-item.type-circular .circle {
	position: relative;
	color: #EE3158;
}

.skill-item.type-circular .circle canvas {
	vertical-align: top;
}

.skill-item.type-circular .circle span {
	color: #222;
	display: block;
	position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    font-size: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.skill-item.type-circular .skill-title {
	margin-top: 10px;
}

/* ----------------------------------------------------------------
     [ End section-box ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Services ]
-----------------------------------------------------------------*/
.services .item {
	padding: 50px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.services .item .icon {
	font-size: 35px;
	color: #EE3158;
	margin-bottom: 25px;
	-webkit-transition: all .4s;
    transition: all .4s;
}

.services .item h6 {
	margin-bottom: 20px;
	font-weight: 500;
}

.services .item p {
	-webkit-transition: all .4s;
    transition: all .4s;
}

.serv-box {
	position: relative;
	z-index: 3;
}

.serv-box:after {
	content: '';
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background-image: url(../img/dots.png);
	background-repeat: repeat;
	position: absolute;
	right: -200px;
	top: 20%;
	z-index: -1;
	opacity: .7;
}

.serv-box .item {
	text-align: center;
	padding: 50px 20px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.serv-box .item:hover {
	color: #fff;
}

.serv-box .item:hover .icon {
	color: #fff;
}

.serv-box .item:hover p {
	color: #ddd;
}

.serv-box .item:hover:after {
	height: 100%;
}

.serv-box .item:after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #EE3158;
	z-index: -1;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.se-ico-left .item {
	padding: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.se-ico-left .item .icon {
	font-size: 35px;
	color: #EE3158;
	margin-bottom: 0;
	float: right;
	width: 60px;
	height: 60px;
	line-height: 65px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
}

.se-ico-left .item h6 {
	margin-bottom: 15px;
	margin-right: 80px;
	font-weight: 500;
}

.se-ico-left .item p {
	margin-right: 80px;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Numbers ]
-----------------------------------------------------------------*/
.numbers .icon {
	font-size: 45px;
	color: #EE3158;
	margin-bottom: 15px;
}

.numbers .icon::before {
	vertical-align: middle;
}

.numbers h3 {
	font-size: 55px;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 10px;
}

.numbers h6 {
	font-weight: 400;
}

.states .sub-title {
	color: #EE3158;
}

.states h5 {
	font-weight: 500;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

.states h5:after {
	content: '';
	width: 100px;
	height: 1px;
	background: #EE3158;
	position: absolute;
	bottom: 0;
	right: calc(50% - 50px);
}

.states h5 b {
	font-weight: 700;
}

.states .item h3 {
	margin-bottom: 10px;
	font-family: inherit;
}

.states .item h6 {
	font-weight: 400;
	font-size: 16px;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Works ]
-----------------------------------------------------------------*/
.filtering {
	z-index: 1;
	margin-bottom: 30px;
}

.filtering .filter {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #eee;
	border-radius: 30px;
}

.filtering span {
	margin: 2px 5px;
	padding: 8px 20px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 30px;
	cursor: pointer;
}

.filtering .active {
	background: #EE3158;
	-webkit-box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
	color: #fff;
}

.filtering.active-theme-color .active {
	color: #EE3158;
}

.works {
	overflow: hidden;
}

.works .items {
	padding: 0;
}

.works .item-img {
	position: relative;
	overflow: hidden;
}

.works .item-img img {
	width: 100%;
}

.works .item-img-overlay {
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.works .item-img-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
}

.works .item-img-overlay.overlay-theme-background:before {
	background: #EE3158;
	opacity: 0.8;
}

.works .overlay-hover .item-img-overlay {
	opacity: 0;
	visibility: hidden;
}

.works .overlay-hover .item-img:hover .item-img-overlay {
	opacity: 1;
	visibility: visible;
}

.works .item-img-overlay .overlay-info {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 30px;
}

.works .item-img-overlay .icon {
	position: absolute;
	left: 0;
	bottom: 30px;
	margin-left: 30px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	border: 1px solid #eee;
	text-align: center;
	font-size: 20px;
	color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.works .item-img-overlay a + a .icon {
	left: 50px;
}

.works .item-img-overlay .icon i {
	line-height: 0;
}

.works .item-img-overlay .icon i:before {
	vertical-align: middle;
}

.works .item-img-overlay .portfolio-categories {
	color: #EE3158;
	font-weight: 400;
}

.works .item-img-overlay .portfolio-title {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	font-family: inherit;
	line-height: 1.85;
	display: block;
}

.works .item-img-overlay .portfolio-categories + .portfolio-title {
	margin-top: 10px;
}

.works .overlay-cover-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Team ]
-----------------------------------------------------------------*/
.team {
	overflow: hidden;
}

.team .item {
	padding: 15px;
	background: transparent;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.team .item .item-inner {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.team .item .team-img {
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}

.team .item .team-img img {
	width: 100%;
}

.team .item .team-img:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.team .item.overlay-hover .team-img:after {
	opacity: 0;
	visibility: hidden;
}

.team .item.overlay-hover:hover .team-img:after {
	opacity: 1;
	visibility: visible;
}

.team .item.no-overlay .team-img:after {
	display: none;
}

.team .item.overlay-theme-background .team-img:after {
	background: #EE3158;
	opacity: 0.5;
}

.team .item .info {
	width: 100%;
	position: absolute;
	bottom: 50px;
	right: 0;
	padding: 0 15px;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	line-height: inherit;
}

.team .item.overlay-hover .info {
	bottom: -500px;
}

.team .item.overlay-hover:hover .info {
	bottom: 50px;
}

.team .item .info .name {
	font-size: 16px;
	font-family: inherit;
	color: #fff;
	line-height: 1.85;
	font-weight: 700;
	display: block;
}

.team .item .info .job-position {
	font-size: 13px;
	color: #EE3158;
	margin-top: 10px;
}

.team .item .info .introduction {
	color: #a9a9a9;
	line-height: 1.85;
	margin-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

.team .item .info .social {
	margin-top: 20px;
}

.team .item .info > :first-child {
	margin-top: 0;
}

.team .item .info .social .icon {
	margin: 0 10px;
	font-size: 15px;
	color: #eee;
	cursor: pointer;
	-webkit-transition: all .2s, margin 0s;
	transition: all .2s, margin 0s;
}

.team .item .info .icon i,
.team .item .info .icon i:before {
	vertical-align: middle;
}

.team .members {
	margin: -15px;
}

.team .members .owl-theme .owl-dots {
	top: -15px;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/
.price .item {
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.price .item .type {
	position: relative;
	margin-bottom: 15px;
}

.price .item .type h4 {
	font-size: 18px;
	font-weight: 500;
	color: #555;
}

.price .item .value {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.price .item .value h3 {
	font-size: 55px;
	font-weight: 600;
	font-family: inherit;
	display: inline-block;
	position: relative;
	padding-right: 35px;
}

.price .item .value h3 span {
	font-size: 15px;
	position: absolute;
	top: 10px;
	right: 0;
}

.price .item .value .per {
	font-size: 13px;
}

.price .item .features {
	text-align: right;
	overflow: hidden;
	padding: 15px;
}

.price .item .features ul {
	margin-bottom: 0;
}

.price .item .features li {
	margin-bottom: 15px;
	color: #777;
	font-size: 13px;
}

.price .item .features li:last-child {
	margin-bottom: 0;
}

.price .item .order {
	margin-top: 30px;
}

.price .item .order .butn {
	margin: 0;
	padding: 10px 30px;
}

.price .item .order .butn span {
	font-size: 13px;
	font-weight: 500;
}

.price .item.active {
	-webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials-layout-1 .item {
	background-color: #f7f7f7;
	padding: 30px 30px 35px;
	position: relative;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.testimonials-layout-1 .item:before {
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid #fcfcfc;
}

.testimonials-layout-1 .item .icon {
	position: absolute;
	bottom: 20px;
	left: 24px;
	font-size: 60px;
	color: #f1f1f1;
	line-height: 1;
}

.testimonials-layout-1 .item .icon i {
	vertical-align: middle;
}

.testimonials-layout-1 .item .testimonial-text {
	padding-bottom: 25px;
    margin: 0 0 30px;
	position: relative;
	border-bottom: 1px solid #eee;
	font-size: 14px;
    font-weight: 400;
    color: #7f7f7f;
    line-height: 2;
}

.testimonials-layout-1 .item .testimonial-text:after {
	content: '';
	width: 20px;
	height: 20px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #f7f7f7;
	position: absolute;
	bottom: -10px;
	right: 50px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.testimonials-layout-1 .item.theme-background .testimonial-text:after {
	background-color: #EE3158;
}

.testimonials-layout-1 .item .info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: inherit;
}

.testimonials-layout-1 .item .testimonial-image {
	margin-left: 20px;
	flex-shrink: 0;
}

.testimonials-layout-1 .item .testimonial-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border: 2px solid #f6f6f6;
	display: inline-block;
	vertical-align: top;
}

.testimonials-layout-1 .item .testimonial-name {
	font-size: 14px;
	font-family: inherit;
}

.testimonials-layout-1 .item .testimonial-description {
    margin-bottom: 3px;
    font-size: 12px;
    color: #999;
    display: block;
    line-height: 1.85;
}

.testimonials-layout-1 .item .testimonial-name + .testimonial-description {
	margin-top: 3px;
}

.testimonials-layout-2 .item {
	text-align: center;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border-radius: 0;
}

.testimonials-layout-2 .item .icon {
	margin-bottom: 30px;
	color: #f1f1f1;
	line-height: 1;
	font-size: 60px;
}

.testimonials-layout-2 .item .icon i {
	vertical-align: middle;
}

.testimonials-layout-2 .item .testimonial-text {
    color: #7f7f7f;
	font-size: 16px;
	font-weight: 300;
	line-height: 2;
	padding-bottom: 40px;
	margin-bottom: 10px;
	position: relative;
}

.testimonials-layout-2 .item .testimonial-text:after {
	content: '';
	width: 1px;
	height: 30px;
	background-color: currentColor;
	position: absolute;
	right: 50%;
	bottom: 0;
	opacity: .5;
}

.testimonials-layout-2 .item .testimonial-name {
	font-size: 15px;
	font-weight: 700;
	font-family: inherit;
}

.testimonials-layout-2 .item .testimonial-description {
	display: block;
    color: #999;
	font-size: 12px;
	font-weight: 400;
    line-height: 1.85;
}

.testimonials-layout-2 .item .testimonial-name + .testimonial-description {
	margin-top: 3px;
}

.testimonials-layout-2 .item .testimonial-image {
	margin-top: 20px;
}

.testimonials-layout-2 .item .testimonial-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border: 2px solid #f6f6f6;
	display: inline-block;
	vertical-align: top;
}

.clients .item {
	opacity: .8;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.clients .item:hover {
	opacity: 1;
}

.clients .item .client-name {
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	padding: 0 2px;
	text-align: center;
	margin-top: 15px;
	line-height: 1.85;
	display: block;
}

.clients .item a {
	display: block;
}

.clients .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start widgets ]
-----------------------------------------------------------------*/
.widget {
	padding: 30px 15px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	overflow: hidden;
	color: #444;
}

.widget .widget-title {
	margin-bottom: 30px;
	color: #222;
}

.widget .widget-title h6 {
	font-size: 13px;
	background-color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.widget ul {
	margin-bottom: 0;
}

.widget ul li {
	margin-bottom: 10px;
	color: #444;
	font-size: 13px;
	line-height: 1.85;
}

.widget ul.children li {
	margin-bottom: 0;
	margin-top: 10px;
	padding-right: 20px;
}

.widget ul li:last-child {
	margin-bottom: 0;
}

.widget ul li i {
	font-size: 10px;
	margin-left: 10px;
}

.widget select {
	width: 100%;
	border: none;
    border-bottom: 1px solid #eee;
    height: 36px;
}

.widget select option {
    height: 36px;
}

.widget table {
	width: 100%;
	line-height: 2;
	text-align: center;
}

.widget table td,
.widget table th {
	padding: 3px 0;
}

.widget table a {
	color: #EE3158;
}

.widget .recent li {
	display: flex;
	margin-bottom: 14px;
}

.widget .recent .thum {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.widget .recent .thum img {
	width: 100%;
}

.widget .recent .cont {
	margin-right: 15px;
	align-self: center;
}

.widget .recent a {
	display: block;
	line-height: 2;
}

.widget .recent p {
	font-size: 12px;
}

.widget .socials .icon {
	margin-right: 15px;
	font-size: 16px;
}

.widget .socials .icon:first-child {
	margin-right: 0;
}

.widget .socials .icon i {
	vertical-align: middle;
}

.widget .socials .icon:hover {
	color: #EE3158;
}

.widget form.search {
	position: relative;
}

.widget form.search input {
	width: 100%;
	padding: 10px;
	border: 0;
	border-bottom: 1px solid #eee;
}

.widget form.search button {
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	color: #999;
	border: 0;
	padding: 10px;
	cursor: pointer;
}

.widget .gallery .gallery-item {
	margin: 0 !important;
}

.widget .gallery img {
	border: 5px solid transparent !important;
	width: 100%;
}

.widget .tagcloud a {
	font-size: 13px !important;
	margin: 2px !important;
	background-color: #EE3158;
	color: #fff !important;
	border-radius: 4px;
	float: right;
	padding: 2px 10px;
	line-height: 1.85;
}

.widget .tagcloud a:hover {
	background-color: #222;
}

/* ----------------------------------------------------------------
     [ End widgets ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Subscribe ]
-----------------------------------------------------------------*/
.subscribe {
	position: relative;
}

.subscribe .wpcf7-form-control-wrap {
	width: 100%;
}

.subscribe input {
	padding: 11.5px 20px 11.5px 190px;
	width: 100%;
	margin: auto;
	border: 0;
	background: #fff;
	border-radius: 30px;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	line-height: 1.6667;
}

.subscribe .butn {
	width: 140px;
    position: absolute;
    top: 3px;
    left: 3px;
	padding: 10px 0;
}

.subscribe .wpcf7-spinner {
	position: absolute;
    left: 130px;
    top: 11px;
}

.subscribe br {
	display: none;
}

.subscribe-transparent .butn {
	top: 4px;
    left: 4px;
}

.subscribe-transparent input {
	background: transparent;
	border: 1px solid #eee;
	color: #eee;
}

.subscribe-transparent .wpcf7-spinner {
    top: 12px;
	background: rgba(255, 255, 255, 0.2);
}

.wpcf7 {
	direction: rtl;
}

.wpcf7-not-valid-tip {
	line-height: 1.85;
	margin-top: 5px;
	margin-bottom: -5px;
    font-size: 12px;
}

.wpcf7-response-output {
	line-height: 1.85;
	margin: 30px 0 0 0 !important;
	border-radius: 5px;
	padding: 0.4em 1em !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	color: #e8a801;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #399341;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
	color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
	color: #f56e28;
}

/* ----------------------------------------------------------------
     [ End Subscribe ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Contact-Info ]
-----------------------------------------------------------------*/
.page-contact-info {
	position: relative;
}

.page-contact-info .item {
	padding-top: 100px;
	padding-bottom: 100px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.page-contact-info .item:last-child {
	border-left: 0;
}

.page-contact-info .item .icon {
	font-size: 30px;
	color: #EE3158;
	margin-bottom: 15px;
}

.page-contact-info .item h6 {
	font-size: 14px;
	margin-bottom: 10px;
}

.bmtit {
	position: absolute;
	bottom: -7px;
	right: 0;
	width: 100%;
	text-align: center;
}

.bmtit span {
	padding: 0 30px;
	background-color: #fff;
	font-size: 12px;
	color: #999;
}

/* ----------------------------------------------------------------
     [ End Contact-Info ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Contact ]
-----------------------------------------------------------------*/
.page-contact {
	position: relative;
	border-bottom: 1px solid #eee;
}

.form input,
.form textarea {
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	width: 100%;
	padding: 15px 20px;
	border-radius: 30px;
}

.form input:focus,
.form textarea:focus {
	border-color: #ddd;
}

.form textarea {
	max-width: 100%;
	vertical-align: top;
	line-height: 2;
	min-height: 116px;
}

.form button {
	margin-top: 14px;
}

.form .form-group,
#comment-form .form-group {
	position: relative;
}

.form .help-block li,
#comment-form .help-block li {
	color: #dc3232;
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	top: 18px;
	left: 15px;
}

.form br {
	display: none;
}

.form .wpcf7-form-control-wrap{
	width: 100%;
}

.form .wpcf7-spinner {
	position: absolute;
    right: 0;
    left: 0;
    bottom: -40px;
    margin: auto;
}

.alert .close {
	margin-top: -2px;
	outline: none;
}

#comment-form .help-block li {
	top: 17px;
}

.page-social {
	text-align: center;
}

.page-social a {
	padding: 12px 60px;
	border-radius: 30px;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	margin: 5px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.page-social a i {
	vertical-align: middle;
	font-size: 15px;
}

.page-social a i:before {
	vertical-align: middle;
}

.page-social a:hover {
	background-color: transparent;
	color: #555;
}

.page-map {
	background-color: #f7f7f7;
}

.page-map #ieatmaps {
	height: 400px;
}

.page-map iframe {
	width: 100%;
	vertical-align: top;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 17 Start Footer ]
-----------------------------------------------------------------*/
.footer {
	background-color: #171717;
	color: #eee;
}

.footer .sub-footer {
	padding: 20px 0;
	background-color: #131313;
}

.footer .widgets-container {
	padding: 25px 0;
}

.footer .widget-area {
	padding: 15px 0;
}

.footer .widget {
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #eee;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer .widget .widget-title {
	color: #eee;
}

.footer .widget .widget-title h6 {
	background-color: transparent;
	border-bottom-color: #333;
}

.footer .widget ul li {
	color: #eee;
}

.footer .widget select {
    border-bottom-color: #333;
}

.footer .widget form.search input {
	border-bottom-color: #333;
	background-color: transparent;
}

.footer .widget .tagcloud a {
	background-color: rgba(255, 255, 255, 0.04);
}

.footer .widget .tagcloud a:hover {
	background-color: #EE3158;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/

.elementor-icon {
	vertical-align: middle;
}

.elementor-section.muli-parallax,
.elementor-column.muli-parallax .elementor-widget-wrap,
.elementor-widget.muli-parallax .elementor-widget-container {
	transition: none !important;
}

[data-stellar-background-ratio]{
	background-attachment: fixed !important;
}

.hover3d {
	display: inline-block;
	vertical-align: top;
}

.hover3d img {
	vertical-align: top;
}

body .elementor-lightbox .swiper-container .elementor-swiper-button-next,
body .elementor-lightbox .swiper .elementor-swiper-button-next {
    right: auto;
    left: 0;
}

body .elementor-lightbox .swiper-container .elementor-swiper-button-next i:before,
body .elementor-lightbox .swiper .elementor-swiper-button-next i:before {
    content: '\e87e';
}

body .elementor-lightbox .swiper-container .elementor-swiper-button-prev,
body .elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: auto;
    right: 0;
}

body .elementor-lightbox .swiper-container .elementor-swiper-button-prev i:before,
body .elementor-lightbox .swiper .elementor-swiper-button-prev i:before {
    content: '\e87d';
}

.video-button {
	line-height: 1;
	font-size: 70px;
	position: relative;
	width: 70px;
	height: 70px;
	display: inline-block;
}

.video-button .icon {
	color: #EE3158;
}

.video-button .icon,
.video-button .icon i {
	vertical-align: middle;
}

.video-button.style-1 {
	z-index: 1;
    display: inline-flex;
    align-items: center;
}

.video-button.style-1 .icon {
	display: flex;
    align-items: center;
}

.video-button.style-1:after {
	content: '';
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.video-button.style-1:hover:after {
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.video-button.style-1:before {
	content: '';
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	z-index: -1;
}

.no-animated {
	-webkit-animation: none !important;
	animation: none !important;
}

.error-page {
	padding: 150px 0 200px;
	background-image: url('../images/404.png');
}

.error-page h2 {
	font-size: 150px;
	font-family: inherit;
	margin-bottom: 15px;
}

.error-page p {
	font-size: 17px;
	margin-bottom: 30px;
}

.elementor-icon,
.elementor-icon:hover,
.elementor-view-framed .elementor-icon {
	color: #EE3158;
}

.elementor-view-framed .elementor-icon {
	border-color: #EE3158;
}

.elementor-view-stacked .elementor-icon {
	background-color: #EE3158;
}

.elementor-element.elementor-view-stacked .elementor-icon {
	color: #fff;
}

.elementor-widget-icon-box .elementor-icon-box-description {
	font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #7f7f7f;
}

.elementor-widget-button .elementor-button-icon i,
.elementor-widget-button .elementor-button-icon i:before {
	vertical-align: middle;
}

/* ----------------------------------------------------------------
   [ 18 Responsive ]
-----------------------------------------------------------------*/

@media screen and (max-width: 991.98px) {
	.mb-md70 {
		margin-bottom: 70px;
	}

	.mb-md50 {
		margin-bottom: 50px;
	}

	.mb-md30 {
		margin-bottom: 30px;
	}

	.mb-md15 {
		margin-bottom: 15px;
	}

	.mb-md0 {
		margin-bottom: 0;
	}

	.md-text-center {
		text-align: center !important;
	}

	.bgimg-height {
		height: 400px;
	}

	.bg-fixed {
		background-attachment: scroll !important;
	}

	.navbar .container {
		max-width: 100%;
	}

	.navbar .logo {
		margin-right: 12px;
	}

	.navbar-collapse {
		max-height: -webkit-calc(100vh - 100%);
		max-height: -moz-calc(100vh - 100%);
		max-height: calc(100vh - 100%);
		overflow: auto;
		background: #111;
		text-align: right;
		padding: 0 30px;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		margin: auto;
	}

	.navbar-collapse.collapsing {
		overflow: hidden;
	}

	.navbar-widget .navbar-collapse {
		right: auto;
	}

	.navbar-nav {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.navbar-nav > .menu-item > a {
		margin: 6px 0;
		padding-right: 0;
		padding-left: 0;
		color: #eee;
	}
	
	.navbar-nav .sub-menu .menu-item a,
	.nav-scroll .navbar-nav > .menu-item > a {
		color: #eee;
	}

	.navbar-nav .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background-color: #222;
		width: 100%;
		display: none;
		-webkit-transition: none;
		transition: none;
	}

	.navbar-nav .sub-menu .sub-menu {
		margin-top: 15px;
		background-color: #333;
	}

	.navbar-nav .sub-menu .menu-item:hover {
		padding-right: 15px;
	}

	.header {
		background-attachment: scroll !important;
		background-position: 50% 0% !important;
	}

	.header .caption h4 {
		font-size: 30px;
	}

	.header .caption h1 {
		font-size: 45px;
		margin-top: 11px;
	}

	.price .item {
		text-align: center;
	}

	.price .item .features {
		text-align: center;
	}

	.page-header h1 {
		font-size: 40px;
	}

	.pagination {
		padding-bottom: 20px;
	}

	.posts .blog-container:last-child {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767.98px) {
	.mb-sm70 {
		margin-bottom: 70px;
	}

	.mb-sm50 {
		margin-bottom: 50px;
	}

	.mb-sm30 {
		margin-bottom: 30px;
	}

	.section-box h3 {
		font-size: 25px;
		line-height: 1.3;
	}

	.bgimg-height-sm {
		height: 400px;
	}

	.header .caption h4 {
		font-size: 16px;
	}

	.header .caption h1 {
		font-size: 22px;
		margin-top: 12px;
	}

	.header .caption p {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.header .caption .butn {
		margin-top: 15px !important;
	}

	.page-contact-info .item {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.section-padding.blogs {
		padding-bottom: 50px;
	}
	
	.section-box .box-white {
		padding-top: 70px;
		padding-bottom: 75px;
	}

	.page-header h1 {
		font-size: 28px;
	}

	.states h5 {
		font-size: 18px;
	}

	.posts .comments .com .com,
	.posts .add-comment .com .com {
		margin-right: 25px;
	}

	.posts .comments .img,
	.posts .add-comment .img {
		margin-bottom: 10px;
		width: 50px;
		height: 50px;
	}

	.posts .comments .img + .cont,
	.posts .add-comment .img + .cont {
		margin-right: 0;
		clear: both;
	}
}

@media screen and (max-width: 479.98px) {
	.section-head .title-text {
		font-size: 22px;
	}

	.accordion .title h6 {
		line-height: 1.5;
		font-size: 14px;
	}

	.section-box .half-content {
		padding: 15px;
	}

	.filtering {
		padding: 0;
	}

	.filtering .filter {
		border: 0;
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}

	.filtering span {
		margin-left: 0;
		margin-right: 0;
		padding-top: 12px;
		padding-bottom: 12px;
		display: block;
	}

	.error-page h2 {
		font-size: 110px;
	}
	
	.error-page p {
		font-size: 15px;
	}
	
	.half-content h5 {
		font-size: 18px;
	}

	.comment-navigation {
		font-size: 0.75rem;
		padding-bottom: 0.5rem;
	}
	
	.subscribe input {
		padding-left: 150px;
		font-size: 13px;
	}

	.subscribe .butn {
		width: 100px;
		font-size: 13px;
	}

	.subscribe .wpcf7-spinner {
		left: 90px;
	}
}

@media screen and (min-width: 767.02px) and (max-width: 767.98px) {
	.elementor-column {
		width: 100%;
	}
}

.elementor-lightbox .elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content;
}
