/*
    Lsxus App Landing Page Styles
    By TeamXcel
*/

/*  ==========================================================================
    Table of Contents
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Area
    3.0 Hero Area
    3.0 Overview Area
    4.0 Features Area
    5.0 How It Works Area
    6.0 ScreenShot Area
    7.0 Video Area
    8.0 Pricing Area
    9.0 Download Area
    10.0 Testimonial Area
    11.0 Footer Area
    
    ==========================================================================
    ThemeName Landing Page Styles
    ========================================================================== */
	
/* Google Fonts ( Montserrat & Roboto ) */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto');
	
/*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */
*{
	padding:0;
	margin:0;
}
html, body{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    font-weight: 400;
	letter-spacing: 1px;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    color: #181818;
}
h1{
	font-size: 28px;
    font-weight: 400;
}
h2{
	font-size: 18px;
    font-weight: 400;
}
h3{
	font-size: 16px;
	font-weight: 600;
}
h4,h5,h6{
	font-size: 14px;
}
img{
    border: none;
    outline:none;
	max-width:100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p{
    font-size: 14px;
	margin-bottom: 15px;
}
a, a:hover{
	text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
/* Helper Class */
.padding{
    padding: 100px 0;
}
.pb-60{
	padding-bottom: 60px;
}
.no-padding{
    padding: 0;
}
.text-dark{
    color: #181818;
}
.text-white{
    color: #fff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
	float: right;
}
.fl-left{
	float: left;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
}

/* Transition Effect */
a, a:hover, .navbar-header, .feature_content li:after, .circle_style:before, .circle_style:after, .pricing_item, .pricing_head, .plan_price, .pricing_inner, .price_dist, .swiper-pagination-bullet, .swiper-pagination-bullet-active{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #744da8;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    margin-top: -50px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Section Heading Styles */
.section_heading{
    display: block;
    text-align: center;
}
.heading_inner{}
.title_wrap{
    display: inline-block;
    position: relative;
}
.title_wrap .title{
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
}
.title_wrap .sec_no{
    font-family: 'Roboto', sans-serif;
    font-size: 75px;
    font-weight: 700;
    color: #3a3a3a;
    opacity: 0.2;
    position: absolute;
    left: 5px;
    bottom: 15px;
}
.heading_wrap .short_desc{
    margin: 0;
}

/* ==========================================================================
   Header Area
   ========================================================================== */

.header_area{
    background-color: rgba(255,255,255,0);
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: 70px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
    z-index: 999;
}
.navbar{
	border: medium none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin: 0;
    position: relative;
}
.scrollActive .header_area {
    background-color: rgba(255,255,255,1);
    height: 60px;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.navbar-header{
	padding: 23px 0;
}
.scrollActive .navbar-header{
	padding: 19px 0;
}
.navbar-header .brand{
	font-size: 25px;
	/*font-family: 'Poppins', sans-serif;*/
    font-family: 'Serif Bold', sans-serif;
	font-weight: 600;
	color: #fff;
	letter-spacing: -2px;
    -webkit-font-smoothing: antialiased;
}
.scrollActive .navbar-header .brand{
	color: #744da8;
}
.navbar-header .nav-btn{
	background-color: #744da8;
}
.navbar-header .nav-btn .icon-bar{
	background-color: #fff;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
	opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
	color: #fff;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 70px;
	padding: 0 15px;
    position: relative;
}
.scrollActive ul.nav > li > a{
    line-height: 60px;
	color: #181818;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li.active > a{
    background: none;
	color: #744da8;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero_area{
/*
    background-image: url('../img/hero-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
*/
	background: #744da8; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #744da8 , #a044ff);
    background: linear-gradient(to left, #744da8 , #a044ff);
    width: 100%;
    height: 700px;
    position: relative;
}
.hero_area .container{
    height: 100%;
}
.hero_inner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.hero_content{
    padding: 120px 0;
}
.hero_content .big_title{
    font-size: 40px;
	color: #fff;
    font-weight: 300;
    margin: 0 0 15px;
	letter-spacing: -1px;
}
.hero_content .big_title span{
    color: #fff;
	font-weight: 600;
}
.hero_content .sub_title{
    margin: 0 0 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.hero_content .lg_btn{
    margin: 0 15px 0 0 ;
}
.hero_content .lg_btn{
	color: #fff;
	border: 1px solid #fff;
}
.hero_content .lg_btn:before{
	background-color: #fff;
}
.hero_content .lg_btn:hover, 
.hero_content .lg_btn:focus, 
.hero_content .lg_btn:active{
	color: #181818;
}
.btn_group{}
.lg_btn{
    display: inline-block;
    padding: 0 20px;
    color: #ffffff;
    border: 1px solid #744da8;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 0 15px;
}
.lg_btn i.fa{
    font-size: 20px;
    margin-left: 10px;
    line-height: 40px;
}
.lg_btn, 
.dist_btn,
.pricing_btn{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.lg_btn:before,
.dist_btn:before,
.pricing_btn:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #744da8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.lg_btn:hover, .lg_btn:focus, .lg_btn:active,
.dist_btn:hover, .dist_btn:focus, .dist_btn:active,
.pricing_btn:hover, .pricing_btn:focus, .pricing_btn:active {
  color: white;
}
.lg_btn:hover:before, .lg_btn:focus:before, .lg_btn:active:before,
.dist_btn:hover:before, .dist_btn:focus:before, .dist_btn:active:before,
.pricing_btn:hover:before, .pricing_btn:focus:before, .pricing_btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}  

/* Down Arrow Animation */
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-20px);}
    60% {-webkit-transform: translateY(-10px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-20px);}
    60% {-moz-transform: translateY(-10px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-20px);}
    60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-20px);}
    60% {transform: translateY(-10px);}
}


.down_arrow {
    display: block;
    text-align: center;
    width: 39px;
    height: 26px;
    opacity: 0.8;
    font-size: 25px;
    line-height: 40px;
    position: absolute;
    left: calc(50% - 19.5px);
    bottom: 140px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}  
.down_arrow:hover{
    opacity: 1;
}   
   
/* ==========================================================================
   Overview Area
   ========================================================================== */
.overview_area{}
.promo_items{}
.promo_item{
    display: block;
    text-align: center;
}
.promo_item h2{
    margin: 10px 0;
}
.promo_item p{
	margin: 0;
}
.promo_icon {
    border: 5px solid #ddd;
    background: rgba(116,77,168,1);
	display: block;
	font-size: 0px;
	cursor: pointer;
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s, border 0.5s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s, border 0.5s;
	transition: transform ease-out 0.1s, background 0.2s, border 0.5s;
}
.promo_icon .fa{
    font-size: 40px;
    line-height: 90px;
    color: #fff;
}

.promo_icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.promo_icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(116,77,168,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.promo_item:hover .promo_icon {
	/*background: rgba(116,77,168,0.3);*/
    background: rgba(154, 150, 160, 0.3);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
    border: 5px solid #744da8;
}
.promo_item:hover .promo_icon .fa{
    opacity: 1;
    color: #744da8;
}
.promo_item:hover .promo_icon:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(116,77,168,0.1), 0 0 10px 10px #744da8, 0 0 0 10px rgba(116,77,168,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(116,77,168,0.1), 0 0 10px 10px #744da8, 0 0 0 10px rgba(116,77,168,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(116,77,168,0.1), 0 0 10px 10px #744da8, 0 0 0 10px rgba(116,77,168,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(116,77,168,0.1), 0 0 10px 10px #744da8, 0 0 0 10px rgba(116,77,168,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(116,77,168,0.1), 0 0 10px 10px #744da8, 0 0 0 10px rgba(116,77,168,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(116,77,168,0.1), 0 0 10px 10px #744da8, 0 0 0 10px rgba(116,77,168,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
   
   
/* ==========================================================================
   Features Area
   ========================================================================== */
.features_area{
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
}
.feature_heading {
    background-color: rgba(245,245,245,0.9);
    margin-bottom: 60px;
    display: block;
    padding: 65px 0 15px;
    margin-top: -50px;
}
.feature_wrap{}
.feature_content{}
.feature_content li{
    margin-bottom: 35px;
    position: relative;
    
}
.feature_content li:last-child{
    margin-bottom: 0;
}
.feature_content li h2{
    margin: 0 0 10px;
}
.feature_content li p{
    margin: 0;
}
.feature_content li:before,
.circle_style{
    background-color: #fff;
    content: '';
    width: 13px;
    height: 13px;
    border: 4px solid #744da8;
    border-radius: 50%;
    position: absolute;
    top: 3px;
}
.feature_content li:after{
    background-color: #ddd;
    height: 2px;
    width: 130px;
    content: '';
    position: absolute;
    top: 9px;
    z-index: -2;
}
.feature_content.feature_left li:before{
    right: -30px;
}
.feature_content.feature_left li:after{
    right: -160px;
}
.feature_content.feature_right li:before{
    left: -30px;
}
.feature_content.feature_right li:after{
    left: -160px;
}
.feature_content li:hover:after{
    background-color: #744da8;
}
.iphone_moc{
    height: 100%;
    
}
.iphone_moc{
    background: url(../img/iphone-1.png) no-repeat scroll center center;
    width: 400px;
    height: 751px;
    position: absolute;
    top: 54px;
    left: calc(50% - 200px);
    z-index: -1;
}
.dist_wrap{
    display: block;
    background-color: rgba(245,245,245,0.9);
    text-align: center;
    padding: 60px 0 50px;
    margin-bottom: -70px;
}
.dist_wrap h3{
    font-size: 16px;
    display: inline-block;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.dist_wrap .dist_btn{
    background-color: #181818;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    padding: 0 30px;
    margin-left: 20px;
}
   
/* ==========================================================================
   How It Works Area
   ========================================================================== */
.how_it_works_area{
    
}
.works_wrap{
    position: relative;
    z-index: 1;
}
.iphone_moc_2{
    background: url(../img/iphone-2.png) no-repeat scroll center center;
    width: 794px;
    height: 392px;
    position: absolute;
    left: calc(50% - 397px);
    top: 0;
    z-index: -1;
}
.works_item{
    position: relative;
}
.works_item h2{
    margin: 0 0 10px;
}
.works_item p{
	margin: 0;
}
.works_item.right_item{
    margin-top: 320px;
}
.works_item.left_item .circle_style{
    right: -30px;
}
.works_item.right_item .circle_style{
    left: -30px;
}
.works_item .circle_style:before,
.works_item .circle_style:after{
    background-color: #ddd;
    content: '';
    position: absolute;
    z-index: -2;
}
.works_item.left_item .circle_style:before {
    height: 2px;
    width: 70px;
    top: 3px;
    right: -75px;
}
.works_item.right_item .circle_style:before {
    height: 2px;
    width: 70px;
    top: 3px;
    left: -75px;
}
.works_item.left_item .circle_style:after {
    width: 2px;
    height: 80px;
    right: -77px;
    top: 3px;
}
.works_item.right_item .circle_style:after {
    width: 2px;
    height: 80px;
    left: -77px;
    bottom: 0;
}
.works_item:hover .circle_style:before,
.works_item:hover .circle_style:after{
    background-color: #744da8;
}
/* ==========================================================================
   Screenshot Area
   ========================================================================== */
.screenshot_area{
    background-color: #f5f5f5;
}
.screen_wrap{
    width: 900px;
    margin: 0 auto;
}
.screen_wrap .swiper-container{
    padding-bottom: 60px;
}
.testi_bullet.swiper-pagination-bullets,
.screen_wrap .swiper-pagination-bullets{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.screen_wrap .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background-color: #f5f5f5;
    border: 2px solid #744da8;
    opacity: 1;
}
.screen_wrap .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #744da8;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
   
/* ==========================================================================
   Video Area
   ========================================================================== */
.video_area{
    background-image: url('../img/video-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    z-index: 1;
}
.video_area:before{
    background-color: rgba(0,0,0,0.6);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.video_inner{}
.video_inner .video_icon{
    font-size: 80px;
    color: #fff;
    display: block;
}
.video_inner .video_icon:hover{
    color: #744da8;
}
.video_inner h2{
    font-size: 30px;
    color: #fff;
    margin: 15px 0 10px;
}
.video_inner p{
    margin: 0;
    color: #fff;
}
   
/* ==========================================================================
   Pricing Area
   ========================================================================== */
.pricing_area{
	background-color: #4cc2d9;
}
.pricing_wrap{}
.pricing_items{}
.pricing_items li{}
.pricing_item{
    background-color: #ddd;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 0 4px 1px #ddd;
    box-shadow: 0 0 4px 1px #ddd;
}
.pricing_title{}
.pricing_title h2{
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.pricing_head{
    background-color: #f5f5f5;
    padding: 15px 0;
    text-align: center;
}
.pricing_head .price_dist{
    display: block;
    margin-top: 10px;
}
.pricing_head .plan_price{
    background-color: #744da8;
    width: 120px;
    height: 120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    padding: 4px;
    overflow: hidden;
}
.plan_price .pricing_inner{
    background-color: #744da8;
    border: 8px solid #fff;
    color: #fff;
    width: 112px;
    height: 112px;
     -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 25px 0;
}
.plan_price .pricing_inner .price{
    font-family: "Raleway", sans-serif;
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.plan_price .pricing_inner .price_text{}
.plan_feature{
    display: block;
    padding: 30px 0;
    text-align: center;
}
.plan_feature li{
    color: #181818;
    margin-bottom: 5px;
}
.plan_feature li:last-child{
    margin-bottom: 0;
}
.pricing_footer{
    display: block;
    text-align: center;
}
.pricing_footer .pricing_btn{
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    border: 1px solid #744da8;
    padding: 0 25px;
    color: #181818;
}
.pricing_footer .pricing_btn:hover{
    color: #fff;
}
.pricing_item.featured,
.pricing_item:hover{
    background-color: #fff;
}
.pricing_item:hover .pricing_head{
    background-color: #744da8;
}
.pricing_item:hover .pricing_head .plan_price{
    background-color: #fff;
}
.pricing_item:hover .plan_price .pricing_inner{
    background-color: #fff;
    border: 8px solid #744da8;
    color: #181818;
}
.pricing_item:hover .pricing_head .price_dist{
    color: #fff;
}
.pricing_item.featured{}

   
/* ==========================================================================
   Download Area
   ========================================================================== */
.download_area{
    background-image: url('../img/cta-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
}
.download_inner{}
.download_inner h2{
    font-size: 30px;
    margin: 0 0 5px;
    font-weight: 700;
    color: #ffffff;
}
.download_inner h2 span{
    color: #ffffff;
}
.download_inner p{
    margin: 0 0 30px;
    color: #ffffff;
}
   
/* ==========================================================================
   Testimonial Area
   ========================================================================== */
.testimonial_area{
	background-color: #fff;
}

.testi_carousel{
	padding-bottom: 45px;
}
.testi_content{
    display: block;
    text-align: center;
    color: #fff;
}
.testi_content:hover img{
	opacity: 0.8;
}
.testi_content img{
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.testi_content p{
	color: #333;
	margin: 25px 0;
}
.client_meta{}
.client_meta h4{
    color: #181818;
    display: inline-block;
    border-bottom: 1px solid #333;
    margin: 0 0 5px;
    padding-bottom: 5px;
}
.client_meta span{
    display: block;
	color: #181818;
}
.testi_bullet.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 2px solid #744da8;
    opacity: 1;
}
.testi_bullet.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #744da8;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}


/* ==========================================================================
   Footer Area
   ========================================================================== */
.footer_area{
    background-color: #744da8;
    display: block;
    padding: 100px 0 0;
}
.subscribe_inner{
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.subscribe_form{
    display: block;
    text-align: center;
    width: 450px;
    margin: 0 auto;
}
.subscribe_form .form_input{
    display: block;
    border: 1px solid #673E9E;
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
    float: left;
    width: 70%;
}
.subscribe_form .submit{
    background-color: #673E9E;
    border: 1px solid #673E9E;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding: 0 25px;
    font-weight: 600;
    float: left;
    width: 30%;
}
.subscribe_form .submit:hover{
    opacity: 0.8;
}
#subscribe-result{
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #673E9E;
}
#subscribe-result.subs-result{
    display: block;
}
.subscription-success,
.subscription-error{
    color: #fff;
}
.social_link{
    text-align: center;
    margin: 40px 0 0;
}
.social_link li{
    display: inline-block;
    margin: 0 4px;
}
.social_link li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}
.social_link li a:hover{
    background-color: #673E9E;
    border: 1px solid #673E9E;
    color: #fff;
}
.copyright{
    display: block;
    text-align: center;
    padding: 30px 0;
}
.copyright p{
    color: #fff;
    margin: 0;
}
   
/* Scroll To Top Style */
.scroll-to-top{
    background-color: #673E9E;
    display: none;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 50px;
    bottom: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 999;
}
.scroll-to-top:hover,
.scroll-to-top:focus{
    opacity: 0.8;
    color: #fff;
}

