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

 Theme Name: Muli
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #4440A2

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

 == Table Of Content

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


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

@import url("farsi-fonts-styles/primary-iran-yekan.css");
@import url("farsi-fonts-styles/secondary-pinar.css");

* {
	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;
}

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

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

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

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

h5,
h6 {
	font-weight: 600;
}

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

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

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

.section-head {
	margin-bottom: 80px;
}

.section-head h6 {
	color: #777;
	font-size: 12px;
	font-weight: 500;
	font-family: inherit;
}

.section-head h4 {
	font-size: 28px;
	font-weight: 700;
	margin-top: 10px;
	position: relative;
	padding-bottom: 15px;
}

.section-head h4:after {
	content: '';
	width: 120px;
	height: 4px;
	background-color: #4440A2;
	position: absolute;
	bottom: 0;
	right: calc(50% - 60px);
}

.section-head h4 span {
	font-weight: 700;
}

.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: #4440A2;
	margin-bottom: 10px;
}

.bold {
	font-weight: 800;
}

#particles-js {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.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: 20px;
	line-height: .7;
}

.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: #4440A2;
}

.cd-headline {
	font-size: 3rem;
}

@media only screen and (min-width: 768px) {
	.cd-headline {
		font-size: 4.4rem;
		font-weight: 300;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-headline {
		font-size: 6rem;
	}
}

.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;
}

.no-js .cd-words-wrapper b {
	opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}

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

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

.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 b.is-visible {
	opacity: 1;
	font-weight: 900;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
	padding: 12px 30px;
	background: #fff;
	border: 1px solid transparent;
	position: relative;
	z-index: 3;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: .6rem;
	cursor: pointer;
	outline: none !important;
	overflow: hidden;
}

.butn span {
	position: relative;
	z-index: 2;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.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 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background: #fff;
	opacity: 1;
}

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

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

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

.butn-bord {
	border-color: #4440A2;
}

.butn-bord:before,
.butn-bord:after {
	background: #4440A2;
}

.butn-bord:hover span {
	color: #fff;
}

.butn-bg {
	background: #4440A2;
	border-color: #4440A2;
	color: #fff;
}

.butn-bg:hover span {
	color: #4440A2;
}

.butn-light {
	background: rgba(255, 255, 255, 0.03);
    border-color: #4440A2;
    color: white;
}

.butn-light:before,
.butn-light:after {
	background: #4440A2;
}

.butn-light:hover span {
	color: #fff;
}

.butn-light span {
	color: #4440A2;
}

/* ----------------------------------------------------------------
     [ 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 .icon-bar {
	color: #fff;
}

.navbar .navbar-nav .nav-link {
	font-size: 1.2rem;
	font-weight: 500;
	color: #eee;
	margin: 15px 5px;
	-webkit-transition: all .4s;
	transition: all .4s;
    font-family: secondary-font;
}

.navbar .navbar-nav .nav-link:hover {
	color: #4440A2;
}

.navbar .navbar-nav .active {
	color: #4440A2 !important;
}

.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 .icon-bar {
	color: #222;
}

.nav-scroll .navbar-nav .nav-link {
	color: #222;
}

.nav-scroll .navbar-nav .logo {
	padding: 15px 0;
	color: #111;
}

.logo {
	height: 30px;
	margin: 10px 0;
}

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

.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.dropdown .nav-link {
	cursor: pointer;
}

.dropdown .nav-link i {
	padding-right: 5px;
	font-size: 11px;
}

.dropdown-item {
	position: relative;
}

.dropdown-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 2;
}

.dropdown-item span {
	display: block;
	cursor: pointer;
}

.dropdown-menu,
.sub-menu {
	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;
}

.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
	padding: 10px 15px;
	font-size: 13px;
	color: #777;
	position: relative;
	-webkit-transition: all .4s, visibility 0s;
	transition: all .4s, visibility 0s;
}

.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
	background: transparent;
	padding-right: 20px;
	color: #4440A2;
}

.dropdown-menu .dropdown-item>a,
.sub-menu .dropdown-item>a {
	color: #777;
	-webkit-transition: all .4s, visibility 0s;
	transition: all .4s, visibility 0s;
}

.dropdown-menu .dropdown-item:hover>a,
.sub-menu .dropdown-item:hover>a {
	color: #4440A2;
}

.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
	display: block;
}

.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
	padding: 5px 5px 0 0;
	font-size: 11px;
	float: left;
}

.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
	font-size: 8px;
	font-style: normal;
	background-color: #4440A2;
	padding: 2px 4px;
	color: #fff;
	border-radius: 2px;
	position: absolute;
	left: 10px;
	top: 11px;
}

.dropdown-menu.last {
	right: auto;
	left: 0;
}

.sub-menu {
	position: absolute;
	right: 100%;
	top: -5px;
}

.sub-menu.left {
	right: -100%;
	margin-right: -20px;
}

.mega-menu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	left: -150px;
	width: 800px;
	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;
}

.mega-menu .dropdown-title {
	display: block;
	color: #4440A2;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 15px;
	padding: 0 15px 15px;
	border-bottom: 1px solid #f7f7f7;
}

.mega-menu .dropdown-menu {
	position: static !important;
	float: right;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-left: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	-webkit-transition: none;
	transition: none;
	display: block;
	opacity: 1;
	visibility: inherit;
	-webkit-transform: none;
	transform: none;
}

/* ----------------------------------------------------------------
     [ 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: 200;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.header .caption h1 {
	margin: 10px 0;
	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: #4440A2;
	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;
}

.slider .owl-item,
.slider-fade .owl-item {
	height: 100vh;
	position: relative;
}

.slider .item,
.slider-fade .item {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}

.slider .item .caption,
.slider-fade .item .caption {
	z-index: 9;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
	position: absolute;
	bottom: 5vh;
	width: 100%;
}

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

.page-header h6 {
	font-size: 12px;
	font-weight: 300;
	font-family: inherit;
	margin-bottom: 10px;
}

.page-header h6 a:hover {
	color: #4440A2;
}

.page-header h6 i {
	margin: 0 15px;
	font-size: 10px;
}

.page-header h1 {
	margin-bottom: 10px;
	font-weight: 600;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero {
	position: relative;
}

.hero:after {
	content: "";
	width: 40%;
	height: 250px;
	background-image: url(../img/dots.png);
	background-repeat: repeat;
	position: absolute;
	top: 0;
	right: 0;
	opacity: .5;
	z-index: -1;
}

.hero .intro h4 {
	font-weight: 500;
	margin-top: -3px;
}

.hero .intro h3 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

.hero .intro h3:after {
	content: '';
	width: 70px;
	height: 1px;
	background-color: #4440A2;
	position: absolute;
	bottom: 0;
	right: calc(50% - 35px);
}

.hero .intro h6 {
	font-weight: 400;
	font-family: inherit;
}

.hero .intro p {
	font-size: 16px;
}

.hero .feat-numb span {
	font-weight: 300;
	font-size: 40px;
	color: #4440A2;
	margin-bottom: 15px;
}

.hero .feat-numb h6 {
	margin-bottom: 15px;
}

.hero-cr .intro h4 {
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.hero-cr .intro h4:after {
	content: '';
	width: 80px;
	height: 1px;
	background: #4440A2;
	position: absolute;
	bottom: 0;
	right: calc(50% - 40px);
}

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

.hero-cr .item .icon {
	font-size: 35px;
	color: #4440A2;
	margin-bottom: 25px;
}

.hero-cr .item h5 {
	font-size: 16px;
	margin-bottom: 15px;
}

.hero-cr .bg-color {
	background: #4440A2 !important;
}

.hero-cr .bg-color .icon {
	color: #fff;
}

.hero-cr .bg-color h5 {
	color: #fff;
}

.hero-cr .bg-color p {
	color: #ccc;
}

.hero-cr .bg-dark {
	background: #1a1d24 !important;
}

.hero-cr .bg-dark h5 {
	color: #fff;
}

.hero-cr .bg-dark p {
	color: #ccc;
}

.hero-cr .numb h3 {
	margin-bottom: 10px;
	color: #4440A2;
	font-family: inherit;
}

.hero-cr .numb h6 {
	font-weight: 400;
	font-size: 16px;
}

.hero-pr .author-img {
	padding: 0 30px;
}

.hero-pr .content {
	padding-top: 50px;
}

.hero-pr .content h3 {
	margin-bottom: 30px;
}

.hero-pr .content h6 {
	font-weight: 500;
	line-height: 2;
	margin-bottom: 10px;
}

.hero-pr .content .sub {
	color: #aaa;
	font-weight: 300;
	margin-bottom: 30px;
}

.hero-pr .content p {
	margin-bottom: 10px;
	font-size: 16px;
}

.hero-pr .content p:last-child {
	margin: 0;
}

.hero-pr .content .buttons {
	margin: -5px;
}

.hero-pr .content .butn {
	margin: 0 5px 5px;
}

.hero-pr .skills .skill-progress {
	height: 12px;
}

.feat-left .item .icon {
	float: right;
	width: 60px;
	height: 60px;
	line-height: 65px;
	border-radius: 20%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	border: 1px solid #4440A2;
	background-color: #4440A2;
	margin-bottom: 40px;
	position: relative;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.feat-left .item .icon:after {
	content: '';
	width: 80px;
	height: 80px;
	position: absolute;
	right: -11px;
	top: -11px;
	border-radius: 50%;
	border: 1px dashed #eee;
}

.feat-left .item h5 {
	margin-bottom: 10px;
	font-size: 17px;
}

.feat-left .item h5,
.feat-left .item p {
	margin-right: 90px;
}

.fet-img img {
	border-radius: 5px;
	-webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
}

.fet-cont h3 {
	font-weight: 500;
	line-height: 1.7;
}

.fet-cont h3 b {
	font-weight: 700;
}

.fet-cont .circle {
	position: relative;
	text-align: center;
	line-height: 1.2;
}

.fet-cont .circle canvas {
	height: 100px;
	width: 100px;
	margin: 0 auto 10px;
}

.fet-cont .circle canvas:nth-child(2) {
	display: none;
}

.fet-cont .circle span {
	position: absolute;
	top: 30px;
	right: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 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;
}

.section-box .accordion .item {
	margin-bottom: 30px;
}

.section-box .accordion .item:last-child {
	margin-bottom: 0;
}

.section-box .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;
}

.section-box .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;
}

.section-box .accordion .title h6 {
	font-size: 14px;
	font-weight: 600;
	font-family: inherit;
	margin-left: 25px;
}

.section-box .accordion .accordion-info {
	display: none;
	padding: 0px 15px;
	margin-top: 30px;
	border-right: 1px dotted #ccc;
}

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

.section-box .accordion .accordion-info .spac {
	margin-top: 30px;
	padding-right: 30px;
}

.section-box .accordion .accordion-info .spac h6 {
	position: relative;
	margin-bottom: 15px;
}

.section-box .accordion .accordion-info .spac h6:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #555;
	position: absolute;
	top: 3px;
	right: -15px;
}

.section-box .accordion .accordion-info .spac ul {
	padding-right: 30px;
}

.section-box .accordion .accordion-info .spac li {
	margin-bottom: 10px;
	position: relative;
	font-size: 15px;
}

.section-box .accordion .accordion-info .spac li:after {
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid #222;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	right: -15px;
}

.section-box .accordion .active {
	display: block;
}

.section-box .accordion .active .title {
	color: #fff;
	background: #4440A2;
	background: -webkit-gradient(linear, right top, left top, from(#4440A2), to(#e1284e));
	background: linear-gradient(to left, #4440A2, #e1284e);
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

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

.section-box .vid-butn {
	font-size: 70px;
	color: #4440A2;
	position: relative;
	width: 70px;
	height: 70px;
	line-height: 70px;
	z-index: 3;
}

.section-box .vid-butn:hover:after {
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.section-box .vid-butn: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;
}

.section-box .vid-butn: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;
}

.section-box .quote {
	display: inline-block;
	background: #4440A2;
	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;
}

.skills .skill-item {
	margin-bottom: 30px;
}

.skills .skill-item:last-child {
	margin-bottom: 0;
}

.skills .skill-item h6 {
	font-size: 14px;
	font-family: inherit;
	margin-bottom: 10px;
}

.skills .skill-progress {
	width: 100%;
	height: 20px;
	border: 4px solid #f7f7f7;
	background: #f7f7f7;
	border-radius: 20px;
	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;
}

.skills .skill-progress .progres {
	position: absolute;
	height: 100%;
	width: 0;
	right: 0;
	top: 0;
	background: #4440A2;
	background: -webkit-gradient(linear, right top, left top, from(#4440A2), to(#e1284e));
	background: linear-gradient(to left, #4440A2, #e1284e);
	border-radius: 20px;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.skills .skill-progress .progres:before {
	content: attr(data-value);
	padding: 4px 10px 3px;
	border-radius: 10px;
	font-size: 10px;
	color: #fff;
	background: #4440A2;
	background: -webkit-gradient(linear, right top, left top, from(#4440A2), to(#e1284e));
	background: linear-gradient(to left, #4440A2, #e1284e);
	position: absolute;
	top: -35px;
	left: 0;
}

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

.skin h6 {
	font-weight: 400;
}

.skin .skill-progress {
	width: 100%;
	height: 10px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.skin .skill-progress .progres {
	position: absolute;
	height: 100%;
	width: 0;
	right: 0;
	top: 0;
	background: #4440A2;
	background: -webkit-gradient(linear, right top, left top, from(#4440A2), to(#e1284e));
	background: linear-gradient(to left, #4440A2, #e1284e);
	border-radius: 20px;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.skin .skill-progress .progres:before {
	background: transparent;
}

/* ----------------------------------------------------------------
     [ 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: #4440A2;
	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: #4440A2;
	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: #4440A2;
	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: #4440A2;
	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 .icon {
	font-size: 60px;
	margin-bottom: 10px;
	color: #eee;
}

.states .sub-title {
	color: #4440A2;
}

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

.states h5:after {
	content: '';
	width: 120px;
	height: 4px;
	background: #4440A2;
	position: absolute;
	bottom: 0;
	right: calc(50% - 60px);
}

.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 ]
-----------------------------------------------------------------*/
.works .filtering .filter {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #b3adad;
	border-radius: 30px;
}

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

.works .filtering .active {
	background: #4440A2;
	-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;
}

.works .gallery {
	padding-left: 0;
	padding-right: 0;
}

.works .larg-padding {
	padding: 0 15px;
}

.works .larg-padding .item-img {
	border: 10px solid #fff;
	margin-top: 30px;
}

.works .no-padding {
	padding: 0;
}

.works .no-padding .item-img {
	margin-top: 0;
}

.works .gutter {
	padding: 0 10px;
}

.works .gutter .item-img {
	margin-top: 20px;
}

.works .item-img {
	position: relative;
	margin-top: 30px;
}

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

.works .item-img-overlay {
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
	padding: 30px 20px;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

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

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

.works .item-img-overlay .icon i {
	vertical-align: middle;
	display: inline-block;
}

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

.works .item-img-overlay p {
	color: #4440A2;
	font-weight: 400;
}

.works .item-img-overlay h6 {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	font-family: inherit;
	margin-top: 5px;
}

/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Team ]
-----------------------------------------------------------------*/
.team .item {
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

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

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

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

.team .item .team-img:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	background: -webkit-gradient(linear, right bottom, right top, from(#111), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(to top, #111, rgba(0, 0, 0, 0.4));
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.team .item .info {
	position: absolute;
	bottom: -500px;
	right: 0;
	padding: 0 15px;
	width: 100%;
	z-index: 4;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.team .item .info h6 {
	font-size: 16px;
	font-family: inherit;
	color: #fff;
	margin-bottom: 5px;
}

.team .item .info span {
	font-size: 13px;
	margin-bottom: 10px;
	color: #4440A2;
}

.team .item .info p {
	margin-bottom: 10px;
	color: #a9a9a9;
}

.team .item .info .icon {
	margin: 0 10px;
	font-size: 12px;
	color: #eee;
	cursor: pointer;
}

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

/* ----------------------------------------------------------------
     [ 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 .icon {
	width: 70px;
	margin-bottom: 30px;
}

.testimonials .item h6 {
	font-size: 15px;
	font-weight: 700;
	font-family: inherit;
	color: #4440A2;
	margin: 50px 0 15px;
	position: relative;
}

.testimonials .item h6:after {
	content: '';
	width: 1px;
	height: 30px;
	background-color: #eee;
	position: absolute;
	right: 50%;
	top: -40px;
	opacity: .5;
}

.testimonials .item h6 span {
	display: block;
	color: #eee;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}

.testimonials .item p {
	color: #eee;
	font-size: 16px;
	font-weight: 200;
}

.testimonials .owl-theme .owl-nav [class*=owl-] {
	width: 40px;
	height: 40px;
	line-height: 35px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	margin: 20px 5px 0;
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
	background: #4440A2;
}

.testimonials-grid .item {
	background-color: #f7f7f7;
	padding: 50px 30px 70px;
	position: relative;
	z-index: 3;
}

.testimonials-grid .item:after {
	content: '';
	width: 96%;
	height: 96%;
	position: absolute;
	right: 2%;
	top: 2%;
	border: 1px solid #fcfcfc;
	z-index: -1;
}

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

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

.testimonials-grid .item p {
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.testimonials-grid .item p: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-grid .item .info .img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	-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;
	float: right;
}

.testimonials-grid .item .info h6 {
	padding-top: 2px;
	font-size: 14px;
	font-family: inherit;
	margin-right: 80px;
}

.testimonials-grid .item .info h6 span {
	margin-top: 5px;
	font-size: 12px;
	color: #999;
	display: block;
}

.testimonials-grid .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 35px;
}

.clients a {
	opacity: .8;
	vertical-align: middle;
}

.clients a:hover {
	opacity: 1;
}

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

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Blog ]
-----------------------------------------------------------------*/
.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 .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:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

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

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

.blog .item .post-img .tag a {
	background-color: #4440A2;
	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 {
	font-size: 8px;
}

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

.blog .item .info {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog .item .info a {
	color: #999;
	font-weight: 600;
	font-size: 11px;
}

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

.blog .item .info a .icon {
	font-size: 12px;
	margin-left: 2px;
	vertical-align: -1px;
}

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

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

.posts .item .spical {
	margin: 15px;
	padding: 15px;
	border-right: 4px solid #4440A2;
}

.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;
}

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

.posts .comments .com:nth-child(odd),
.posts .add-comment .com:nth-child(odd) {
	margin-right: 50px;
}

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

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

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

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

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

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

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

.posts form textarea {
	height: 140px;
	min-height: 105px;
	max-width: 100%;
	vertical-align: top;
}

.posts form .butn {
	margin: 0;
	cursor: pointer;
}

.pagination {
	text-align: center;
}

.pagination ul {
	margin: auto;
}

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

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

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

.pagination .active a {
	background-color: #4440A2;
	color: #fff;
}

.side-bar .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;
}

.side-bar .widget:last-child {
	margin-bottom: 0;
}

.side-bar .widget ul {
	margin-bottom: 0;
}

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

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

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

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

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

.side-bar .widget .recent a {
	display: block;
	line-height: 2;
	margin-right: 15px;
	align-self: center;
}

.side-bar .widget-title {
	margin-bottom: 30px;
}

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

.side-bar .search form {
	position: relative;
}

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

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

.side-bar .gallery li {
	width: 33.33333%;
	float: right;
	border: 5px solid #fff;
	margin-bottom: 0 !important;
}

.side-bar .tags li {
	font-size: 12px;
	margin: 2px !important;
	background-color: #4440A2;
	color: #fff !important;
	border-radius: 4px;
	float: right;
}

.side-bar .tags li:hover {
	background-color: #222;
}

.side-bar .tags li a {
	padding: 2px 10px;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Subscribe ]
-----------------------------------------------------------------*/
.subscribe h4 {
	font-weight: 500;
	margin-bottom: 50px;
}

.subscribe form {
	position: relative;
}

.subscribe input {
	padding: 14px 10px;
	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);
}

.subscribe .butn {
	cursor: pointer;
	padding: 10px 0;
	width: 140px;
	border: 1px solid transparent;
	border-radius: 30px;
	position: absolute;
	top: 4px;
	left: -6px;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	background: -webkit-gradient(linear, right top, left top, from(#4440A2), to(#e1284e));
	background: linear-gradient(to left, #4440A2, #e1284e);
}

.subscribe .butn:hover {
	border-color: #4440A2;
}

.subscribe.sbc-bg .sub-title {
	color: #4440A2;
}

.subscribe.sbc-bg h5 {
	margin-bottom: 15px;
}

.subscribe.sbc-bg p {
	margin-bottom: 50px;
}

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

/* ----------------------------------------------------------------
     [ 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: #4440A2;
	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;
	border-radius: 30px;
}

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

.form textarea {
	height: 160px;
	min-height: 105px;
	max-width: 100%;
	vertical-align: top;
}

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

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

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

.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 ]
-----------------------------------------------------------------*/
.one-footer {
	background: #111;
	padding: 80px 0;
}

.one-footer .social a {
	color: #fff;
	font-size: 13px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background: #222;
	margin: 15px 5px;
}

.one-footer .social a:hover {
	background: #4440A2;
}

.one-footer p {
	color: #999;
	font-weight: 400;
	font-size: 12px;
}

.footer {
	background-color: #171717;
	padding: 50px 0 0;
	color: #eee;
}

.footer .title h5 {
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.footer .info .logo {
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

.footer .info h6 {
	font-size: 13px;
	font-weight: 300;
	font-family: inherit;
	margin-bottom: 15px;
}

.footer .info h6 i {
	color: #4440A2;
	font-style: normal;
}

.footer .info p {
	margin-bottom: 30px;
}

.footer .info span {
	margin-left: 10px;
	font-size: 11px;
}

.footer .info .icon {
	margin-left: 15px;
	font-size: 13px;
}

.footer .info .icon i {
	vertical-align: middle;
}

.footer .info .icon:hover {
	color: #4440A2;
}

.footer .las-post .item a {
	display: flex;
}

.footer .las-post .thum {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.footer .las-post .cont {
	margin-right: 20px;
	margin-top: -2px;
	align-self: center;
}

.footer .las-post h6 {
	font-weight: 500;
	font-size: 13px;
	font-family: inherit;
	margin-bottom: 2px;
	padding-top: 2px;
}

.footer .las-post p {
	font-size: 12px;
}

.footer .las-post p span {
	font-weight: bold;
}

.footer .tags span {
	font-size: 12px;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.04);
	margin-bottom: 6px;
	margin-left: 2px;
}

.footer .tags span:hover {
	background-color: #4440A2;
}

.footer .tags span a {
	padding: 7px 15px;
}

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

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   [ 19 Spacial Pages ]
-----------------------------------------------------------------*/
.error {
	padding: 200px 0;
}

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

.error h2 i {
	font-size: 120px;
}

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

.error .butn:hover span {
	color: #222 !important;
}

.comming form {
	margin-top: 30px;
	position: relative;
}

.comming form input {
	width: 100%;
	padding: 10px 10px 10px 50px;
	background-color: transparent;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 15px;
	height: 40px;
}

.comming form button {
	background-color: #4440A2;
	padding: 8px 10px;
	border-radius: 5px;
	color: #fff;
	border: 0;
	position: absolute;
	top: 3px;
	left: 3px;
	cursor: pointer;
	outline: none;
}

.comming form button:hover {
	background-color: #fff;
	color: #4440A2;
}

.comming .social a:hover {
	color: #4440A2;
}

.faq .accordion .title {
	padding: 15px 30px;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.faq .accordion ul li {
	font-size: 13px;
	color: #555;
	line-height: 2;
	margin-bottom: 5px;
}

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

.faq .accordion ul li i {
	color: #4440A2;
	font-size: 10px;
	margin-left: 10px;
}

/* ----------------------------------------------------------------
     [ End Spacial Pages ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   [ 19 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
	.navbar {
		min-height: 70px;
		margin-top: 0.5rem;
	}

	.nav-scroll {
		margin-top: 0;
	}
}

@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 .logo {
		margin-right: 12px;
	}

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

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

	.navbar .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 .navbar-collapse.collapsing {
		overflow: hidden;
	}

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

	.navbar .nav-link {
		margin: 10px auto !important;
	}

	.nav-scroll .navbar-collapse .nav-link {
		color: #fff !important;
	}

	.nav-scroll .navbar-collapse .active {
		color: #4440A2 !important;
	}

	.dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background-color: #222;
		width: 100%;
		display: none;
	}

	.dropdown-menu .sub-menu {
		position: static;
		margin-top: 15px;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background-color: #333;
		width: 100%;
		display: none;
	}

	.navbar-nav .dropdown-menu,
	.navbar-nav .sub-menu,
	.navbar-nav .mega-menu {
		-webkit-transition: none;
		transition: none;
	}

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

	.dropdown .mega-menu .dropdown-menu {
		border: 0;
		margin: 0;
	}

	.dropdown .mega-menu .dropdown-title {
		border-bottom-color: #444;
	}

	.dropdown-menu .dropdown-item:hover,
	.sub-menu .dropdown-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;
	}

	.subscribe.sbc-bg h5 {
		font-size: 22px;
	}

	.fet-cont {
		padding-top: 45px !important;
	}

	.hero-pr .content {
		padding-right: 15px;
		padding-left: 15px;
	}

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

@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;
	}

	.hero .intro h3 {
		font-size: 28px;
	}

	.hero .intro h4 {
		font-size: 20px;
	}

	.subscribe h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.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;
	}

	.portfolio .filtering span {
		margin-bottom: 10px;
	}

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

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

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

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

	.fet-cont h3 {
		font-size: 22px;
	}

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

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

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

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

	.works .filtering {
		padding: 0;
	}

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

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

	.error h2 {
		font-size: 110px;
	}

	.half-content h5 {
		font-size: 18px;
	}

	.hero-pr .content h3 {
		font-size: 22px;
	}
}
