/*-----------------------------------------------------------------------------------

    Template Name: Azapp - App landing Page html5 template 
    Description: This is html5 template
    Author: Themeplaza   
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

body{
	font-family: 'Poppins' , sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	overflow-x: hidden;
	color: #666666;
}

h1, 
h2,
h3, 
h4,
h5, 
h6{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	line-height: normal;
	color: #333333;
	margin-top: 0;
	margin-bottom: 15px;
	
}
a{
	color: #28abe2;
}
a:hover,
a:focus
{
	text-decoration: none;
	color: #28abe2;
	outline: none;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

p{
	margin-bottom: 15px;
}

/* Preloader*/

.preloader {
	background: -webkit-linear-gradient(to left, #ff4b00 0%, #11042c 100%);
	background: linear-gradient(to left, #ff4b00 0%, #11042c 100%)
    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 }
.navbar-brand img {margin-left:10px;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #fff;
}
.menu-top { 
	background: #000 none repeat scroll 0 0;
	padding: 20px 60px; 
}
.menu-top .logo-white{
	display: none;
}
.navbar-default.menu-shrink .logo-main{
	display: none;
}
.navbar-default.menu-shrink .logo-white{
	display: block;
}
.navbar-default .navbar-nav > li > a{
	color: #fff;
	transition: .5s;
}

.menu-top li a{
	color: #333;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: #4919ae;
}
.navbar-default.menu-shrink{
	
	box-shadow: 0 0 20px -10px rgba(0,0,0,0.08)	;
    padding: 20px 60px; 
    width: 100%;
}
.navbar-default.menu-shrink li a { 
	color: #fff!important; 
	transition: all 0.3s ease-in-out;
}
.navbar-fixed-top.menu-top li a:hover,
.navbar-default.menu-shrink li a:hover { 
	
}
.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: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}


/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 03. START SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.welcome-area{
	position: relative;
	
}
.bg-light{
   background-color:#f3f9ff;
}
.bg-2{
	background: linear-gradient(to left, #ff4b00 0%, #11042c 100%);
}
.welcome-area,
.single-slide-item{
	height: 700px;
       background: linear-gradient(to left, #14b9ff 0%, #2137ae 100%);
}
.color-white{
	color:#fff !important;
}
.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
	
}
.single-slide-item-tablecell {
	text-align: left;
    display: table-cell;
    vertical-align: middle;

}
.single_slide_text {
	margin-top: 15%;
	padding-left: 4%;
	position: relative;
}
.slider_image {
	text-align: center;
}
#slider_area .owl-carousel .owl-item img{
	display: inline-block;
}
.single_slide_text h1 {
	color: #333;
	    font-size: 48px;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 2px;
	text-shadow: 7px 7px 0px rgba(0, 0, 0, 0.03);
}
.single_slide_text p {
	color: #666;
	margin-bottom: 45px;
	margin-top: 35px;
	font-size: 16px;
}
.slider_btn a{
	margin-bottom: 20px;
}
.slider_btn .google_play{
	margin-left: 0px;
}
.slider_btn .app_store{
	margin-left: 15px;
}
.slider_image{
	margin-top: 50px;
}
.slider_image img{
	max-width: 100%;
}

.slider_active{
	position: relative;
}
.slider_active .owl-prev,
.slider_active .owl-next{
	position: absolute;
	display: inline-block;
	text-align: center;
	background: transparent;
	color: #28abe2;
	font-size: 25px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	transition: .5s;
	top: 46%;
}
.slider_active .owl-prev{
	left: 15px;
}
.slider_active .owl-next{
	right: 15px;
}


/* START Particles JS */
#particles-js {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	z-index: 1;
}
/* Animation  */

.owl-item.active .slider_title {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider_subtitle {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider_btn {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider_image {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* Buttons  CSS*/

.google_play,
.app_store{
	background: -webkit-linear-gradient(to right, #28abe2 0%, #4919ae 100%);
	background: linear-gradient(to right, #28abe2 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: #28abe2;
    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: #28abe2;	
	background: transparent;
}
.discover_btn:hover,
.discover_btn:focus{
	color: #28abe2;
}
.google_play:hover,
.google_play:focus,
.app_store:hover,
.app_store:focus{
	background: transparent;
	border-color: #28abe2;
	color: #28abe2;
	text-decoration: none;
}
.app_store{
	border-color: #28abe2;
	background: #fff;
	color: #28abe2;
}
.app_btn .google_play{
	margin-right: 20px;
}

.appbutton{
	border: 1px solid #81ee8e;
	background: #fff;
	background: -webkit-linear-gradient(to right, #00c9fd , #81ee8e);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #00c9fd , #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: 80px 0;
}
.contactdiv{
	border-radius: 10px;
    background: #000;
    padding: 10px;
    height:100%;
}
.section_heading{margin-bottom: 60px;}
.section_heading h2 {
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 40px;
	display: inline-block;
	padding: 2px 12px 0;
	
}

.section_heading p{
    display: block;
    margin: 0;
}
.gray_section{
	background: #f7faff;
}

/*
* ----------------------------------------------------------------------------------------
* 04. END Section Heading DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05. Start Features DESIGN
* ----------------------------------------------------------------------------------------
*/

.mt-60{
	margin-top: 60px;
}
.about-us-content h2{
	line-height: 37px;
}

.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;
	    background: #fff;
}
.single_about:hover{
	background: -webkit-linear-gradient(to left, #000000 0%, #000000 100%);
	background: linear-gradient(to left, #000000 0%, #000000 100%);
	color: #fff;
}
.single_about:hover h3,
.single_about:hover .about_icon
{
	color: #fff;
}
.single_about h3{
	font-size: 22px;
}
.about_icon{
	margin-bottom: 18px;
	margin-right: 18px;
	display: inline-block;
	color: #28abe2;
	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: 5%;
	
}
.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: 30px;
	margin-bottom: 20px;
	line-height: 37px;
}
.promo_text{
	padding-top: 20%;
}
.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: 40px;
}
.single_feature{
	text-align: center;
	padding: 45px 45px;
	margin-bottom: 30px;
	/*border: 1px solid #fcf0e2;*/
	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 .feat_num {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #28abe2;
	background: #28abe2;
	color: #fff;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.05);
	letter-spacing: 1px;
	font-family: 'Josefin Sans', sans-serif;
}

.single_feature h3{
	font-size: 22px;
	margin-bottom: 15px;
}

.feature_icon{
	margin-bottom: 18px;
	margin-right: 18px;
	display: inline-block;
	color: #28abe2;
	text-align: center;
}
.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;
	border: 2px solid #3093cc42;
    border-radius: 40px;
}

.single_screenshot{
	opacity: 1;
	position: relative;
}


.app_screens_slider .slick-dots{
	bottom: -40px;
}

.app_screens_slider .slick-dots li button::before{
	color: #00c9fd;
	width: 7px;
	height: 7px;
	border: 1px solid #81ee8e;
	background: #00c9fd;
	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, #28abe2 , #4919ae);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #28abe2 , #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: #28abe2;
	z-index: 100;
}
.slick-arrow:before{
	color: #28abe2;
	font-size: 25px;
}
.app_screens_slider .slick-prev{
	left: -5%;
}
.app_screens_slider .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;
}


.single_promo{
	margin-top: 30px;
	padding: 35px 45px;
	border-radius: 4px;
	border: 1px solid #fcf0e2;
}
.single_promo .promo_number{
	background: -webkit-linear-gradient(to right, #28abe2 0%, #4919ae 100%);
	background: linear-gradient(to right, #28abe2 0%, #4919ae 100%);
	font-size: 20px;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 50%;
	text-align: center;	
	transition: .5s;
	margin-bottom: 25px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 1px;
}



/*
* ----------------------------------------------------------------------------------------
* 07. END Promo Area
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 8 START PRICING Table DESIGN
* ----------------------------------------------------------------------------------------
*/

#pricing_table{
	padding-bottom: 50px;
	
}


.pricingTable{
    text-align: center;
    background: #fff;
    border-radius: 5px;
	position: relative;
	border: 1px solid #fcf0e2;
	padding: 0px 0 30px;
	margin-bottom: 30px;
	
}
.pricingTable .pri-heading{
	margin: 0px 0 15px;
	overflow: hidden;
	background: -webkit-linear-gradient(to right, #28abe2 0%, #4919ae 100%);
	background: linear-gradient(to right, #28abe2 0%, #4919ae 100%);
	padding: 40px 30px 60px;
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pricingTable .pri-heading h3{
	color: #fff;
	margin-bottom: 0;
}
.pricingTable .price{
	padding-top: 23px;
    font-size: 25px;
	color: #28abe2;
	font-weight: 500;
	display: inline-block;
	line-height: normal;
	box-shadow: 0 5px 25px rgba(0,0,0,0.08);
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	position: relative;
	z-index: 99;
	background: #fff;
	letter-spacing: 2px;
}
.pricingTable .price-value{
	
	
}
.pricingTable .price span.month{
	width: 100%;
	display: block;
	color: #333;
}
.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{
    margin: 0 10px 0 0;
    color: #28abe2;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #28abe2;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
}


/*
* ----------------------------------------------------------------------------------------
* 8. END PRICING Table DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 9. Start DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/

.download-content{
	padding-top: 25%;
}
.download-content h2{
	margin-bottom: 25px;
}
.download-content a{
	margin-top: 25px;
}
img{
	max-width: 100%;
}
/*
* ----------------------------------------------------------------------------------------
* 9. END DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 10. START APP-REVIEW DESIGN
* ----------------------------------------------------------------------------------------
*/

.testimonial{
    text-align: center;
    margin: 66px 15px 5px;
    padding: 0 10% 1%;
    background: #fff;
	border: 1px solid #fcf0e2;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-top: -50px;
    overflow: hidden;
    box-shadow:0 2px 30px rgba(0, 0, 0, 0.088);
}
.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: 16px;
    margin: 20px 0 5px;
    text-transform: uppercase;
	letter-spacing: 2px;
	color: #28abe2;
	font-weight: 400;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    margin-bottom: 25px;
    text-transform: capitalize;
}


.review_slider{
	position: relative;
}
.review_slider .owl-prev,
.review_slider .owl-next{
	top: 45%;
	position: absolute;
	line-height: 45px;
	font-size: 25px;
}
.review_slider .owl-prev{
	left: -5%;
}
.review_slider .owl-next{
	right: -5%;
}

/*
* ----------------------------------------------------------------------------------------
* 10. END APP-REVIEW DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12. START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
#blog{
	padding-bottom: 50px;
}
.single_blog{
	background: #fff;
	border: 1px solid #fcf0e2;
	margin-bottom: 30px;
}

.post_image{
	position: relative;
}

.single_blog h3{
	margin-top: 25px;
	margin-bottom: 17px;
}
.single_blog h3 a{
	color: #333333;
	transition: .5s;
}
.single_blog h3 a:hover,
.single_blog h3 a:focus{
	color: #28abe2;
}
.blog_post_content{
	padding: 0 20px 5px;
}
.blog_info{
	margin-bottom: 10px;
}
.blog_info a{
	color: #666666;
	transition: .5s;
}
.blog_info a:hover,
.blog_info a:focus{
	color: #00c9fd;
}
.blog_info li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: center;
	color: #28abe2;	
	font-size: 13px;
}
.blog_info i{
	color: #28abe2;
	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;
}
.contact_form{
	padding: 50px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	border-radius:20px
}
.form-control{
	border-radius: inherit;
	height: 60px;
	line-height: 60px;
	border: 1px solid #fafafa;
	box-shadow: inherit;
	padding: 10px 25px;
	border-radius: 4px;
	background: #fafafa;
	transition: .5s;
}
.form-control:focus{
	border-color: #28abe2;
	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: #000;
	
	padding: 50px 0 40px;
	color: #fff;
}
.footer a{
	color: #fff;
}
.copyrigt_text {
    margin: 0;
	font-size: 15px;
}
#foot-social-menu{
	list-style-type: none;
	margin-top: 25px;
}
#foot-social-menu li{
	display: inline-block;
	margin: 0 5px ;
}
#foot-social-menu li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #333;
	transition: .5s;
	font-size: 15px;
	border-radius: 50%;
}

/*
* ----------------------------------------------------------------------------------------
* 13. END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
