/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Breadcrumb
4. Slider
5. About
6. Features
7. Work-process
8. Screenshot
9. Faq
10. Pricing
11. Testimonail
12. Download
13. Team
14. Counter
15. Bolg
16. Contact
17. Footer
18. loader

*/


/* 1. Theme default css */

@font-face {
	font-family: yekan;
	src: url('../../../fonts/woff/IRANSansWeb.woff');
}
html,body
{
	-webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
body {
	font-family: yekan,"tahoma";
	direction: rtl;
	font-weight: normal;
	font-style: normal;
}
.ltr_text {
	display: inline-block;
	direction: ltr;
}

.fa,
.fab,
.fal,
.far,
.fas {
	vertical-align: middle;
	margin-top: -1px;
}
.img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: right
}
.f-right {
	float: left
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "yekan", "tahoma";
	font-weight: normal;
	color: #242424;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.85;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 15px;
	font-weight: normal;
	line-height: 2;
	color: #242424;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::-webkit-input-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*:-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 100% 0;
	content: "";
	height: 100%;
	right: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}

/* button style */

.btn {
	-moz-user-select: none;
	background: #2d61d6;
	background: -webkit-linear-gradient(to bottom, #2d61d6, #0d86fb);
	background: -webkit-gradient(linear, left top, left bottom, from(#2d61d6), to(#0d86fb));
	background: -webkit-linear-gradient(top, #2d61d6, #0d86fb);
	background: -moz-linear-gradient(top, #2d61d6, #0d86fb);
	background: -o-linear-gradient(top, #2d61d6, #0d86fb);
	background: linear-gradient(to bottom, #2d61d6, #0d86fb);
	border: medium none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	padding: 14px 30px;
	text-align: center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn:hover,
.btn:focus {
	color: #fff;
}
.btn.transparent-btn {
	background: transparent;
	border: 1px solid #879bc7;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.btn.transparent-btn::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2d61d6;
	background: -webkit-linear-gradient(to bottom, #2d61d6, #0d86fb);
	background: -webkit-gradient(linear, left top, left bottom, from(#2d61d6), to(#0d86fb));
	background: -webkit-linear-gradient(top, #2d61d6, #0d86fb);
	background: -moz-linear-gradient(top, #2d61d6, #0d86fb);
	background: -o-linear-gradient(top, #2d61d6, #0d86fb);
	background: linear-gradient(to bottom, #2d61d6, #0d86fb);
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: -1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.btn.transparent-btn:hover {
	border-color: transparent;
}
.btn.transparent-btn:hover::before {
	opacity: 1;
}
.breadcrumb > .active {
	color: #888;
}
.p-relative {
	position: relative;
}

/* scrollUp */

.footer-text p,.footer-sec a
{
	color:white;
	font-size: 13px;
	padding:5px;

}
.footer-sec
{
	border-left: 1px solid #012258;
}
.related-links a
{
	color: white;
	font-size: 13px;
	line-height: 28px;
}

.related-links a:hover
{
	color: #242424;
	font-weight: bolder;
}

#scrollUp {
	background: #7DBA2F;
	height: 35px;
	width: 35px;
	left: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: #444;
}

/* 2. Header */

.transparent-header {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 9;
	border-bottom: 1px solid #4b6dae;
}
.main-menu .navbar {
	padding: 0;
}
.main-menu .navbar-nav li.nav-item {
	margin-right: 30px;
}
.main-menu .navbar-nav li.nav-item a.nav-link {
	color: #fff;
	font-size: 15px;
	position: relative;
	padding: 30px 0;
}
.main-menu .navbar-nav li.nav-item.active a.nav-link {
	font-weight: 700;
}
.header-btn {
	margin-right: 80px;
}
.header-btn > .btn.transparent-btn::before {
	background: #2d61d6;
	background: -webkit-linear-gradient(to left, #0c72de, #184eb5);
	background: -webkit-gradient(linear, right top, left top, from(#0c72de), to(#184eb5));
	background: -webkit-linear-gradient(right, #0c72de, #184eb5);
	background: -moz-linear-gradient(right, #0c72de, #184eb5);
	background: -o-linear-gradient(right, #0c72de, #184eb5);
	background: linear-gradient(to left, #0c72de, #184eb5);
	opacity: 0;
}
.header-btn > .btn.transparent-btn:hover::before {
	opacity: 1;
}
.sticky-header {
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-o-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	background: #0e388e none repeat scroll 100% 0;
	-webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
	right: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	border-bottom: none;
}
.transparent-header.s-th {
	border-color: rgba(255, 255, 255, 0.4);
}
.header-btn.th-btn .btn {
	background: #fff;
	border-color: #fff;
	color: #fb3d47;
}
.header-btn.th-btn .btn:hover {
	background: transparent;
	color: #fff;
}
.header-btn.th-btn .btn::before {
	content: none;
}

/* 3. Breadcrumb */

.breadcrumb-area {
	height: 400px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
}
.breadcrumb-area::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .8;
	z-index: -1;
	right: 0;
	top: 0;
}
.inner-header {
	border-color: rgba(255, 255, 255, 0.3);
}
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-left: 8px;
	padding-right: 5px;
	color: #fff;
	content: "\f104";
	font-family: "yekan";
	font-weight: 700;
}
.breadcrumb > .active {
	color: #fff;
	font-size: 15px;
}
.breadcrumb li a {
	font-size: 15px;
	color: #fff;
}
.breadcrumb li a:hover {
	color: #0c72de;
}
.breadcrumb-wrap h2 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}
.breadcrumb-wrap {
	padding-top: 80px;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	padding-right: 0;
	list-style: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: center;
	margin-top: 20px;
}
.pagination li {
	display: inline-block;
}
.pagination li a {
	height: 45px;
	width: 45px;
	display: block;
	line-height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 700;
	color: #242424;
}
.pagination li.active a {
	background: -webkit-linear-gradient( to top, rgb(11, 136, 253) 0%, rgb(46, 96, 213) 99%);
	background: -webkit-gradient( linear, left bottom, left top, from(rgb(11, 136, 253)), color-stop(99%, rgb(46, 96, 213)));
	background: -webkit-linear-gradient( bottom, rgb(11, 136, 253) 0%, rgb(46, 96, 213) 99%);
	background: -moz-linear-gradient( bottom, rgb(11, 136, 253) 0%, rgb(46, 96, 213) 99%);
	background: -o-linear-gradient( bottom, rgb(11, 136, 253) 0%, rgb(46, 96, 213) 99%);
	background: linear-gradient( to top, rgb(11, 136, 253) 0%, rgb(46, 96, 213) 99%);
	color: #fff;
}

/* 4. Slider */

.slider-bg {
	height: 1090px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.s-slider-bg {
	height: 1057px;
}
.third-slider-bg {
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 860px;
}
.slider-content {
	padding-top: 270px;
}
.slider-content > span {
	font-size: 45px;
	color: #fff;
	display: block;
	margin-bottom: -5px;
	line-height: 1.85;
	margin-top: -19px;
	font-weight: 700;
}
.slider-content h2 {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.slider-content p {
	margin-bottom: 50px;
	color: #fff;
	font-size: 18px;
}
.slider-img {
	margin-right: -200px;
	padding-top: 120px;
}
.slider-shape {
	position: absolute;
	left: -45%;
	top: 31%;
	-webkit-animation: heartbeat 1s infinite alternate;
	-moz-animation: heartbeat 1s infinite alternate;
	-o-animation: heartbeat 1s infinite alternate;
	animation: heartbeat 1s infinite alternate;
}
@-webkit-keyframes heartbeat {
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
.slider-btn .btn {
	background: #2d61d6;
	background: -webkit-linear-gradient(to left, #0c72de, #184eb5);
	background: -webkit-gradient(linear, right top, left top, from(#0c72de), to(#184eb5));
	background: -webkit-linear-gradient(right, #0c72de, #184eb5);
	background: -moz-linear-gradient(right, #0c72de, #184eb5);
	background: -o-linear-gradient(right, #0c72de, #184eb5);
	background: linear-gradient(to left, #0c72de, #184eb5);
	-webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
	margin-right: 25px;
}
.slider-btn .btn:first-child {
	margin-right: 0;
}
.slider-btn .btn.transparent-btn {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border-color: #86b0e2;
}
.slider-btn .btn.transparent-btn:hover {
	border-color: transparent;
	-webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
.slider-btn .btn.transparent-btn::before,
.slider-btn .btn.transparent-btn::after {
	z-index: -1;
}
.slider-btn .btn:before,
.slider-btn .btn::after {
	background-color: #fff;
	content: "";
	height: 100%;
	right: -110%;
	opacity: 0.1;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform: skewX(-25deg);
	-khtml-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(-25deg);
	width: 100%;
	z-index: 1;
}
.slider-btn .btn:hover:before {
	right: -10%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.slider-btn .btn:hover:after {
	right: -20%;
}
.s-slider-img {
	padding-top: 160px;
	margin-right: -105px;
}
.third-slider-img {
	padding-top: 130px;
	margin-right: -120px;
}
.third-slider-btn .btn {
	background: #f82514;
	background: -webkit-linear-gradient(to left, #e31b38, #f82514);
	background: -webkit-gradient(linear, right top, left top, from(#e31b38), to(#f82514));
	background: -webkit-linear-gradient(right, #e31b38, #f82514);
	background: -moz-linear-gradient(right, #e31b38, #f82514);
	background: -o-linear-gradient(right, #e31b38, #f82514);
	background: linear-gradient(to left, #e31b38, #f82514);
	-webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
}
.third-slider-btn .btn.transparent-btn {
	border-color: #fff;
	background: #FA4242;
}
.third-slider-btn .btn.transparent-btn::before,
.third-slider-btn .btn.transparent-btn::after {
	display: none;
}
.third-slider-btn .btn.transparent-btn:hover {
	background: #f82514;
	border-color: #f82514;
}
.s-th.sticky-header {
	background: #f82514;
	background: -webkit-linear-gradient(to left, #e31b38, #f82514);
	background: -webkit-gradient(linear, right top, left top, from(#e31b38), to(#f82514));
	background: -webkit-linear-gradient(right, #e31b38, #f82514);
	background: -moz-linear-gradient(right, #e31b38, #f82514);
	background: -o-linear-gradient(right, #e31b38, #f82514);
	background: linear-gradient(to left, #e31b38, #f82514);
}
.s-th-two.sticky-header {
	background: #4146B3;
}
.download-btn.s-slider-btn a i {
	background: -webkit-linear-gradient( to top, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -webkit-gradient( linear, left bottom, left top, from(rgb(72, 79, 227)), color-stop(99%, rgb(66, 70, 167)));
	background: -webkit-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -moz-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -o-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: linear-gradient( to top, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.download-btn.s-slider-btn .t-transparent-btn i {
	color: #fff;
	-webkit-text-fill-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

/* 5. About */

.section-title h2 {
	font-size: 36px;
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 20px;
}
.section-title h2::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 92px;
	height: 17px;
	background: url(../../../images/layout/shape/title_shape.png);
	background-repeat: no-repeat;
	margin: auto;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}
.section-title.home-two h2::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 92px;
	height: 17px;
	background: url(../../../images/layout/shape/shape-two.png);
	background-repeat: no-repeat;
	margin: auto;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}
section:hover .section-title h2::before {
	width: 92px;
}
.section-title.third-section-title h2::before {
	background: url(../../../images/layout/shape/section-style.png);
	width: 103px;
	height: 3px;
}
section:hover .third-section-title h2::before {
	width: 103px;
}
.section-title p {
	margin-bottom: 0;
	padding: 0 40px;
}
.about-area.theme-bg {
	position: relative;
	z-index: 1;
}
.about-content h3 {
	font-size: 36px;
	margin-bottom: 25px;
}
.about-content p {
	margin-bottom: 20px;
	text-align: justify;
}
.about-app2 {
	position: absolute;
	bottom: 54px;
	z-index: -1;
	left: -30px;
}
.s-about-icon {
	float: right;
	display: block;
}
.s-about-icon i {
	height: 60px;
	width: 60px;
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: #696ED3;
	border: 1px solid #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 15px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.s-about-icon i::after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient( linear, left bottom, left top, from(rgb(72, 79, 227)), color-stop(99%, rgb(66, 70, 167)));
	background: -webkit-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -moz-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -o-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: linear-gradient( to top, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	z-index: -1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
}
.s-about-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
}
.single-about-list:hover .s-about-icon i {
	color: #fff;
}
.single-about-list:hover .s-about-icon i::after {
	opacity: 1;
}
.about-list ul li {
	margin-bottom: 45px;
}
.about-list ul li:last-child {
	margin-bottom: 0;
}
.about-list {
	padding-top: 70px;
	padding-bottom: 70px;
}
.s-about-content .btn {
	background: #f82514;
	background: -webkit-linear-gradient(to left, #e31b38, #f82514);
	background: -webkit-gradient(linear, right top, left top, from(#e31b38), to(#f82514));
	background: -webkit-linear-gradient(right, #e31b38, #f82514);
	background: -moz-linear-gradient(right, #e31b38, #f82514);
	background: -o-linear-gradient(right, #e31b38, #f82514);
	background: linear-gradient(to left, #e31b38, #f82514);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 14px 40px;
}
.about-area.pb-35 {
	padding-bottom: 38px;
}
.third-abot-p.pb-55 {
	padding-bottom: 57px;
}


#about .container
{
	overflow: visible;
}
/* 6. Features */

.polygon-padding {
	padding-top: 207px;
	padding-bottom: 148px;
}
.features-area {
	background: #f7fafd;
	-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 96%, 0% 100%);
	clip-path: polygon(0 10%, 100% 0%, 100% 96%, 0% 100%);
}
.features-app::before {
	content: "";
	position: absolute;
	left: 15px;
	bottom: -25px;
	background: url(../../../images/layout/shape/f_app_bg.png) no-repeat;
	width: 546px;
	height: 538px;
	z-index: -1;
}
.features-icon {
	float: right;
	display: block;
	margin-left: 15px;
}
.features-content {
	padding-right: 9px;
}
.features-content h4 {
	font-size: 20px;
	margin-bottom: 5px;
}
.features-content p {
	margin-bottom: 0;
	text-align: justify;
}
.features-icon i {
	position: absolute;
	top: 50%;
	right: 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%);
	font-size: 35px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	z-index: 2;
}
.features-icon::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../../../images/layout/icon/features-icon-fill.png);
	opacity: 0;
	z-index: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.single-features:hover .features-icon i {
	color: #fff;
}
.single-features:hover .features-icon::after {
	opacity: 1;
}
.inner-features-icon i {
	height: 60px;
	width: 60px;
	display: block;
	text-align: center;
	line-height: 60px;
	border: 1px solid #5d62d1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 24px;
	color: #242424;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.inner-features-icon i::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient( linear, left bottom, left top, from(rgb(62, 69, 224)), color-stop(99%, rgb(66, 70, 167)));
	background: -webkit-linear-gradient( bottom, rgb(62, 69, 224) 0%, rgb(66, 70, 167) 99%);
	background: -moz-linear-gradient( bottom, rgb(62, 69, 224) 0%, rgb(66, 70, 167) 99%);
	background: -o-linear-gradient( bottom, rgb(62, 69, 224) 0%, rgb(66, 70, 167) 99%);
	background: linear-gradient( to top, rgb(62, 69, 224) 0%, rgb(66, 70, 167) 99%);
	z-index: -1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.inner-features-wrap:hover .inner-features-icon i {
	color: #fff;
}
.inner-features-wrap:hover .inner-features-icon i::after {
	opacity: 1;
}
.inner-features-content h5 {
	font-size: 20px;
	margin-bottom: 10px;
}
.inner-features-content p {
	margin-bottom: 0;
}
.s-features-area {
	position: relative;
	z-index: 1;
}
.third-section-title.left-title h2::before {
	margin: 0;
}
.third-section-title.left-title p {
	padding-right: 0;
}
.third-features-area {
	position: relative;
	z-index: 1;
}
.explore-app {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}
.t-features-icon {
	float: right;
	display: block;
	margin-left: 15px;
}
.features-shape {
	position: absolute;
	z-index: -1;
}
.features-shape.fs-one {
	top: 30%;
	right: 10%;
}
.features-shape.fs-two {
	right: 9%;
	top: 54%;
}
.features-shape.fs-three {
	right: 16%;
	top: 63%;
	-webkit-animation: rotate3d 4s linear infinite;
	-moz-animation: rotate3d 4s linear infinite;
	-o-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite;
}
.features-shape.fs-four {
	right: 6%;
	bottom: 17%;
}
.features-shape.fs-five {
	top: 23%;
	left: 13%;
	-webkit-animation: rotate3d 4s linear infinite;
	-moz-animation: rotate3d 4s linear infinite;
	-o-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite;
}
.features-shape.fs-six {
	top: 47%;
	left: 2%;
}
.features-shape.fs-seven {
	left: 10%;
	bottom: 26%;
}
.rotateme {
	-webkit-animation-name: rotateme;
	-moz-animation-name: rotateme;
	-o-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 10s;
	-moz-animation-duration: 10s;
	-o-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}
@-moz-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@-o-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
	}
}
@-webkit-keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
@-moz-keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
@-o-keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
@keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

/* 7. Work-process */

.wp-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.wp-icon img {
	float: right;
	display: block;
	margin-left: 15px;
}
.wp-icon h4 {
	margin-bottom: 0;
	font-size: 18px;
}
.single-wp {
	overflow: hidden;
	padding: 40px 25px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	padding-bottom: 35px;
	position: relative;
	background: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	z-index: 1;
}
.wp-content p {
	margin-bottom: 15px;
}
.wp-content a {
	font-size: 22px;
	color: #5b5b5b;
	line-height: 1;
}
.single-wp::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #163987;
	-webkit-border-image: -webkit-linear-gradient( top, rgb(11, 136, 253) 0%, rgb(15, 51, 136) 100%);
	-moz-border-image: -moz-linear-gradient( top, rgb(11, 136, 253) 0%, rgb(15, 51, 136) 100%);
	-o-border-image: -o-linear-gradient( top, rgb(11, 136, 253) 0%, rgb(15, 51, 136) 100%);
	border-image: linear-gradient( to bottom, rgb(11, 136, 253) 0%, rgb(15, 51, 136) 100%);
	-webkit-border-image: -webkit-gradient( linear, left top, left bottom, from(rgb(11, 136, 253)), to(rgb(15, 51, 136)));
	border-image: -webkit-gradient( linear, left top, left bottom, from(rgb(11, 136, 253)), to(rgb(15, 51, 136)));
	border-image-slice: 1;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.single-wp.ts-wp::before {
	border-color: #f82514;
	-webkit-border-image: -webkit-linear-gradient(to right, #e31b38, #f82514);
	border-image: -webkit-linear-gradient(to right, #e31b38, #f82514);
	-moz-border-image: -moz-linear-gradient(left, #e31b38, #f82514);
	-o-border-image: -o-linear-gradient(left, #e31b38, #f82514);
	border-image: -webkit-gradient(linear, left top, right top, from(#e31b38), to(#f82514));
	border-image: linear-gradient(to right, #e31b38, #f82514);
	border-image-slice: 1;
}
.single-wp:hover {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
}
.single-wp:hover::before {
	opacity: 1;
}
.single-wp:hover .wp-content a {
	color: #0e4aa8;
}
.single-wp.ts-wp:hover .wp-content a {
	color: #fd5463;
}
.wp-list-icon {
	float: right;
	margin-left: 20px;
}
.wp-list-icon i {
	font-size: 30px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	display: block;
	border: 1px solid rgb( 216, 216, 216);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.wp-list-content {
	padding-right: 5px;
}
.wp-list-content h5 {
	font-size: 18px;
	margin-bottom: 7px;
}
.wp-list-content p {
	margin-bottom: 0;
}
.wp-list ul li {
	margin-bottom: 45px;
}
.wp-list ul li:last-child {
	margin-bottom: 0;
}
.wp-list::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 52px;
	background-image: url(../../../images/layout/shape/border-shape.png);
	width: 43px;
	height: 480px;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* 8. Screenshot */

.screenshot-title span {
	color: #fff;
	font-size: 24px;
	line-height: 2;
	display: inline-block;
	margin-bottom: 5px;
}
.screenshot-title h3 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}
.screenshot-title p {
	color: #fff;
	margin-bottom: 0;
}
.ss-icon i {
	color: #fff;
	font-size: 30px;
	margin-left: 15px;
}
.ss-icon h5 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
}
.ss-content p {
	color: #fff;
	margin-bottom: 0;
}
.screenshot-carousel img {
	-webkit-box-shadow: 0 5px 25px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 5px 25px 4px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 25px 4px rgba(0, 0, 0, .3);
}
.screenshot-carousel {
	margin-right: 50px;
}
.screenshot-bg {
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.single-shot img {
	-webkit-box-shadow: 0px 0px 35px 0px rgba(88, 93, 204, 0.65);
	-moz-box-shadow: 0px 0px 35px 0px rgba(88, 93, 204, 0.65);
	box-shadow: 0px 0px 35px 0px rgba(88, 93, 204, 0.65);
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.s-screenshot-area.ss-bg-wrap {
	padding-top: 92px;
	padding-bottom: 160px;
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.ss-title h2 {
	color: #fff;
}
.ss-title h2::before {
	background-image: url(../../../images/layout/shape/title_shape_w.png);

}
.ss-title p {
	color: #fff;
}
.screenshot-active .slick-dots {
	position: absolute;
	bottom: -70px;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 9;
}
.screenshot-active .slick-dots li {
	display: inline-block;
}
.screenshot-active .slick-dots li button {
	text-indent: -99999px;
	border: none;
	padding: 0;
	background: #fff;
	line-height: 1;
	height: 10px;
	width: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 4px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.screenshot-active .slick-dots li.slick-active button {
	width: 25px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.third-screenshot-title span {
	color: #242424;
}
.third-screenshot-title h3 {
	color: #242424;
}
.third-screenshot-title p {
	color: #242424;
}
.ts-content .ss-icon i {
	color: #e51c35;
}
.ts-content .ss-icon h5 {
	font-weight: 700;
	color: #242424;
	margin-bottom: 0;
}
.ts-content p {
	color: #242424;
}
.screendhot-shape {
	position: absolute;
}
.sshape-two {
	right: 8%;
	top: 40%;
}
.sshape-one {
	right: 11%;
	bottom: 20%;
	-webkit-animation: rotate3d 4s linear infinite;
	-moz-animation: rotate3d 4s linear infinite;
	-o-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite;
}
.sshape-three {
	right: 22%;
	bottom: 13%;
}

/* 9. Faq */

.faq-wrapper .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #f1f1f1a8;
	-moz-background-clip: border-box;
	-o-background-clip: border-box;
	background-clip: border-box;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid #e9e9e9;
}
.faq-wrapper .card:last-child {
	border: none;
}
.faq-wrapper .card-body {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	-webkit-flex: 0;
	-moz-box-flex: 0;
	flex: 0;
	padding: 15px 28px;
	padding-top: 0;
	font-size: 13px;
	line-height: 2;
	text-align: justify;
}
.faq-wrapper .card-header {
	padding: 5px;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 0;
}
.faq-wrapper .card-header:first-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.card-header h5 {
	font-family: inherit;
}
.card-header h5 a {
	font-size: 13px;
	font-weight: 700;
	color: #242424;
	display: block;
	padding: 14px 0;
}
.faq-wrapper .card-header h5 a:hover,
.card-header h5 a:hover i {
	text-decoration: none;
	color: #0e4aa8;
}
.faq-wrapper.third-faq .card-header h5 a:hover,
.card-header h5 a:hover i {
	text-decoration: none;
	color: #f82514;
}
.faq-wrapper .card-header h5 a:focus {
	text-decoration: none;
}
.faq-wrapper .card-header h5 a i {
	margin-left: 7px;
	font-size: 13px;
	line-height: 1;
	color: rgba( 36, 36, 36, .502);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	vertical-align: middle;
}
.faq-wrapper .card-header h5 a::after {
	position: absolute;
	padding: 0px 15px;
	content: "-";
	top: 13px;
	left: 0;
	font-size: 20px;
	font-family: yekan;
	background: -webkit-gradient( linear, left bottom, left top, from(rgb(11, 136, 253)), to(rgb(15, 51, 136)));
	background: -webkit-linear-gradient( bottom, rgb(11, 136, 253) 0%, rgb(15, 51, 136) 100%);
	background: -moz-linear-gradient( bottom, rgb(11, 136, 253) 0%, rgb(15, 51, 136) 100%);
	background: -o-linear-gradient( bottom, rgb(11, 136, 253) 0%, rgb(15, 51, 136) 100%);
	background: linear-gradient( to top, rgb(11, 136, 253) 0%, rgb(15, 51, 136) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.faq-wrapper.third-faq .card-header h5 a::after {
	background: -webkit-linear-gradient(to left, #e31b38, #f82514);
	background: -webkit-gradient(linear, right top, left top, from(#e31b38), to(#f82514));
	background: -webkit-linear-gradient(right, #e31b38, #f82514);
	background: -moz-linear-gradient(right, #e31b38, #f82514);
	background: -o-linear-gradient(right, #e31b38, #f82514);
	background: linear-gradient(to left, #e31b38, #f82514);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.faq-wrapper .card-header h5 a.collapsed:after {
	content: "+";
	padding: 0px 15px;
}
.faq-shape {
	position: absolute;
	left: 50px;
	top: -27px;
	width: 441px;
	height: 441px;
	z-index: -1;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

/* 10. Pricing */

.pricing-bg {
	background-position: top center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pricing-box {
	-webkit-border-radius: 8px 8px 5px 5px;
	-moz-border-radius: 8px 8px 5px 5px;
	border-radius: 8px 8px 5px 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 65px 0px rgba(68, 68, 68, 0.25);
	-moz-box-shadow: 0px 0px 65px 0px rgba(68, 68, 68, 0.25);
	box-shadow: 0px 0px 65px 0px rgba(68, 68, 68, 0.25);
}
.pricing-head {
	padding-top: 35px;
	padding-bottom: 35px;
	background-image: url(../../../images/images/pricing_table.png);

	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.pricing-head.third-pricing-head {
	background-image: url(../../../images/images/pricing_table01.png);
}
.pricing-head h2 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 0;
}
.pricing-head span {
	color: #fff;
	opacity: .75;
	line-height: 2;
}
.p-icon {
	height: 61px;
}
.pricing-body {
	padding: 35px 0;
}
.price-count h2 {
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1;
	font-family: inherit;
}
.price-count h2 small {
	font-size: 65%;
}
.pricing-list ul li {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #6d6d6d;
}
.pricing-list ul li:last-child {
	margin-bottom: 0;
}
.price-btn .btn {
	border: 1px solid #0b88fd;
	color: #242424;
	background: transparent;
	position: relative;
}
.price-btn.tp-btn .btn {
	border-color: #F52418;
}
.price-btn.tp-btn .btn::before {
	background: -webkit-linear-gradient(to left, #e31b38, #f82514);
	background: -webkit-gradient(linear, right top, left top, from(#e31b38), to(#f82514));
	background: -webkit-linear-gradient(right, #e31b38, #f82514);
	background: -moz-linear-gradient(right, #e31b38, #f82514);
	background: -o-linear-gradient(right, #e31b38, #f82514);
	background: linear-gradient(to left, #e31b38, #f82514);
}
.s-price-btn .btn {
	border: 1px solid rgba( 36, 36, 36, .15)
}
.price-btn .btn::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#2d61d6), to(#0d86fb));
	background: -webkit-linear-gradient(top, #2d61d6, #0d86fb);
	background: -moz-linear-gradient(top, #2d61d6, #0d86fb);
	background: -o-linear-gradient(top, #2d61d6, #0d86fb);
	background: linear-gradient(to bottom, #2d61d6, #0d86fb);
	opacity: 0;
	z-index: -1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.s-price-btn .btn::before {
	background: -webkit-gradient( linear, left bottom, left top, from(rgb(72, 79, 227)), color-stop(99%, rgb(66, 70, 167)));
	background: -webkit-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -moz-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -o-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: linear-gradient( to top, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.price-btn .btn:hover {
	color: #fff;
}
.price-btn .btn:hover::before {
	opacity: 1;
}
.pricing-box.active .price-btn .btn {
	color: #fff;
}
.pricing-box.active .price-btn .btn::before {
	opacity: 1;
}
.pricing-box.active .s-price-btn .btn::before {
	opacity: 1;
}
.pricing-shape {
	position: absolute;
	left: 100px;
	bottom: 2%;
	height: 545px;
	width: 545px;
	background: -webkit-linear-gradient( -90deg, rgb(11, 136, 253) 0%, rgb(235 235 235) 99%);
	-webkit-border-radius: 58% 42% 30% 70% / 45% 45% 55% 55%;
	-moz-border-radius: 58% 42% 30% 70% / 45% 45% 55% 55%;
	border-radius: 58% 42% 30% 70% / 45% 45% 55% 55%;
	will-change: border-radius, transform, opacity;
	-webkit-animation: morph 5s linear infinite;
	-moz-animation: morph 5s linear infinite;
	-o-animation: morph 5s linear infinite;
	animation: morph 5s linear infinite;
	z-index: -1;
}
.pricing-shape.s-pricing-shape {
	background: -webkit-gradient( linear, left bottom, left top, from(rgb(72, 79, 227)), color-stop(99%, rgb(66, 70, 167)));
	background: -webkit-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -moz-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -o-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: linear-gradient( to top, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -webkit-linear-gradient( to top, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
}
@-webkit-keyframes morph {
	0%,
	100% {
		-webkit-border-radius: 58% 42% 30% 70% / 45% 45% 55% 55%;
		border-radius: 58% 42% 30% 70% / 45% 45% 55% 55%;
		-webkit-transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
	}
	34% {
		-webkit-border-radius: 30% 70% 54% 46% / 29% 30% 70% 71%;
		border-radius: 30% 70% 54% 46% / 29% 30% 70% 71%;
		-webkit-transform: translate3d(0, 5px, 0) rotateZ(-0.01deg);
		transform: translate3d(0, 5px, 0) rotateZ(-0.01deg);
	}
	50% {
		opacity: .89;
		-webkit-transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
	}
	67% {
		-webkit-border-radius: 60% 100% 100% 60% / 100% 100% 60% 60%;
		border-radius: 60% 100% 100% 60% / 100% 100% 60% 60%;
		-webkit-transform: translate3d(0, -3px, 0) rotateZ(-0.01deg);
		transform: translate3d(0, -3px, 0) rotateZ(-0.01deg);
	}
}
@-moz-keyframes morph {
	0%,
	100% {
		-moz-border-radius: 58% 42% 30% 70% / 45% 45% 55% 55%;
		border-radius: 58% 42% 30% 70% / 45% 45% 55% 55%;
		-moz-transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
	}
	34% {
		-moz-border-radius: 30% 70% 54% 46% / 29% 30% 70% 71%;
		border-radius: 30% 70% 54% 46% / 29% 30% 70% 71%;
		-moz-transform: translate3d(0, 5px, 0) rotateZ(-0.01deg);
		transform: translate3d(0, 5px, 0) rotateZ(-0.01deg);
	}
	50% {
		opacity: .89;
		-moz-transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
	}
	67% {
		-moz-border-radius: 60% 100% 100% 60% / 100% 100% 60% 60%;
		border-radius: 60% 100% 100% 60% / 100% 100% 60% 60%;
		-moz-transform: translate3d(0, -3px, 0) rotateZ(-0.01deg);
		transform: translate3d(0, -3px, 0) rotateZ(-0.01deg);
	}
}
@-o-keyframes morph {
	0%,
	100% {
		border-radius: 58% 42% 30% 70% / 45% 45% 55% 55%;
		transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
	}
	34% {
		border-radius: 30% 70% 54% 46% / 29% 30% 70% 71%;
		transform: translate3d(0, 5px, 0) rotateZ(-0.01deg);
	}
	50% {
		opacity: .89;
		transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
	}
	67% {
		border-radius: 60% 100% 100% 60% / 100% 100% 60% 60%;
		transform: translate3d(0, -3px, 0) rotateZ(-0.01deg);
	}
}
@keyframes morph {
	0%,
	100% {
		-webkit-border-radius: 58% 42% 30% 70% / 45% 45% 55% 55%;
		-moz-border-radius: 58% 42% 30% 70% / 45% 45% 55% 55%;
		border-radius: 58% 42% 30% 70% / 45% 45% 55% 55%;
		-webkit-transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
		-moz-transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
	}
	34% {
		-webkit-border-radius: 30% 70% 54% 46% / 29% 30% 70% 71%;
		-moz-border-radius: 30% 70% 54% 46% / 29% 30% 70% 71%;
		border-radius: 30% 70% 54% 46% / 29% 30% 70% 71%;
		-webkit-transform: translate3d(0, 5px, 0) rotateZ(-0.01deg);
		-moz-transform: translate3d(0, 5px, 0) rotateZ(-0.01deg);
		transform: translate3d(0, 5px, 0) rotateZ(-0.01deg);
	}
	50% {
		opacity: .89;
		-webkit-transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
		-moz-transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
		transform: translate3d(0, 0, 0) rotateZ(-0.01deg);
	}
	67% {
		-webkit-border-radius: 60% 100% 100% 60% / 100% 100% 60% 60%;
		-moz-border-radius: 60% 100% 100% 60% / 100% 100% 60% 60%;
		border-radius: 60% 100% 100% 60% / 100% 100% 60% 60%;
		-webkit-transform: translate3d(0, -3px, 0) rotateZ(-0.01deg);
		-moz-transform: translate3d(0, -3px, 0) rotateZ(-0.01deg);
		transform: translate3d(0, -3px, 0) rotateZ(-0.01deg);
	}
}
.pricingbox-warp {
	background: #fff;
	-webkit-box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.15);
	padding-top: 100px;
	padding-bottom: 70px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pricing-box.s-pricing-box {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-left: 1px solid #dadce1;
	padding-right: 15px;
	padding-left: 15px;
}
.s-pricing-icon {
	display: inline-block;
	line-height: 100px;
}
.s-pricing-icon::before,
.s-pricing-icon::after {
	content: "";
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	top: 0;
	height: 102px;
	width: 105px;
	background: url(../../../images/layout/icon/pricing_icon_shape01.png);
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;
}
.s-pricing-icon::after {
	background: url(../../../images/layout/icon/pricing_icon_shape02.png);
	z-index: -1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.s-pricing-icon i {
	font-size: 70px;
	background: -webkit-gradient( linear, left bottom, left top, from(rgb(72, 79, 227)), color-stop(99%, rgb(66, 70, 167)));
	background: -webkit-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -moz-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -o-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: linear-gradient( to top, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.s-pricing-box:hover .s-pricing-icon::after {
	opacity: 1;
}
.s-pricing-box:hover .s-pricing-icon i {
	-webkit-text-fill-color: #fff;
}
.s-pricing-head h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0;
}
.s-pricing-head span {
	color: #242424;
	font-size: 15px;
	line-height: 2;
}
.s-pricing-body {
	padding-top: 25px;
	padding-bottom: 35px;
}
.s-pricing-count h2 {
	color: #585CCA;
}
.pricing-shape.s-pricing-shape {
	background: -webkit-gradient( linear, left bottom, left top, from(rgb(72, 79, 227)), color-stop(99%, rgb(66, 70, 167)));
	background: -webkit-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -moz-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -o-linear-gradient( bottom, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: linear-gradient( to top, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	background: -webkit-linear-gradient( to top, rgb(72, 79, 227) 0%, rgb(66, 70, 167) 99%);
	bottom: auto;
	top: 20%;
}
.s-pricing-bg {
	background: #F7F7F8;
	z-index: 1;
}
.team-shape {
	position: absolute;
	right: 15%;
	top: 25%;
	width: 302px;
	height: 2598px;
	background-repeat: no-repeat;
}
.slider-img
{
	text-align: left;
}
.faq-img img
{
	transform: rotate(0);
	transition: transform 1s;
}
.faq-img img:hover
{

	transform:rotate(-40deg); 
}


/*******************************************************************************************************
