/*
Author       : Themeplaza
Template Name: Mixa App Landing Page Website Template
Version      : 1.0
*/

@charset "UTF-8";


body{
	font-family: 'lato', sans-serif;
	font-size: 15px;
	overflow-x: hidden;
	color: #666
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Quicksand', sans-serif;
	margin: 0 0 15px;	
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
}
a{
	text-decoration: none;
}
ul,ol{
	list-style: none;
}
a:hover, a:focus{
	outline: none;
	text-decoration: none;
}
html, body{
  height: 100%;
}

input,textarea{
	padding: 10px 35px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	width: 100%;
}
textarea{
	min-height: 150px;
}
input[type="submit"], button{
	background: #32c5d2 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;	
	margin-bottom: 0;
}
input[type="submit"], button, .radon{
    background: #0253ee none repeat scroll 0 0;
    border-color: #0253ee;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 0 32px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: auto;
    text-decoration: none;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover, 
button:focus, 
.radon:hover, 
.radon:focus{
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
::selection {
    background: #49d2b7;
	text-shadow: 5px 6px 10px rgba(0, 0, 0, 0.4);
}
.form-control{
	border: 1px solid rgba(0,0,0,0.08);
	background: #f4f4f4;
	border-radius: 0;
	box-shadow: none;
	color: #8a8a8a;
	height: 45px;
	padding: 10px 15px;
	transition: .5s;
}
.form-control:focus{
	border-color: #1dc57c;
	box-shadow: none;
}
.slider_parallax{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section_padding{
	padding:80px 0;
}
.section-header h2{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
	margin-left: -52px;
    letter-spacing: 3px;
}
.section-header span{
    color: #0253ee;
}
.section-header{
	margin-bottom: 40px;
	margin-top: 50px;
}
.section-header-white h2{
	color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
	margin-left: -52px;
    letter-spacing: 3px;
}
.section-header-white span{
    color: #0253ee;
}
.section-header-white{
	margin-bottom: 80px;
	position: relative;
}
.section-header p{
    letter-spacing: 1px;
    font-size: 13px;
	margin-left: -45px;
}
.section-header-white p{
	color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
	margin-left: -55px;
}
/*--------------Start header CSS--------------*/
.stiky_area.uk-active.uk-animation-slide-top{
    background: #333;
    padding: 14px 0;
}
.header_area{
	backface-visibility: hidden;
	height: 60px;
	left: 0;
	padding: 35px 0;
	position: absolute;
	top: 0;
	transition: all 0.3s linear 0s;
	width: 100%;
	z-index: 9999;
}
.navbar-brand p{
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
	margin: -8px 10px 10px 0px;
    letter-spacing: 1px;
    color: #fff;
	font-family: 'Poppins', sans-serif;
}
ul#nav{
    margin-top: 5px;
}
#main_nav li a{
	color: #fff;
	font-family: "lato",sans-serif;
	font-size: 11px;
	padding: 6px 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	transition: .5s;
}
#main_nav li a:hover, #main_nav li a:focus, #main_nav li.current a{
	background: transparent;
	color: #0253ee;
	outline: none;
}
.navbar-toggle{
	border: 1px solid #0253ee;
	border-radius: 4px;
	padding: 9px 10px;
	margin-top: -32px;
}
.navbar-toggle  .icon-bar{
	background: #0253ee;
}
/*--------------end header CSS--------------*/

/* ---Start slider CSS---*/
.slider_parallax{
    height: 700px;
    position: relative;
}
.slider_parallax:before{
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    width: 100%;
}
.hero-text .btn-home-bg-one{
	margin-right: 25px;
}
.hero-text h2{
	color: #fff;
	font-size: 37px;
	font-weight: 600;
	line-height: 45px;
	padding-top: 240px;
	text-transform: capitalize;
	text-shadow: 5px 6px 10px rgba(0, 0, 0, 0.4);
}
.hero-text h2 span{
    color: #fff;
}
.hero-text p{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-bottom: 35px;
	padding-top: 15px;
	text-transform: capitalize;
}
.btn-home-bg-one{
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	padding: 12px 30px;
	text-transform: uppercase;
	transition:.5s;
}
.btn-home-bg-one:hover,
.btn-home-bg-one:focus{
    background: #0253ee;
    border: 1px solid #0253ee;
    color: #fff;
}
.btn-home-bg-two{
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.btn-home-bg-two:hover,
.btn-home-bg-two:focus{
    background: #0253ee;
    border: 1px solid #0253ee;
    color: #fff;
}
/* ---end slider CSS---*/

/* ---Start service CSS---*/
.section_details{
    margin-top: 30px;
}
.single_service i{
    color: #0253ee;
    background: transparent;
	border:1px solid #0253ee;
    padding: 15px;
    font-size: 15px;
    border-radius: 30px;
	margin-bottom: 15px;
	transition:.4s;
}
.single_service:hover i{
    color: #fff;
    background: #0253ee;
}
.single_service h2{
	font-size: 20px;
}
.single_service:hover .service_divided{
    width: 80px;
}
/* ---end service CSS---*/

/* ---Start feature CSS---*/
#feature{
    background: #f0f0f0;
}
.img_f{
    margin-left: 460px;
}
.feature_img{
  width: 100%;
  height: auto;
  margin-top: 60px;
  position: relative; 
}
.feature_img img{
    position: relative;
    top: 0;
}
.feature_img .absolute-image{
    position: absolute;
    top: 0;
    left: 0;
}
.single_feature{
    margin-bottom: 30px;
}
.f_icon{
    color: #0253ee;
    background: transparent;
	border: 1px solid #0253ee;
	border-radius: 30px;
    width: 55px;
    height: 55px;
	margin-bottom: 18px;
}
.single_feature:hover .f_icon{
	background: #0253ee;
	border: 1px solid #0253ee;
	color: #fff;
}
.f_icon i{
    margin-top: 12px;
    margin-left: 12px;
	font-size: 29px;
}
.f_text h4{
	font-size: 22px;
    transition:.5s;
}
/* ---end feature CSS---*/

/* ---Start screenshot CSS---*/
#owl-app-screen .owl-item img{
    display: block;
    width: 100%;
    height: auto;
    padding: 0 5px;
}
.owl-carousel{
    cursor: e-resize;
	margin-top: 25px;
}
.owl-dots{
    display: block;
	margin-top: 25px;
}
.owl-dot.active{
    background: #0253ee;
    width: 25px;
    height: 5px;
	display:inline-block;
	margin-right: 6px;
}
.owl-dot{
    background: #ddd;
    width: 25px;
    height: 5px;
	display:inline-block;
	margin-left: 6px;
	margin-right: 6px;
}
/* ---end screenshot CSS---*/

/* ---Start testimonial CSS---*/
.review::after{
    background: #0253ee;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.review{
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	padding: 80px 0;
    position: relative;
    z-index: 1;
}
.review{
    padding: 70px 0;
}
.review-carousel .review-meta{
	margin-bottom: 20px;
}
.review-carousel .review-meta .thumb{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-left: 533px;
    margin-bottom: 13px;
    border: 3px solid #ddd;
}
.review-carousel .review-meta .thumb img{
	width: 100%;
	height: auto;
}
.review-carousel .review-meta .info{
	padding-top: 7px;
}
.review-carousel .review-meta .info h4{
    font-weight: 700;
    font-size: 21px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 8px;
}
.review-carousel .review-meta .info span, .review-carousel .review-meta .info .post-single .post-desk .post-meta span a, .post-single .post-desk .post-meta span .review-carousel .review-meta .info a, .review-carousel .review-meta .info .post-details .post-desk .post-meta span a, .post-details .post-desk .post-meta span .review-carousel .review-meta .info a {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #ddd;
	text-transform: capitalize;
}
.review-carousel .review-comment p{
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.432px;
    text-transform: lowercase;
    font-weight: 300;
}
.review-carousel .review-comment .review-star{
	margin-top: 25px;
}
.review-carousel .review-comment .review-star i{
	color: #f3dd21;
}
.review-carousel.owl-carousel .owl-dots{
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.review-carousel.owl-carousel .owl-dots .owl-dot{
	float: left;
	margin: 0 10px;
	text-align: center;
}
.review-carousel.owl-carousel .owl-dots .owl-dot span, .review-carousel.owl-carousel .owl-dots .owl-dot .post-single .post-desk .post-meta span a, .post-single .post-desk .post-meta span .review-carousel.owl-carousel .owl-dots .owl-dot a, .review-carousel.owl-carousel .owl-dots .owl-dot .post-details .post-desk .post-meta span a, .post-details .post-desk .post-meta span .review-carousel.owl-carousel .owl-dots .owl-dot a {
	display: block;
	background: #59b0f6;
	border-radius: 100%;
	width: 10px;
	height: 10px;
}
.review-carousel.owl-carousel .owl-dots .owl-dot.active span, .review-carousel.owl-carousel .owl-dots .owl-dot.active .post-single .post-desk .post-meta span a, .post-single .post-desk .post-meta span .review-carousel.owl-carousel .owl-dots .owl-dot.active a, .review-carousel.owl-carousel .owl-dots .owl-dot.active .post-details .post-desk .post-meta span a, .post-details .post-desk .post-meta span .review-carousel.owl-carousel .owl-dots .owl-dot.active a {
	display: block;
	background: #ffffff;
	border-radius: 100%;
	width: 15px;
	height: 15px;
}
/* ---end testimonial CSS---*/

/* ---Start pricing CSS---*/
.pricing-plan{
    background: #f6f6f6;
    padding-bottom: 130px;
}
#plan-table{
    margin-top: 35px;
}
.single-pricing-plan{
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
    text-align: center;
    z-index: 1;
}
.pricing-plan-name{
    color: #fff;
    background: #0253ee;
    display: inline-block;
    line-height: 53px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding-left: 68px;
    padding-right: 68px;
    transition: all .30s linear;
    font-weight: 600;
    font-size: 20px;
	border-radius: 30px;
    z-index: 99;
    position: relative;
    top: 0px;
}
.single-pricing-plan:hover .pricing-plan-name{
    top: -27px;
    background: #333;
}
.pricing-plan-price{
    padding-top: 20px;
    position: relative;
    padding-right: 45px;
}
.pricing-plan-price h2{
    color: #0253ee;
    font-weight: 600;
    font-size: 55px;
    position: relative;
    display: inline-block;
}
.pricing-plan-price h2 sub{
    bottom: 17px;
    color: #333;
    font-size: 13px;
    position: absolute;
    right: -73px;
}
.pricing-plan h2 sup{
    color: #0253ee;
    font-size: 22px;
    font-weight: 600;
    left: -14px;
    position: absolute;
    top: 19px;
}
.pricing-plan-body{
    padding-top: 25px;
    padding-bottom: 40px;
    transition: all .30s linear;
}
.pricing-plan-body ul{
    display: inline-block;
	padding-left: 0;
}
.pricing-plan-body ul li{
    color: #79848d;
    float: none;
    font-size: 14px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}
.pricing-plan-body ul li:last-child{
    border-bottom: 0px;
}
.select-pricing-plan{
    margin-bottom: 40px;
    margin-top: -20px;
}
.select-pricing-plan .pricing-btn{
    color: #0253ee;
    border: 2px solid #0253ee;
    padding: 12px 20px;
    transition: .5s;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
	border-radius: 30px;
}
.single-pricing-plan:hover .pricing-btn{
    color: #fff;
    background: #0253ee;
    border: 2px solid #0253ee;
}
/* ---end pricing CSS---*/

/* ---Start why CSS---*/
.why_its_best{ 
	position: relative 
}
.why_its_best:before{
	background: rgba(61,30,130,.67) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
}
.why_it_img{
    margin: auto auto 0px;
    max-width: 554px;
}
.single_why{
	overflow: hidden;
	padding: 20px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.single_why:hover{
    background: rgba(2, 83, 238, 0.8);
    box-shadow: 0px 8px 24px rgba(0,0,0,0.2);
}
.single_why_icon{
    background: #0253ee none repeat scroll 0 0;
    border: 1px solid #0253ee;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 25px;
    height: 65px;
    line-height: 65px;
    margin-bottom: 30px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 65px;
	transition:.5s;
	border-radius: 30px;
}
.single_why:hover .single_why_icon{
    background: #fff;
    border: 1px solid #fff;
	border-radius: 50%;
	color: #0253ee;
}
.single_why h4{
	color: #fff;
	margin: 0 0 10px;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.single_why p{
	color: #fff;
	overflow: hidden;
	transition: all 0.4s ease 0s;
}
/* ---end why CSS---*/

/* ---Start team CSS---*/
.team{
	margin-top: 30px;
}
.team article{
	position: relative;
	overflow: hidden;
}
.team img{
	width: 100%;
}
.team .team-hover{
	position: absolute;
	width: 100%;
	bottom: -100%;
	padding: 30px;
	padding-bottom: 0px;
	background: #0253ee;
	transition: all 0.5s ease-in-out;
}
.team article:hover .team-hover{
	bottom: 0px;
}
.team .position-center-center{
	width: 100%;
	padding: 0 20px;
}
.team article h5{
	color: #fff;
	margin: 0px;
	font-size: 20px;
	text-align:center;
}
.team article span{
	color: #fff;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
	text-align:center;
}
.team .social{
    text-align: center;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 15px;
}
.team .social li{
    margin: 4px 15px;
    display: inline-block;
    padding: 0;
}
.team .social li a{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
	transition:.5s;
}
.team .social li a:hover{
	color: #36404b;
}
.team .team-name{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 25px 20px;
	left: 0px;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	margin: 0px;
	text-align: left;
	background: rgba(2, 83, 238, 0.8);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team ul li article:hover .team-hover{
	left: 0px;
}
/* ---end team CSS---*/

/*------ start counter CSS ------*/
.counter_area::after{
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.counter_area{
	background:  rgba(0, 0, 0, 0) url("img/pattern.jpg") no-repeat fixed center center / cover ;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	padding: 80px 0;
    position: relative;
    z-index: 1;
}
.counter_area i.fa{
    color: #fff;
    font-size: 45px;
    transition: .5s;
}
.counter_area h1{
    font-size: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #0253ee;
    font-weight: 600;
}
.counter_area strong{
    text-transform: capitalize;
    font-weight: 500;
}
.counter_divided{
    background: #0253ee;
    height: 1px;
    width: 40px;
    margin-left: 110px;
    margin-bottom: 20px;
	transition:.5s;
}
.statistics-content:hover .counter_divided{
    width: 75px;
    margin-left: 93px;
}
/*------ end counter CSS ------*/

/*------ start faq CSS ------*/
#faq{
	background:#f2f2f2;
}
.faq{
	margin-top: 80px;
}
.faq .faq_icon{
	height: 60px;
	width: 60px;
	border: 2px solid #ddd;
	background: #444444;
	line-height: 54px;
	text-align: center;
	margin-right: 10px;
	transition:.5s;
}
.faq article:hover .faq_icon{
	background: #0253ee;
}
.faq article{
	background: #444444;
	padding: 30px;
	margin-bottom:30px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.faq article:hover{
	background:#0253ee;
}
.faq li article p{
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	margin: 0px;
}
.faq h6{
    color: #fff;
    font-size: 17px;
    margin-top: 3px;
    font-weight: 600;
    margin-bottom: 0;
}
.faq.faq_style ul li article{
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #e9e9e9;
	margin-bottom: 30px;
}
.faq.faq_style ul li article:before{
	position: absolute;
	content: "";
	height: 60px;
	left: 0px;
	width: 100%;
	z-index: -1;
	top: 0px;
	background: #0253ee;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.faq.faq_style ul li article:hover:before{
	background:#444444;
}
.faq.faq_style ul li p{
	color: #777777;
	font-size: 15px;
	line-height: 28px;
	margin-top: 20px;
}
.faq_icon i{
    color: #fff;
    font-size: 33px;
    margin-top: 11px;
}
/*------ end faq CSS ------*/

/*--------------start client CSS--------------*/
.client {
	text-align: center;
	cursor: e-resize;
}
/*--------------end client CSS--------------*/

/*--------------start download CSS--------------*/
span.black{
    color: #fff;
}
#get_app{
	background:  rgba(0, 0, 0, 0) url("img/dl_img.jpg") no-repeat fixed center center / cover ;
}
.dl_overlay{
	background: #0253ee;
	width:100%;
	height:100%;
}
.dl_btn{
    margin-left: -60px;
}
.buttonBig, .dlButton{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    padding: 18px 35px;
    border: 2px solid #fff;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
    border-radius: 350px;
    transform: translate3d(0px, 0px, 0px);
    display: inline-block;
    background-color:transparent;
    transition: color 0.3s, background-color 0.3s !important;
    -webkit-transition: color 0.3s, background-color 0.3s !important;
}
.buttonBig:hover, .dlButton:hover{
    background: #fff;
    color: #0253ee;
}
.dlButton{
    font-size: 24px;
    text-align: left;
    padding: 8px 35px 8px 15px;
    margin: 0 15px;
    z-index: 5;
    position: relative;
}
.dlButton i{
    float: left;
    font-size: 34px;
    margin-right: 18px;
    margin-top: 4px;
}
.dlButton .dlButtonWrap{
    font-size: 14px;
    float: right;
}
.dlButton .dlButtonSmall{
    font-size: 24px;
}
/*--------------end download CSS--------------*/

/*--------------start blog CSS--------------*/
.blog-box{
    margin-top: 55px;
}
.blog-box > h3{
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 20px;
}
.blog-media{
    position: relative;
    margin: 20px 0 0;
}
.blog-media > img{
    width: 100%;
    height: 270px;
}
.carousel-inner{
    height: 270px;
}
#image-blog .active img{
	height: 270px;
}
#image-blog img{
	height: 270px;
}
.blog-cat{
    position: absolute;
    top: 0;
    left: 299px;
    background-color: #0253ee;
    padding: 5px 10px;
}
.blog-cat a{
    color: #fff;
}
.blog-excerpt p{
    text-align: justify;
}
a.carousel-control i{
    margin-top: 123px;
    color: transparent;
	transition:.3s;
}
#image-blog:hover .carousel-control i{
    color: #ddd;
}
.blog-info{
    margin: 10px 0;
}
.blog-box h3 a{
    color: #333;
	transition:.5s;
}
.blog-box h3 a:hover{
    color: #0253ee;
}
.blog-info-box{
    display: inline-block;
    padding-right: 10px;
    color: #a1a1a1;
}
.blog-info-box .fa{
    padding-right: 3px;
	color: #0253ee;
}
/*--------------End Blog CSS--------------*/

/* ----------------------------------------------------------------
    [ 13 Start Contact ]
-----------------------------------------------------------------*/
#contact{
	background: #f2f2f2;
}
.form .form-group input{
	background: transparent;
	border-color: #e3e3e3;
    height: 40px;
    border-radius: 0;
	box-shadow: none;
}
.dark_bg .form .form-group input{
	border-color: #202020;
}
.form .form-group input:focus{
	border-color: #0253ee;
}
.form .form-group textarea{
	background: transparent;
	border-color: #e3e3e3;
    border-radius: 0;
	box-shadow: none;
}
.dark_bg .form .form-group textarea{
	border-color: #202020;
}
.form .form-group textarea:focus{
	border-color: #0253ee;
}
.contact_btn{
	color: #fff;
    font-size: 13px;
    margin-top: 30px;
    text-transform: capitalize;
    padding: 15px 35px;
    letter-spacing: 0.6px;
	font-weight: 600;
    background: #0253ee;
	border-radius: 25px;
    line-height: 10px;
	border: 2px solid #0253ee;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out 0s;
}
.contact_btn:hover{
	background: transparent;
	border: 2px solid #0253ee;
	color: #0253ee;
}
/*----------------------------------------------------------------
    [ End Contact ]
-----------------------------------------------------------------*/

/*--------------start footer CSS--------------*/
.footer-bottom-down{
    background: #333;
}
.footer-bottom-text{}
.footer-bottom-text p{
    color: #ddd;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
}
.footer-bottom-text p span{
    color: #0253ee;
}
.footer-bottom-text p span a{
    color: #0253ee;
}
/*--------------end footer CSS--------------*/
