/**
* @template: New

TABLE OF CONTENTS

* Global
+ Navbar
+ Header
+ about
+ Skiils
+ Resume
+ Counter
+ services
+ portfolio
+ Client
+ Blog
+ Contact
+ Footer
+ demo-1
+ demo-2
*/
/*********************
GENERAL
*********************/

.ltr_text {
	display: inline-block;
	direction: ltr;
}

body {
	position: relative;
	font-family: 'primary-font', 'segoe ui', tahoma;
	overflow-x: hidden !important;
	direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
	line-height: 1.7;
}

* {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none !important;
	list-style: none !important;
	outline: none !important;
}

/** THEME COLOR **/
/** Links **/
a{
	color: #9c27b0;
}
/** Title **/
.title {
	position: relative;
	margin: auto;
	padding: 0;
	display: block !important;
	z-index: 1;
}
.title h4 {
	position: relative;
	display: inline-block !important;
	padding-bottom: 5px;
	color: #484848;
	font-size: 2.2rem;
	font-weight: 800;
	text-shadow: -2px 4px 3px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #f5f5f5;
}
.title h4 span {
	color: #9c27b0;
}
.title h4::before {
	content: '';
	width: 60px;
	height: 1px;
	background-color: #9c27b0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.title2 h4 {
	color: #fff;
}
.title2 h4::before {
	background-color: #fff;
}

.button-hot {
	background-color: #9c27b0 !important;
}

/*********************
Navbar
*********************/
.navbar {
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.navbar .navbar-brand {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.navbar .navbar-brand img {
	width: 100px;
}
.navbar .navbar-brand .logo-1 {
	display: none;
}
.navbar .navbar-nav > li > a {
	margin: 0 !important;
	color: #e6e6e6 !important;
	padding: 0 !important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.navbar .navbar-nav > li > a:hover {
	color: #9c27b0 !important;
}
.navbar .navbar-nav > li {
	font-size: 15px;
	margin: 0 15px;
	background: none;
	cursor: pointer;
	position: relative;
}
.navbar .navbar-nav > li .active {
	color: #9c27b0 !important;
	background: none;
}

.navbar-toggler {
	cursor: pointer;
	border: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

.nav-scroll {
	background: white;
	min-height: 60px;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.nav-scroll .navbar-nav > li > a {
	color: #111 !important;
}
.nav-scroll .logo-1 {
	display: block !important;
}
.nav-scroll .logo-2 {
	display: none !important;
}

/*********************
Header
*********************/
.header {
	position: relative;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
}
.header::before {
	background: rgba(0, 0, 0, 0.6);
}
.header .info h1 {
	display: block;
	color: #fff;
	font-size: 4rem;
	font-weight: 900;
	text-shadow: -2px 4px 3px rgba(0, 0, 0, 0.1);
}
.header .info h1 span {
	text-align: center;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	font-family: "primary-font", "segoe ui", "tahoma";
	margin-bottom: 10px;
	color: #bdbdbd;
}
.header .info ul {
	display: inline-block;
	padding: 0 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	min-height: 33px;
}
.header .info ul li {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	color: #bdbdbd;
}
.social_icon i {
	width: 40px;
	height: 40px;
	margin: 5px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.social_icon i:hover {
	background-color: #9c27b0;
	color: #fff;
}

/*********************
About
*********************/
.about {
	position: relative;
	overflow-x: hidden !important;
	background-color: #fff;
}
.about .hero {
	padding-right: 50px;
}
.about .hero .info {
	border-bottom: 1px solid #f5f5f5;
}
.about .hero .info h4 {
	font-size: 2rem;
}
.about .hero .info h6 {
	font-size: 1.2rem;
	color: #282830;
	line-height: 1.85;
	font-family: inherit;
}
.about .hero .data ul {
	padding: 0;
}
.about .hero .data ul li {
	color: #282830;
	font-size: .9rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.about .hero .data ul li span {
	color: #676767;
	padding: 0 .5rem;
}
.about .photo {
	padding: 0;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.about .photo img {
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 10px solid #f4f5f8;
	width: 100%;
}

/*********************
Skills
*********************/
.skills {
	position: relative;
	background-color: #f4f5f8;
	overflow: hidden;
}
.skills .title h4 {
	border-color: #fff;
}
.skills .skills-prog {
	display: block;
}
.skills .skills-prog h4 {
	font-size: .8rem;
	font-weight: 600;
	font-family: inherit;
	margin-bottom: 10px;
}
.skills .barfiller {
	width: 100%;
	height: 5px;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	background-color: #fff;
	position: relative;
	margin-bottom: 30px;
}
.skills .barfiller .fill {
	display: block;
	position: relative;
	width: 0px;
	height: 100%;
	background: #333;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}
.skills .barfiller .tip {
	background-color: #fff;
	color: #9c27b0;
	margin-top: -13px;
	padding: 0 4px;
	font-size: 12px;
	font-weight: 700;
	right: 5px;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	position: absolute;
	z-index: 2;
}

/*********************
Resume
*********************/
.resume .resume-content {
	padding: 50px 20px;
}
.resume .resume-content ul {
	padding: 0;
}
.resume .resume-content ul .icon {
	background-color: #2e353e;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	text-align: center;
}
.resume .resume-content ul .icon i {
	font-size: 1rem;
	color: #fff;
	vertical-align: middle;
}
.resume .resume-content ul li {
	position: relative;
	padding: 30px 30px 10px;
	margin-bottom: -10px;
}
.resume .resume-content ul li::after {
	position: absolute;
	content: "";
	top: 40px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #d6b161;
	background-color: #2e353e;
}
.resume .resume-content ul li span {
	font-size: .8rem;
	font-weight: 500;
}
.resume .resume-content ul li h5 {
	color: #9c27b0;
	font-size: .9rem;
	font-weight: 600;
	font-family: inherit;
	margin-top: 10px;
    margin-bottom: 4px;
    line-height: 1.85;
}
.resume .resume-content ul li h6 {
	color: #4b4b4b;
	font-size: .8rem;
	font-weight: 600;
	font-family: inherit;
	line-height: 1.85;
}
.resume .resume-content .right {
	border-right: 1px solid #f4f4f4;
}
.resume .resume-content .right .icon {
	right: 15px;
}
.resume .resume-content .right li::after {
	right: -6px;
}
.resume .resume-content .left {
	border-left: 1px solid #f4f4f4;
}
.resume .resume-content .left .icon {
	left: 15px;
}
.resume .resume-content .left li {
	position: relative;
}
.resume .resume-content .left li::after {
	left: -6px !important;
}

/*********************
counter
*********************/
.counter {
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}
.counter .block-counter {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.counter .block-counter .icon {
	margin-bottom: 25px;
}
.counter .block-counter .icon span {
	font-size: 2rem;
	color: #9c27b0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.counter .block-counter h4 {
	font-size: 1.5rem;
	font-weight: 800;
	font-family: inherit;
	color: #fff;
	margin-bottom: 15px;
}
.counter .block-counter h5 {
	color: #9e9e9e;
	font-size: .9rem;
	font-weight: 600;
	font-family: inherit;
}
.counter .block-counter:hover span {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*********************
Services
*********************/
.services {
	position: relative;
	background: #f4f5f8;
	overflow: hidden !important;
}
.services .title h4 {
	border-color: #fff;
}
.services .services-item {
	padding: 2rem 1.5rem;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
}
.services .services-item .icon span {
	text-align: center;
	background-color: #fff;
	padding: 1.2rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 2rem;
	color: #9c27b0;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
	min-width: 70px;
}
.services .services-item h4 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.85;
}
.services .services-item p {
	font-size: .9rem;
}
.services .services-item:hover span {
	background-color: #9c27b0;
	color: #fff !important;
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.12);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.12);
}
.services .services-item:nth-child(odd) {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

/*********************
Portfolio
*********************/
.portfolio {
	overflow: hidden !important;
}
.portfolio .filtering {
	margin: 0 auto;
}
.portfolio .filtering button {
	position: relative;
	margin: 0px 10px;
	padding: 5px 5px;
	font-size: 14px;
	color: #777;
	cursor: pointer;
	-webkit-transition: border-color 0.5s, color 0.5s;
	-o-transition: border-color 0.5s, color 0.5s;
	-moz-transition: border-color 0.5s, color 0.5s;
	transition: border-color 0.5s, color 0.5s;
}
.portfolio .filtering button::after {
	content: '';
	position: absolute;
	right: 45%;
	top: 35px;
	width: 3px;
	height: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #9c27b0;
	display: none;
}
.portfolio .filtering button:hover {
	color: #9c27b0;
}
.portfolio .filtering button:hover:after {
	display: block;
}
.portfolio .filtering .active {
	color: #9c27b0;
	border-top: 1px solid #f7f7f7;
}
.portfolio .filtering .active::after {
	display: block;
}
.portfolio .gallery {
	margin: 0;
	padding: 0;
}
.portfolio .gallery .item-img {
	padding: 5px;
}
.portfolio .gallery .item-img img {
	border: 1px solid #f4f5f8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: auto;
	width: 100%;
}
.portfolio .gallery .item-img .item-img-overlay {
	position: absolute;
	top: 15px;
	right: 15px;
	left: 15px;
	bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #f7f7f7;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	color: #fff;
	z-index: 1;
}
.portfolio .gallery .item-img .item-img-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	right: 170%;
	width: 100%;
	height: 100%;
	border: 1px solid #9c27b0;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	transform: skewX(-45deg);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	z-index: -1;
}
.portfolio .gallery .item-img .item-img-overlay:hover:after {
	top: 0;
	right: -170%;
}
.portfolio .gallery .item-img .item-img-overlay:hover {
	opacity: 1;
}
.portfolio .gallery .item-img .item-img-overlay .cap {
	position: absolute;
	right: 50%;
	bottom: -50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	width: 80%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	text-align: center;
}
.portfolio .gallery .item-img .item-img-overlay h6 {
	font-weight: 900;
	margin-bottom: 36px;
	color: #111;
	text-align: center;
	line-height: 1.85;
	font-family: inherit;
}
.portfolio .gallery .item-img .item-img-overlay .icon a {
	display: inline-block;
	margin: 0 1rem;
	font-size: 1.375rem;
	color: #9c27b0;
	transition: all 200ms;
}
.portfolio .gallery .item-img .item-img-overlay .icon a:hover {
	color: #bbb;
}
.portfolio .gallery .item-img .item-img-overlay:hover .cap {
	bottom: 50%;
	-webkit-transform: translate(50%, 50%);
	-moz-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

/*********************
testimonel
*********************/
.testimonel {
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
.testimonel .item-client {
	position: relative;
	background: rgba(19, 19, 19, 0.6);
	padding: 2rem 4rem;
	overflow: hidden;
	text-align: center;
}
.testimonel .item-client h4 {
	color: #9c27b0;
	font-size: .9rem;
	font-weight: 600;
}
.testimonel .item-client p {
	color: #ccc;
	margin-bottom: 0;
}
.testimonel .item-client .rating i {
	color: #FFD600;
}
.testimonel .item-client .info h5 {
	color: #9e9e9e;
	font-size: .9rem;
	font-family: inherit;
	line-height: 1.4;
}
.testimonel .item-client .info h6 {
	color: #d6d6d6;
	font-size: 1rem;
	font-family: inherit;
	line-height: 1.4;
}
.testimonel .item-client p + .info {
	margin-top: 36px;
}
.testimonel .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 4px;
	margin: 5px;
}
.testimonel .active span {
	width: 30px !important;
	background-color: #9c27b0 !important;
}

/*********************
Blog
*********************/
.blog .item-blog {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blog .item-blog .img-blog {
	position: relative;
}
.blog .item-blog .img-blog a {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #fff;
	color: #9c27b0;
	padding: .2rem .5rem;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-weight: 400;
	font-size: 13px;
}
.blog .item-blog .img-blog img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: auto;
	width: 100%;
}
.blog .item-blog .content-blog {
	background-color: #f4f5f8;
	padding: 1rem;
	overflow: hidden;
}
.blog .item-blog .content-blog a {
	text-align: center;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}
.blog .item-blog .content-blog a h4 {
	font-size: 1rem;
	font-weight: 600;
	font-family: inherit;
	padding: 1rem 0;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
	margin-bottom: 2px;
}
.blog .item-blog .content-blog a:hover h4 {
	color: #9c27b0;
}
.blog .item-blog .content-blog p {
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
.blog .item-blog .content-blog .info-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	background-color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.blog .item-blog .content-blog .info-img .img-client {
	width: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.blog .item-blog .content-blog .info-img .img-client img {
	border: 5px solid #f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.blog .item-blog .content-blog .info-img .info {
	vertical-align: middle;
	text-align: justify;
	padding: .5rem;
}
.blog .item-blog .content-blog .info-img .info h5 {
	display: inline-block;
	font-size: .8rem;
	font-family: inherit;
	padding-top: 7px;
    margin-bottom: 5px;
}
.blog .item-blog .content-blog .info-img .info h5:after {
	content: "|";
	padding: .5rem .5rem .5rem 0;
}
.blog .item-blog .content-blog .info-img .info h6 {
	display: inline-block;
	font-size: .8rem;
	font-family: inherit;
	margin-right: .5rem;
	padding-top: 7px;
    margin-bottom: 5px;
}

/*********************
Contact
*********************/
.contact {
	background-color: #f4f5f8;
	overflow: hidden;
}
.contact .cont-form {
	background-color: #fff;
	padding: 2rem;
}
.contact .cont-form .full-form {
	padding: 0 1rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 1rem;
}
.contact .cont-form .full-form .form .form-group {
	position: relative;
}
.contact .cont-form .full-form .form .form-group label {
	float: right;
	border: none;
	padding: 0 .2rem;
	width: 52px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	display: block;
}
.contact .cont-form .full-form .form .form-group label.textarea_label {
	height: 120px;
	line-height: 120px;
}
.contact .cont-form .full-form .form .form-group label span {
	width: 15px;
}
.contact .cont-form .full-form .form .form-group .wpcf7-form-control-wrap {
	display: block;
	overflow: hidden;
}
.contact .cont-form .full-form .form .form-group input {
	white-space: nowrap;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #f4f5f8;
	padding: 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: right;
}
.contact .cont-form .full-form .form .form-group input[type=email] {
	direction: ltr;
}
.contact .cont-form .full-form .form textarea {
	background-color: #f4f5f8;
	height: 120px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	resize: none;
}
.contact .cont-form .full-form .form button {
	width: 100%;
}
.contact .contact-info {
	position: relative;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 4rem;
}
.contact .contact-info::before {
	background: #9c27b0;
	opacity: 0.9;
}
.contact .contact-info h4 {
	position: relative;
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
}
.contact .contact-info p {
	position: relative;
	color: #fff;
	line-height: 2;
}
.contact .contact-info .item-info {
	position: relative;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 50px;
}
.contact .contact-info .item-info span {
	width: 40px;
	height: 40px;
	margin: 5px 0;
	line-height: 39px;
	text-align: center;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.contact .contact-info .item-info h5 {
	display: inline-block;
	color: #fff;
	font-size: .9rem;
	font-family: inherit;
	padding-right: 50px;
	line-height: 25px;
	vertical-align: middle;
	margin-bottom: 0;
	margin-top: -2px;
}
.wpcf7 {
	direction: rtl;
}
.wpcf7 .wpcf7-spinner,
.wpcf7 .ajax-loader {
    margin: 20px auto 0;
    display: block;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 0 10px;
}
.wpcf7-not-valid-tip {
	font-size: 0.85em;
}

/*********************
Footer
*********************/
.footer {
	background-color: #282830;
	padding: 1.85rem 2rem 1.35rem 2rem;
	border-top: 1px solid #e0e0e0;
	color: #E0E0E0;
}
.footer h6 {
	font-size: .8rem;
	color: #E0E0E0;
	font-family: inherit;
}

/*********************
demo-1
*********************/
#particles-js {
	width: 100%;
	height: 100%;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}
/*********************
demo-r
*********************/
.index-content .item-demo {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
	cursor: pointer;
}
.index-content .item-demo img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.index-content .item-demo:hover {
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.13), 0 0px 0px 0 rgba(0, 0, 0, 0.13), 0 0px 0px -6px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.13), 0 0px 0px 0 rgba(0, 0, 0, 0.13), 0 0px 0px -6px rgba(0, 0, 0, 0.13);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.13), 0 0px 0px 0 rgba(0, 0, 0, 0.13), 0 0px 0px -6px rgba(0, 0, 0, 0.13);
}
.index-content a {
	color: #333;
}
.index-content a h6 {
	color: #333;
	font-size: .9rem;
	font-weight: 700;
}

.index {
	background-color: inherit;
	text-align: center;
	border-top: 1px solid #f3f3f3;
}
.index h6 {
	color: #333;
	font-size: .9rem;
	font-weight: 700;
}

/*--------------------------------------------------------------------
Start Blog Page
--------------------------------------------------------------------*/

.blog-pagination {
	padding: 20px 0 50px;
}

.blog-social-link li a i,
ul.blog-pagination li a {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.blog-banner-area {
	background-position: 50% 35%;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 140px;
	position: relative;
	overflow: hidden;
}

.blog-banner-area-overlay {
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
}

.breadcrumb-area .breadcrumb {
	padding: 8px 15px;
	list-style: none;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 0;
	background: transparent;
}

.breadcrumb-area .breadcrumb li {
	display: inline-block;
	color: #fff;
	position: relative;
}

.breadcrumb-area .breadcrumb li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

.breadcrumb-area .breadcrumb li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.breadcrumb-area .breadcrumb > .active {
	color: #999;
	font-size: 16px;
}

.blog-container {
	padding-top: 70px;
	font-size: 14px;
}

.single-blog-post {
	margin-bottom: 75px;
}

.read-btn {
	background: transparent;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	line-height: 35px;
	padding: 0 18px;
	margin-top: 20px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.read-btn:hover {
	background: #9c27b0;
	border: 1px solid #333;
	color: #fff;
}

.post-thumbnail > img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.post-head {
	padding: 25px 0;
}

.date {
	width: 60px;
	color: #fff;
	float: right;
	height: 65px;
	background: #9c27b0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 20px;
	margin-bottom: 25px;
	text-align: center;
	padding-top: 7px;
	line-height: 1.2;
}

.date > span {
	color: #fff;
	display: block;
	font-size: 25px;
}

.entry-title {
	margin-top: -5px;
	margin-bottom: 0;
}

.entry-title,
.entry-title > a {
	color: #333;
	font-size: 22px;
	font-weight: 500;
	font-family: inherit;
	line-height: 1.85;
}

.entry-meta {
	margin-top: 5px;
	margin-bottom: 0;
}

.entry-meta > a {
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
}

.entry-meta > a:first-child {
	padding-right: 0;
}

.entry-meta > a:last-child {
	padding-left: 0;
}

.entry-meta i {
	vertical-align: middle;
}

.entry-content {
    clear: both;
}

.entry-content > p {
	text-align: justify;
}

.entry-content ul,
.entry-content ol {
	color: #777;
	padding: 0;
}

.entry-content li {
	list-style-position: inside !important;
	line-height: 2;
}

.entry-content ul li {
	list-style-type: disc !important;
}

.entry-content ol li {
	list-style-type: decimal !important;
}

.entry-content .post-info {
	margin-top: 30px;
}

.entry-content .post-info + .post-info {
	margin-top: 5px;
}

.quote {
	color: #666;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 76px;
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
}

.quote::before,
.quote::after {
	font: 22px FontAwesome;
	position: absolute;
	padding: 0 50px;
}

.quote::before {
	content: '\f10e';
	right: 0;
	top: 0;
}

.quote::after {
	bottom: 0;
	content: '\f10d';
	left: 0;
}

ul.blog-pagination li a,
ul.blog-pagination li span {
	border: 1px solid #ccc;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #666;
	font-size: 16px;
	height: 35px;
	line-height: 33px;
	margin: 5px;
	min-width: 35px;
	text-align: center;
	padding: 0 5px;
	display: inline-block;
}

ul.blog-pagination li i {
	position: relative;
	top: 1px;
}

.black-icon > span {
	padding-right: 0;
}

.black-icon {
	background: #9c27b0 !important;
}

.black-icon:hover {
	background: #9c27b0 !important;
}

ul.blog-pagination li a:hover,
ul.blog-pagination li span.current {
	color: #fff;
	background: #9c27b0;
	border: 1px solid #333;
}

ul.blog-pagination li span.current {
	cursor: default;
}

.black-icon i {
	font-size: 14px;
	color: #fff !important;
}

#respond {
	padding-top: 153px;
	margin-top: -153px;
	width: 100%;
}

.comment_reply_to {
	display: inline-block;
}

.comment-notes,
.logged-in-as {
	margin-bottom: 20px;
}

#cancel-comment-reply-link {
	margin-right: 30px;
}

#comments {
	margin-top: -60px;
}

.comments-container,
.comment-form-container {
	padding-top: 85px;
	padding-bottom: 100px;
}

.comments-container {
	padding-bottom: 0;
}

.comment-title {
	font-weight: 700;
}

.comments-container .auther-img {
	float: right;
	height: 100px;
	overflow: hidden;
	width: 100px;
	margin: 0 0 20px 20px;
	border: 4px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.comments-container .auther-img img {
	height: 100%;
	max-width: 100%;
}

.children:hover .auther-img,
.parent:hover .auther-img {
	border-color: #666;
}

.auther-link {
	margin-bottom: 7px;
	overflow: hidden;
}

.auther-link a {
	color: #333;
	font-weight: 600;
	padding-left: 15px;
}

.auther-link a.comment-reply-link {
	padding: 0;
	display: inline-block;
}

.auther-link a i {
	vertical-align: middle;
}

.auther-link > span {
	color: #333;
	font-weight: 600;
	padding-left: 15px;
	display: inline-block;
}

.auther-link:hover span,
.auther-link:hover a {
	color: #666;
}

.parent,
.children {
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding-top: 20px;
	margin-top: -20px;
}

.children {
	margin-right: 100px;
}

.comments-list {
	padding: 0;
}

.comments-list .message {
	overflow: hidden;
}

.comments-list em {
	color: #aaa;
	font-style: normal;
    display: block;
	margin-bottom: 15px;
	padding-right: 1px;
	overflow: hidden;
}

.comments-list em i {
	vertical-align: middle;
}

.comments-list .navigation {
	line-height: 1.85;
	overflow: hidden;
	padding-top: 10px;
}
.comments-list .navigation .nav-previous {
	float: right;
}
.comments-list .navigation .nav-next {
	float: left;
}

.comment-form-container h4 {
	color: #333;
	display: table;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
}

.comment-form-container h4::after {
	background: #ccc;
	bottom: -10px;
	content: "";
	height: 2px;
	right: 0;
	position: absolute;
	width: 100%;
}

.comment-textbox {
	float: right;
}

.comment-textarea {
	clear: both;
}

.single-comment-box {
	margin-bottom: 25px;
}

.single-comment-box input {
	height: 45px;
	line-height: 50px;
	padding: 0 10px;
	width: 100%;
	border: 1px solid #ccc;
}

.single-comment-box textarea {
	height: 180px;
	padding: 10px;
	width: 100%;
	border: 1px solid #ccc;
	vertical-align: top;
}

.comment-form-cookies-consent {
	padding: 0 15px;
}

.comment-form-cookies-consent input {
	vertical-align: middle;
	margin-top: -1px;
}

.form-submit #submit {
	background: #9c27b0;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: button;
	cursor: pointer;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.form-submit #submit:hover {
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
}

/*--------------Sidebar--------------*/

.single-sidebar {
	margin-bottom: 50px;
}

.single-sidebar > h4 {
	color: #333;
	padding-bottom: 20px;
	font-size: 1.25rem;
}

.single-sidebar > ul,
.single-sidebar > ol,
.single-sidebar > li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.form-control.input-field {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: right;
	height: 40px;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
}

.searchform label {
	display: none;
}

.search-btn {
	color: #333;
	font-size: 22px;
	height: 40px;
	width: 40px;
	background: transparent;
	border: 1px solid #ccc;
	line-height: 22px;
}

.single-sidebar li {
	border-bottom: 1px solid #ccc;
	color: #666;
	text-align: left;
	overflow: hidden;
	line-height: 45px;
}

.single-sidebar li:last-child {
	border-bottom: 0;
}

.single-sidebar li a {
	color: #666;
	line-height: 27px;
	padding-top: 9px;
	padding-bottom: 9px;
	float: right;
	text-align: right;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.single-sidebar li a::before {
	padding-left: 10px;
	float: right;
	font: normal normal normal 14px/27px FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
}

.single-sidebar li:hover a {
	padding-right: 10px;
}

.single-sidebar li span {
	display: block;
	clear: both;
	text-align: right;
	color: #9c27b0;
	margin-bottom: 13px;
	margin-left: 0;
	font-size: 13px;
	line-height: 20px;
}

.blog-social-link li {
	margin-left: 5px;
	display: inline-block;
}

.blog-social-link li a i {
	background: #9c27b0;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
}

.blog-social-link li:hover a i {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.recent-post li {
	display: inline-block;
	margin-bottom: 15px;
}

.rp-thumb {
	float: right;
	margin-left: 12px;
}

.rp-text {
	float: right;
}

.rp-text h5 {
	font-size: 14px;
}

.tagcloud > a {
	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 0 15px;
	font-size: inherit !important;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.tagcloud > a:hover {
	background: #9c27b0;
	color: #fff;
	border: 1px solid #333;
}

/* -------------------------------------------------------
phone & tablet
-------------------------------------------------------- */
@media (max-width: 991.98px) {
	.sm-mb-50 {
		margin-bottom: 50px;
	}
	.entry-title {
		margin-top: -1px;
	}
	.entry-title,
	.entry-title > a {
		font-size: 20px;
	}
	.navbar .navbar-nav > li{
		font-size: 13px;
		margin-right: 8px;
		margin-left: 8px;
	}
}
@media (max-width: 767.98px) {
	.header h1 {
		font-size: 2rem !important;
	}
	.header h1 span {
		font-size: 1rem !important;
	}
	.header li {
		font-size: .6rem !important;
	}
	.social_icon i {
		margin: 2px !important;
	}

	.hero {
		padding: 1rem !important;
	}
	.resume-content .left {
		text-align: justify !important;
		border-right: 1px solid #f4f4f4 !important;
		border-left: none !important;
	}
	.resume-content .left .icon {
		right: 15px !important;
	}
	.resume-content .left li {
		position: relative;
	}
	.resume-content .left li::after {
		right: -6px !important;
	}
	.services-item {
		border: none !important;
	}
	.item-client {
		padding: 1rem !important;
	}
	.sm-mb-0 {
		margin-bottom: 0 !important;
	}
	.navbar .navbar-nav{
		margin-top: 8px;
	}
	.navbar .navbar-nav > li{
		line-height: 60px;
		background: #111;
		margin: 0;
		font-size: 15px;
	}
	.navbar.nav-scroll .navbar-nav > li{
		background: none;
	}
	.entry-title {
		margin-top: -1px;
	}
	.entry-title,
	.entry-title > a {
		font-size: 18px;
	}
	.comments-container .auther-img {
		height: 50px;
		width: 50px;
		margin-left: 15px;
		border-width: 3px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.children {
		margin-right: 50px;
	}
}
@media (max-width: 575.98px) {
	.filtering button {
		font-size: 12px !important;
		padding: 2px 0 !important;
		margin-right: .2rem !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}
	.work .tit {
		display: none;
	}
	.entry-title {
		margin-top: -1px;
	}
	.entry-title,
	.entry-title > a {
		font-size: 16px;
	}
	.quote {
		font-size: 17px;
	}
}

/* Menu */

.navbar-nav > .menu-item-has-children > a:after {
	content: "\f107";
	font: normal normal normal 14px/1 "FontAwesome";
	font-weight: 900;
	color: inherit;
	margin-right: 7px;
	vertical-align: middle;
}

@media only screen and (min-width: 768px) {
	.menu-item-has-children {
		position: relative;
	}
	.menu-item-has-children .sub-menu {
		position: absolute;
		top: 100%;
		right: -10px;
		min-width: 150px;
		visibility: hidden;
		opacity: 0;
		margin-top: -10px;
		transition: all 200ms;
		padding: 12px 0 0;
		text-align: right;
		font-size: 14px;
	}
	.menu-item-has-children:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}
	.menu-item-has-children .sub-menu .menu-item a {
		display: block;
		padding: 5px 10px;
		margin: 0;
		background: #111;
		color: #eee;
	}
	.menu-item-has-children .sub-menu .menu-item a:hover {
		background: #222;
	}
}
@media only screen and (max-width: 767.98px) {
	.menu-item-has-children .sub-menu {
		display: none;
		padding: 0;
	}
	.menu-item-has-children .sub-menu .menu-item a {
    	display: block;
		margin: 0 !important;
		padding: 7px 15px;
		line-height: 2;
		font-size: 14px;
		background: #191919;
		color: #eee;
	}
	.menu-item-has-children .sub-menu .menu-item a:hover {
		background: #222;
	}
	.nav-scroll .menu-item-has-children .sub-menu .menu-item a {
		background: #f5f5f5;
		color: #222;
	}
	.nav-scroll .menu-item-has-children .sub-menu .menu-item a:hover {
		background: #eee;
	}
}
@media screen and (max-width: 1329.98px) {
	.menu-item-has-children:last-child .sub-menu {
		right: auto;
		left: -10px;
	}
}

/* Other */

.all_posts_button {
	margin-top: 70px;
}

.all_posts_button a {
	padding-right: 40px;
	padding-left: 40px;
}
