/*
Author       : jannat_themes.
Template Name: Shifah - Responsive App Landing Page WordPress theme
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START ABOUT US DESIGN
    05. START FEATURE ONE AND FEATURE TWO DESIGN
    06. START AMAZING FEATURES DESIGN
    07. START HOW IT WORKS DESIGN
    08. START APP SCREENSHOT DESIGN
    09. START HOW IT WORKS DESIGN
    10. START PRICING DESIGN
    11. START TESTIMONIAL DESIGN
    12. START DOWNLOAD DESIGN
    13. START FAQ DESIGN
    14. START NEWSLETTER DESIGN
    15. START CONTACT ADDRESS & CONTACT FORM DESIGN
    16. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
color:#8C8C8C;
font-family: "David Libre", serif;
font-size: 19px;
font-weight: 500;
line-height: 29px;
overflow-x:hidden;
background:#fff;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  margin:0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	font-family: "David Libre", serif;
}
a:hover ,
a:focus{
    color: #5625d2;
    text-decoration: none;
	outline: none;
}

p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
span{font-family: "David Libre", serif;}
/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 8px solid rgba(0, 0, 0, 0.08);
    border-right: 8px solid rgba(0, 0, 0, 0.08);
    border-bottom: 8px solid rgba(0, 0, 0, 0.08);
    border-left: 8px solid #000;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*.no-padding { padding: 0 }*/

/*END PRELOADER DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
	background: #fff;
	border-radius: 100px;
	bottom: 5px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	color: #5625d2;
	cursor: pointer;
	font-size: 22px;
	height: 55px;
	line-height: 55px;
	opacity: 1;
	position: fixed;
	right: 5px;
	text-align: center;
	transition: all 0.2s ease 0s;
	width: 55px;
}
.topcontrol i {
	border: 1px solid #5625d2;
	width: 40px;
	border-radius: 100px;
	height: 40px;
	line-height: 35px;
}
.topcontrol:hover {
    background: #5625d2;
    color: #fff;
}
.topcontrol:hover i{border: 1px solid #fff;}
/*END SCROLL TO TOP*/
.section-padding { padding: 80px 0 }
/*START SECTION TITLE DESIGN*/
.section-title { margin-bottom: 60px }
.section-title  h2 {
font-size: 50px;
text-transform: capitalize;
}
@media only screen and (max-width: 414px){
.section-title  h2 {font-size:36px;}
}
.line{
border-bottom: 1px dashed #444;
display: block;
margin: 15px auto;
width: 80px;
position:relative;
}
@media only screen and (max-width:480px) { 
.section-title  p{padding:0 15px}
}
/*END SECTION TITLE DESIGN*/

/*START BTN DESIGN*/
.btn_one {
	background: #000;
	border-radius: 16px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	outline: medium none !important;
	padding: 30px 45px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	display: inline-block;
}
.btn_one:hover,
.btn_one:focus {
    background: #5625d2;
	border-radius: 10px;
    color: #fff;
}
.btn_light {
	background: #fff;
	border-radius: 16px;
	color: #000;
	font-size: 18px;
	letter-spacing: 2px;
	outline: medium none !important;
	padding: 30px 45px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	display: inline-block;
}
.btn_light:hover,
.btn_light:focus {
    background: #fff;
	border-radius: 10px;
    color: #000;
}
.btn_color {
	background: #5625d2;
	border-radius: 16px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 3px;
	outline: medium none !important;
	padding: 30px 45px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	display: inline-block;
}
.btn_color:hover,
.btn_color:focus {
    background: #5625d2;
	border-radius: 10px;
    color: #fff;
}
/*END BTN DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.custom-logo {
	width: 160px;
	height: 45px;
}
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #5625d2 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #000 !important;
    background-color: transparent;
}
.navbar-brand { padding: 0px }
.navbar-brand img {
    width: 160px;
    margin-left: 10px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: #fff }
.menu-top li a {
	color: #000 !important;
	font-size: 18px;
	letter-spacing: 1.5px;
	text-transform: capitalize;
	font-weight: 400;
}
.menu-top li a:hover { color: #5625d2!important }
@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 8px;
    }
}
@media only screen and (max-width:480px) { 
    .menu-top { background-color: #fff }
    .navbar-default .navbar-nav > li > a { color: #313131  !important }
}
.navbar-default.menu-shrink {
	background:#fff;
	padding: 20px 0;
	width: 100%;
	margin-top:0px;
	box-shadow:0px 60px 60px rgba(0,0,0,0.1)
}
@media only screen and (max-width:480px) { 
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}
.navbar-default.menu-shrink li a {color: #000 !important; }
.navbar-default.menu-shrink li a:hover { color: #5625d2 !important }
.navbar-default .navbar-toggle { background: #fff none repeat scroll 0 0 }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #5625d2 }

/*-------------------------------
# dropdwon menu 
--------------------------------*/

#navigation li ul.sub-menu, #navigation ul li ul.sub-menu li ul.sub-menu{
	opacity: 0;
	position: absolute;
	top: 115%;
	transition: all 0.3s ease 0s;
	width: 228px;
	z-index: -99;
	visibility:hidden;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2);
	padding: 15px;  
	left: 0px;
	background: #fff;
	list-style: none;
}
#navigation ul li ul.sub-menu li ul.sub-menu{
	top: 0;
	left: 100%;
	transition: all 0.5s ease 0s;
}
#navigation ul li ul.sub-menu li{
	padding: 0;
	width: 100%;
}
#navigation ul li:hover ul.sub-menu{
	top:100%;
	opacity:1;
	z-index:999;
	visibility:visible;
}
#navigation ul.nav > li ul li:hover ul.sub-menu{
	opacity:1;
	visibility:visible;	
}
#navigation ul li ul.sub-menu li a {
	color: #000!important;
	cursor: pointer;
	display: block;
	padding: 10px 12px;
	text-transform: none;
	font-size: 18px;
}
#navigation ul li:hover ul.sub-menu li a:hover{
	color: #fff!important;
	background: #000;
	text-decoration: none;
}

/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.home_bg {
background:linear-gradient(to left, rgb(228, 242, 254), rgb(255, 238, 254));
/* background:#F4F3ED; */
    height: 900px;
    position: relative;
}
@media only screen and (max-width:768px) { 
.home_bg {height: 1048px;}
}

@media only screen and (max-width:480px) { 
.home_bg {height: 1150px;}
}
@media only screen and (max-width:414px) { 
.home_bg {height: 1250px;}
}

@media only screen and (max-width:320px) { 
.home_bg {height: 1100px;}
}
.hero-text h2 {
font-size: 95px;
letter-spacing: 0;
line-height: 130px;
padding-top: 150px;
margin-bottom: 30px;
}
@media only screen and (max-width:768px) { 
.hero-text h2 {
font-size: 40px;
line-height: 46px;
}
}
@media only screen and (max-width:480px) { 
    .hero-text h2 {
		padding-top: 100px;
        font-size: 50px;
        line-height: 70px;
    }
}
@media only screen and (max-width:360px) { 
    .hero-text h2 {
        font-size: 26px;
        line-height: 34px;
    }
}
.hero-text p {}
.home_btn{
margin-left: -10px;
margin-top: 30px;
display:flex;
}
.home-btn {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #000;
	padding: 15px 35px;
	margin: 0 10px 15px;
	transition: all 0.3s ease 0s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.home-btn:hover{
background:#5625D2;color:#fff;
border: 2px solid #5625D2;
}
.home-btn-two {
background:#000;
border: 2px solid #000;
border-radius: 50px;
color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
padding: 15px 35px;
margin: 0 10px 15px;
transition: all 0.3s ease 0s;
}
.home-btn-two:hover{
background:#5625D2;color:#fff;
border: 2px solid #5625D2;
}
.home_btn a i{
font-size: 20px;
margin-right: 5px;
vertical-align: middle;
}

.hero-text-img {
    padding-top: 120px;
}
.hero-text-img img {
  width: 70%;
}
@media only screen and (max-width:768px) { 
.hero-text-img{padding-top: 58px; }
}
@media only screen and (max-width:480px) { 
.hero-text-img{
display: inline-block;
padding-top: 100px;
}
.hero-text-img img {width: 100%;}
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 04.START ABOUT US DESIGN
 * ----------------------------------------------------------------------------------------
 */
.about-content{padding-top:80px;padding-bottom:50px;}
@media only screen and (max-width: 880px){
.about-content{margin-top:0px;}
}
.single_about{
background: #fff none repeat scroll 0 0;
margin-left: -1px;
padding: 60px 30px;
margin-bottom:30px;
position:relative;
box-shadow:0px 3px 100px rgba(11, 5, 22, 0.07);
z-index:2;
transition: all 0.3s ease 0s;
}
@media only screen and (max-width:768px) { 
.single_about{padding: 60px 28px;}
}
.single_about:hover{
box-shadow:0px 60px 60px rgba(0,0,0,0.1);
position:relative;
transform: translate(0, -10px);
}
.single_about:hover i{
background: #5625d2 none repeat scroll 0 0;
border: 1px solid #5625d2;
color: #fff;
}
.single_about i {
	border: 1px solid #000;
	border-radius: 100px;
	color: #fff;
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	margin-bottom: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 80px;
	background: #000;
}
.single_about h4 {
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	text-transform: capitalize;
	margin-bottom: 20px;
}
/*
 * ----------------------------------------------------------------------------------------
 * 04.END ABOUT US DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * 05.START FEATURE ONE AND FEATURE TWO DESIGN
 * ----------------------------------------------------------------------------------------
 */
.feature-one{}
.single_feature_img{float:right;}
.single_feature_img img{display: inline-block;}
.single_feature_one{padding-top: 100px;}
@media only screen and (max-width:768px) { 
.single_feature_one{padding-bottom: 50px;
padding-top: 0;}
}
.single_feature_one h3{
	font-size: 64px;
	line-height:74px;
margin: 0;
}
@media only screen and (max-width:480px) { 
.single_feature_one h3{
font-size: 40px;
line-height:50px;
margin: 0;
}
}
@media only screen and (max-width:480px) { 
.single_feature_one h3 {font-size: 40px;line-height:60px; }
}
.single_feature_one h3 strong{}
.single_feature_one p{margin: 30px 0;}

/*START FEATURE TWO DESIGN*/
.feature-two{}
.single_feature_two{padding-top: 100px;}
@media only screen and (max-width:768px) { 
.single_feature_two{padding-top: 50px;}
}
@media only screen and (max-width:480px) { 
.single_feature_two{padding-bottom: 0;
padding-top: 50px;}
}
.single_feature_two h3 {
	font-size: 64px;
	line-height: 74px;
	margin: 0;
}
@media only screen and (max-width:480px) { 
.single_feature_two h3 {font-size: 40px;line-height:60px; }
}
.single_feature_two h3 strong{}
.single_feature_two p{margin: 30px 0;}
.single_feature_two_img{}

.single_feature_two_img img{float:left;}
/*END FEATURE TWO DESIGN*/
.single_feature_btn_light {
	background: #000;
	border-radius: 16px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	outline: medium none !important;
	padding: 30px 45px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	display: inline-block;
}
.single_feature_btn_light:hover,
.single_feature_btn_light:focus {
    background: #5625D2;
	border-radius: 10px;
    color: #fff;
}
@media only screen and (max-width:480px) { 
.single_feature_btn_light{padding:15px 30px; }
}
.ms-wrapper button:hover {
    border-color: #5625d2;
    color: #5625d2;
}
/*
 * ----------------------------------------------------------------------------------------
 * 05.END FEATURE ONE AND FEATURE TWO DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
* ----------------------------------------------------------------------------------------
* 06.START AMAZING FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
.amazing_feature {
background:#F4F3ED;
padding-top:80px;
padding-bottom:50px;
}
.single_feature {
background: #fff none repeat scroll 0 0;
border: 1px solid #eee;
margin-bottom: 30px;
padding: 40px 65px;
text-align: center;
transition: all 0.3s ease 0s;
}
.single_feature:hover{border: 1px solid #5625D2;}
.single_feature i {
	background: #000;
	border: 1px solid #000;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 25px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 80px;
	z-index: 3;
}
.single_feature:hover i{
	background: #5625d2;border: 1px solid #5625d2;color:#fff;
}
.single_feature h3 {
    text-transform: capitalize;
	font-weight:600;
}
.single_feature span {
border-bottom: 1px dashed #ccc;
display: block;
margin: 15px auto 10px;
width: 80px;
}
.single_feature p { margin-bottom: 0 }
/*
* ----------------------------------------------------------------------------------------
* 06.END AMAZING FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07.START HOW IT WORKS DESIGN
* ----------------------------------------------------------------------------------------
*/
.template_how_it_work {
  padding-bottom: 60px;
}
.single_how_work{
padding: 60px;
}
.single_how_work h4 {
	/* letter-spacing: 1px; */
	margin-top: 0;
	text-transform: capitalize;
	font-size: 30px;
}
.single_how_work span{
border-bottom: 1px dashed #777;
display: block;
margin: 15px 0;
position: relative;
width: 80px;
}
/*
* ----------------------------------------------------------------------------------------
* 07.END HOW IT WORKS DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08.START APP SCREENSHOT DESIGN
* ----------------------------------------------------------------------------------------
*/.s-slider .item { margin: 5px }
.s-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls {
    margin-top: 50px;
    text-align: center;
}
.owl-theme .owl-controls .owl-page { display: inline-block }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer }
.owl-theme .owl-controls .owl-page span {
background-color: #5625d2 !important;
border-radius: 20px;
display: block;
height: 12px;
margin: 5px 7px;
width: 12px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #fff }
.owl-theme .owl-controls {
  display: block !important;
  margin-top: 20px;
  text-align: center;
}
/*
* ----------------------------------------------------------------------------------------
* 08.END APP SCREENSHOT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09.START HOW IT WORKS DESIGN
* ----------------------------------------------------------------------------------------
*/
.about_video {
	background: #000;
	padding: 100px 0;
	position: relative;
	transition: 0.3s;
}
.about_video:hover{background:#5625d2;}
.video-container a {
	color: #000;
	background: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	font-size: 40px;
	border-radius: 50%;
} 
.video-container a i{color: #000;}
.about_video:hover .video-container a i{color: #5625d2;}
.video-container h3 {
	color: #fff;
	font-size: 70px;
	margin-top: 40px;
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 90px;
}
@media only screen and (max-width:480px) { 
    .video-container h3 { font-size: 40px;line-height:60px; }
}
.video-container a{color: #fff;}
/*
* ----------------------------------------------------------------------------------------
* 09.END HOW IT WORKS DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/

.single-pricing {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 4px 5px -1px rgba(0,64,128,.1);
	padding:40px 0;
	border: 1px solid #eee;
}
@media only screen and (max-width:880px) { 
.single-pricing{margin-bottom:30px}
}
.single-pricing-block{
    box-shadow: 0 4px 5px -1px rgba(0,64,128,.1);
	background:#000;
}
.block-caption small {
  color: #5625d2;
  font-size: 26px;
  position: relative;
  top: -17px;
}
.block-caption-white small{
	color:#fff;
    position: relative;
    top: -17px;
    font-size: 26px;
}
.single-pricing h4 {
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.single-pricing ul {
  margin-bottom: 20px;
}
.single-pricing ul li{list-style:none;}
.single-pricing ul li {
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}
.single-pricing-block h4{color:#fff;}
.single-pricing-block h1{color:#fff;}
.block-caption {
  color: #5625d2;
}

.single-pricing-block ul li {
color:#fff;
    padding: 12px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.single-pricing-block ul li {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
color: #fff;
padding: 12px 0;
}
.btn-pricing-bg {
	background: #000;
	border: 1px solid #000;
	border-radius: 500px;
	color: #fff;
	font-size: 16px;
	padding: 10px 40px;
	text-transform: capitalize;
	transition: all 0.2s ease 0s;
	margin-top: 20px;
	display: inline-block;
	font-weight: 600;
}
.btn-pricing-bg:hover,
.btn-pricing-bg:focus {
    background:#5625d2;
    color: #fff;
    border: 1px solid #5625d2;
}
.btn-pricing-bg-block{
background: #fff none repeat scroll 0 0;
border: 2px solid #fff;
color: #000;
}
.btn-pricing-bg-block:hover,
.btn-pricing-bg-block:focus {
    background:#fff;
    color: #5625d2;
    border: 2px solid #fff;
	box-shadow: 0 14px 26px -12px rgba(26, 188, 156, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 188, 156, 0.2);
}
/*
* ----------------------------------------------------------------------------------------
* 10.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*.testimonial{background:#f8f8f8;}*/
/*.single_testimonial{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	padding: 35px;
	margin-left: 15px;
	margin-right: 15px;
}*/
.single_testimonial {
	background: #fff;
	border-radius: 30px;
	margin: 0px 15px;
	-webkit-box-shadow: 0 4px 5px -1px rgba(0,64,128,.1);
	box-shadow: 0 4px 5px -1px rgba(0,64,128,.1);
	margin-bottom: 30px;
	overflow: hidden;
	padding: 50px;
	transition:0.3s;
}
.single_testimonial:hover {
	-webkit-box-shadow: 0 4px 5px -1px rgba(86, 37, 210,0.4);
	box-shadow: 0 4px 5px -1px rgba(86, 37, 210,0.4);

}
.testimonial_img{
	margin-bottom: 10px;
	overflow: hidden;
}
.testimonial_img img{
	border: 4px solid #eee;
	border-radius: 500px;
	float: left;
	margin-right: 10px;
	width: 80px;
}
.testimonial_img h4 {
	font-weight: 600;
	font-size:20px;
	margin-bottom: 6px;
	margin-top: 10px;
	overflow: hidden;
	text-transform: capitalize;
}
.testimonial_img h5{
color: #000;
font-size: 16px;
font-weight: normal;
line-height: 26px;
margin-bottom: 0;
margin-top: 0;
overflow: hidden;
text-transform: capitalize;
} 

.testimonial-text p {
	margin-bottom: 20px;
}
.carousel-indicators li {
    border: 1px solid #333;
    border-radius: 12px;
    height: 12px;
    margin: 0 1px;
    width: 12px;
    background: #333;
}
.carousel-indicators .active {
  background-color: #5625d2;
  border: 1px solid #5625d2;
  height: 12px;
  margin: 0 1px ;
  width: 12px;
}
.site-wrapper { margin-bottom: 65px }
#team__carousel { margin-bottom: 70px }
#team__carousel .carousel-indicators { bottom: -80px }
.carousel-control { display: none }

/*
* ----------------------------------------------------------------------------------------
* 11.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/ 
/*
* ----------------------------------------------------------------------------------------
* 12.START DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/
.download {background:#000 none repeat scroll 0 0;padding: 100px 0;}
.download_icon h2 {
	color: #fff;
	font-weight: 400;
	font-size: 70px;
	line-height: 90px;
}
@media only screen and (max-width: 414px){
.download_icon h2 {font-size: 40px;line-height: 50px;}
}
.download_icon span{
border-bottom: 1px dashed #fff;
display: block;
margin: 20px auto;
position: relative;
width: 80px;
}
.download_icon p{color:#fff;margin-bottom: 40px;}
.download_icon a {
	margin: 0 15px;
}
@media only screen and (max-width: 414px){
.download_icon a {
	margin-bottom:30px;
}
}
.download_icon a i{font-size: 17x;}
/*
* ----------------------------------------------------------------------------------------
* 12.END DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 13.START FAQ DESIGN
 * ----------------------------------------------------------------------------------------
 */
.template_faq{background: #f1f1f1 none repeat scroll 0 0;padding-top:60px;padding-bottom:60px;}
.faq_desc { 
background: #fff none repeat scroll 0 0;
margin-bottom: 30px;
padding: 20px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.question {
	color: #232434;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: "Prata", serif;
}
.question span {
    background: #202020 none repeat scroll 0 0;
    color: #fff;
    margin-right: 10px;
    padding: 4px 10px;
}
.ans span {
    background: #5625d2  none repeat scroll 0 0;
    color: #fff;
    margin-right: 10px;
    padding: 4px 10px;
}
/*
 * ----------------------------------------------------------------------------------------
 * 13.END FAQ DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
* ----------------------------------------------------------------------------------------
* 14.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.newsletter_area {
	background: #000;
	padding: 100px 0;
}
.subs_form{}
.subs_form h3 {
	/* font-weight: 700; */
	color: #fff;
	font-size: 70px;
	margin-bottom: 30px;
	line-height: 90px;
}
@media only screen and (max-width: 414px){
.subs_form h3 {font-size: 40px;line-height: 50px;}
}
.subs_form p{color: #fff;}

.home_subs {
	display: block;
	position: relative;
	margin-top: 50px;
	width: 100%;
}
.home_subs button{border:none;}
.subscribe__input {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 500px;
	color: #1a2d62;
	display: block;
	height: 70px;
	letter-spacing: 0.4px;
	margin: 0;
	padding: 0 60px 0 20px;
	text-transform: capitalize;
	width: 100%;
	font-size: 20px;
}
.subscribe__input:focus{
outline:0 none;
box-shadow:none;
border: 1px solid #5625d2!important;
}
.subscribe__btn {
	background-color: #5625d2;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 22px;
	height: 71px;
	position: absolute;
	right: 14px;
	top: 81%;
	width: 100px;
	transition: 0.3s;
	border: none;
}
.subscribe__btn:hover {
background: #000;
	color:#fff;
}
/*
* ----------------------------------------------------------------------------------------
* 14.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 15.START CONTACT ADDRESS & CONTACT FORM DESIGN
 * ----------------------------------------------------------------------------------------
*/
.contact_area{}
.contact {
	margin-right:40px;
}
@media only screen and (max-width:880px) { 
.contact {
	margin-right:0px;
	margin-bottom:60px;
}
}
.contact input {
	color:#000;
	background:#F4F3ED;
	border-radius: 5px;
	border:none;
	box-shadow: none;
	font-size: 18px;
	height: 65px;
	padding: 10px 10px 10px 30px;
	width: 100%;
	margin-bottom: 10px;

}
.contact textarea {
	color: #000;
	background: #F4F3ED;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	padding: 10px 10px 10px 30px;
	width: 100%;
	margin-bottom: 10px;
	height: 200px;
}
.contact input:focus {
background:#fff;
	border: 1px solid #000;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0 none;
	color: #000;
}
.contact textarea:focus {
background:#fff;
border: 1px solid #000;
    -webkit-box-shadow: none;
            box-shadow: none;
	color: #000;
}
.contact button{border:none;}
.contact button {}
.single-address{margin-bottom: 30px;overflow: hidden;}
.single-address i {
	color: #000;
	float: left;
	font-size: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.single-address h4 {
	overflow: hidden;
	font-size: 30px;
}
.single-address p{overflow: hidden;}
.contact_social{}
.contact_social ul{}
.contact_social ul li {
	display: inline-block;
	margin: 0 5px;
}
.contact_social ul li a {
	background: #000;
	border:1px solid #000;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	border-radius: 100px;
	text-align: center;
	transition: 0.3s;
}
.contact_social ul li a:hover{
	background: #5625d2;
	border:1px solid #5625d2;
	color: #fff;
}
.input-success,
.input-error {
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 4px;
    display: none;
}

.input-success {
    border: 1px solid #01B500;
}

.input-error {
    border: 1px solid #ff0000;
}

.has-error .help-block.with-errors {
    margin-top: 5px;
    color: red;
}

#msgSubmit.h4 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}
/*
 * ----------------------------------------------------------------------------------------
 * 15.END CONTACT ADDRESS & CONTACT FORM DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
	background: #000;
	padding: 40px 0;
}
/*END FOOTER SOCIAL DESIGN*/
.copyright p {
color:#fff;
margin-bottom: 0;
padding-top: 10px;
}
@media only screen and (max-width:480px) { 
.copyright p {text-align:center;}
}
.footer_menu {
    float: right;
    margin-top: 5px;
}
@media only screen and (max-width:480px) { 
    .footer_menu {
        margin-top: 15px;
        float: none;
    }
}
.footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media only screen and (max-width:480px) { 
    .footer_menu ul { text-align: center }
}
.footer_menu ul li { display: inline }
@media only screen and (max-width:480px) { 
    .footer_copyright ul li a { text-align: center }
}
.footer_menu ul li a {
    color: #fff;
    padding: 0 10px;
	font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
@media only screen and (max-width:768px) { 
.footer_menu ul li a {
    padding: 0 5px;
}
}
.footer_menu ul li a:hover { color: #5625d2; }
/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/


/* ===== # Magic Cursor ===== */
.mouse-follower {
  z-index: 10;
}
.mouse-follower span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 180ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid #75f;
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: #75f;
}
.mouse-follower.hide-cursor span {
  border-color: transparent;
  background: transparent;
}
.mouse-follower.highlight-cursor-head {
  cursor: none;
}
.mouse-follower.highlight-cursor-head .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower.highlight-cursor-head .cursor-dot {
  height: 150px;
  width: 150px;
  background: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-head .cursor-dot {
    height: 80px;
    width: 80px;
  }
}
.mouse-follower.highlight-cursor-para {
  cursor: none;
}
.mouse-follower.highlight-cursor-para .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower.highlight-cursor-para .cursor-dot {
  height: 100px;
  width: 100px;
  background: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-para .cursor-dot {
    height: 60px;
    width: 60px;
  }
}