/*-----------------------------------------------------------------------------------

    Template Name: Appro - App landing Page html5 template 
    Template URI: http://themesvila.com
    Description: This is html5 template
    Author: Theme Rocks
    Author URI: http://themesvila.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

body{
	font-family: 'Quicksand' , sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	overflow-x: hidden;
	color: #666666;
}

#banner-img {
    height: 100vh;
    object-fit: contain;
}

h1, 
h2,
h3, 
h4,
h5, 
h6{
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	line-height: normal;
	color: #333333;
	margin-top: 0;
	margin-bottom: 15px;
	
}
a{
	color: #21DA88;
}
a:hover,
a:focus
{
	text-decoration: none;
	color: #21DA88;
	outline: none;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

p{
	margin-bottom: 15px;
}

/* Preloader*/

.preloader {
	background: linear-gradient(to right, #21DA88, #6d91fb);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES DESIGN
* ----------------------------------------------------------------------------------------
*/

.navbar-default{
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 15px 0;
    transition: 0.4s ;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #333333 !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: #333333 !important;
    background-color: transparent;
}
.navbar-brand { 
	padding: 0px;
	width: 80px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #fff;
}
.menu-top { 
	background: transparent;
	position: fixed; 
	z-index: 999;
	padding: 35px 0 25px;

}

.menu-top.menu-shrink{
	padding: 25px 0 25px;
}
.menu-top li a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
	transition: .5s;
}

.menu-top li{
	display: inline-block;
	padding-left: 25px;
}
.menu-top.menu-shrink li a{
	color: #333;
}
.menu-top li a:hover, 
.menu-top li a:focus,
.menu-top li.current a,
.menu-top.menu-shrink li a:hover,
.menu-top.menu-shrink li a:focus {
	color: #FF8F00;
}
.navbar-default.menu-shrink{
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.08)	;
    width: 100%;
}


.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: #75ceae }

.menu_wrap.mean-container{
	padding-right: 15px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.green-btn {
	display: inline-block;
	padding: 10px 35px;
	border: 2px solid #00d578;
	background-color: #00d578;
	color: #fff;
	border-radius: 4px;
	font-weight: 600;
	transition: .5s;
}
.green-btn:hover,
.green-btn:focus{
	color: #fff;
	opacity: 0.8;
}
.green-border-btn{
	display: inline-block;
	padding: 10px 35px;
	border: 2px solid #00d578;
	color: #00d578;
	border-radius: 4px;
	font-weight: 600;
	transition: .5s;	
}
.green-border-btn:hover,
.green-border-btn:focus{
	color: #00d578;
}
/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 03. START SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/

#main-banner{
	position: relative;
	background: linear-gradient(to right, #21DA88, #6d91fb);
	padding-top: 18%;
	padding-bottom:12%;
	color: #fff;
    height: 100vh;
}

#main-banner h1{
	color: #fff;
	font-weight: 400;
	font-size: 50px;
}
#main-banner h1 span{
	font-weight: 700;
}
#main-banner p{
	margin-bottom: 35px;
}
.banner_image{
	position: absolute;
	right: 0;
	top: 15%;
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_image > img {
    width: 100%;
    height: 70vh;
    object-fit: contain;
}

.banner_btn{
	display: inline-block;
	padding: 10px 35px;
	border: 2px solid #FF8F00;
	background-color: #FF8F00;
	color: #fff;
	border-radius: 4px;
	font-weight: 600;
	transition: .5s;
}
.banner_btn:hover,
.banner_btn:focus{
	color: #fff;
	background-color: transparent;
	border-color: #f14836;
}

.banner_btn_alt:hover,
.banner_btn_alt:focus{
	color: black !important;
	background-color: transparent;
	border-color: #f14836;
}

/* Buttons  CSS*/

.google_play,
.app_store{
	background: -webkit-linear-gradient(to right, #21DA88 0%, #4919ae 100%);
	background: linear-gradient(to right, #21DA88 0%, #4919ae 100%);
    color: #fff;
    padding: 17px 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
    text-transform: capitalize;
    transition: 0.5s;
	display: inline-block;
	border-width: 2px;
	border-color: transparent;
}
.discover_btn{
    color: #21DA88;
    padding: 17px 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
    text-transform: capitalize;
    transition: 0.6s;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	border-color: #21DA88;	
	background: transparent;
}
.discover_btn:hover,
.discover_btn:focus{
	color: #21DA88;
}
.google_play:hover,
.google_play:focus,
.app_store:hover,
.app_store:focus{
	background: transparent;
	border-color: #21DA88;
	color: #21DA88;
	text-decoration: none;
}
.app_store{
	border-color: #21DA88;
	background: #fff;
	color: #21DA88;
}
.app_btn .google_play{
	margin-right: 20px;
}

.appbutton{
	border: 1px solid #81ee8e;
	background: #fff;
	background: -webkit-linear-gradient(to right, #00d578 , #81ee8e);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #00d578 , #81ee8e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #ffff;
	padding: 13px 32px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: 0.3s;
	display: inline-block;
}

.appbutton:hover,
.appbutton:focus{
	border-color: #81ee8e;
	background: #fff;
	color: #81ee8e;
	text-decoration: none;
}




/*
* ----------------------------------------------------------------------------------------
* 03. END SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 04. START Section Heading DESIGN
* ----------------------------------------------------------------------------------------
*/

.section_padding {
	padding: 100px 0;
}
.section_heading{margin-bottom: 60px;}
.section_heading h2 {
	font-size: 28px;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 35px;
	display: inline-block;
	color: #333;
}

.section_heading p{
    display: block;
    margin: 0;
}
.gray_section{
	background: #f7faff;
}

/*
* ----------------------------------------------------------------------------------------
* 04. END Section Heading DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05. Start Features DESIGN
* ----------------------------------------------------------------------------------------
*/

.pt-0{
	padding-top: 0;
}
.pb-0{
	padding-bottom: 0;
}

.mt-60{
	margin-top: 60px;
}
.about-us-content h2{
	line-height: 35px;
	font-size: 28px;
}
.about-us-content .green-btn{
	margin-top: 10px;
}
.single_about{
	text-align: left;
	padding: 38px 30px;
	margin-bottom: 30px;
	transition: .5s;
	box-shadow: 0 5px 25px rgba(0,0,0,0.05);
	border-radius: 4px;
}
.single_about:hover{
	background: linear-gradient(to right, #21DA88, #6d91fb);
	color: #fff;
}
.single_about:hover h3,
.single_about:hover .about_icon
{
	color: #fff;
}
.single_about h3{
	font-size: 20px;
}
.about_icon{
	margin-bottom: 18px;
	margin-right: 18px;
	display: inline-block;
	color: #21DA88;
	text-align: center;
}
.about_icon i{
	font-size: 30px;
}

.sing_about_text{
	position: relative;
	text-align: left;
	overflow: hidden;
}
.sing_about_text p{
	margin-bottom: 0;
}
.sing_about_text i{
	position:absolute;
	top: auto;
	bottom: 0;
	right: 0;
	left: auto;
	font-size: 80px;
	color: rgba(0,0,0,0.022);
	display: inline-block;
	margin: auto;
	z-index: -1;
	text-align: center;
}
.about-us-content{
	padding-top: 34%;
	padding-right: 30px;
}
.about-us-content h2{
	margin-bottom: 25px;
}
.about-us-content .discover_btn{
	margin-top: 25px;
}

/*
* ----------------------------------------------------------------------------------------
* 05. End Features DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 06. START PROMO DESIGN
* ----------------------------------------------------------------------------------------
*/

.promo_section h2{
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 35px;
}
.promo_text .green-btn{
	margin-top: 20px;
}
.promo_section img{
	border-radius: 4px;
}
.pt-80{
	padding-top: 80px;
}
.pb-80{
	padding-bottom: 80px;
}
.pl-45{
	padding-left: 45px;
}
.pr-45{
	padding-right: 45px;
}

/*
* ----------------------------------------------------------------------------------------
* 06. END PROMO DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 07. Start Features DESIGN
* ----------------------------------------------------------------------------------------
*/

#features{
	padding-bottom: 0px;
}
.single_feature{
	text-align: center;
	padding: 35px;
	margin-bottom: 30px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.05);
	transition: .5s;
	border-radius: 4px;	
	margin: 0 5px 40px;
	position: relative;
	background-color: #fff;
}

.single_feature h3{
	font-size: 20px;
	margin-bottom: 15px;
}

.feature_icon{
	margin-bottom: 18px;
	display: inline-block;
	color: #fff;
	text-align: center;
	background-image: url(../images/icon_bg.png);
	width: 100px;
	height: 100px;
	line-height: 105px;
}
.feature_icon i{
	font-size: 30px;
}

.sing_feature_text p{
	margin-bottom: 0;
}
.sing_feature_text{
	position: relative;
	overflow: hidden;
}

/*
* ----------------------------------------------------------------------------------------
* 07. End Features DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 08. START SCREENSHOTS DESIGN
* ----------------------------------------------------------------------------------------
*/
.center-block{
	float: inherit;
}
.single_screenshot{
	opacity: .7;
	margin: 0 10px;
	text-align: center;
	
}
.single_screenshot img{
	max-width: 100%;
	display: inline-block;
	padding: 0;
}

.single_screenshot{
	opacity: 1;
	position: relative;
}
.single_screenshot:before{
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .5s;
}
.single_screenshot:hover:before{
	opacity: 1;
}
.app_screens_slider .slick-dots{
	bottom: -40px;
}

.app_screens_slider .slick-dots li button::before{
	color: #00d578;
	width: 7px;
	height: 7px;
	border: 1px solid #81ee8e;
	background: #00d578;
	color: transparent;
	border-radius: 50%;	
	opacity: 1;
}
.app_screens_slider .slick-dots li.slick-active button::before{
	width: 11px;
	height: 11px;	
	background: -webkit-linear-gradient(to right, #21DA88 , #4919ae);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #21DA88 , #4919ae); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	box-shadow: 0 0 8px #4919ae;
	margin-top: -2px;
}
.app_screens_slider .slick-dots li{
	margin: 0 2px;
}

.review_slider .owl-prev, 
.review_slider .owl-next,
.app_screens_slider .slick-prev,
.app_screens_slider .slick-next{
	color: #21DA88;
	z-index: 100;
}
.slick-arrow:before{
	color: #fff;
	font-size: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #00d578;
	border-radius: 50%;
	display: inline-block;
	opacity: 1;
}
.slick-arrow:hover:before,
.slick-arrow:focus:before{
	opacity: .8;
}
.slick-prev{
	left: -7%;
}
.slick-next{
	right: -5%;
}
.slick-next::before {
	content: "\e628";
	font-family: 'themify';
}
.slick-prev::before{
	content: "\e629";
	font-family: 'themify';	
}


/*
* ----------------------------------------------------------------------------------------
* 08. END SCREENSHOTS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07. START Promo Area
* ----------------------------------------------------------------------------------------
*/

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}

#promo_area{

}
.single_promo{
	margin-top: 30px;
	padding: 35px 45px 30px;
	border-radius: 4px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}
.single_promo h3{
	font-size: 20px;
}
.single_promo i{
	background: linear-gradient(to right, #21DA88, #6d91fb);
	font-size: 40px;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	border-radius: 50%;
	text-align: center;	
	transition: .5s;
	margin-bottom: 25px;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 1px;
}



/*
* ----------------------------------------------------------------------------------------
* 07. END Promo Area
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 8 START PRICING Table DESIGN
* ----------------------------------------------------------------------------------------
*/

#pricing_table{
	padding-bottom: 70px;
	
}


.pricingTable{
    text-align: center;
    background: #fff;
    border-radius: 4px;
	position: relative;
	padding: 30px 0 30px;
	margin-bottom: 30px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.05);
	
}
.pr_border{
	width: 50px;
	height: 3px;
	background-color: #333;
	display: inline-block;
}
.pricingTable .pri-heading{
	margin-bottom: 20px;
}
.pricingTable .pri-heading h3{
	margin-bottom: 0;
	font-size: 20px;
}
.pricingTable .price{
	padding-top: 30px;
    font-size: 25px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	line-height: normal;
	background: #00d578;
	margin-left: auto;
	margin-right: auto;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	position: relative;
	z-index: 99;
	letter-spacing: 2px;
}
.pricingTable .price-value{
	
	
}
.pricingTable .price span.month{
	width: 100%;
	display: block;
	color: #fff;
}
.pricingTable .month{
    line-height: 10px ;
    font-size: 10px;
    text-transform: capitalize;
}

.pricingTable .pricingContent{
	margin: 20px 0 25px;
}
.pricingTable .pricingContent ul{
    padding: 0 10%;
    margin: 0;
    list-style: none;
}
.pricingTable .pricingContent ul li:first-child{

}
.pricingTable .pricingContent ul li{
    padding: 10px 0;
}
.pricingTable .pricingContent ul li i{
    color: #00d578;
}


/*
* ----------------------------------------------------------------------------------------
* 8. END PRICING Table DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 9. Start DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/

.download_section{
	background: linear-gradient(to right, #21DA88, #6d91fb);
	color: #fff;
	padding: 80px 0;
}
.download-content{
	padding-right: 30px;
}
.download-content h2{
	margin-bottom: 25px;
	color: #fff;
	font-size: 28px;
}
.download-content a{
	margin-top: 25px;
	margin-right: 20px;
}
.download-content .green-border-btn{
	background-color: #fff;
	border-color: #fff;
	color: #00d578;
}

.download-content .green-btn:hover,
.download-content .green-btn:focus{
	opacity: 1;
	background-color: #fff;
	border-color: #fff;
	color: #00d578;
}
.download-content .green-border-btn:hover,
.download-content .green-border-btn:focus{
	background-color: transparent;
	color: #fff;
}
img{
	max-width: 100%;
}
/*
* ----------------------------------------------------------------------------------------
* 9. END DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 10. START APP-REVIEW DESIGN
* ----------------------------------------------------------------------------------------
*/

#app_review{
	padding-bottom: 55px;
}
#app_review .section_heading{
	margin-bottom: 5px;
}

.testimonial{
    text-align: center;
    margin: 66px 20px 45px;
    background: #fff;
	padding: 30px 15px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
   
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin: 20px 0 10px;
	position: relative;
	z-index: 5;
}
.testimonial .testimonial-title{
    font-size: 20px;
    margin: 20px 0 5px;
    text-transform: capitalize;
	color: #333;
	font-weight: 700;
}
.testimonial .designation{
    display: block;
    text-transform: capitalize;
	color: #00d578;
}


/*
* ----------------------------------------------------------------------------------------
* 10. END APP-REVIEW DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 11. START FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/


#accordion .card,
#accordion .card .card-header
{	
	border: none;
	box-shadow: none;
}
#accordion .card{
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
#accordion .card button{
	font-weight: 700;
	font-size: 17px;
	color: #333;
}
#accordion .card button:hover,
#accordion .card button:focus{
	text-decoration: none;
}

#accordion .card-header{
	background: #fafafa;
	padding: 10px 15px;
	font-size: 20px;
}
#accordion .card-header button{
	padding-left: 0px;
	width: 100%;
	text-align: left;
}

#accordion .btn.btn-link:before {
	font-size: 13px;
	width: 25px;
	height: 25px;
	line-height: 25px;	
	border-radius: 50%;		
	content: "\e622";
	font-family: 'themify';
	position: absolute;
	top: 20px;
	right: 18px;
	color: #fff;
	background-color: #00d578;
	border-color: #00d578;
	text-align: center;
	
}
#accordion .btn.btn-link.collapsed:before{
    content: "\e61a";
	color: #333;
	border: 1px solid #333;
	background-color: transparent;
	line-height: 24px;	
}



/*
* ----------------------------------------------------------------------------------------
* 11. END FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 12. START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

#blog{
	padding-bottom: 50px;
}
.single_blog{
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.05);	
}

.post_image{
	position: relative;
}

.single_blog h3{
	margin-top: 25px;
	margin-bottom: 17px;
	font-size: 20px;
}
.single_blog h3 a{
	color: #333333;
	transition: .5s;
}
.single_blog h3 a:hover,
.single_blog h3 a:focus{
	color: #00d578;
}
.blog_post_content{
	padding: 0 35px 20px;
}
.blog_info{
	margin-bottom: 5px;
}
.blog_info a{
	color: #666666;
	transition: .5s;
}
.blog_info a:hover,
.blog_info a:focus{
	color: #00d578;
}
.blog_info li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
.blog_info i{
	color: #00d578;
	padding-right: 2px;
}

/*
* ----------------------------------------------------------------------------------------
* 11. END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12. START CONACT DESIGN
* ----------------------------------------------------------------------------------------
*/

.cont_title{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 25px;
}
.single-info{
	margin-bottom: 35px;
	overflow: hidden;
}
.single-info i{
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	background: linear-gradient(to right, #21DA88, #6d91fb);
	color: #fff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.single-info p{
	font-weight: 600;
	font-size: 17px;
}
.contact_form{
	background: #fff;
}
.form-control{
	border-radius: inherit;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	box-shadow: inherit;
	padding: 10px 20px;
	border-radius: 2px;
	background: #fafafa;
	transition: .5s;
}
.form-control:focus{
	border-color: #21DA88;
	box-shadow: inherit;
	background: #fff;
}
.contact_form textarea{
	height: 160px;
	line-height: 26px;
	border-radius: 4px;
}
.contact_form .form-group{
	margin-bottom: 30px;
}


/*
* ----------------------------------------------------------------------------------------
* 12. END CONACT DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 13. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.footer{
	background: -webkit-linear-gradient(to left, #21DA88 0%, #4919ae 100%);
	background: linear-gradient(to left, #21DA88 0%, #4919ae 100%);	
	padding: 60px 0 40px;
	color: #fff;
}
.footer a{
	color: #fff;
}
.copyrigt_text {
	font-size: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 30px;
	padding-top: 20px;
}
.foot_logo{
	width: 80px;
	display: block;
	margin-bottom: 20px;
}
#foot-social-menu{
	list-style-type: none;
	margin-top: 20px;
}
#foot-social-menu li{
	display: inline-block;
	margin: 0 5px ;
	text-align: center;
}
#foot-social-menu li a{
	display: block;
	color: #fff;
	transition: .5s;
	font-size: 15px;
}
.single-footer .foot-title{
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}
.single-footer li{
	line-height: 35px;
}
/*
* ----------------------------------------------------------------------------------------
* 13. END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/


/* Custom CSS */

img#logoImg {
	position: absolute; 
	margin-top: -40px;
	width: 8%;
}

@media screen and (max-width: 767px) {

.menu-top {
	padding: 15px 0 0 0;
}

.menu-top.menu-shrink {
    padding: 10px 0 0 0;
}

img#logoImg {
	margin-top: -20px;
    width: 12%;
}

.wizard-container {
	padding-top: unset !important;
}
	
}

/* End of Custom CSS */