/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. header start 
3. section_1 start
4. features_with_icon start
5. features_with_images start
6. counter_section start
7. vedio_section start
8. team_section start
9. screenshot_section start
10. download_app_section start
10. pricing_section start
11. testimonial_section start
12. blog_section start 
13. contact_section start 
14. faq_section start
15. newsletter_section start
16. footer start

*/


/* custom css */

body, html{
	font-family: 'Roboto';
}
h1, h2, h3, h4, h5, h6{
    font-size: 20px;
    color: #111111;
	margin:0;
	padding:0;
	font-family: 'Roboto';
	font-weight: 400;
}
p{
    color: #999999;
    font-size: 14px;
	line-height: 24px;
	margin:0;
}
a:hover, a:focus{
	color:#6e3ddd;
	text-decoration:none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
button:focus, a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: unset;
}
a{
	color: #111111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #6e3ddd ;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
.full_width{
	float:left;
	width:100%;
}
.section_heading{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:60px;
}
.section_heading h2 {
  font-size: 30px;
  margin-bottom:5px;
  text-transform: capitalize;
}
.section_heading span.bordered-icon {
  color: #6d1bc6;
  padding: 0 10px;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  display: inline-block;
}
.section_heading span.bordered-icon i:before {
	margin-left:0
}
.section_heading span.bordered-icon:before, 
.section_heading span.bordered-icon:after {
  content: "";
  background: #dadada;
  width: 60px;
  height: 1px;
  top: 8px;
  position: absolute;
}
.section_heading span.bordered-icon:before {
  left: 100%;
}
.section_heading span.bordered-icon:after {
  right: 100%;
}
.section_heading p{
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
}
.app_btn{
	display: inline-block;
	font-size:16px;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
    background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
	border-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.app_btn:hover, .app_btn:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(135deg,#6d1bc6 0,#6e3ddd 51% ,#6e3ddd 100%);
    background-image: linear-gradient(135deg,#6d1bc6 0,#6e3ddd 51% ,#6e3ddd 100%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.svg1{
	fill:#fff;
	stroke:#6e3ddd;
	stroke-width:15;
}
.svg2{
	fill:#fff;
	stroke:#ebedf3;
	stroke-width:15;
}

/* custom css end*/


/* header start */ 

.section1_menu_wrapper{
  float:left;
  width: 100%;
  background:transparent;
  color: #fff;
  padding: 30px 0px;
}
.section1_menu_wrapper .navbar{
	min-height:0;
	margin-bottom:0;
}
.section1_menu_wrapper .navbar-nav {
    float: right;
}
.section1_menu_wrapper .navbar-nav li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 2em 1em .5em;
}
#section1_Navbar ul li a{
	font-size:16px;
	color:#fff;
	text-transform:capitalize;
	border:1px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	padding:10px 12px;
}
#section1_Navbar ul li:last-child a{
	margin-top: -5px;
	padding:0;
    width: 130px;
	height: 50px;
    text-align: center;
    line-height: 50px;
	color:#111;
	background:#fff;
	border:1px solid #fff;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#section1_Navbar ul li:last-child a:hover,
#section1_Navbar ul li:last-child a:focus{
	color:#fff;
	background:transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#section1_Navbar ul li a:hover{
	border:1px solid rgba(255, 255, 255, 0.20);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#section1_Navbar ul li a:hover, #section1_Navbar ul li.active a
{
	border:1px solid rgba(255, 255, 255, 0.20);
}
.section1_menu_wrapper .navbar-inverse{
    background-color: transparent;
	border-color:transparent;
}
.section1_menu_wrapper .navbar-inverse .navbar-nav>.active>a, 
.section1_menu_wrapper .navbar-inverse .navbar-nav>.active>a:focus, 
.section1_menu_wrapper .navbar-inverse .navbar-nav>.active>a:hover{
	background-color:transparent;
	border-color:rgba(255, 255, 255, 0.20);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* menu_fixed start */

.menu_fixed{
	position:fixed;
    background: #6e3ddd;
	top:0;
	left: 0;
    right: 0;
    z-index: 100;
}

/* navbar-toggle start */

.navbar-toggle {
    top:0;
    border: 1px solid rgba(255, 255, 255, 0.20);
    margin-right: 0;
    margin: 0;
}
.navbar-toggle .icon-bar {
    width: 16px;
    background-color: #fff;
}

/* mobail_menu_main start */

.mobail_menu_main{
	float:left;
	width:100%;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100vh;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  z-index:1000;
}
#links {
  position: relative;
  float: left;
}
#link_list {
  list-style-type: none;
  width: 100%;
  padding: 0px 50px 0px 0px;
}
#link_list li {
  display: block;
  width: 100%;
}
#link_list li:hover {
  background-color: #f9c841;
}
#sidebar .sidebar_logo {
    padding: 15px 0px;
    padding-left: 20px;
    display: inline-block;
}
#toggle_close{
	position: absolute;
    z-index: 100;
    right: 20px;
    top: 22px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 300px;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight:500;
  border-bottom:1px solid #d3d3d3;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#cssmenu > ul > li:first-child > a{
	border-top:1px solid #d3d3d3;
}
#cssmenu > ul > li > a:hover{
	background:#6e3ddd;
	border-bottom:1px solid #d3d3d3;
	color:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after, #cssmenu ul > li.has-sub > a:hover:before{
	background:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight:bold;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background:#ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background:#ffffff;
}

/* header end */

/* section_1 start */

.section_1{
	float:left;
	width:100%;
	background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
	background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
	background-position:center 0;
	background-size: cover;
	position:relative;
}
.svg_section{
    position: absolute;
    bottom: -150px;
    width: 100%;
}

/* section1_bottom_wrapper */

.section1_bottom_wrapper{
	float:left;
	width:100%;
    position: relative;
	z-index: 1;
	padding-top:100px;
}
.section1_content_wrapper{
	float:left;
	width:100%;
}
.section1_content_wrapper h2{
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
	color:#fff;
	text-transform: capitalize;
	padding-bottom:30px;
}
.section1_content_wrapper p{
	font-size:18px;
	color:#fff;
	line-height: 30px;
	padding-bottom: 30px;
}
.section1_content_wrapper ul li{
	float:left;
	margin-left:20px;
}
.section1_content_wrapper ul li:first-child{
	margin-left:0px;
}
.section1_img_wrapper{
	float:left;
	width:100%;
}
.section1_img_wrapper img{
	float:right;
}

/* section_1 end*/


/* features_with_icon start */

.features_with_icon{
    float: left;
    width: 100%;
	background: #fff;
	padding-top:100px;
	padding-bottom:100px;
}
.rotate{
    display:inline-block;
    width: 72px;
    height: 72px;
    line-height: 72px;
	background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
	background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
	border-radius: 50px;
    color: #fff;
    margin-bottom: 37px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main{
	padding-top:40px;
	background: #fff;
	box-shadow: 0px 0px 38px rgba(0,0,0,.1);
	text-align:center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main i:before{
	margin-left:0;
	font-size: 22px;
}
.main_content_wrapper{
	padding:0px 20px 40px 20px;	
}
.main_border_wrapper {
    float: left;
    width: 100%;
    position: relative;
    height: 4px;
    background-color: #e5e5e5;
}
.main_bottom_border {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    opacity: 0;
    background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
	background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
    -webkit-transition: width 0s .2s,opacity .2s;
    -moz-transition: width 0s .2s,opacity .2s;
    transition: width 0s .2s,opacity .2s;
}
.main h4{
	margin-bottom:30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main:hover .main_bottom_border {
    width: 100%;
    opacity: 1;
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    transition: width .4s ease;
}
.main:hover h4 a{
	color: #6e3ddd ;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}


/* features_with_icon end */


/* features_with_images start  */

.features_with_images{
	float:left;
	width:100%;
	position:relative;
	background: #F7F8FC;
	padding-top:100px;
}
.overview_tab_main_wrapper{
	float: left;
    width: 100%;
    position: relative;
    z-index: 1;
	
}
.overview_svg_section {
    position: absolute;
    bottom: -150px;
    width: 100%;
}
.overview_cont_wrapper{
	float:left;
	width:100%;
}
.overview_tab_wrapper{
	float:left;
	width:100%;
}
.overview_tab_content{
	float:left;
	width:100%;
}
.overview_tab_content h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
	color:#111;
	text-transform: capitalize;
	padding-bottom:30px;
}
.overview_tab_content p{
	font-size:16px;
	line-height: 26px;
	padding-bottom: 30px;
}
.overview_tab_content ul li{
	margin-bottom:20px;
}
.overview_tab_content ul li:last-child{
	margin-bottom:0px;
}
.overview_tab_content ul li a i {
    float: left;
    color: #fff;
	font-size:16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
    background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
}
.overview_tab_content ul li a{
	font-size: 16px;
	line-height: 30px;
}
.overview_tab_content .app_btn{
	margin-top: 30px;
}
.section1_img_wrapper{
	float:left;
	width:100%;
}
.overview_tab_img{
	float: left;
    align-items: center;
    display: flex;
    height: 500px;
    line-height: 500px;
    width: 500px;
    text-align: center;
    background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
    background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
    border-radius: 50%;
}
.overview_nav_wrapper{
	float:left;
	width:100%;
	padding-bottom:50px;
	text-align:center;
}
.overview_nav_wrapper .nav-tabs{
    position: relative;
    border: 0;
	margin-top:20px;
	display: inline-block;
}
.overview_nav_wrapper .nav-tabs li a:focus{
	outline:none;
}
.overview_nav_wrapper .nav-tabs li{
  margin:0px;
}
.overview_nav_wrapper .nav-tabs li a{
  position:relative;
  margin-right:0px;
  padding: 10px 20px;
  font-size:16px;
  text-transform:capitalize;
  border:none;
  color: #111111;
  font-weight: 500;
}
.overview_nav_wrapper .nav-tabs li a i{
	margin-right:5px;
}
.overview_nav_wrapper .nav-tabs a:hover{
  background-color:transparent;
  border:none;
}
.overview_nav_wrapper .nav-tabs li a:after{
    content: '';
    border: 1px solid transparent;
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.overview_nav_wrapper .nav-tabs>li.active>a, 
.overview_nav_wrapper .nav-tabs>li.active>a:focus, 
.overview_nav_wrapper .nav-tabs>li.active>a:hover{
  background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
  background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
  border-radius: 5px;
  border:none ;
  color:#fff;
}


/*counter_section start*/

.counter_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.counter_section i:before{
	font-size: 30px;
	margin-left:0;
}
.icon_box{
    display: inline-block;
	background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
    background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
    width: 70px;
    height: 70px;
	line-height: 70px;
    border-radius: 50px;
    text-align: center;
	color: #fff;
	position:relative;
}
.counter_section .icon_box:after {
	position: absolute;
    content:'';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-box-shadow: 0px 0px 0px 8px rgba(110, 61, 221, 0.32), 0px 0px 0px 16px rgba(110, 61, 221, 0.32);
    box-shadow: 0px 0px 0px 8px rgba(110, 61, 221, 0.32), 0px 0px 0px 16px rgba(110, 61, 221, 0.32);
}
.counter_section .count-description{
	display: inline-block;
	font-size: 50px;
	font-weight: 600;
	color: #111;
	padding-top: 5px;
}
.counter_section h4{
	display: block;
	line-height: 40px;
	padding-top: 20px;
}
.counter_section h4 a{
	color: #999;
}

/*counter_section end*/


/* vedio_section start */

.vedio_section{
	float: left;
	width: 100%;
    background-image: url(../images/vedio_bg_img.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.vedio_section_overlay{
	content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #6e3ddd;
    opacity: 0.8;
}
.vedio_text_wrapper{
	float: left;
	width: 100%;
	padding-bottom: 150px;
    padding-top: 100px;
	text-align:center;
}
.play-trigger {
	position: relative;
    z-index: 2;
	font-size: 30px;
    color: #6e3ddd;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    display: block;
	background: #fff;
	-webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s linear;
}
.vedio_text_wrapper .play-trigger i {
    margin-left: 7px;
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}

/* vedio_section end */


/* team_section start */

.team_section{
    float: left;
    width: 100%;
    position: relative;
    background: #F7F8FC;
    padding-top: 100px;
	padding-bottom: 100px;
}
.team_wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    
}
.team_svg_section {
    position: absolute;
    bottom: -150px;
    width: 100%;
}
.team_section .team-circle{
	padding-top: 20px;
}
.team_section .team-circle .team-photo {
    position: relative;
    width: 160px;
    margin: 0 auto;
}
.team-circle .team-photo:before {
    position: absolute;
    content: "";
    height: calc(100% + 24px);
    width: calc(100% + 24px);
    border-radius: 50%;
    top: -12px;
    left: 50%;
    transform: translateX(-50%) scale(0.6);
    z-index: 1;
    opacity: 0;
    transition: all .5s ease;
	background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
    background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
}
.team-circle .team-photo img {
    border-radius: 50%;
    width: 160px;
    position: relative;
    z-index: 2;
    outline: 0;
    border: 0 none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-border-radius: 5px;
    border-radius: 5px;
	transition: all .6s;
}
.team-circle .team-photo:before {
    opacity: 1;
    transform: translateX(-50%) scale(1);
	background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
    background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
}
.team-circle .team-info {
	text-align:center;
    margin-top: 25px;
}
.team-circle .team-name {
	font-size: 26px;
    font-weight: 400;
    color: #111;
    margin: 0;
}
.team-circle .team-photo:hover:before {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.team-circle .team-photo:hover img {
    transform: scale(0.85);
}
.team-circle .team-social li {
    display: inline-block;
    margin: 0 7px;
}
.team-circle .team-social li a {
    color: #4c5a77;
}
.team-circle .team-info .content h3 {
  font-size: 26px;
  font-weight: 400;
  color: #111;
  margin: 0;
}
.team-circle .team-info .content span {
  color:#111;
  display: block;
  margin: 10px 0 20px;
}
.team-circle .content ul li {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.team-circle .content ul li a {
	display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #111;
    font-size: 16px;
    border-radius: 100%;
}

/* team_section end */


/* screenshot_section start */

.screenshot_section {
  float:left;
  width: 100%;
  padding-bottom:40px;
  position: relative; 
}
.swiper-slide.swiper-slide-active img {
  border-radius: 30px; 
}
.swiper-container {
    width: 100%;
    padding-bottom: 60px;
    position: relative;
    padding-top: 10px; 
}
.swiper-container .frem {
  position: absolute;
  width: 297px;
  z-index: 99;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
}
.swiper-slide {
  width: 297px;
  height: auto;
  padding: 0 15px;
}
.swiper-slide img {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; 
}

/* screenshot_section end */


/* download_app_section start */

.download_app_section{
	float: left;
	width: 100%;
    background-image: url(../images/vedio_bg_img.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-top: 100px;
}
.download_app_overlay{
	content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #6e3ddd;
    opacity: 0.8;
}
.download_app_content_wrapper{
	float: left;
	width: 100%;
	padding-top:150px;
}
.download_app_content_wrapper h2{
	font-size: 30px;
    font-weight: 600;
	color: #fff;
	padding-bottom:30px;
}
.download_app_content_wrapper p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 30px;
}
.download_app_content_wrapper ul li {
    float: left;
    margin-left: 20px;
}
.download_app_content_wrapper ul li:first-child {
    margin-left: 0px;
}
.download_app_btn {
    float: left;
	width:170px;
	border: 1px solid #fff;
    padding: 5px 0px 5px 20px;
    border-radius: 5px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.download_app_btn:hover {
	background:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.download_app_btn:hover i,
.download_app_btn:hover span {
    color: #6e3ddd;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.download_app_btn i {
	float: left;
    font-size: 28px;
    line-height: 38px;
    margin-right: 10px;
    color: #fff;
}
.download_app_btn span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}
.download_app_btn span small {
    font-size: 12px;
    line-height: 12px;
}

/*  download_app_section end*/


/* testimonial_section start*/

.testimonial_section{
	width:100%;
	float:left;
	background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
    background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
	padding-bottom:100px;
	padding-top:100px;
}
.testimonial_section .section_heading h2,
.testimonial_section .section_heading p  {
	color:#fff
}
.testimonial_section .section_heading span.bordered-icon {
    color: #fff;
}
.testimonial_slider{
	float:left;
	width:100%;
}
.testimonial_slider .owl-theme .owl-nav {
    display: none;
}
.testimonial_slider .owl-theme .owl-dots {
    display: none;
}
.testimonial_wrapper{
	float:left;
	width:100%;
	padding:40px;
	background: rgba(0,0,0,.2);
	border-radius: 15px;
}
.testimonial_image_wrapper{
	float:left;
	width:100%;
	padding-bottom: 25px;
}
.testimonial_image{
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.testimonial_author{
	display: table;
    padding-left: 10px;
	padding-top: 20px;
}
.testimonial_author h3 {
    font-size: 26px;
    color: #ffffff;
	padding-bottom: 5px;
}
.testimonial_author span {
    color: rgba(255, 255, 255, 0.61);
    display: block;
    padding-bottom: 20px;
}
.testimonial_content{
	float:left;
	width:100%;
}
.testimonial_content p {
    padding: 0 20px;
	color:rgba(255, 255, 255, 0.61);
}
.testimonial_rating li{
    display: inline-block;
	margin-right:3px;
}
.testimonial_rating li:last-child{
	margin-right:0;
}
.testimonial_rating li:last-child p{
	font-size: 18px;
	color:#fff;
}
.testimonial_rating li i {
	color:#ffdd65;
    font-size: 18px;
}

/* testimonial_section end*/


/*pricing_section start*/

.pricing_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.pricing_section .pricing-table-default {
	float:left;
	width:100%;
	border: 1px solid #f1f1f1;
	margin-top: 30px;
	border-radius: 6px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section .pricing-table-default:hover {
	border: 1px solid #6e3ddd ;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section .pricing-table-default:hover .pricing-head {
	border-color:#6e3ddd ;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section .pricing-table-default .app_btn {
    margin-bottom: 40px;
}
.pricing_section .pricing-head,
.pricing_section .popular-plan {
	border-radius: 6px 6px 0 0;
}
@media (max-width : 766px) {
	.pricing_section .pricing-table-default {
		margin-bottom: 30px;
	}
}

.pricing_section .pricing-head {
  color: #000;
  margin-bottom: 15px;
  padding-top: 45px;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section .pricing-head .price {
	display: block;
	font-size: 90px;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 35px;
	color: #111111;
}
.pricing_section .pricing-head .price sup {
	font-size: 60px;
	font-weight: 300;
	top: -9px;
}
.pricing_section .pricing-head .price sub{
	font-size: 16px;
	font-weight: 400;
}
.pricing_section .pricing-head p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-bottom: 20px;
}

/*preset color*/

.green-bg {
	background-color: #73c8b7;
}
.blue-bg{
	background-color: #6e3ddd ;
}
.pink-bg {
	background-color: #eb768c;
}

.pricing_section .blue-bg{
	border-radius:30px;
}
.pricing_section .pink-bg{
	border-radius:30px;
}
.pricing_section .green-bg{
	border-radius:30px;
}
.pricing_section .pricing-head h3 {
	font-size: 15px;
	color: #ffffff;
	padding: 18px 40px;
	margin: 0px;
	position: relative;
	bottom: -25px;
	display: inline-block;
}

/*pricing list*/

.pricing_section .pricing-list {
	margin: 0px;
    padding: 0;
    list-style: none;
	margin-bottom: 20px;
}
.pricing_section .pricing-list li {
	display: block;
	line-height: 41px;
	color: #999999;
}
.pricing_section .pricing-list li:first-child {
	padding-top: 15px;
}

.pricing_section .pricing-table-default .btn::after{
	content: "\f101";
	font-family: "FontAwesome";
	position: absolute;
	margin-left: 5px;
}
.pricing_section .pricing-table-default .btn:hover {
	background: #6e3ddd ;
	color: #ffffff !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*pricing_section end*/


/* --------------------------------------
blog_section start
----------------------------------------- */

.blog_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.blog_section .blog-post-wrapper {
	background-color:#fff;
	border: 1px solid #e9ebec;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width : 991px) {
	.blog_section .blog-post-wrapper {
		margin-bottom: 40px;
	}
}
.blog_section .blog-post-wrapper .post-thumbnail{
	position: relative;
}
.blog_section .blog-post-wrapper .post-thumbnail img{
	width: 100%;
}
.blog_section .blog-post-wrapper .post-thumbnail .like_thumb{
    position: absolute;
    bottom: -25px;
    right: 25px;
    z-index: 1;
}
.blog_section .blog-post-wrapper .post-thumbnail .like{
	display:block;
    width: 50px;
    height: 50px;
    line-height: 52px;
	font-size:20px;
    text-align: center;
    background: #fff;
    color: #999;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.2);
}
.blog_section .blog-post-wrapper .blog-content{
  padding: 40px 30px 30px;
}

/*entry-header*/

.blog_section .blog-post-wrapper .entry-header {
  margin-bottom: 20px;
  background:transparent;
}
.blog_section .blog-post-wrapper .entry-title{
	line-height: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.blog_section .blog-post-wrapper .entry-title a{
	color: #313131;
}
.blog_section .blog-post-wrapper .entry-title a:hover{
	color: #6e3ddd;
}

/*entry-meta*/

.blog_section .blog-post-wrapper .entry-header .entry-meta {
	font-size: 14px;
	text-transform: capitalize;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li i{
	padding-right:3px;
	font-size: 12px;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li a{
	color: #999;
}
.blog_section .blog-post-wrapper:hover .entry-title a,
.blog_section .blog-post-wrapper:hover .like_thumb i  {
    color: #6e3ddd;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*entry-content*/

.blog_section .blog-post-wrapper .entry-content p{
	margin: 0;
}
.blog_section .blog-post-wrapper .entry-content .btn_style{
    float: none;
    min-width: 100px;
	background: #6e3ddd;
    color: #fff;
    margin-top: 15px;
	font-weight:400;
	padding:10px 30px;
    text-transform: uppercase;
}


/*blog video post*/

.blog_section .blog-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #fff;
	background: #6e3ddd;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-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;
}
.blog_section .blog-post-wrapper .play-trigger:hover {
  color: #6e3ddd;
  background: #fff;
}
.blog_section .blog-post-wrapper .play-trigger i {
	margin-left: 5px;
}

/*entry-content*/

.blog_section .blog-post-wrapper .entry-content p{
	margin: 0;
}
.blog_section .blog-post-wrapper .app_btn{
    margin-top: 20px;
	width: 100px;
}

/*blog gallery post*/

#blog_section_slider .owl-theme .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
  margin: 0;
  top: 0;
}
#blog_section_slider .owl-carousel .owl-nav .owl-prev, 
#blog_section_slider .owl-carousel .owl-nav .owl-next{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #6e3ddd;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  opacity: 1;
  margin: 0;
}
#blog_section_slider .owl-carousel .owl-nav .owl-prev:hover, 
#blog_section_slider .owl-carousel .owl-nav .owl-next:hover{
	  background-color: #6e3ddd;
}
#blog_section_slider .owl-theme .owl-dots .owl-dot{
	display:none;
}

/*blog video post*/

.blog_section .blog-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #fff;
	background: #6e3ddd;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-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;
}
.blog_section .blog-post-wrapper .play-trigger:hover {
  color: #6e3ddd;
  background: #fff;
}
.blog_section .blog-post-wrapper .play-trigger i {
	margin-left: 5px;
}

/* --------------------------------------
blog_section end
----------------------------------------- */


/* contact_section start */

.contact_section {
    float: left;
    width: 100%;
    position: relative;
    background: #F7F8FC;
    padding-top: 100px;
	padding-bottom:100px;
}
.contact_wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
 
}
.contact_svg_section {
    position: absolute;
    bottom: -150px;
    width: 100%;
}
.contact_info_box{
	float: left;
    width:100%;
	background:#fff;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
	padding: 40px;
	margin-bottom:30px;
}
.icon_img{
	float: left;
	font-size:30px;
	width: 70px;
    height: 70px;
	line-height: 70px;
    border-radius: 50px;
    text-align: center;
	color: #fff;
	position:relative;
    display: inline-block;
	background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
    background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
}
.icon_img:after {
	position: absolute;
    content:'';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-box-shadow: 0px 0px 0px 8px rgba(110, 61, 221, 0.32), 0px 0px 0px 16px rgba(110, 61, 221, 0.32);
    box-shadow: 0px 0px 0px 8px rgba(110, 61, 221, 0.32), 0px 0px 0px 16px rgba(110, 61, 221, 0.32);
}
.icon_content {
    font-size: 20px;
    float: left;
    width: calc(100% - 70px);
    padding-left: 30px;
	padding-top:10px;
}
.icon_content p{
	font-size: 16px;
	line-height:26px;
}
.contact_form_wrapper .form-control {
	font-size: 16px;
	height: 53px;
    padding: 15px 35px;
    border: 1px solid #fff;
    border-radius:5px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
	-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;
}
.contact_form_wrapper  textarea.form-control {
	height:auto;
	resize:none
}
.contact_form_wrapper input::placeholder, 
.contact_form_wrapper textarea::placeholder {
    color: #999999;
}
.contact_form_wrapper .form-control:focus {
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
	color: #999999;
	background-color: transparent;
	border: 1px solid #6e3ddd !important;	
}
.contact_form_input{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 27px;
}
.contact_form_wrapper .i-name:after, .contact_form_wrapper .i-email:after, 
.contact_form_wrapper .i-phone:after, .contact_form_wrapper .i-subject:after,
.contact_form_wrapper .i-message:after {
    position: absolute;
    top: 16px;
    font-size: 16px;
    font-family: "FontAwesome";
    color: #999999;
}
.contact_form_wrapper .i-name:after{
	content: "\f007";
	left: 14px;
}
.contact_form_wrapper .i-email:after{
	content: "\f003";
	left: 14px;
}
.contact_form_wrapper .i-phone:after{
	content: "\f095";
	left: 14px;
}
.contact_form_wrapper .i-subject:after {
    content: "\f29c";
    left: 14px;
}
.contact_form_wrapper .i-message:after{
	content: "\f0e5";
	left: 14px;
}
.contact_form_wrapper .app_btn{
	border:0;
}

/*contact_sectionend*/

 
/* faq_section start */

.faq_section {
    float: left;
    width: 100%;
    position: relative;
	padding-bottom: 100px;
}
.faq_section .panel-group .panel+.panel {
	margin-top: 0px;
}
.faq_section .panel-group {
  margin-bottom: 0;
  padding-left: 20px;
}
.faq_section .panel-default {
  border: 0;
}
.faq_section .panel {
	background-color: transparent;
	border-bottom: 0px solid transparent;
	border-radius: 0;
	margin-bottom: 30px;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
}
.faq_section .panel:last-of-type {
	border-bottom: 0;
}
.faq_section .panel .panel-heading a {	
    display: block;
    color: #313131;
    line-height: 16px;
    font-size: 20px;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    padding: 22px 30px 22px 22px;
}
.faq_section .panel-default>.panel-heading {
	border-radius: 0px;
    padding: 0;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    background: #fff;
    color: #999999;
}
.faq_section .panel .panel-heading a i:before {	
	color: #6e3ddd;
    margin-left: 0;
    font-size: 22px;
    line-height: 16px;
    padding-right: 10px;
}
.faq_section .panel-group .panel-heading+.panel-collapse>.panel-body {
  border:0;
  padding: 30px 0px;
}
.faq_section .panel-group .panel-heading+.panel-collapse>.panel-body p{
  font-size:16px;
  line-height:26px;
}
.faq_section .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 40px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.08);
  position: relative;
}
.faq_section .panel-group .panel-heading+.panel-collapse>.panel-body p{
	position:relative;
    color: rgba(255, 255, 255, 0.61);
	font-size:16px;
	line-height:26px;
}
.faq_section .text-accordion{
	padding-left:20px;
}
.faq_section .text-accordion h4{
	font-size: 24px;
    font-weight: 500;
	color:#fff;
}
.faq_section .text-accordion .btn_style{
	margin-top:10px
}
.faq_section .text-accordion .btn_style::before {
	border: 0;
}
.faq_section .text-accordion .btn_style:hover {
    background-color:transparent;
    color: #fff;
}
.faq_section .text-accordion .btn_style:hover:before {
	border:2px solid #fff;
}
.faq_overlay{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
	background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
    background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
}
.faq_section .panel .panel-heading a:after,
.faq_section .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	font-size: 24px;
	float: right;
	width: 21px;
	display: block;
	height: 21px;
	line-height: 21px;
	text-align: center;
	border-radius: 50%;
	color: #6e3ddd;
    background: #fff;
}
.faq_section .panel .panel-heading a:after {  
	content: "\f107";
}
.faq_section .panel .panel-heading a.collapsed:after {
	content: "\f106";	
}

/*faq_section end*/


/* newsletter_section start */

.newsletter_section{
	float:left;
	width:100%;
	text-align:center;
	background-image: -webkit-linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
	background-image: linear-gradient(135deg,#6e3ddd 0,#6d1bc6 51% ,#6d1bc6 100%);
	background-position:center 0;
	background-size: cover;
	padding-top:100px;
	padding-bottom:100px;
}
.newsletter_content h2 {
    font-size: 40px;
    color: #fff;
	padding-bottom:40px;
}
.newsletter_form{
	float:left;
	width:100%;
	position:relative;
	padding-bottom:40px;
}
.newsletter_form input {
    height: 60px;
    border: 0;
    background-color: #fff;
    border-radius: 50px;
    font-size: 18px;
    padding: 0px 30px 0px 20px;
}
.newsletter_form .app_btn {
    height: 54px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    right: 3px;
    line-height: 54px;
}
.newsletter_content ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.newsletter_content ul li:first-child {
    padding-left: 0;
}
.newsletter_content ul li a {
	display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
	background: rgba(0,0,0,.2);
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    border-radius: 100%;
}

/* newsletter_section end */


/*   footer start */

.footer{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#212121;
}
.footer h4{
	color:#fff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 50px;
	text-transform:capitalize;
	padding-bottom:45px;
}
.footer h4:after{
    content: '';
    border: 2px solid #6e3ddd;
    display: block;
    width: 30px;
    position: absolute;
    margin-top: 18px;
}
.widget_1, .widget_2, .widget_3, .widget_4{
	float:left;
	width:100%;
}
.widget1_image_wrapper{
	float:left;
	width:100%;
}
.widget1_text_wrapper{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom: 25px;
}
.widget1_text_wrapper p{
	font-size:16px;
	line-height:26px;
}
.widget1_social_icons li{ 
	float:left;
	margin-left:8px;
}
.widget1_social_icons li:first-child{ 
	margin-left:0px;
}
.widget1_social_icons li a{ 
	float:left;
	color:#fff;
	width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.facebook{
	background: #3b5998;
	border: 1px solid #3b5998;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.twitter{
	background: #1da1f2;
	border: 1px solid #1da1f2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.linkedin{
	background: #007bb5;
	border: 1px solid #007bb5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pinterest{
	background: #bd081c;
	border: 1px solid #bd081c;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.facebook:hover{
	background:transparent;
	color: #3b5998;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.twitter:hover{
	background:transparent;
	color: #1da1f2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.linkedin:hover{
	background:transparent;
	color: #007bb5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pinterest:hover{
	background:transparent;
	color: #bd081c;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.widget2_list{
	padding-top: 25px;
}
.widget2_list li { 
	margin-bottom:15px;
}
.widget2_list li:last-child { 
	margin-bottom:0;
}
.widget2_list li a i{ 
	color: #6e3ddd ;
	margin-right:18px;
}
.widget2_list li a{ 
	color: #999999;
	font-size:16px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.widget2_list li a:hover{ 
	color: #6e3ddd ;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.widget4_text_wrapper{
	float:left;
	width:100%;
	padding-top: 25px;
	padding-bottom: 25px;
}
.widget4_text_wrapper p{
	font-size:16px;
	line-height:26px;
}
.mr-20 img{
	margin-bottom:25px;
}

/* footer end */


/* copyright_wrapper start */

.copyright_wrapper{
	background:#1a1a1a;
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
}
.copyright_content{
	float:left;
	width:100%;
	text-align:center;
}
.copyright_content p{
	font-size:16px;
	line-height:26px;
	text-transform:capitalize;
}
.copyright_content a{
	color:#6e3ddd ;
}

/* copyright_wrapper end */


/* media  query css for ipad */

@media(min-width: 992px) and (max-width: 1199px) {
	
	#section1_Navbar ul li a {
		padding: 10px 10px;
	}
	.overview_tab_img {
		height: 400px;
		line-height: 400px;
		width: 400px;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	
	.navbar-toggle{
		display:block;
	}
	.widget_1, .widget_2{
		padding-bottom: 30px;
	}
}

/* media query css for mobile */

@media(max-width: 991px){
	
	.features_with_icon{
		padding-bottom: 60px;
	}
	.main {
		margin-bottom: 40px;
	}
	.counter_section{
		padding-top: 100px;
	}
	.counter_section .count-description {
		padding-bottom: 60px;
	}
	.team_section{
		padding-bottom:0;
	}
	.team_wrapper {
		padding-bottom: 100px;
	}
	.team_section .section_heading {
		margin-bottom: 10px;
	}
	.team_section .team-circle {
		padding-top: 40px;
	}
	.section1_img_wrapper, 
	.download_app_img_wrapper{
		padding-top: 60px;
	}
	.overview_tab_img{
		margin-top: 60px;
	}
}

@media (max-width: 880px){
	
	.svg1, .svg2{
		stroke: #fff;
		stroke-width: 0;
	}
}

@media(max-width: 767px){
	
	.widget_1, .widget_2, 
	.widget_3, .widget_4 {
		padding-bottom: 30px;
	}
}

@media(max-width: 560px){
	
	.overview_tab_img {
		height: 400px;
		line-height: 400px;
		width: 400px;
	}
}	

@media(max-width: 480px){
	
.section1_content_wrapper ul li {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 20px;
}
}