/*
Author       : Themeplaza
Template Name: Onway Digital Agency Website Template
Version      : 1.0
*/

@charset "UTF-8";

body{
	font-family: 'Lato', sans-serif;
	color: #8a8a8a;
	font-size: 14px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	color: #333;
	font-family: 'Lato', sans-serif;
	margin: 0 0 15px;	
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
}
a{
	color: #00bcd4;
	text-decoration: none;
}
a:hover, a:focus{
	color: #333;
	outline: none;
	text-decoration: none;
}
html, body{
  height: 100%;
}
::selection{
    background: #c6a680;
    color: #fff;
    text-shadow: none;
}
.form-control{
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
	box-shadow: none;
	color: #8a8a8a;
	height: 45px;
	padding: 6px 33px;
	transition: .5s;
}
.form-control:focus{
	border-color: #00bcd4;
	box-shadow: none;
}
.parallax{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section_padding{
	padding: 80px 0;
}
.section-title h2{
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
    color: #00bcd4;
}
.section-title > p{
	margin-bottom: 25px;
	text-align:center;
}

/*START SCROLL TO TOP*/
.topcontrol{
    background: #00bcd4 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 0px 12px;
    position: fixed;
    right: 5px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
}
.topcontrol:hover{
    background: #222;
    color: #fff;
}
/*END SCROLL TO TOP*/

/*-------------------- Start Home CSS --------------------*/
.navbar-default{
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    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: #00bcd4 !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: #00bcd4 !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: rgba(0, 0, 0, 0) none repeat scroll 0 0 }
.menu-top li a {
    color: #fff !important;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	padding: 6px 12px;
	text-transform: uppercase;
	font-weight: 700;
	transition:.3s;
}
.menu-top li a:hover { color: #00bcd4!important }

.navbar-default.menu-shrink {
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    width: 100%;
}

.navbar-default.menu-shrink li a { color: #313131!important }
.navbar-default.menu-shrink li a:hover { color: #00bcd4 !important }
.navbar-default .navbar-toggle{ 
	background: #fff none repeat scroll 0 0;
	margin: 2px 20px 0px 0px;
}	
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #00bcd4 }
/*-------------------- End Home CSS --------------------*/

/*-------------------- Start Slider CSS --------------------*/
.slider{
  position: relative;
}
.nivo-caption{
    background: rgba(0, 0, 0, 0.3);
	opacity:1;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding:0 !important;
}
.nivo-caption a{
  display: inline-block;
}
.slider-text{
	display: table;
	height: 100%;
	width: 100%;
}
.middle-text{
	display: table-cell;
	vertical-align: middle;
}
.slide1{
	text-align: left;
}
.slide2{
	text-align: center;
}
.slide3{
	text-align: right;
}
.sider_text{
	height: 100%;
	position: relative;
	vertical-align: middle;
	color: #fff;
}
.sider_text h1, .sider_text h3{
	color: #fff;
}
.sider_text .first_heading{
	font-size: 55px;
	font-weight: 500;
	margin-bottom: 21px;
	text-transform: capitalize;
	line-height: 28px;
	line-height: normal;
}
.first_heading span{
    color: #00bcd4;
}
.slider_divided{
	background: #00bcd4;
	height: 1px;
	width: 575px;
	margin-bottom: 10px !important;
	margin: auto;
}
.slide1 .slider_divided{
	float: left;
}
.slider_divided.divided_float2{
    float: right;
	margin-bottom: 0px;
}
.sider_text p{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.8px;
}
p.text_margintop{
    margin-top: 46px;
}
.sider_text > .btn_wrap{
	margin-top: 40px;
}
.slider_divided{
	animation: fadeIn 2700ms ease-in-out;
}
.btn_effect{
	animation: fadeInUp 1500ms ease-in-out;
}
.explore_btn{
	background: #00bcd4 none repeat scroll 0 0;
	border-radius: 2%;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 13px 18px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.explore_btn:hover, .explore_btn:focus{
	color: #00bcd4;
	background: #fff;
}
.nivo-directionNav a{
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	color: #fff;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	margin-top: -36.5px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.5s ease 0s;
	width: 50px;
}
.nivo-directionNav a:hover{
	background: #00bcd4;
	color: #fff;
}
.nivo-directionNav a i{
	line-height:17px;
}
a.nivo-prevNav{
	margin-left:20px;
}
a.nivo-nextNav{
	margin-right:20px;
}
.nivo-controlNav{
	display: none;
}
.nivo-controlNav a{
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #32c5d2;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	height: 15px;
	line-height: 15px;
	margin: 0 6px;
	border-radius: 50%;
	width: 15px;
}
.nivo-controlNav a.active{
	background: rgba(50, 197, 210, 0.8) none repeat scroll 0 0;
	border-color: #32c5d2;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.uk-active{
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	min-height: 50px;
}
.uk-active:before{
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	content: "";
	height: 50px;
	left: 100%;
	position: absolute;
	top: 0;
	width: 10000px;
}
.uk-active:after{
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	content: "";
	height: 50px;
	right: 100%;
	position: absolute;
	top: 0;
	width: 10000px;
}
.uk-sticky-placeholder{
    width: 100%;
}
.uk-active .logo{
	padding-top: 5px;
}
.uk-active .navbar-right{
	padding-top: 8px;
}
.logo{
	display: inline-block;
}
/*-------------------- End Slider CSS --------------------*/

/*-------------------- Start about CSS --------------------*/
#about{
    background: #f5f5f5;
}
.about_bg{
    height: 555px;
}
.about_left{
    margin-top: 45px;
}
.single_about{
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 28px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about_inner h4{
    font-weight: 500;
    font-size: 20px;
}
.about_bg_inner{
    padding-top: 145px;
}
.about_bg_inner span{
    color: #00bcd4;
	margin-right: 15px;
}
i.about_icon{
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #00bcd4;
}
.about_bg h1{
    color: #fff;
    font-size: 50px;
}
.about_bg p{
    color: #ddd;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 13px;
    margin-bottom: 27px;
}
.about_bg p{
}
.btn_about{

}
/*-------------------- end about CSS --------------------*/

/*-------------------- Start services CSS --------------------*/
.services-sec{
    padding-bottom: 10px;
}
.service-area{
    text-align: center;
    padding-bottom: 30px;
	margin-top: 30px;
}
.service-area h3{
    font-size: 25px;
}
.services-sec .service-area .service_icon{
    border: 1px solid #00bcd4;
    border-radius: 50%;
    display: inline-block;
    font-size: 36px;
    line-height: 84px;
    width: 84px;
    margin-bottom: 20px;
    color: #00bcd4;
	transition:.5s;
}
.service-area:hover > .service_icon{
    background-color: #00bcd4;
    color: #fff;
}
a.read-more i.fa-arrow-right{
    border: 0px !important;
    line-height: 0px !Important;
    width: auto !Important;
    font-size: 24px !Important;
    display: inline;
    position: absolute;
    vertical-align: middle;
    top: 47%;
}
.read-more{
    color: #4c4c4c;
    font-weight: 600;
    font-size: 12px;
    position: relative;
}
.read-more:hover{
    opacity: .7;
    color: #00bcd4;
}
/*-------------------- end services CSS --------------------*/

/*--------- start portfolio css ---------*/
.portfolio_item .mix{
	display: none;
}
.mix.single_portfolio{
  margin-left: -4px;
  margin-right: 0;
  margin-top: -5px;
}
.portfolio_filter{
	
}
.portfolio_filter ul{
	margin:0;
	padding:0;
	list-style:none;
}
.portfolio_filter ul li{
	border: 1px solid #00bcd4;
	color:#333;
	font-weight: 700;
	text-transform: lowercase;
	display:inline-block;
	margin-bottom: 50px;
	margin-top: 40px;
	margin-right: 6px;
	padding: 8px 22px;
	cursor: pointer;
}
.filter.active{
	background: #00bcd4;
	border: 1px solid #00bcd4;
	color: #fff;
}
.portfolio_item .single_portfolio img{
	float: left;
	width: 338px;
}
.single_portfolio h3{
	color: #fff;
}
.sing_link_img a{
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 50%;
	transition: .5s;
}
.sing_link_img a:hover{
	background: #fff;
	border-color: #fff;
	color: #00bcd4;
}
.sing_link_img a.search{
	margin-right: 10px;
}
/* overlay */
.info-wrapper a {
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}
.portfolio_item {
	overflow: hidden;
	border-radius: 0px;
	position: relative;
	text-align: center;
	vertical-align: text-top;
	list-style: none outside none;
}
.portfolio_item .single_portfolio{
	border-radius: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.portfolio_item .single_portfolio img{
	max-width: 100%;
	display: block;
	position: relative;
	z-index: 0;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	max-width: none;
}
.no-touch .portfolio_item .single_portfolio:hover img,
.portfolio_item .single_portfolio.cs-hover img{
	bottom: 0px;
	-webkit-transform: translate3d(-50px, 0px, 0px);
	-moz-transform: translate3d(-50px, 0px, 0px);
	-ms-transform: translate3d(-50px, 0px, 0px);
	transform: translate3d(-50px, 0px, 0px);
}
.no-touch .portfolio_item .single_portfolio:hover figcaption,
.portfolio_item .single_portfolio.cs-hover figcaption{
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.portfolio_item .single_portfolio .featured-info{
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #e4e4e4;
	font-weight: 300;
	padding: 1.625em;
	background: #222;
	background: rgba(0, 188, 212, .8);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 5;
	opacity: 0;
}
.portfolio_item .single_portfolio .featured-info .info-wrapper{
	width: 100%;
	z-index: 10;
}
.portfolio_item .single_portfolio:hover .featured-info{
	opacity: 1;
}
.portfolio_item .single_portfolio .featured-info::before,
.portfolio_item .single_portfolio .featured-info::after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}
.portfolio_item .single_portfolio .featured-info::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.portfolio_item .single_portfolio .featured-info::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
.portfolio_item .single_portfolio:hover .featured-info::before,
.portfolio_item .single_portfolio:hover .featured-info::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*--------- end portfolio css ---------*/

/*--------- start feature css ---------*/
.custom-box{
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 7px solid #ddd;
	text-align: center;
	padding: 50px 20px 10px;
	margin: 60px 0 30px;
	-webkit-transition: border-color .4s linear, color .4s linear;
	-moz-transition: border-color .4s linear, color .4s linear;
	-o-transition: border-color .4s linear, color .4s linear;
	-ms-transition: border-color .4s linear, color .4s linear;
	transition: border-color .4s linear, color .4s linear;
	position: relative;
}
.custom-box .icn-main-container{

}
.feature-icon h3{
	font-size: 18px;
	font-weight: 400
}
.custom-box .featureicon{
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	color: #232629;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 28px;
	height: 65px;
	margin: auto;
	line-height: 65px;
	position: relative;
	text-align: center;
	width: 65px;
	z-index: 5;
	transition: .5s;
	margin-top: -83px;
	margin-bottom: 20px;
}
.custom-box:hover .featureicon{
	color: #fff;
	background: #00bcd4;
	border-color: #00bcd4;
}
.feature-icon .title h3{
	font-size: 18px;
	font-weight: 600;
	color: #666666;
}
.feature-icon .title h3{
	font-size: 16px;
	font-weight: 600;
}
.feature-icon p{
	font-size: 12px;
}
/*--------- end feature css ---------*/

/*
* ----------------------------------------------------------------------------------------
* 06. START COUNTERUP DESIGN
* ----------------------------------------------------------------------------------------
*/
.count_overlay{
	background: rgba(7, 1, 90, 0.6) none repeat scroll 0 0;
    padding: 60px 0;
}
.count h3{
	color: #00bcd4;
	font-size: 30px;
}
.count span {
    font-size: 30px;
    font-weight: 600;  
}
.count h5{
	color: #fff;
	font-size: 16px;
}
/*
* ----------------------------------------------------------------------------------------
* 06. END COUNTERUP DESIGN
* ----------------------------------------------------------------------------------------
*/

/*--------- start team css ---------*/
.single_TeaMember img{
   width: 100%;
}
.single_TeaMember{
   position: relative;
   margin-bottom: 60px;
   margin-top: 40px;
}
.teamDetail{
   padding-top: 32px;
}
teamThumb{
   position: relative;
   overflow: hidden;
}
.teamDetail h2{
   line-height: 25px;
   margin: 0;
   text-align: center;
}
.teamDetail h2 a{
   font-weight: 700;
   font-size: 22px;
   color: #252525;
   letter-spacing: .54px;
   display: inline-block;
   margin-bottom: 9px;
}
.team_hoveritems p{
    color: #fff;
    text-align: center;
}
.teamDetail p{
   margin: 0;
   text-align: center;
   color: #333;
   font-size: 13px;
   letter-spacing: .325px;
   line-height: 25px;
   font-weight: 400;
}
.teamThumb{
   position: relative;
   overflow: hidden;
}
.teamHover{
	background: rgba(0, 188, 212, .8);
	left: auto;
	padding: 37px 20px 73px 35px;
	position: absolute;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	height: 100%;
	top: 0;
}
.teamThumb:hover .teamHover{
   opacity: 1;
   visibility: visible;
   bottom: 28px;
}
.teamThumb:hover img{
   -webkit-transform: scale(1.05);
   -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
   -o-transform: scale(1.05);
   transform: scale(1.05);
}
.socialIcon{
   padding-bottom: 20px;
   text-align: center;
}
.teamHover > p{
   color: #000;
   font-size: 12px;
   letter-spacing: 0.24px;
   line-height: 1.888;
}
.teamThumb img{
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 700ms ease;
   -moz-transition: all 700ms ease;
   -ms-transition: all 700ms ease;
   -o-transition: all 700ms ease;
   transition: all 700ms ease;
}
.socialIcon{
    padding-bottom: 20px;
    padding-right: 56px;
}
.socialIcon li{
   display: inline-block;
}
.socialIcon li a{
    display: inline-block;
    font-size: 23px;
    color: #fff;
    padding-left: 10px;
	transition:.5s;
}
.socialIcon li:first-child a{
   padding-left: 0;
}
.socialIcon li a:hover{
   color: #25282c;
}
.teamHover > p{
   color: #000;
   font-size: 12px;
   line-height: 1.888;
   letter-spacing: .24px;
}
/*--------- end team css ---------*/

/*--------- start pricing css ---------*/
#pricing{
	background: #f4f4f4;
}
.pricing-area{
    background-color: #00bcd4;
    padding: 50px;
    text-align: center;
    margin-bottom: 50px;
	margin-top: 45px;
}
.pricing-area > h3{
    margin-top: 0;
    color: #fff;
	font-size: 38px;
}
h4.plan-price{
    color: #fff;
    font-size: 60px;
    margin-top: 40px;
}
.plan-price > span{
    display: block;
    font-size: 16px;
    margin-left: 95px;
    margin-top: -10px;
}
ul.plan-features{
    list-style: outside none none;
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 50px;
}
.plan-features > li{
    color: #fff;
    font-size: 14px;
    width: 180px;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
.plan-features > li + li{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 180px;
    margin: auto;
}
.pricing-area .d-btn.btn-medium{
    border-color: #fff;
    color: #fff;
    margin-top: 50px;
}
.pricing-area.best-plan{
    background-color: #333;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.51);
}
.pricing-area.best-plan h3,
.pricing-area.best-plan .plan-price{
    text-shadow: rgb(143, 143, 143) 0px 2px 0px;
}
.pricing_btn{
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 25px;
	text-transform: uppercase;
    font-weight: 600;
	transition:.5s;
}
.pricing_btn:hover{
    color: #fff;
    border: 1px solid #00bcd4;
    background:#00bcd4;
}
.pricing_btn_white{
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 25px;
	text-transform: uppercase;
    font-weight: 600;
	transition:.5s;
}
.pricing_btn_white:hover{
    color: #00bcd4;
    border: 1px solid #fff;
    background:#fff;
}
/*--------- end pricing css ---------*/

/*--------- start subscribe css ---------*/
#subscribe{
  background-color: #1f2021;
  color: #fff;
  padding:70px 0;
}
.form_text h3{
    font-size: 22px;
    color: #00bcd4;
    margin-bottom: 0;
}
.form_text p{
    margin-bottom: 40px;
    color: #ddd;
}
.subscription-form{
  color: #fff;
  position: relative;
}
.subscription-form i{
  left: 21px;
  position: absolute;
  top: 22px;
}
.subscription-form .subscribe{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 58px;
  text-indent: 60px;
  width: 100%;
}
.subscription-form #mail-submit{
	background-color: #00bcd4;
	border: 0 none;
	color: #fff;
	padding: 18px 35px;
	font-weight: 700;
	position: absolute;
	right: 1px;
	top: 1px;
}
/*--------- end subscribe css ---------*/

/*-------------- Start client css -------------*/
a, a:hover, a:focus{
  color: #eb4b49;
  text-decoration: none;
}
.client_item{
	width: 20%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
}
.client_item > a{
  display: block;
  padding: 10px;
}
/*-------------- End client css -------------*/

/*-------------- start blog css -------------*/
#blog{
	background:#f4f4f4;
}
.blog-thumb_1{
    margin-top: 45px;
	box-shadow: 0px 0px 11px -4px #585858;
}
.blog-post img{
  width: 100%;
  -webkit-transition: .6s transform;
  -moz-transition: .6s transform;
  -ms-transition: .6s transform;
  -o-transition: .6s transform;
  transition: .6s transform;
}
.blog-thumb-img{
  display: block;
  overflow: hidden;
}
.blog-thumb_1:hover .blog-thumb-img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .6s transform;
  -moz-transition: .6s transform;
  -ms-transition: .6s transform;
  -o-transition: .6s transform;
  transition: .6s transform;
}
.blog-section .col-lg-6 .row .col-lg-12:hover .blog-thumb img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .6s transform;
  -moz-transition: .6s transform;
  -ms-transition: .6s transform;
  -o-transition: .6s transform;
  transition: .6s transform;
}
.single-post-left{
  bottom: 0px;
  padding: 30px;
  background: #fff;
  padding-bottom: 40px;
}
.single-post-left a{
   margin-top: 20px;
}
.blog-content_1 p{
    margin-bottom: 45px;
}
.blog_btn{
    color: #fff;
    background: #00bcd4;
    padding: 10px 25px;
	transition:.5s;
}
.blog_btn:hover{
    color: #fff;
    background: #333;
}
.single-post-left_1 a{
  color: #333;
  letter-spacing: .5px;
}
.single-post-left_1 a i{
  margin-left: 5px;
  font-size: 13px;
}
.blog-content_1 a{
  margin: 0;
  font-weight: 100;
  color: #333;
  margin-bottom: 25px;
  font-size: 22px;
  text-transform: capitalize;
  margin-top: 10px;
}
.single-post {
  width: 55%;
  float: left;
  background: #F9F6F6;
  padding: 15px 0;
}
.single-post-warper{
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  position: relative;
  left: 15px;
  padding: 40px 60px;
  box-shadow: 0px 7px 65px 0px rgba(215, 213, 213, 0.31);
}
.date-sty{
  font-size: 30px;
  font-weight: 700;
}
.blog-content a{
  font-size: 19px;
  margin: 0;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 700;
  color: #333;
}
.blog-thumb{
  width: 45%;
  float: right;
  height: 203px;
  overflow: hidden;
}
.blog-thumb img {
  background: #fff url("img/blog/blog-1.jpg") no-repeat;
  height: 100%;
}
/*-------------- end blog css -------------*/

/*-------------start address css------------*/
.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: #fff;
}
.form .form-group input:focus{
	border-color: #00bcd4 ;
}
.form .form-group textarea{
	background: transparent;
	border-color: #e3e3e3;
    border-radius: 0;
	box-shadow: none;
}
.dark_bg .form .form-group textarea{
	border-color: #fff;
}
.form .form-group textarea:focus{
	border-color: #00bcd4 ;
}
.contact_btn{
	color: #fff;
    font-size: 13px;
    margin-top: 30px;
    text-transform: capitalize;
    padding: 15px 35px;
    letter-spacing: 0.6px;
	font-weight: 600;
    background: #00bcd4 ;
	border-radius: 25px;
    line-height: 10px;
	border: 2px solid #00bcd4 ;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out 0s;
}
.contact_btn:hover{
	background: transparent;
	border: 2px solid #00bcd4 ;
	color: #00bcd4 ;
}
/*-------------end address css------------*/

/*-------------- Start footer css -------------*/
#footer{
  color:#fff;
}
.footer-top {
  position: relative;
  padding:50px 0;
  background: #333;
}
#footer .footer-bottom{
  background-color: #232323;
  padding: 20px 0 10px;
}
#footer .footer-bottom a:hover{
  text-decoration: underline;
}
.footer-logo{
  display: inline-block;
  margin-bottom: 5px;
}
#footer .social-icons{
    margin-top: 50px;
    margin-left: 385px;
}
#footer .social-icons ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons ul li{
    float: left;
    margin-right: 8px;
}
#footer .social-icons ul li a{
    background-color: rgba(0,0,0,.2);
    border-radius: 0;
    line-height: 33px;
    padding: 18px;
    color: #00bcd4;
    font-size: 18px;
	transition:.5s;
}
#footer .social-icons ul li a:hover{
  color: #fff;
  background: #00bcd4;
}
.copyright{
    color: #ddd;
    padding: 15px 0;
}
/*-------------- end footer css -------------*/