/*
Copyright (c) 2015 Himanshu Softtech.
------------------------------------------------------------------
[Master Stylesheet]
Project: Creato - Creative & Modern HTML Template
Version: 1.0.0
Assigned to: Themeforest
------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. slider /.creato_slider_wrapper
2. Agency / #agency_section  
3. Team / .creato_quote_wrapper
4. Services / .creato_service_bg
5. Service Slider / .creato_service_slider 
6. Slate / #slate_section
7. Client / div#client_section
8. Portfolio / div#portfolio_section .portfolio_section_content
9. Testimonial / div#testimonial_section
10. Blog / #blog_section .creato_section_heading
11. Blog Single / .creato_post_bg
12. Contact / .google_map_wrapper
13. Footer / div#footer_section 
14. Visual Composer / .vc_column-inner
15. clor picker/ #style-switcher
-------------------------------------------------------------------*/
/*-------------------------Other Css--------------------------------*/
.vc_row {
    margin: 0px !important;
}
.vc_col-sm-12 {
    padding: 0px !important;
}
body{
	-webkit-font-smoothing: antialiased;
}
img{
	max-width:initial;
}
/*-------------------------Other Css--------------------------------*/

/*---------------------------------- main slider start ---------------------------------*/	
.creato_slider_wrapper {
	width: 100%;
	float: left;
}
.creato_slider_wrapper .creato_slider_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
.creato_slider_wrapper .creato_slider_bg img {
	width: 100%;
	height:100%;
}
.creato_slider_wrapper #slider_half_overlay {
	position: absolute;
	left: -50%;
	bottom: -50%;
	right: -50%;
	top: -50%;
	z-index: 0;
	background-color: #eef1f2;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
	backface-visibility: hidden;
}
.creato_main_logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 35%;
	opacity: 0;
	z-index: 99;
	text-align: center;
}
.creato_main_logo svg {
	margin-left: -100px;
}
.creato_main_logo svg text {
	font-weight: 900;
	letter-spacing: 20px;
}
svg text {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}
/*---------------------------------- main slider end ---------------------------------*/	


/*---------------------------------- agency section start ---------------------------------*/
#agency_section{
	background-image: url(../assets/images/bg/agency.jpg);
}	
.creato_agency_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 60px 0;
}
.creato_agency_bg #agency_half_overlay {
	position: absolute;
	left: -50%;
	bottom: -50%;
	right: 150%;
	top: -50%;
	z-index: 0;
	background-color: #eef1f2;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
	backface-visibility: hidden;
}
.agency_section_content {
	width: 100%;
	float: left;
	line-height: 40px;
}
.creato_section_heading {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
	display: block;
	margin-top: 60px;
}
.creato_section_heading:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 8px;
	left: 0px;
	float: left;
	backface-visibility: hidden;
	top: 130px;
	background-color: #6e606e;
	-webkit-transition: all 0.5s;
}
.creato_section_heading p {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #6e606e;
	position: absolute;
	font-weight: 300;
	top: 13px;
	z-index: 1;
}
.creato_section_heading h1 {
    font-size: 85px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    letter-spacing: 6px;
    color: #6e606e;
}
.creato_section_heading svg {
	z-index: 55;
	position: relative;
}
.creato_section_heading svg text {
	font-weight: 900;
	letter-spacing: 20px;
	text-transform: uppercase;
}
.agency_section_content .light {
	font-weight: 300;
}
.agency_section_content .dark {
	font-weight: 600;
}
.creato_nav_main_wrapper {
	z-index: 150000;
	display: none;
}
.creato_nav_main_wrapper.menu_open {
	display: block;
}
.creato_nav_wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	padding-right: 100px;
	text-align: right;
	overflow-y: scroll;
	background: #f1e5d0 url(../images/bg/nav_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 16000;
}
.creato_nav_wrapper::-webkit-scrollbar {
	width: 3px;
	height: 1px;
}
.creato_nav_wrapper::-webkit-scrollbar-track-piece {
	background-color: #ccc;
}
.creato_nav_wrapper::-webkit-scrollbar-thumb {
	background-color: #6e606e;
}
.creato_follow_us {
	position: fixed;
	right: 400px;
	left: 0;
	bottom: -100px;
	height: 300px;
	padding-left: 150px;
	background: #f1e5d0 url(../images/bg/nav_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: skewY(-4deg);
	-moz-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	-o-transform: skewY(-4deg);
	transform: skewY(-4deg);
	z-index: 15000;
}
.creato_follow_us .follow_us_icon {
	-webkit-transform: skewY(4deg);
	-moz-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	-o-transform: skewY(4deg);
	transform: skewY(4deg);
	margin-top: 118px;
}
.creato_follow_us span {
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	color: #6e606e;
	margin-right: 15px;
	line-height: 28px;
}
.creato_follow_us ul {
	display: table;
	list-style: none;
	padding: 0;
	margin: 0;
}
.creato_follow_us ul li {
	display: inline-block;
}
.creato_follow_us ul li a {
	color: #6e606e;
	padding: 0px 10px;
}
.creato_follow_us ul li a:hover {
	color: #434343;
}
.creato_nav > ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	margin-top: 150px;
}
.creato_nav > ul > li {
       position: relative;
}
.creato_nav > ul > li > a {
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	text-decoration: none;
	color: #6e606e;
}
.creato_nav > ul > li > a.active, .creato_nav > ul > li > a:hover {
	color: #434343;
}

.creato_nav > ul > li> ul.sub-menu {
    position: relative;
    right: 0%;
    top: 0;
    list-style: none;
    min-width: 250px;
    height: auto;
    display: none;
    z-index: 16000;
    padding: 8px 0;                
    -webkit-animation: fadeOut 0.5s;    
    -moz-animation: fadeOut 0.5s;    
    -ms-animation: fadeOut 0.5s;    
    -o-animation: fadeOut 0.5s;    
    animation: fadeOut 0.5s; 
}
.creato_nav > ul > li:hover ul.sub-menu {
    display: block;
    -webkit-animation: fadeIn 0.5s;    
    -moz-animation: fadeIn 0.5s;    
    -ms-animation: fadeIn 0.5s;    
    -o-animation: fadeIn 0.5s;   
     animation: fadeIn 0.5s;
} 
.creato_nav > ul > li> ul.sub-menu li a {
  padding: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #6e606e;
  text-align: right;
  padding-right: 20px;
}
.creato_nav > ul > li> ul.sub-menu li a:hover, .creato_nav > ul > li> ul.sub-menu li a:active, .creato_nav > ul > li> ul.sub-menu li a:focus {
    color: #434343;
}
.creato_nav > ul > li> ul.sub-menu> li> ul.sub-menu {
    position: absolute;    
    right: 33%;    
    top: 0;    
    list-style: none;    
    min-width: 250px;    
    height: auto;    
    display: none;    
    z-index: 16000;    
    padding: 15px 0;                    
}
.creato_nav > ul > li> ul.sub-menu> li:hover ul.sub-menu {
    display: block;
} 

.creato_nav > ul > li:hover ul.sub-menu> li {
    position: relative;
}
.social_nav > ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	margin-top: 50px;
}
.social_nav > ul > li {
}
.social_nav > ul > li > a {
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	text-decoration: none;
	color: #6e606e;
}
.social_nav > ul > li > a.active, .social_nav > ul > li > a:hover {
	color: #434343;
}
.menu> ul li a {
    padding: 10px;    
    font-size: 16px;    
    text-transform: uppercase;    
    font-weight: 600;    
    display: block;    
    text-decoration: none;    
    color: #6e606e;
}
.menu> ul {
    width: 100%;        
    list-style: none;    
    padding: 0;    
    margin: 0;    
    float: right;    
    margin-top: 150px;
}
.creato_nav_wrapper .creato_nav_logo {
	text-align: center;
	margin-top: 14px;
	width: 300px;
	float: left;
}
.creato_nav_wrapper .creato_nav_logo a {
	text-decoration: none;
	display: inline-block;
	padding: 10px 50px;
}
.creato_nav_wrapper .creato_nav_logo a img {
	width: 100%;
}
.creato_nav_wrapper .creato_nav_logo svg text {
	font-weight: 600;
}
.fixed_menu .creato_nav_icon {
	position: fixed;
	z-index: 15000;
	backface-visibility: hidden;
}
.fixed_menu .creato_nav_icon .cup {
	z-index: 1000;
	position: relative;
}
.fixed_menu .creato_nav_wrapper {
	position: fixed;
	z-index: 999999;
	backface-visibility: hidden;
}
.fixed_menu .creato_follow_us {
	position: fixed;
	z-index: 99999;
	backface-visibility: hidden;
}
.fixed_menu .nav_close {
	position: fixed;
	z-index: 1500000;
	backface-visibility: hidden;
}
.fixed_menu .creato_nav_wrapper .creato_nav_logo {
	position: relative;
	z-index: 999;
}
.creato_section {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
}
.creato_nav_icon {
	position: fixed;
	right: 0px;
	top: 30px;
	min-width: 400px;
	z-index: 15000;
}
.creato_nav_icon a {
	cursor: pointer;
}
.creato_nav_icon .cup {
     position: fixed;
     z-index: 999;
     margin-left: 0;
     right: 24%;
}
.creato_nav_icon .nav_icon {
     position: fixed;
     right: 18%;
}
.nav_close {
	position: fixed;
	z-index: 9999999;
	top: 30px;
	right: 30px;
	margin-right: 30px;
	cursor: pointer;
}
.nav_close:hover img {
	-webkit-transform: rotate(180deg);
 -moz-transform:rotate(180deg) -ms-transform:rotate(180deg) -o-transform:rotate(180deg) transform:rotate(180deg) -webkit-transition: all 700ms cubic-bezier(0.585, 0.010, 0.245, 1.000);
	-moz-transition: all 700ms cubic-bezier(0.585, 0.010, 0.245, 1.000);
	-o-transition: all 700ms cubic-bezier(0.585, 0.010, 0.245, 1.000);
	transition: all 700ms cubic-bezier(0.585, 0.010, 0.245, 1.000); /* custom */
}
/*---------------------------------- agency section end ---------------------------------*/		


/*---------------------------------- team section start ---------------------------------*/
.creato_quote_wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.creato_quote_wrapper .creato_quote_btn {
	width: 45%;
	min-height: 145px;
	position: relative;
	background-color: #6e606e;
	text-align: center;
	z-index: 1000;
	cursor: pointer;
}
.creato_quote_wrapper .creato_quote_btn:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	border-left: 0px solid transparent;
	border-right: 18px solid transparent;
	border-top: 145px solid rgb(110, 96, 110);
}
.creato_quote_wrapper .creato_quote_btn p {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 4px;
	position: absolute;
	font-weight: 300;
	top: 44px;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-left: 20px;
	z-index: 1;
	color: #eef1f2;
}
.creato_quote_btn h2 {
    font-size: 45px;  
    text-transform: uppercase;  
    font-weight: 900;  
    line-height: 126px;  
    margin: 0px;
    padding-top: 12px;
    color: #c1b6c9;
}
.creato_quote_wrapper .creato_quote_btn svg {
	margin-top: 65px;
	position: relative;
	z-index: 55;
}
.creato_quote_wrapper .creato_quote_form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	float: left;
	min-height: 450px;
	background-color: #c1b6c9;
	padding: 0 70px;
	display: none;
	z-index: 999;
}
.creato_quote_wrapper:hover .creato_quote_form {
	display: block;
	-webkit-animation: fadeIn 0.5s;
	-moz-animation: fadeIn 0.5s;
	-ms-animation: fadeIn 0.5s;
	-o-animation: fadeIn 0.5s;
	animation: fadeIn 0.5s;
}
.creato_quote_form #quote_name {
	margin-top: 170px;
}
.creato_quote_form .form-group {
	padding-right: 42px;
}
.creato_quote_form .quote_message {
	position: relative;
	width: 100%;
	float: left;
}
.creato_quote_form .quote_message .form-control {
	padding: 25px 12px;
	padding-left: 0;
}
.quote_budget .form-control {
	padding: 0;
}
.quote_budget .form-control option {
	background-color: #6e606e;
	color: #fff;
}
.quote_budget p {
	color: #6e606e;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
}
.creato_quote_form .quote_message:before {
	content: "";
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #6e606e;
	border-top: 1px solid #6e606e;
	z-index: -1;
}
.creato_quote_form .quote_message:after {
	content: "";
	position: absolute;
	top: 207px;
	left: 0;
	right: 0;
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #6e606e;
	border-top: 1px solid #6e606e;
	z-index: -1;
}
.creato_quote_form .btn {
	padding: 20.5px 33px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	float: right;
	box-shadow: none;
    text-shadow: none;
}
.creato_quote_form .has-error .form-control {
    border-width: 0 0 1px 0;    box-shadow: none;
}
.creato_quote_form input.form-control.error {
    border-width: 0 0 1px !important;
    border-color: #6e606e !important;
    margin-bottom: 10px;
	border-radius: 0px;
}
.creato_quote_form span.form-error.help-block {
    font-size: 11px;
    text-transform: uppercase;    
    letter-spacing: 1px;    
    color: red;
}
.creato_quote_form .quote_message .form-control.error {
    border-width: 0 0 1px !important;
    border-color: #6e606e !important;
}
.creato_quote_form .quote_message .form-control.error:after {
    border-color: red;
}
#team_section .creato_section_heading {
	text-align: right;
	margin-top: 20px;
}
#team_section .creato_section_heading p {
	top: 12px;
	right: 0;
}
div#team_section .creato_section_heading h1 {
	text-align: right;
}
#team_section .creato_section_heading:after {
	right: 15px;
	left: auto;
}
.creato_team_wrapper {
	width: 100%;
	float: left;
}
.creato_team_wrapper .creato_team {
	float: left;
}
.creato_team_wrapper .creato_team.top {
	margin-left: 100px;
	margin-top: 75px;
}
.creato_team_wrapper .creato_team.bottom {
	margin-left: -130px;
	margin-top: -20px;
}
.creato_team_wrapper .team_content {
	width: 184px;
	height: 184px;
	background-color: #6e616f;
	float: left;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -500px;
	margin-top: -75px;
	-webkit-transform: scale(1.2);
	opacity: 0;
}
.creato_team_wrapper .creato_team.bottom .team_content {
	margin-top: 412px;
	margin-left: -100px;
}
.creato_team_wrapper .team_content .team_name {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 184px;
	height: 184px;
	line-height: 184px;
	text-align: center;
	color: #fff;
}
.creato_team_wrapper .team_content .team_name p {
	line-height: 163px;
	font-size: 16px;
	color: #eef1f2;
	font-weight: 300;
	letter-spacing: 8px;
	text-transform: uppercase;
}
.creato_team_wrapper .team_content .team_name h3 {
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	position: absolute;
	top: 80px;
	left: 0;
	font-size: 29px;
	right: 0;
	margin: 0 auto;
	z-index: 99;
    color: #c1b6c9;
}
.creato_team_wrapper .team_content .team_name svg {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
	width: 184px;
}
.creato_team_wrapper .team_content .team_name svg text {
	text-transform: uppercase;
	font-weight: 900;
}
.creato_team_wrapper .item {
	padding: 70px 0;
	width: 100%;
	float: left;
}
.creato_team_wrapper .team_image {
	width: 320px;
	height: 320px;
	background-color: #ccc;
	margin: 100px;
	overflow: hidden;
	-webkit-transform: scale(1.2) rotate(45deg);
	-moz-transform: scale(1.2) rotate(45deg);
	-ms-transform: scale(1.2) rotate(45deg);
	-o-transform: scale(1.2) rotate(45deg);
	transform: scale(1.2) rotate(45deg);
	float: left;
	opacity: 0;
}
.creato_team_wrapper .team_image img {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 160% !important;
	margin-top: -160px;
}
.creato_team_wrapper .team_content:after {
	content: "";
	width: 73px;
	height: 73px;
	background-color: #afa7b4;
	position: absolute;
	z-index: 999999999;
	left: -45px;
	top: -35px;
}
.creato_team_wrapper .bottom .team_content:after {
	left: auto;
	top: auto;
	right: -45px;
	bottom: -35px;
}
/*---------------------------------- team section end ---------------------------------*/


/*---------------------------------- service section start ---------------------------------*/
.creato_service_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 20px 0;
}
#service_section{
	background-image: url(../assets/images/bg/service.jpg);
}	
.creato_service_bg #service_half_overlay {
	position: absolute;
	left: -50%;
	bottom: -50%;
	right: 150%;
	top: -50%;
	z-index: 3;
	background-color: #eef1f2;
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(10deg);
	backface-visibility: hidden;
}
.service_section_content {
	width: 100%;
	float: left;
	line-height: 40px;
	position: relative;
	z-index: 10;
}
.creato_testimonial {
	width: 100%;
	float: left;
	clear: both;
	padding: 34px 0;
}
.creato_testimonial_heading {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #6e606e;
	z-index: 1;
	text-align: right;
	padding-right: 8%;
	min-height: 162px;
}
.creato_testimonial_heading p {
	line-height: 123px;
	position: absolute;
	right: 7%;
	top: 0px;
	font-size: 16px;
	color: #eef1f2;
	font-weight: 300;
	letter-spacing: 8px;
	text-transform: uppercase;
}
div#tweet_section {
	position: relative;
	background-color: #6e606e;
	min-height: 162px;
}
#tweet_section .creato_testimonial_heading h2 {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 126px;
	color: #c1b6c9;
}
#tweet_section .creato_tweets_content{
	z-index: 100;
}
.testimonial2_bg {
    overflow: hidden;
    position: relative;
}
#tweet_half_overlay {
    position: absolute;  
	left: -50%;  
    bottom: 0;  
    right: 50.3%;  
    top: 0;  
    z-index: 3;  
    background-color: #eef1f2;  
    -webkit-transform: skewX(9.4deg);  
    -moz-transform: skewX(9.4deg);  
    -ms-transform: skewX(9.4deg); 
    -o-transform: skewX(9.4deg); 
    transform: skewX(9.4deg); 
    backface-visibility: hidden;
}
.creato_testimonial_heading  .container{
	position:relative;
}
.creato_testimonial_heading svg {
	margin-top: 65px;
	position: relative;
	z-index: 2;
}
.creato_testimonial_heading svg text {
}
#service_section .creato_testimonial_heading p {
	right: 0;
}
.service_section_content .dark {
	font-size: 20px;
	font-weight: bold;
	color: #434343;
}
.service_section_content .light {
	font-size: 20px;
	color: #434343;
	font-weight: 300;
}
/*---------------------------------- service section end ---------------------------------*/	



/*---------------------------------- service slider section start ---------------------------------*/	

.creato_service_slider {
	float: left;
	width: 100%;
	padding: 11% 0 12%;
}
.service_slider {
	width: 16.5%;
	display: inline-block;
	float: left;
	position: relative;
}
.service_slider_wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 28px;
}
.service_slider_img {
	float: left;
	width: 100%;
	z-index: 100;
	opacity: 0;
	border: 1px solid transparent;
	border-image: url(../images/border.png) 4 round;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.service_slider_wrapper i {
	font-size: 60px;
	margin-top: 31px;
	color: #1c1c1c;
	font-weight: 100 !important;
}
.service_slider:hover .service_slider_wrapper i {
	color: #fff;
}
.service_overlay {
   position: absolute;
   background-color: rgba(110, 97, 111, 0.73);
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-transform: scale(0.96);
   -moz-transform: scale(0.96);
   -ms-transform: scale(0.96);
   transform: scale(0.96);
   background-image: url(../images/icon/service_hover.png);
   background-repeat: no-repeat;
   background-position: center;
}
.service_slider_img img {
	width: 100%;
	padding: 3px;
}
.service_slider_wrapper p  a{
  opacity: 0;
  text-decoration: none;
  color: #fff;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  margin-top: 20px;
  display: inline-block;
}
.service_slider_wrapper img.service_img {
    margin-top: 37px;
}
.service_slider:hover img.service_img {
    opacity: 0;
}
.service_slider:hover .service_slider_img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.service_slider_wrapper:hover p  a{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
/*---------------------------------- service slider section end ---------------------------------*/	


/*---------------------------------- slate section start ---------------------------------*/	
#slate_section {
	background-image: url(../assets/images/bg/slate.jpg);
	background-size: contain;
	background-repeat: repeat;
}
.creato_slate_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 20px 0;
}
.creato_slate_bg #slate_half_overlay {
	position: absolute;
	left: 150%;
	bottom: -30%;
	right: 67px;
	top: -30%;
	z-index: 0;
	background-color: rgba(238, 241, 242, 0.93);
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(9deg);
	backface-visibility: hidden;
}
.creato_slate_content {
	text-align: right;
	font-weight: 300;
	float: left;
	line-height: 40px;
	padding-right: 0;
}
#slate_section .creato_section_heading {
	float: right;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
	display: block;
	margin-top: 60px;
}
#slate_section .creato_section_heading p {
	right: 0;
}
div#slate_section .creato_section_heading h1 {
	text-align: right;
}
#slate_section .creato_section_heading:after {
	left: 100%;
	margin-left: -100px;
}
#slate_section .creato_section_heading svg {
	float: right;
}
.creato_slate_content ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0 40px;
}
.creato_slate_content ul li span.dark {
	font-weight: bold;
}
.creato_slate_content ul li span.dark:after {
	content: "/";
	padding: 0px 20px 0 7px;
}
.slate_section_content .btn-lg {
	font-weight: 300;
	margin: 66px 0 0 0;
}
.slate_section_content .dark_btn {
	background-color: #8c828d;
	border-color: #8c828d;
	color: #f6ebfb;
	margin-left: 18px;
}
.slate_section_content {
	padding: 80px 0 130px;
	float: left;
}
/*---------------------------------- slate section end ---------------------------------*/	

/*---------------------------------- client section start ---------------------------------*/
div#client_section {
	padding: 100px 0 85px;
}
.creato_client_img {
	float: left;
	width: 20%;
	min-height: 150px;
}
.creato_client_img img {
	width: 100%;
}
.creato_client_wrapper {
	padding-top: 90px;
	display: block;
	float: left;
}
/*---------------------------------- client section end ---------------------------------*/	

/*---------------------------------- slider section start ---------------------------------*/
div#creato_slider_section {
    background-image:url(../assets/images/bg/slider.jpg);
	background-repeat: repeat;
}
.creato_overlay_bg {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#creato_slider_overlay {
	position: absolute;
	bottom: 0%;
	top: 0%;
	left: 0%;
	right: 0%;
	z-index: 0;
	background-color: rgba(238, 241, 242, 0.93);
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
	backface-visibility: hidden;
}
.creato_overlay_slider {
	text-align: center;
	margin: 22% 0;
}
.creato_overlay_slider p {
	color: #383249;
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 55px 26px 55px;
	letter-spacing: 10px;
	line-height: 36px;
	font-weight: 300;
}
.creato_overlay_slider p:before, .creato_overlay_slider p:after {
	content: "";
	width: 100px;
	padding: 37px 50px;
	height: 69px;
	line-height: 37px;
	background-image: url("../images/quote1.png");
	float: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -2%;
	background-size: contain;
}
.creato_overlay_slider p:after {
	background-image: url("../images/quote2.png");
	left: 90%;
}
.creato_overlay_slider span {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: 300;
}
/*---------------------------------- slider section end ---------------------------------*/	

/*---------------------------------- portfolio section start ---------------------------------*/	
div#portfolio_section .portfolio_section_content {
	text-align: right;
	padding-top: 120px;
	font-weight: 300;
}
div#portfolio_section .creato_section_heading p {
	right: 0;
	top: 11px;
}
.portfolio_img_wrapper img {
	width: 100%;
	width: 100%;
	top: 6px;
}
.padding_left0 {
	padding-left: 0px !important;
}
.padding_right0 {
	padding-right: 0px !important;
	right: 0 !important;
}
div#portfolio_section .creato_section_heading:after {
	left: 100%;
	margin-left: -100px;
	z-index: 1;
}
div#portfolio_section .portfolio_section_content p {
	z-index: 1;
	font-weight:normal;
}
div#portfolio_section .creato_section_heading h1 {
	text-align: right;
}
.portfolioFilter {
	padding: 35px 0 56px;
	margin-right: 18px;
}
.portfolioFilter a {
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #434343;
	padding: 16px 17px 16px 21px;
	position: relative;
	z-index: 1;
	background-color: transparent;
	display: inline-block;
}
.portfolioFilter span.tooltip {
	color: #e6e8ea;
	position: absolute;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background-color: #6e606e;
	z-index: 1;
	bottom: 100%;
	left: 100%;
	display: inline-block;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
}
.portfolioFilter a:hover, .portfolioFilter a.current {
	background-color: #8c828d;
	color: #e6e8ea;
	text-decoration: none;
        box-shadow: none;
        outline: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.portfolioFilter a:hover span.tooltip, .portfolioFilter a.current span.tooltip {
	opacity: 1;
}
div#creato_portfolio_wrapper {
	float: left;
	width: 100%;
	text-align: center;
}
.portfolio_img_wrapper {
	overflow: hidden;
	float: left;
	width: 100%;
	position: relative;
}
.portfolio_img_overlay {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: right;
}
.portfolio_img_overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(110,96,110,0.57);
	background: -moz-linear-gradient(left, rgba(110,96,110,0.57) 0%, rgba(110,96,110,0.75) 43%, rgba(110,96,110,0.88) 71%, rgba(110,96,110,0.97) 92%, rgba(110,96,110,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(110,96,110,0.57)), color-stop(43%, rgba(110,96,110,0.75)), color-stop(71%, rgba(110,96,110,0.88)), color-stop(92%, rgba(110,96,110,0.97)), color-stop(100%, rgba(110,96,110,1)));
	background: -webkit-linear-gradient(left, rgba(110,96,110,0.57) 0%, rgba(110,96,110,0.75) 43%, rgba(110,96,110,0.88) 71%, rgba(110,96,110,0.97) 92%, rgba(110,96,110,1) 100%);
	background: -o-linear-gradient(left, rgba(110,96,110,0.57) 0%, rgba(110,96,110,0.75) 43%, rgba(110,96,110,0.88) 71%, rgba(110,96,110,0.97) 92%, rgba(110,96,110,1) 100%);
	background: -ms-linear-gradient(left, rgba(110,96,110,0.57) 0%, rgba(110,96,110,0.75) 43%, rgba(110,96,110,0.88) 71%, rgba(110,96,110,0.97) 92%, rgba(110,96,110,1) 100%);
	background: linear-gradient(to right, rgba(110,96,110,0.57) 0%, rgba(110,96,110,0.75) 43%, rgba(110,96,110,0.88) 71%, rgba(110,96,110,0.97) 92%, rgba(110,96,110,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e606e', endColorstr='#6e606e', GradientType=1 );
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.project_name {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #eef1f2;
	font-weight: 300;
	padding: 0px 35px 40px 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.project_name h4 {
	text-transform: uppercase;
	color: #eef1f2;
	font-weight: bold;
}
.portfolio_img_wrapper:hover .portfolio_img_overlay:before, .portfolio_img_wrapper:hover .project_name {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.creato_portfolio_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
.creato_portfolio_bg #creato_portfolio_overlay {
	position: absolute;
	left: -7%;
	bottom: 0;
	right: -75%;
	top: 0%;
	z-index: 1;
	background-color: #eef1f2;
	-webkit-transform: skewX(14deg);
	-moz-transform: skewX(14deg);
	-ms-transform: skewX(14deg);
	-o-transform: skewX(14deg);
	transform: skewX(14deg);
	backface-visibility: hidden;
}
/*---------------------------------- portfolio section end ---------------------------------*/	

/*---------------------------------- testimonial section start ---------------------------------*/	
div#testimonial_section {
	position: relative;
}
div#testimonial_container {
	position: relative;
	float: left;
	width: 100%;
}
.testimonial_section_content {
	padding-top: 100px;
}
.testimonial_content_wrapper {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 64px 0 0px;
	margin-bottom: 100px;
}
.testimonial_content {
	float: left;
	width: 53%;
	font-size: 14px;
	line-height: 40px;
	position: absolute;
	top: 22%;
	z-index: 2;
}
.testimonial_content_wrapper .ms-left .testimonial_content {
	right: 0;
	padding-right: 5%;
}
.testimonial_content_wrapper .ms-right .testimonial_content {
	padding-left: 5%;
}
.testimonial_content_wrapper .ms-left img {
	float: left;
}
.testimonial_content_wrapper .ms-left {
	text-align: right;
}
.testimonial_content_wrapper .ms-right {
	padding-left: 2%;
	text-align: left;
}
.testimonial_content_wrapper .ms-left .ms-section:before {
	content: "";
	z-index: 1;
	position: absolute;
	left: 30%;
	bottom: 0;
	right: -100%;
	top: -30%;
	background-color: rgba(238, 241, 242, 0.86);
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
	backface-visibility: hidden;
}
.testimonial_content_wrapper .ms-left .ms-section, .testimonial_content_wrapper .ms-right .ms-section {
	overflow: hidden;
}
.testimonial_content_wrapper .ms-right .ms-section:before {
	content: "";
	z-index: 1;
	position: absolute;
	left: -100%;
	bottom: 0;
	right: 30%;
	top: -30%;
	background-color: rgba(238, 241, 242, 0.86);
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
	backface-visibility: hidden;
}
.testimonial_detail strong {
	text-transform: uppercase;
	font-size: 20px;
	color: #5d5461;
}
.testimonial_detail {
	font-size: 14px;
	line-height: 19px;
	padding-top: 25px;
}
.testimonial_content p {
	position: relative;
	padding-bottom: 37px;
}
.testimonial_content p:after {
	content: "";
	border-bottom: 2px solid #5d5461;
	width: 28px;
	top: 100%;
	right: 0;
	position: absolute;
}
.testimonial_content .testimonial_detail p:after {
	display: none;
}
.testimonial_content_wrapper .ms-right .testimonial_content p:after {
	right: 92%;
}
.testimonial_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 20px 0px 50px;
	min-height: 550px;
	background-position: 0% 0;
	background-repeat: no-repeat;
}
.ms-section img {
	position: relative;
	float: right;

}
#testimonial_overlay {
	position: absolute;
	left: -150%;
	bottom: 0;
	right: -150%;
	top: -15%;
	z-index: 1;
	background-color: rgba(238, 241, 242, 0.81);
	-webkit-transform: perspective(100px) rotateX(4deg);
	-moz-transform: perspective(100px) rotateX(4deg);
	-ms-transform: perspective(100px) rotateX(4deg);
	-o-transform: perspective(100px) rotateX(4deg);
	transform: perspective(100px) rotateX(4deg);
}
/** testimonial Slider **/
.testimonial_slider {
	display: none;
}
.testimonial_slider .testimonial_detail {
	position: relative;
	float: left;
	width: 100%;
}
.testimonial_slider .testimonial_overlay {
	z-index: 1;
	position: absolute;
	left: 10%;
	bottom: 0;
	right: -100%;
	top: -30%;
	background-color: rgba(238, 241, 242, 0.86);
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(-20deg);
	backface-visibility: hidden;
}
.testimonial_slider .testimonial_content {
	width: 100%;
	text-align: center;
	float: right !important;
	padding: 0 10%;
	top: 38%;
}
.testimonial_slider .testimonial_content p:after {
	display: none;
}
.testimonial_slider .testimonial_content .testimonial_detail:after {
	content: "";
	border-bottom: 2px solid #5d5461;
	width: 50px;
	top: 0;
	left: 50%;
	position: absolute;
	margin-left: -25px;
}
.testimonial_slider img {
	float: left;
	width: initial !important;
}
/** testimonial Slider **/
/*---------------------------------- testimonial section end ---------------------------------*/	



/*---------------------------------- blog section start ---------------------------------*/	
#blog_section .creato_section_heading {
	text-align: right;
	float: right;
}
#blog_section .creato_section_heading p {
	right: 0;
}
div#blog_section .creato_section_heading h1 {
	text-align: right;
}
#blog_section .creato_section_heading:after {
	left: 100%;
	margin-left: -100px;
}
.blog_content_wrapper {
	position: relative;
    min-height: 300px;
}
.blog_content_wrapper img{
	width:100%;
}
.blog_post .blog_content_wrapper {
  min-height: 100%;
}
.blog_post .blog_content_wrapper img {
  width: 100%;
}
p.no_more {
    text-align: center;                
    text-transform: uppercase;    
    color: #6e606e;    
    font-size: 16px;    
    font-weight: bold;    
    letter-spacing: 2px;
    padding: 20px 40px 0px 0;
}
.creato_blog_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
.blog_home_wrapper {
    min-height: 300px;
    background-color: #c1b6c9;              
    background: -webkit-linear-gradient(#6e606e,rgba(193, 182, 201, 0.46));  
    background: -moz-linear-gradient(#6e606e,rgba(193, 182, 201, 0.46));  
    background: -ms-linear-gradient(#6e606e,rgba(193, 182, 201, 0.46));  
    background: -o-linear-gradient(#6e606e,rgba(193, 182, 201, 0.46));
}
div#blog_half_overlay {
	position: absolute;
	left: 0%;
	bottom: -30%;
	right: -50%;
	top: 0;
	z-index: 1;
	background-color: rgba(238, 241, 242, 0.93);
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(9deg);
	backface-visibility: hidden;
}
.creato_blog_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	float: left;
	z-index: 2;
}
.blog_post_wrapper {
	float: left;
	width: 100%;
	text-align: right;
	padding: 70px 0 100px;
}
.blog_post_heading {
	width: 100%;
	float: left;
	position: relative;
	display: block;
}
.blog_post_heading svg {
	position: relative;
}
.blog_post_heading svg text {
	letter-spacing: 5px;
}
.blog_post_heading p {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #6e606e;
	position: absolute;
	font-weight: 300;
	top: 11px;
	z-index: 1;
	right: 0;
}
.blog_post_heading h2 {
	font-size: 45px;
	letter-spacing: 5px;
	font-weight: 900;
	color: #8c828d;
	position: relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	margin-bottom: 31px;
	color: #8c828d; 
}
.post_meta {
	float: left;
	width: 100%;
}
.post_meta h5 {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	color: #6e606e;
	font-weight: 300;
	margin-right: 31px;
	letter-spacing: 4px;
}
.hide_post {
	display: none;
}
.load_more {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0 100px;
	text-transform: uppercase;
	color: #6e606e;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}
.load_more .white_btn {
	margin-left: 36px;
}
/*---------------------------------- blog section end ---------------------------------*/	


/*---------------------------------- blog single start ---------------------------------*/	
.creato_post_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
div#post_half_overlay {
	position: absolute;
	left: -50%;
	bottom: 0;
	right: -150%;
	top: 0;
	z-index: 1;
	background-color: #eef1f2;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
	backface-visibility: hidden;
}
.post_sub_title {
	font-weight: bold;
}
.post_content {
	font-weight: 300;
}
.post_content p {
	line-height: 40px;
}
.post_pagination {
	margin-top: 121%;
	text-align: right;
}
.post_pagination a.btn {
	position: relative;
	z-index: 1;
	font-weight: 300;
	padding: 20px 19px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	color: #fff;
	border-color: transparent;
}
.post_pagination a.btn:hover, .post_pagination a.btn:focus, .post_pagination a.btn.focus, .post_pagination a.btn:active, .post_pagination a.btn.active {
	border-color: #fff;
}
.post_comment_section {
	float: left;
	width: 100%;
}
.comments-area {
    float: left;
    width: 100%;
}
.comment_section {
	float: left;
	width: 100%;
}
.comment_section .post_meta h2 {
	margin: 0px;
	padding: 45px 0;
	position: relative;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 300;
	color: #6e606e;
	letter-spacing: 6px;
}
.comment_section .post_meta {
	padding: 71px 0 0;
}
.comment_section .post_meta h2:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 8px;
	left: 0px;
	float: left;
	backface-visibility: hidden;
	top: 0;
	background-color: #6e606e;
	-webkit-transition: all 0.5s;
}
.post_comment_section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.post_comment_section ul .post_comment_wrapper {
	padding: 50px 0;
	float: left;
	width: 100%;
}
.post_comment_wrapper img {
	width: 100%;
}
.post_comment_section ul li .post_comment_wrapper img {
  padding-right: 10px;
}
.post_comment_section ul .post_comment_wrapper .col-lg-2.col-md-2.col-sm-2 {
    padding: 0px;
}
.post_comment_section ul.children li .post_comment_wrapper img {
    margin-left: -15px;
}
.post_comment_section ul.children ul.children {
  padding-left: 40px;
}
.post_comment_section .post_comment_wrapper .author_img {
	width: 150px;
	float: left;
}
.comment_wrapper {
	float: left;
	width: 100%;
}
.comment_wrapper p {
	font-weight: 300;
	line-height: 40px;
	padding-bottom: 25px;
}
.comment-reply-title {
    float: left;
    width: 100%;
}
#respond {
    float: left;
    width: 100%;
}
#respond_comment{
    float: left;
    width: 100%;
}
.post_comment_section ul.children #respond {
	padding-top: 20px;
}
h3.comment-reply-title {
    margin: 0px;
}
.author_name {
	color: #6e606e;
	font-size: 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom: 35px;
}
.author_name h5 {
	display: inline-block;
	float: right;
	font-weight: 300;
}
.author_name h5 span {
	font-weight: bold;
}
.post_comment_section ul li.comment .white_btn {
	color: #434343;
	border-color: #434343;
	padding: 21px 51px !important;
}
.post_comment_section ul li.comment .white_btn:hover {
	border-color: #6e606e;
	color: #fff;
}
.post_comment_section ul li.comment a.quote {
	padding: 21px 51px;
	text-transform: uppercase;
	color: #434343;
	font-weight: 300;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 2px;
	display: inline-block;
}
.post_comment_section ul.children {
	padding-left: 100px;
}
.post_comment_section ul.children .post_comment_wrapper {
	padding: 50px;
	border: 1px solid #434343;
}
#blog_single .load_more {
	padding: 79px 0;
}
#blog_single .load_more_btn {
	margin: 0px;
}
.comment-form-wrapper {
	float: left;
	width: 100%;
	padding-bottom: 100px;
}
.comment-reply-title h3 {
	font-size: 28px;
	color: #6e606e;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
	margin: 0px;
	padding: 45px 0 77px;
}
.comment-reply-title h3:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 8px;
	left: 0px;
	float: left;
	backface-visibility: hidden;
	top: 0;
	background-color: #6e606e;
	-webkit-transition: all 0.5s;
}
.comment-form-wrapper form.comment-form {
	float: left;
	width: 100%;
}
.post_comment_section h3.comment-reply-title small a {
	font-size: 20px;
	color: #6e606e;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
	margin: -20px 0 0;
	padding: 10px 0;
	text-align: right;
	float: right;
}
.post_comment_section h3.comment-reply-title small a:hover{
	text-decoration: none;
}
.post_comment_section a.comment-reply-link {
    position: relative;  
	overflow: hidden;  
	z-index: 1;  
    float: left;
	font-weight: 300 !important;    
	text-transform: uppercase;  
	letter-spacing: 2px;  
	font-size: 16px !important;
    display: inline-block;
    color: #434343;  
    border: 1px solid #434343;  
	padding: 21px 51px !important;
    text-decoration: none;
}
.post_comment_section a.comment-reply-link:before {
    content: '';  
	position: absolute;  
	top: 0;  
	left: 0;  
	width: 100%;  
	height: 100%;  
	background: #6e606e;  
	z-index: -1;   
	-webkit-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0); 
	-moz-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);  -ms-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);  -o-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);  transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);  -webkit-transform-origin: 0% 100%;  
	-moz-transform-origin: 0% 100%;  
	-o-transform-origin: 0% 100%;  
	-ms-transform-origin: 0% 100%;  
	transform-origin: 0% 100%;  
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;  
	-moz-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;  
	-ms-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;  
	-o-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;  
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.post_comment_section a.comment-reply-link:hover:before {
    opacity: 1;  
	background-color: #6e606e;  
	-webkit-transform: rotate3d(0, 0, 1, 0deg);  
	-moz-transform: rotate3d(0, 0, 1, 0deg);  
	-ms-transform: rotate3d(0, 0, 1, 0deg);  
	-o-transform: rotate3d(0, 0, 1, 0deg);  
	transform: rotate3d(0, 0, 1, 0deg);  
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);  -ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);  
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.post_comment_section a.comment-reply-link:hover {
    border-color: #6e606e;  
	color: #fff;
}
.post_comment_section ul.children .comment-form-wrapper {
	padding-top: 50px;
}
.comment-form-wrapper .form-group {
	margin: 0px;
}
.comment-form-wrapper input {
	width: 100%;
	outline: none;
	border: 1px solid #6e606e !important;
	height: 87px;
	padding:30px 25px;
	font-size: 20px;
	margin: 0px;
	color: #434343;
	font-weight: 300;
	border-radius: 0;
	background-color: #eef1f2;
	/* text-align: center; */
	border-bottom: none !important;
	border-left: none !important;
}
.comment-form-wrapper input.comment_name {
	border-left: 1px solid #6e606e !important;
}
.comment-form-wrapper input textarea {
	width: 100%;
	float: left;
	outline: none;
}
.comment-form-wrapper textarea {
	width: 99.9%;
	outline: none;
	float: left;
	padding:30px 25px;
	border-bottom: none !important;
	color: #434343;
	font-weight: 300;
	background-color: #eef1f2;
	margin: 0px;
	border-radius:0;
	border: 1px solid #6e606e !important;
	border-bottom: none !important;
}
.comment-form-wrapper p {
	margin: 0px;
}
.logged-in-as {
	color: #6e606e;
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	padding: 10px 10px;
    font-weight: 300;
}
.logged-in-as a, .logged-in-as a:hover , .logged-in-as a:focus, .logged-in-as a:active {        
	color: #6e606e;
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	text-decoration: none;
}
.post-edit-link, .post-edit-link:hover, .post-edit-link:active {
    color: #434343 !important;    
    font-weight: 300;    
    text-decoration: none !important;    
    font-size: 20px;    
}
.comment-form-wrapper input.btn {
	width:99.9%;
	background-color: #434343;
	padding: 39px 10px 35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
    box-shadow: none;
	font-size: 16px;
	text-shadow: none;
	border-color: #434343;
	-webkit-transition: all 0.25s ease-in-out;      
	-moz-transition: all 0.25s ease-in-out;      
	-o-transition: all 0.25s ease-in-out;      
	-ms-transition: all 0.25s ease-in-out;      
	transition: all 0.25s ease-in-out;
}
.comment-form-wrapper input.btn:hover, .comment-form-wrapper input.btn:focus, .comment-form-wrapper input.btn:active {
    background-color: #6e606e;
    border-color: #6e606e;
    color: #fff;
	text-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.25s ease-in-out;      
	-moz-transition: all 0.25s ease-in-out;      
	-o-transition: all 0.25s ease-in-out;      
	-ms-transition: all 0.25s ease-in-out;      
	transition: all 0.25s ease-in-out;
}
.comment-form-wrapper .form-control:focus {
	border-color: transparent;
	border-bottom-color: #6e606e;
	outline: 0;
	border-right-color: #6e606e;
}
p img{
	width:initial !important;
} 
a:visited {
  color: #8c828d;
}
.gallery-icon.landscape img {
  width: initial;
}
figure img.wp-image-907 {
  width: 100%;
}
/*---------------------------------- blog single end ---------------------------------*/	


/*---------------------------------- contact section start ---------------------------------*/
.google_map_wrapper {
	float: left;
	width: 100%;
	position: relative;
}
#contact_section .creato_section_heading p {
	top: 0px;
}
.creato_contact_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
#contact_half_overlay {
	position: absolute;
	left: -50%;
	bottom: 0;
	right: -50%;
	top: 0;
	z-index: 999;
	background-color: #eef1f2;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
	backface-visibility: hidden;
}
div#contact_section .creato_section_heading {
	margin-bottom: 80px;
}
input.submit_btn, input.submit_btn:hover, input.submit_btn.active, input.submit_btn:focus {
	float: left;
	width: 100%;
	text-transform: uppercase;
	padding: 22px 25px;
	color: #eef1f2;
	background-color: #6e606e;
	border-color: #6e606e;
}
.contact_section .creato_sub {
	float: left;
	width: 100%;
	text-transform: uppercase;
	padding: 22px 25px;
	color: #eef1f2 !important;
	background-color: #6e606e;
	border-color: #6e606e;
	box-shadow: none;
}
.contact_section .creato_sub:hover, .contact_section .creato_sub:active, .contact_section .creato_sub:focus {
	background-color: #434343 !important;
	color: #eef1f2 !important;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
div#creato_googleMap {
	min-height: 950px;
	padding: 33.9% 0;
	position: absolute !important;
	top: 0;
	left: 30%;
	width: 100%;
	z-index: 99;
}
.creato_contact_container .col-lg-6 {
	z-index: 9999;
	position:relative;
	display:block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.creato_contact_container {
	z-index: 9999;
	position:relative;
	display:block;
}
}
.contact_section {
	padding: 22% 0 20%;
	float: left;
	width: 100%;
}
.contact_section .form-control {
  margin-bottom: 0;
}
.contact_section .form-group {
      margin: 0 0 28px !important; 
}
.contact_section form .form-group.has-error input {
    border-width: 0 0 1px !important;    
    border-color: #6e606e !important;    
    box-shadow: none;
}
.contact_section form .form-group .form-control.error {
	border-width: 0 0 1px !important;
	border-color: red !important;    
	box-shadow: none;
}
.contact_section form .form-group.has-success {
    margin: 0;
    box-shadow: none;
    outline: none;
}
.contact_section .has-success .form-control, .contact_section .has-success .form-control:hover, .contact_section .has-success .form-control:focus, .contact_section .has-success .form-control:active {
    box-shadow: none;
    outline: none;
}
.contact_section form span.form-error.help-block {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: red;
	position: absolute;
	top: 54%;
}
.contact_section form .has-error .form-control {
  box-shadow: none;
}
.contact_section .has-success .form-control {
    box-shadow: none;
    outline: none;
}

/*---------------------------------- contact section end ---------------------------------*/	

/*---------------------------------- footer section start ---------------------------------*/
div#footer_section {
	background-color: #2b2b2b;
	color: #6e606e;
}
.creato_footer_bg {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
#footer_half_overlay {
	position: absolute;
	left: 0%;
	bottom: -30%;
	right: -10%;
	top: 0;
	z-index: 1;
	background-color: #2e2e2e;
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(9deg);
	backface-visibility: hidden;
}
.creato_footer_wrapper {;
	float: left;
	width: 100%;
	padding: 21% 0 15%;
}
.footer_section_heading {
	width: 100%;
	float: left;
	position: relative;
	display: block;
	text-align: right;
	z-index: 1;
}
.footer_section_heading img {
	width: 100%;
}
.footer_section_heading svg {
	z-index: 55;
	position: relative;
}
.footer_section_heading svg text {
	font-weight: 900;
	letter-spacing: 20px;
	text-transform: uppercase;
}
.footer_wrapper {
	float: left;
	width: 100%;
}
.footer_wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_wrapper ul li {
	float: left;
	display: inline-block;
}
.footer_content_wrapper {
	padding: 25px 27px;
	letter-spacing: 5px;
	color: #6e606e;
	text-transform: uppercase;
	font-weight: 300;
	position: relative;
	float: left;
	width: 100%;
	cursor: default;
	z-index: 1;
}
.tolltip_wrapper {
	position: absolute;
	bottom: 100%;
	border: 1px solid #6e606e;
	padding: 10px 11px;
	width: auto;
	float: left;
	color: #6e606;
	font-size: 14px;
	min-width: 230px;
	left: -23%;
	display: none;
	text-align: center;
	background-color: #2b2b2b;
}
.tolltip_wrapper:after {
	content: "";
	background-color: #2b2b2b;
	height: 17px;
	left: 45%;
	position: absolute;
	top: 100%;
	margin-top: -9px;
	width: 17px;
	border-bottom: 1px solid #6e606e;
	border-left: 1px solid #6e606e;
	-ms-transform: rotate( 314deg );
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate( 314deg );
	-webkit-transform-origin: 50% 50%;
	-moz-transform: rotate( 314deg );
	-moz-transform-origin: 56% 54%;
	transform-origin: 56% 54%;
}
.footer_wrapper ul li:nth-child(3) .tolltip_wrapper {
	left: -61%;
}
.creato_social ul li a {
	margin: 0 12px;
	font-size: 20px;
	text-align: center;
	color: #6e606e;
	font-size: 14px;
}
.creato_social ul li a:hover {
	color: #f6ebfb;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.footer_content_wrapper:hover .tolltip_wrapper {
	display: block;
	-webkit-animation: bounce 0.8s;
	-moz-animation: bounce 0.8s;
	-o-animation: bounce 0.8s;
	-ms-animation: bounce 0.8s;
	animation-name: bounce 0.8s;
}
.tolltip_wrapper a, .tolltip_wrapper a:hover {
	color: #6e606e;
	text-decoration: none;
}
/*---------------------------------- footer section end ---------------------------------*/

/*---------------------------------- other css start ---------------------------------*/	
.border_right {
	border-right: 0px !important;
}
.white_btn {
	position: relative;
	overflow: hidden;
	z-index: 1;
        color: #6e606e !important;
	font-weight: 300 !important;
	padding: 19px 19px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px !important;
}
.white_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #6e606e;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-moz-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-ms-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-o-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-moz-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-ms-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-o-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
a.white_btn:hover {
	color: #fff !important;
}
.white_btn:hover:before {
	opacity: 1;
	background-color: #6e606e;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.dark_btn {
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-weight: 300 !important;
	padding: 20px 32px !important;
	text-transform: uppercase;
	font-size: 16px!important;
	letter-spacing: 2px;
}
.dark_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(238, 241, 242, 0.93);
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-moz-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-ms-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-o-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-moz-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-ms-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-o-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
a.dark_btn:hover {
	background-color: #8c828d;
}
.dark_btn:hover:before {
	opacity: 1;
	background-color: rgba(238, 241, 242, 0.93);
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/*---------------------------------- other css end ---------------------------------*/	

/*---------------------------------- New Blog css Start ---------------------------------*/	
.creato_section_heading h1 {
    font-size: 85px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    letter-spacing: 6px;
    color: #6e606e;
}
.blog_post .creato_section_heading:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 8px;
  left: 0px;
  float: left;
  backface-visibility: hidden;
  top: 85px;
  background-color: #6e606e;
  -webkit-transition: all 0.5s;
}
.blog_post {
    float: left;
    width: 100%;
	padding: 10px 10px 0 0 ;
}
.blog_post .blog_post_heading p {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #6e606e;
	position: absolute;
	font-weight: 300;
	top: -8px;
	z-index: 1;
	left: 0;
}
.blog_post .blog_post_heading h2 {
	margin: 0;
    word-wrap: break-word;
}
.blog_post .blog_post_heading h2 a { 
	font-size: 45px;
	letter-spacing: 5px;
	font-weight: 900;
	color: #8c828d;
	position: relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	margin-bottom: 31px;
	color: #8c828d; 
}
.blog_post .blog_post_heading h2 a{
	text-decoration:none;
}
.blog_post_image .creato_section_heading p {
  font-size: 16px;
  top: 12px;
}
.blog_post_image .creato_section_heading {
  margin-top: 0px;
}
.blog_post_image .btn {
  float: right;
}
.blog_post_image {
    float: left;
    width: 100%;
	padding-bottom: 25px;
	float: left;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 40px;
	border-bottom: 1px solid #c1b6c9;
}
.blog_post_image img {
    width: 100%;
    margin-bottom: 15px;
	margin-top: 20px;
}
.creato_section_heading h2 a {
    font-size: 45px;   
    letter-spacing: 5px;   
    font-weight: 900;      
    position: relative;   
    font-family: 'Lato', sans-serif;   
    text-transform: uppercase;   
    margin-bottom: 31px;   
    color: #8c828d;
    text-decoration: none;
}
.meta-post {
    float: left;
    width: 50%;
    padding: 10px 0;
	text-align: right;
}
.blog_post_heading span.comment a:hover {
    color: #8c828d;        
    text-decoration: none;    
    color: #c1b6c9;
    -webkit-transition: all 0.25s ease-in-out;    
    -moz-transition: all 0.25s ease-in-out;    
    -o-transition: all 0.25s ease-in-out;    
    -ms-transition: all 0.25s ease-in-out;   
    transition: all 0.25s ease-in-out;
}
.blog_post_heading span.comment a, .blog_post_heading span.comment {
    color: #c1b6c9;  
    text-transform: uppercase;  
    letter-spacing: 2px;  
    font-weight: 300;  
    z-index: 1;  
    color: #6e606e;  
    font-style: italic;
    display: inline-block;
    float: right;
    padding: 9px 0;
}
.blog_post_image .btn {
    margin: 20px 0;
}
.creato_sidebar_wrapper {
    float: left;
    width: 100%;
}
.widget.widget_search input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 17px 12px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.42857143;
  color: #6e606e;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-bottom-color: #6e606e;
}
.widget.widget_search input:hover,.widget.widget_search input:focus,.widget.widget_search input:active{
	outline:none;
	box-shadow: none;
}
.widget {
    width: 100%;    
    float: left;    
    margin-bottom: 50px;
}
.widget .widget-title {
    font-size: 20px;    
    letter-spacing: 5px;    
    font-weight: 900;    
    position: relative;    
    font-family: 'Lato', sans-serif;    
    text-transform: uppercase;    
    margin-bottom: 20px;    
    color: #8c828d;    
    padding-bottom: 11px;
    text-decoration: none;
}
.widget .widget-title:after {
	content: "";
	width: 100px;
	height: 2px;
	background-color: #8c828d;
	position: absolute;
	top: 100%;
	left: 0;
}
.widget.widget_categories ul li {
    text-align: right;
      float: left;
  width: 100%;
}
.widget.widget_categories ul li a {
  float: left;
}
.widget ul {
    list-style: none;
    margin: 0;  
	padding-left: 20px;
}
.widget> ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul li {
    font-size: 14px;    
    text-transform: uppercase;    
    letter-spacing: 2px;    
    color: #6e606e;    
    color: #434343;
    font-weight: normal;    
    z-index: 1;
    padding: 7px 0;
    position: relative;
    -webkit-transition: padding 0.35s, 
    -webkit-transform 0.35s;    
    -moz-transition: padding 0.35s, 
    -webkit-transform 0.35s;    
    -ms-transition: padding 0.35s, 
    -webkit-transform 0.35s;    
    -o-transition: padding 0.35s, 
    -webkit-transform 0.35s;    
    transition: padding 0.35s, 
    -webkit-transform 0.35s;
}

.widget ul li a {
    text-decoration: none;
    font-size: 14px;    
	text-transform: uppercase;    
    letter-spacing: 2px;    
    color: #434343;        
	color: #6e606e;
    font-weight: 500;        
	z-index: 1;
    display: inline-block;
    -webkit-transition: padding 0.35s, -webkit-transform 0.35s;    
    -moz-transition: padding 0.35s, -webkit-transform 0.35s;    
    -ms-transition: padding 0.35s, -webkit-transform 0.35s;    
    -o-transition: padding 0.35s, -webkit-transform 0.35s;    
    transition: padding 0.35s, -webkit-transform 0.35s;
}
.widget.widget_categories ul li:hover a {
    color: #434343;
    -webkit-transition: padding 0.35s, 
    -webkit-transform 0.35s;    
    -moz-transition: padding 0.35s, 
    -webkit-transform 0.35s;    
    -ms-transition: padding 0.35s, 
    -webkit-transform 0.35s;    
    -o-transition: padding 0.35s, 
    -webkit-transform 0.35s;   
    transition: padding 0.35s, 
     -webkit-transform 0.35s;
}
.widget.widget_recent_comments ul li a {
    padding-right: 4px;
	float: none;
}
.widget ul li ul.sub-menu li {
  padding-bottom: 0;
}
.widget.widget_tag_cloud a {
    text-decoration: none;    
    font-size: 15px;    
    text-transform: uppercase;    
    font-weight: 600;    
    color: #fff;    
    padding: 16px 17px 16px 21px;    
    position: relative;    
    margin: 2px;
    z-index: 1;  
	position:relative;
	overflow:hidden;	
    background-color: #8c828d;    
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;    
    -moz-transition: all 0.25s ease-in-out;    
    -o-transition: all 0.25s ease-in-out;    
    -ms-transition: all 0.25s ease-in-out;    
    transition: all 0.25s ease-in-out;
}
.widget.widget_tag_cloud a:before {
    content: '';    
    position: absolute;    
    top: 0;    
    left: 0;    
    width: 100%;    
    height: 100%;    
    background: rgba(238, 241, 242, 0.86);    
    z-index: -1;    
    background-color: rgba(255, 255, 255, 0.41);
    background-color: #afa7b4;
    -webkit-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);    
    -moz-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);    
    -ms-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);    
    -o-transform: rotate3d(0, 0, 1, -42deg) translate3d(0, -3em, 0);    
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);                        
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;    
    -moz-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;    
    -ms-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;    
    -o-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;    
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.widget.widget_tag_cloud a:hover {
    background-color: #6e606e;
    color: #e6e8ea;
    -webkit-transition: all 0.25s ease-in-out;    
    -moz-transition: all 0.25s ease-in-out;    
    -o-transition: all 0.25s ease-in-out;    
    -ms-transition: all 0.25s ease-in-out;    
    transition: all 0.25s ease-in-out;
}
.widget ul li a:hover {
    color: #8c828d;  
	color: #434343;	
}
.widget p {
    font-weight: 300;
}
.widget.widget_search input::-moz-placeholder {
	color: #6e606e;
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.widget.widget_search input:-ms-input-placeholder {
	color: #6e606e;
	letter-spacing:2px;
	font-size:14px;
	text-transform:uppercase;
}
.widget.widget_search input::-webkit-input-placeholder {
	color: #6e606e;
	letter-spacing:2px;
	font-size:14px;
	text-transform:uppercase;
}
.widget.widget_recent_entries ul li {
  float: left;
  width: 100%;
}
.widget .textwidget {
    font-weight: 300;
}
.widget label {
    font-weight: 300;
}
.widget caption {
    color: #434343;
    font-weight: 300;
}
.widget.widget_rss .widget-title a.rsswidget {
    font-size: 20px;    
    letter-spacing: 5px;    
    font-weight: 900;    
    position: relative;    
    font-family: 'Lato', sans-serif;    
    text-transform: uppercase;    
    margin-bottom: 20px;    
    color: #8c828d !important;    
    padding-bottom: 11px;    
    text-decoration: none;
}
.widget .textwidget {
    font-weight: 300;
}
.widget label {
    font-weight: 300;
}
.widget caption {
    color: #434343;
    font-weight: 300;
}
.widget.widget_rss .widget-title a.rsswidget {
    font-size: 20px;    
    letter-spacing: 5px;    
    font-weight: 900;    
    position: relative;    
    font-family: 'Lato', sans-serif;    
    text-transform: uppercase;    
    margin-bottom: 20px;    
    color: #8c828d !important;    
    padding-bottom: 11px;    
    text-decoration: none;
}
.widget.widget_text p img {
    height: auto;
    width: 100% !important;
}
.widget.widget_text p img.emoji {
    width: initial !important;
}
.widget.widget_text p img.wp-smiley {
    width: initial !important;
}
img.alignnone {
  width: 100% !important;
}
.widget.widget_text .wp-caption img {
    width: 100%;
    height: auto;
}
.widget.widget_text .wp-caption.alignnone p.wp-caption-text img.wp-smiley {
    width: 20px !important;
    height: 1em !important;
    max-height: 1em !important;
}
.widget.widget_rss cite {
    float: left;
    text-align: right;
    width: 100%;
    padding-bottom: 20px;
	font-size: 13px;
}
.widget.widget_rss span.rss-date {
    float: left;
    width: 100%;
    padding: 5px 0;
}
.widget.widget_text form {
    float: left;
    width: 100%;
}
.widget select {
    display: block;    
    width: 100%;    
    height: 34px;            
    font-size: 16px;    
    font-weight: 300;    
    line-height: 1.42857143;    
    color: #6e606e;    
    background-color: #eef1f2;    
    background-image: none;    
    border: 1px solid transparent;    
    border-bottom-color: #6e606e;
}
.widget select:hover, .widget select:focus,  .widget select:active {
    outline: none;
    box-shadow: none;
}
.widget select option {
    display: block;    
    width: 100%;    
    height: 34px;    
    font-size: 16px;    
    font-weight: 300;    
    line-height: 1.42857143;    
    color: #6e606e;        
    background-image: none;        
    border-color: #6e606e;    
}
.widget select option:hover, .widget select option:active, .widget select option:focus {
    background-color: transparent !important;
}
.widget.widget_calendar {}

.widget.widget_calendar table#wp-calendar {
    width: 100%;
}
.widget.widget_calendar table#wp-calendar caption {
    text-align: left;
}
.widget.widget_calendar table#wp-calendar tr {
	background-color: #6e606e;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.widget.widget_calendar table#wp-calendar tr th {
    text-align: center;
	padding: 5px;
	color: #e6e8ea;
	font-size: 18px;
}
.widget.widget_calendar table#wp-calendar tr td {
	text-align: center;
	font-size: 14px;
	padding: 5px;
	margin: 1px;
	position: relative;
	border: 1px solid #8c828d;
}
.widget.widget_calendar table#wp-calendar tr td.pad:after {
  display: none;
}
.widget.widget_calendar table#wp-calendar tbody tr td {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.widget.widget_calendar table#wp-calendar tbody tr td:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 2px;
	opacity: 0;
	background: rgba(238, 241, 242, 0.86);
	z-index: -1;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.41);
	background-color: #afa7b4;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -2em, 0);
	-moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -2em, 0);
	-ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -2em, 0);
	-o-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -2em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -2em, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-moz-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-ms-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	-o-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.widget.widget_calendar table#wp-calendar tbody tr td:hover:after {
	opacity: 1;
}
.widget.widget_calendar table#wp-calendar tbody tr {
    background-color: rgba(238, 241, 242, 0.86);
}
.widget.widget_calendar table#wp-calendar tfoot tr td {
    border: 0px;
}
.widget.widget_calendar table#wp-calendar tfoot tr td a {
    float: left;
    padding: 0 10px;
    text-transform: uppercase;
    color: #e6e8ea;
}
.widget.widget_calendar table#wp-calendar tbody tr td a, .widget.widget_calendar table#wp-calendar tbody tr td a:hover, .widget.widget_calendar table#wp-calendar tbody tr td a:focus,.widget.widget_calendar table#wp-calendar tbody tr td a:active  {
	color: #8c828d;
	text-decoration: none;
}
.widget h2.widgettitle {
    font-size: 20px;    
    letter-spacing: 5px;    
    font-weight: 900;    
    position: relative;    
    font-family: 'Lato', sans-serif;    
    text-transform: uppercase;    
    margin-bottom: 20px;    
    color: #8c828d;    
    padding-bottom: 11px;    
    text-decoration: none;
}
.widget h2.widgettitle:after {
    content: "";    
    width: 100px;    
    height: 2px;    
    background-color: #8c828d;    
    position: absolute;    
    top: 100%;    
    left: 0;
}
.widget.widget_rss ul li a.rsswidget {
    color: #434343;
    font-weight: 600;
}
.widget.widget_rss ul li .rssSummary {
    color: #6e606e;
    font-size: 12px;
}


section.error-404.not-found {
    float: left;
    width: 100%;
}
section.error-404.not-found header.page-header {
  margin-bottom: 0px;
}
section.error-404.not-found header.page-header .page-title {
	text-align: center;
	font-size: 80px;
	letter-spacing: 5px;
	font-weight: 900;
	position: relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #6e606e;
}
section.error-404.not-found header.page-header h5 {
    text-align: center;    
    font-size: 20px;    
    letter-spacing: 5px;    
    font-weight: 900;    
    color: #8c828d;    
    position: relative;    
    font-family: 'Lato', sans-serif;    
    text-transform: uppercase;    
    margin-bottom: 31px;    
    color: #8c828d;
}
section.error-404.not-found .page-content p {
    text-align: center;
}
section.error-404.not-found .page-content form {
    text-align: center;
    margin: 30px 0 50px;
	padding-bottom: 50px;
}
section.error-404.not-found .page-content input {       
    height: 34px;  
	width:100%;	
    padding: 17px 12px;    
    padding-left: 0;    
    font-size: 16px;    
    font-weight: 300;    
    line-height: 1.42857143;    
    color: #6e606e;    
    background-color: transparent;    
    background-image: none;    
    border: 1px solid transparent;    
    border-bottom-color: #6e606e;
}
section.error-404.not-found .page-content input:hover,  section.error-404.not-found .page-content input:focus,  section.error-404.not-found .page-content input:active {
  box-shadow: none;
  outline: none;
}
.page-content form.form-inline input {    
    height: 34px;    
    width: 100%;    
    padding: 17px 12px;    
    padding-left: 0;    
    font-size: 16px;    
    font-weight: 300;    
    line-height: 1.42857143;    
    color: #6e606e;    
    background-color: transparent;    
    background-image: none;    
    border: 1px solid transparent;    
    border-bottom-color: #6e606e;
    margin: 40px 0;
}

.post_pagination_wrapper {
    float: left;
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 30px 0;
}
.post_pagination_wrapper ul.pagination {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.post_pagination_wrapper ul.pagination li a {
    float: left;
    position: relative;    
    z-index: 1;    
    font-weight: 300;    
    padding: 20px 19px;    
    text-transform: uppercase;    
    letter-spacing: 2px;    
    font-size: 16px;    
    color: #434343;
	margin: 0 2px;
	background-color: transparent;
	border-radius: 0px;
    border: 1px solid transparent;
	-webkit-transition: all 0.25s ease-in-out;    
    -moz-transition: all 0.25s ease-in-out;    
    -o-transition: all 0.25s ease-in-out;    
    -ms-transition: all 0.25s ease-in-out;    
    transition: all 0.25s ease-in-out;
}
.post_pagination_wrapper ul.pagination li {
    float: left;
}
.post_pagination_wrapper ul.pagination li a:hover {
    border-color: #6e606e;
    color: #6e606e;
    text-decoration: none;
}
.post_pagination_wrapper ul.pagination li.active a {
    background-color: #6e606e;    
    color: #e6e8ea;    
    -webkit-transition: all 0.25s ease-in-out;    
    -moz-transition: all 0.25s ease-in-out;    
    -o-transition: all 0.25s ease-in-out;    
    -ms-transition: all 0.25s ease-in-out;    
    transition: all 0.25s ease-in-out;
}
.page_wrapper {
    float: left;
    width: 100%;
}
.page_wrapper img {.testimonial_content_wrapper
    width: 100%;
}
.page_wrapper h2 {
    font-size: 45px;    
    letter-spacing: 5px;    
    font-weight: 900;        
    position: relative;    
    font-family: 'Lato', sans-serif;    
    text-transform: uppercase;    
    margin-bottom: 31px;    
    color: #8c828d;
}
.page_wrapper ul {
    margin: 0px;
    list-style-type: square;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
        float:left;
        width:100%;
	border-left: 5px solid #6e606e;
	color: #6e606e;
	font-weight: 300;
}
/*---------------------------------- Blog css end ---------------------------------*/	
/*Visual Composer Css Start*/
.vc_column-inner
{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
/*Visual Composer Css End*/

/*--------------------------15. clor picker Start-------------------------*/
#style-switcher {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -159px;
    position: fixed;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%); 
    width: 160px;
    z-index: 9999;
}
#style-switcher div {
    padding: 5px 9px;
    float: left;
}
ul.colors {
    list-style: none outside none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}
ul.colors li {
    float: left;
    margin: 2px;
}
ul.colors li #color1 {
    background: #6e606e;
}
ul.colors li #color2 {
    background: #5a7171;
}
ul.colors li #color3 {
    background: #666b79;
}
ul.colors li #color4 {
    background: #718690; 
}
ul.colors li #color5 {
    background: #616161;
}
ul.colors li #color6 {
    background: #636757;
}

ul.colors li p {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 0px;
}
#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}
#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 40px;
    padding: 3px;
    line-height: 37px;
    font-size: 28px;
    text-align: center;
    color: #000;
}
#style-switcher .bottom a.settings i {
    color: #6e606e;
}
#style-switcher .bottom a.settings:hover {
    text-decoration: none;
}
#style-switcher > div > h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
}
#style-switcher > div > select {
    width: 90%;
}
/*--------------------------15. clor picker End-------------------------*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
} 