@charset "utf-8";
/* CSS Document */


.intro-style1 h2 {
    color: #fff;
    font-size: 58px;
    line-height: 82px;
    margin: -20px 0 30px;
    font-weight: 500;
}

.btn.btn-primary {
    background-color: #195494;
    border: 2px solid #195494;
	border-radius:6px;
}
.text-blue-1{color:#195494;}
.text-white{color:#fff;}
.text-black{color:#000;}

.service2 {
    background: #195494;
    padding: 0;
}

.bg-grey{background: #f5f5f5;padding-top:70px ;}


.tip-n-trick-banner {
    background: url(../images/tip-n-trick-banner.jpg) no-repeat right top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 600px;
	padding:70px 0px;
}


.tip-n-trick-banner .section-head p {
    font-size: 15px;
    color: #fff;
}


.tip-n-trick-banner #accordion .panel-title > a {
    display: block;
    padding: 18px 30px 18px 18px;
    outline: none;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #195494;
}

.slick-next {
    color: #ccc;
	}
	
.slick-prev{
    color: #ccc;
	}

.banner-content-play-btn {
    display: block;
    width: 200px;
    float: left;
}
.banner-content-play-btn img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}

.banner-content-play-btn img:hover {
    transform: scale(0.9);
}

.bg-foot{background-color:#0E0D0D;}

.bg-foot .navbar-brand > img {
    display: inline-block;
}

.footer-links li a {
    color: #666;
}

.footer-links li a:hover {
    color: #fff;
}

.content-h4 {
    font-size: 45px;
    font-weight: 500;
    margin: 0px 0px 20px;
}
.testimonial .quote {
    font-size: 18px;
  
    line-height: 38px;
	}
	
	
.section-head h1 {
    font-weight: 600;
    font-size: 42px;
    letter-spacing: -1px;
    margin: 0 0 10px;
}

.what-zuffl h3{ margin: 15px 0px; font-size:22px;}

.what-zuffl .col-md-4{padding:0px 50px;}
.what-zuffl-text{max-width:230px; margin:0px auto;}
.img-50 {
    width: 50%;
}

.features-content button{padding:0px; margin:0px;}
	
	
	
	
	
	/*=================================================================*/

/*--------------------*/
/* FEATURES */
/*--------------------*/

.features-area{
	display: inline;
	float: left;
	margin-top: 40px;
	width: 100%;
}


.features-left {
	display: inline;
	float: left;  
	width: 100%;
}


.features-list li {
    float: left;
    padding: 0;
    position: relative;
    margin: 50px auto 0px;
}



.features-list li img {
    display: block;    
    height: 55px;    
    margin: 0px auto;
	position:absolute;
    width: 55px;
}



.features-list-left .features-content{
	padding-left: 70px;
	min-height: 124px;
}


.features-content{
	float: left;
	display: inline;
	width: 100%;
}


.features-content h4 { 
	font-size: 20px;
	text-transform: uppercase;
	color:#195494;
	font-weight:500;
}


.features-content p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
	text-transform: none;
}


.feature-img {
    display: inline-block;
    padding: 0px;
    text-align: center;
    background: url(../images/mobail-app.png) no-repeat right top;
    margin: 0px 20px;
    width: 324px;
    height: 658px;
    overflow: hidden;
	background-size:100% 100%;
}

.feature-img .bx-wrapper {
    width: 280px;
    height: 447px;
    margin-top: 92px;
    margin-left: 25px;
	overflow:hidden;
}


.feature_slider li { width: 280px !important;
    height: 447px !important;  overflow:hidden;}

.feature_slider li img{ width:100%; }



.features-right{
	display: inline;
	float: left;	
	width: 100%;	
}

.features-list-right .features-content{
	padding-right: 115px;
}



/*------------- new;y added ------------- */
.feature-img-mob {
    display: none;
}

.feature-img #feature_img {
    margin: 92px 25px;
}

.features-content button{ 
	font-size: 20px;
	text-transform: uppercase;
	color:#fff;
	font-weight:700;
	background:none;
	outline:none;
	border:none;
	transition:all 0.3s ease 0s;
	text-align: left;
}


.features-content button:hover{ color:#195494;
}



