
/* quote */

blockquote {
	margin: 0;
	padding: 0 0 110px;
	position: relative;
}
blockquote:before,
blockquote:after {
	position: absolute;
	font-family: ct-icons;
	content: '\e60c';
	line-height: 1;
}
blockquote:before {
	font-size: 120px;
	left: 15px;
	bottom: -20px;
	opacity: 0.11;
}
blockquote:after {
	font-size: 32px;
	left: 0;
	bottom: 45px;
}

.ct-quote {
	margin-bottom: 3em;
	position: relative;
	overflow: hidden;
}

.ct-quote blockquote div,
.ct-quote blockquote p,
.ct-quote blockquote{
	margin: 0;
}

.ct-quote.ct-quote-style-1 {
	padding-top: 65px;
	padding-left: 45px;
	padding-right: 45px;
}


/* bace list */


.wpb_text_column li {
/*	position: relative;
	list-style: none;*/
	padding-bottom: 6px;
}
/*.wpb_text_column ul li ul,
.wpb_text_column ol li ol{
	padding-bottom: 5px;
	padding-left: 30px;
	padding-top: 5px;
}
.wpb_text_column ul li:before {
	left: -12px;
	content: "";
	height: 3px;
	width: 3px;
	position: absolute;
	background-color: #002b36;
	border-radius: 50%;
	top: 12px;
}
.wpb_text_column ol li {
	position: relative;
	padding-bottom: 6px;
}

.wpb_text_column ol {
	list-style: none;
	counter-reset:li;
}
.wpb_text_column ol li:before {
	content:counter(li);
	counter-increment:li;
	position:absolute;
	counter-reset: section;
	top:-4px;
	left:-2em;
	width:2em;
	padding:4px 0;
	font-weight:bold;
	text-align:center;
}*/



/* List */
.ct-list {
	margin-bottom: 1.421em;
}
.ct-list > ul {
	list-style: none;
	padding-left: 1.2em;
	margin: 0;
}
.ct-list > ul > li {
	position: relative;
	text-indent: -1.2em;
	margin-bottom: 0.7em;
}
.ct-list > ul > li:last-child {
	margin-bottom: 0;
}
.ct-list > ul > li:before {
	font-family: 'ct-icons';
	font-weight: normal;
	content: '\e601';
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
	width: 21px;
	text-indent: 0;

}

.ct-list.ct-list-type-check > ul > li:before {
	content: '\e614';
}
.ct-list.ct-list-type-arrow > ul > li:before {
	content: '\e64c';
}
.ct-list.ct-list-type-double-arrow > ul > li:before {
	content: '\e653';
}

.ct-list.ct-list-type-check-style-1  > ul > li:before {
	content: '\e614';
}
.ct-list.ct-list-type-check-style-2  > ul > li:before {
	content: '\e650';
}
.ct-list.ct-list-type-disc-style-1  > ul > li:before {
	content: '\e617';
}
.ct-list.ct-list-type-disc-style-2  > ul > li:before {
	content: '\e651';
}
.ct-list.ct-list-type-checkbox  > ul > li:before {
	content: '\e647';
}

.ct-list.ct-list-type-cross > ul > li:before {
	content: '\e619';
}
.ct-list.ct-list-type-snowflake-style-1 > ul > li:before {
	content: '\e644';
	font-size: 10px;
}
.ct-list.ct-list-type-snowflake-style-2 > ul > li:before {
	content: '\e645';
}
.ct-list.ct-list-type-square > ul > li:before {
	content: '\e618';
}
.ct-list.ct-list-type-disc > ul > li:before {
	content: '\e617';
}
.ct-list.ct-list-type-star > ul > li:before {
	content: '\e61a';
}
.ct-list.ct-list-type-plus > ul > li:before {
	content: '\e652';
}

.ct-list.ct-list-type-Label > ul > li:before {
	content: '\e648';
}






.ct-list.ct-list-color-1  > ul > li:before{
	color: #3c3950;
}
.ct-list.ct-list-color-2  > ul > li:before{
	color: #00bfa5;
}
.ct-list.ct-list-color-3  > ul > li:before {
	color: #00bcd4;
}
.ct-list.ct-list-color-4  > ul > li:before {
	color: #ffb932;
}
.ct-list.ct-list-color-5  > ul > li:before {
	color: #f44336;
}
.ct-list.ct-list-color-6  > ul > li:before {
	color: #7e57c2;
}
.ct-list.ct-list-color-7  > ul > li:before {
	color: #d500f9;
}
.ct-list.ct-list-color-8  > ul > li:before {
	color: #8d6e63;
}
.ct-list.ct-list-color-9  > ul > li:before {
	color: #f26c4f;
}
.ct-list.ct-list-color-10 > ul > li:before {
	color: #ad1457;
}
.ct-list.ct-list-color-11 > ul > li:before {
	color: #afb42b;
}
.ct-list .ct-list  > ul > li:before {
	color: #5f727f;
}


/* Table */
.ct-table {
	margin-bottom: 1.421em;
}
.ct-table table {
	width: 100%;
}
.ct-table thead th {
	padding: 17px;
	text-transform: uppercase;
}
.ct-table td {
	padding: 16px;
}
.ct-table table {
	border: medium none !important;
	overflow: visible;
}

.ct-table.ct-table-style-3 {
	border: medium none;
	overflow: visible;
}

@media (max-width: 768px) {
	.ct-table.ct-table-responsive {
		border: 0 none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.ct-table-responsive .tabletolist > li span
	{
		margin-bottom: 30px;
	}
	.ct-table-responsive .tabletolist .titles {
		border: medium none;
		margin: 0;
		background-color: #f4f7f6;
	}
	.ct-table-responsive .tabletolist .row_headers {
		border-right: 1px solid #dfe5e8;
	}
	.ct-table-responsive .tabletolist > li
	{
		margin-bottom: 30px;
	}
	.ct-table-responsive.ct-table-style-1 .tabletolist > li  li:nth-child(even) {
		background-color: #f4f7f6;
	}

	.ct-table-responsive.ct-table-style-2 .tabletolist > li span.titles {
		border:medium  none;
	}

	.ct-table-responsive.ct-table-style-3  .tabletolist > li,
	.ct-table-responsive.ct-table-style-3  .tabletolist .row_headers,
	.ct-table-responsive.ct-table-style-3  .tabletolist > li span{
		border: medium none;
	}
	.ct-table-responsive.ct-table-style-3 .tabletolist > li .titles {
		background-color: #46485c;
	}
	.ct-table-responsive.ct-table-style-3 .tabletolist > li  li:nth-child(odd) {
		background-color: #f4f7f6;
	}
	.ct-table-responsive.ct-table-style-3 .tabletolist > li  li:nth-child(odd) .row_headers{
		background-color: #f0f3f2;
	}
	.ct-table-responsive.ct-table-style-3 .tabletolist > li  li:nth-child(even){
		background-color: #ebf0ef;
	}
	.ct-table-responsive.ct-table-style-3 .tabletolist > li  li:nth-child(even) .row_headers{
		background-color: #e6ebe9;
	}
	.ct-table-responsive .tabletolist,
	.ct-table-responsive .tabletolist > li > ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.ct-table-responsive .tabletolist > li > ul {
		display: table;
		width: 100%;
	}
	.ct-table-responsive .tabletolist > li > ul > li {
		display: table-row;
	}
	.ct-table-responsive .tabletolist .row_headers,
	.ct-table-responsive .tabletolist .row_data {
		display: table-cell;
		padding: 17px;
		vertical-align: middle;
	}

	.ct-table-responsive.ct-table-style-1 .tabletolist.nrh .row_headers {
		font-weight: bold;
	}
	.ct-table-responsive .tabletolist.rh > li > .titles {
		display: block;
		padding: 14px;
		text-align: center;
		text-transform: uppercase;
	}
	.ct-table-style-1 .tabletolist.rh > li > .titles {
		position: relative;
	}
	.ct-table-responsive .tabletolist.rh .row_data,
	.ct-table-responsive .tabletolist.rh .row_headers{
		text-align: center;
	}

}
.ct-table-style-1.ct-table{
	border: medium none;
}

.ct-table-style-3 tr:nth-child(even) td {
	background-color: #e6ebe9;
}
.ct-table-style-3 tr:nth-child(even) td:nth-child(even) {
	background-color: #ebf0ef;
}
.ct-table-style-3 tr:nth-child(odd) td{
	background-color: #f4f7f6;
}
.ct-table-style-3 thead tr th:nth-child(even) {
	background-color: #46485c;
}
 .ct-table-style-1 tr:nth-child(even) td {
	background-color: #f8f0f0;
}
.ct-table-style-2 thead tr {
	background-color: #f4f7f6;
}
.ct-table-style-2.ct-table {
	border: medium none ;
}

.ct-table-responsive .tabletolist.rh > li:first-child > .titles {
	border-top: medium none;
}
.ct-table h1,
.ct-table h2,
.ct-table h3,
.ct-table h4,
.ct-table h5,
.ct-table h6 {
	margin: 0px;
}


.custom-header  .title-xlarge {
    margin: 0.4em 0;
}
.custom-header-subtitle span {
	display: block;
}
.ct-custom-header-icon-position-centered {
text-align: center;
}

.ct-custom-header-icon-position-left .ct-icon {
	float: left;
}
.ct-custom-header-icon-position-left .ct-custom-header-conteiner{
	text-align: right;
}
.ct-custom-header-icon-position-right .ct-icon {
	float: right;
}
.ct-custom-header-icon-position-left .custom-header-title,
.ct-custom-header-icon-position-left .custom-header-subtitle{
	float: right;
	clear: right;
}
.ct-custom-header-icon-position-left {
	text-align: right;
}
.ct-custom-header-icon-position-right {
	text-align: left;
}
.ct-custom-header-icon-position-centered {
	text-align: center;
}
.custom-header .breadcrumbs {
	width: 100%;
}
.ct-custom-header-icon-position-centered .ct-icon {
	float: none;
	display: inline-block;
}
.ct-custom-header-icon-position-centered .ct-custom-header-conteiner {
	width: 100%;
	text-align: center;
}
.ct-custom-header-icon-position-centered .styled-subtitle .light {
	display: inline-block;
}
.custom-header.ct-custom-header-no-icon .ct-icon {
	display: none;
}
.ct-custom-header-icon-position-centered .container {
	padding: 0;

}
.custom-header .container
{
	position: inherit;
	height: 100%;
}
.ct-custom-header-icon-position-left .breadcrumbs {
	right: 21px;
}
.ct-custom-header-icon-position-right .breadcrumbs {
	left: 21px;
}
body .site-main .custom-header .ct-icon {
	margin-top: 50px;
}
.custom-header h1 ,
.custom-header h2,
.custom-header h3,
.custom-header h4,
.custom-header h5,
.custom-header h6{
	margin-top: 50px;
}


.ct-custom-header-icon-position-centered  h1{
	margin-top: 30px;
}
.ct-custom-header-icon-position-centered {
	padding-top: 20px;
}
.custom-header h1 {
	margin-bottom: 20px;

}
.ct-custom-header-icon-position-centered  .ct-custom-header-conteiner {
	display: inline-block;
	width: 100%;
}

.ct-custom-header-icon-position-centered .ct-custom-header-conteiner .custom-header-title,
.ct-custom-header-icon-position-centered .ct-custom-header-conteiner .custom-header-subtitle{
	width: 100%;

}
.ct-custom-header-no-icon .custom-header-title span {
    display: inline;
}
.custom-header-title span{
	display: inline-block;
}
.custom-header  .breadcrumbs {
	position: absolute;
	bottom: 10px;
}

.custom-header .ct-icon-shape-none {
	border: none !important;
}
.custom-header.centreed_breadcrumbs .breadcrumbs {
    text-align: center;
}

.breadcrumbs .current {

}
.bc-devider:before {
	font-family: ct-icons;
	width: 20px;
	vertical-align: middle;
	padding: 0px 12px;
	content:  '\e64c';
}
@media (max-width: 768px) {
	.custom-header  .breadcrumbs{
		right: 0 !important;
		left: 0 !important;
		text-align: center !important;
	}
	.ct-custom-header-icon-position-left .custom-header-title,
	.ct-custom-header-icon-position-left .custom-header-subtitle {
		float: none;
	}
}
@media (max-width: 1080px) {
	.custom-header .custom-header-title span{
		max-width: 800px !important;
	}
	.custom-header .custom-header-title span{
		max-width: 800px !important;
	}
}
@media  (min-width:980px) and (max-width:1200px) {
    .row .custom-header {
        padding-top: 120px !important;
    }
}
@media (max-width: 980px) {
	.custom-header .custom-header-title span{
		max-width: 600px !important;
	}
	.custom-header .custom-header-title span{
		max-width: 600px !important;
	}
	.ct-custom-header-icon-position-centered .custom-header-title{
		margin: 0 auto;
		text-align: center !important;
	}
}
@media (max-width: 880px) {
	.custom-header .custom-header-title span{
		max-width: 480px !important;
	}
	.custom-header .custom-header-title span{
		max-width: 480px !important;
	}
}

@media (max-width: 767px) {
	.custom-header .custom-header-title {
		max-width: 550px !important;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.custom-header .custom-header-title span{
		max-width: 550px !important;
		margin: 0 auto;
		text-align: center !important;
		float: none;
	}
	.custom-header .custom-header-title span h1{
		font-size: 2.6em !important;

	}
	.custom-header .ct-icon {
		display: inline-block;
		float: none;
	}
	.custom-header {
		text-align: center;
	}
	.styled-subtitle .light {
		text-align: center;
	}
	.ct-icon-size-big {
		font-size: 95px;
		width: 95px;
		height: 95px;
		line-height: 95px;
	}
}
/*custom-header*/

/*footer*/
.contact-form-footer input{
	padding-top: 21px;
	border-radius: 3px;
	padding-bottom: 17px;
}
.wpcf7 .wpcf7-form .contact-form-footer textarea {
	height: 95px;
	width: 100%;
}
.wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit {
	width: 100%;
	padding: 11px;
	margin: 0;
	line-height: 0;
}
.site-footer .contact-form-footer .wpcf7-form-control-wrap .wpcf7-form-control {
	padding: 7px !important;
}
.site-footer #colophon .widget-title {
	margin-bottom: 42px;
}
.site-footer .widget_contacts .ct-contacts div{

	line-height: inherit;
	display: block;
}

.site-footer .ct-contacts-item.ct-contacts-address {
	border-bottom: 1px solid #393d50;
	padding-bottom: 30px;
	margin-top: -15px;
}
.site-footer .ct-contacts-item.ct-contacts-phone {
	padding-top: 30px;
}
.site-footer .widget_text ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: -17px;
}
.site-footer .widget_text  ul li {
	list-style: none;
	float: left;  padding-left: 14px;
	padding: 8px 0;
	margin-left: 13px;
	border-bottom: 1px solid #393d50;
	width: 100%;
}
.site-footer .widget_text  ul li:last-child {
	border-bottom: medium none;
}
.site-footer .widget_text ul li:before {
	border-radius: 50%;
	content: '';
	width: 5px;
	margin-top: 10px;
	height: 5px;
	float: left;
	margin-left: -14px;

}
.site-footer .ct-mini-pagination a{
	width: 13px;
	height: 13px;
}
.site-footer .ct-clients-grid-carousel-wrap .ct-clients-slide a {
	border-radius: 0px;
}
.site-footer .mc-form {
	position: relative;
	margin-top: 25px;
	padding-top: 0;
}
.site-footer #mc4wp_submit {
	position: absolute;
	right: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin: 0;
	top: 0;

}
.site-footer .mc4wp-form input#mc4wp_email {
    padding: 7px 21px;
    width: 100%;
    border: 1px solid #74637c;
    background: #4b3656 !important;
}
.site-footer .mc4wp-form input {
	vertical-align: top;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.site-footer .widget-title {
	margin-bottom: 40px;
}
.site-footer #mc4wp_email::-webkit-input-placeholder {color:#958394;}
.site-footer #mc4wp_email::-moz-placeholder {color:#958394;}
.site-footer #mc4wp_email:-moz-placeholder {color:#958394;}
.site-footer #mc4wp_email:-ms-input-placeholder {color:#958394;}

#colophon.site-footer #mc4wp_submit {
	color: #ffffff;
	border: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*footer*/

body .ct-icon-with-text.ct-icon-with-text-float-right .ct-icon-with-text-icon{
	display: block;
	float: right;
}

.quickfinder-item-image-shape-romb {
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);  
}
.quickfinder-item-image-shape-romb {
    margin: 50px;
}
.ct-icon-shape-romb {
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.ct-icon-shape-romb .ct-icon-inner{
	border-radius: 0px;
}
.romb-icon-conteiner {
	transform: rotate(-45deg);
	width: 100%;
	height: 100%;
}
.ct-icon-size-xlarge.ct-icon-shape-romb {

	border-radius: 14px;
}
.ct-icon-size-large.ct-icon-shape-romb {
	margin: 34px;
	border-radius: 7px;
}
.ct-icon-size-medium.ct-icon-shape-romb {
	margin: 16px;
	border-radius: 3px;
}
.ct-icon-size-small.ct-icon-shape-romb {
	margin: 10px;
	border-radius: 3px;
}

body .ct-icon.ct-icon-size-small {
	border-width: 3px;
}



#colophon .recentcomments .comment-author-link, #colophon .comment-author-link {
	font-size: 13px;
	line-height: 1.4;
}


/* Styled Image, Video */
.ct-wrapbox {
	position: relative;
	margin-bottom: 1.421em;
}
.ct-wrapbox-position-left {
	float: left;
}
.ct-wrapbox-position-right {
	float: right;
}
.ct-wrapbox-position-below,
.ct-wrapbox-position-centered {
	display: inline-block;
}
.ct-wrapbox-inner {
	position: relative;
}
.ct-wrapbox-element {
	width: 100%;
}
.ct-wrapbox-style-1 {
	border: 8px solid transparent;
}
.ct-wrapbox-style-1.shadow-box {
	box-shadow: none;
}

.ct-wrapbox-style-2 {
	border: 16px solid transparent;
}
.ct-wrapbox-style-3 {
	padding: 8px;
	border: 1px solid transparent;
}
.ct-wrapbox-style-4 {
	padding: 20px;
	border: 2px solid transparent;
}
.ct-wrapbox-style-5 {
	padding: 20px;
}
body .ct-wrapbox-style-5{
	-webkit-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
	-moz-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
	box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
}
.ct-wrapbox-style-6 {
	padding: 8px;
	border: 20px solid transparent;
}

.ct-wrapbox-style-7 {
	padding: 10px;
	border-radius: 20px;
	border: 10px solid transparent;
}
.ct-wrapbox-style-8 {
	padding: 18px;
	border: 6px solid transparent;
	border-radius: 55px;
}
.ct-wrapbox-style-8 img{
	border-radius: 34px;
}
.ct-wrapbox-style-8 .ct-wrapbox-inner a:before{
	border-radius: 34px;
}
.ct-wrapbox-style-8 .ct-wrapbox-inner a{
	z-index: 1;
	overflow: hidden;
	border-radius: 34px;
}

.ct-wrapbox-style-8 .overlay-wrap {
	border-radius: 34px;
	overflow: hidden;
}

.ct-wrapbox-style-9 .ct-wrapbox-inner:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 2px  dashed transparent;
}

.ct-wrapbox-style-9 .overlay-wrap:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 2px  dashed transparent;
}
.ct-wrapbox-style-11 .ct-wrapbox-inner {
	overflow: hidden;
	border-radius: 50%;
	z-index: 1;
}
.ct-wrapbox-style-11 .ct-wrapbox-inner:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 2px  solid #FFFFFF;
	border-radius: 50%;
}
.ct-gallery-grid.metro.metro-item-style-6  .gallery-set .gallery-item {
	margin-bottom: 70px !important;
	overflow: visible !important;
}
.ct-gallery-grid.metro.metro-item-style-10  .gallery-set .gallery-item,
.ct-gallery-grid.metro.metro-item-style-8  .gallery-set .gallery-item,
.ct-gallery-grid.metro.metro-item-style-5  .gallery-set .gallery-item,
.ct-gallery-grid.metro.metro-item-style-4  .gallery-set .gallery-item {
	margin-bottom: 60px !important;
	overflow: visible !important;
}
.ct-gallery-grid.metro.metro-item-style-7  .gallery-set .gallery-item,
.ct-gallery-grid.metro.metro-item-style-2  .gallery-set .gallery-item {
	margin-bottom: 50px !important;
	overflow: visible !important;
}
.ct-gallery-grid.metro.metro-item-style-1  .gallery-set .gallery-item {
	margin-bottom: 30px !important;
	overflow: visible !important;
}

.ct-gallery-grid.metro.metro-item-style-3  .gallery-set .gallery-item {
	margin-bottom: 35px !important;
	overflow: visible !important;
}
.ct-gallery-grid.metro.metro-item-style-11  .gallery-set .gallery-item {
	margin-bottom: 20px !important;
	overflow: visible !important;
}

.ct-wrapbox-style-10 {
	padding: 20px;
	border: 2px dashed transparent;
}
.ct-wrapbox-style-12 {
	z-index: 5;
}
.ct-wrapbox-style-14  img{
	border-radius: 50%;
}
.ct-wrapbox-style-12 .shadow-wrap {
	padding: 16px;
	height: auto;
}
.ct-wrapbox-style-12 .shadow-wrap:before,
.ct-wrapbox-style-12 .shadow-wrap:after {
	box-shadow: 0 -15px 20px rgba(0, 0, 0, 0.1);
	content: "";
	height: 20%;
	left: 2px;
	max-width: 300px;
	position: absolute;
	top: 22px;
	transform: rotate(2deg);
	width: 40%;
	z-index: -2;
}
.ct-wrapbox-style-12 .shadow-wrap:after {
	left: auto;
	right: 2px;
	transform: rotate(-2deg);
}
.ct-wrapbox-style-12 .ct-wrapbox-inner:before,
.ct-wrapbox-style-12 .ct-wrapbox-inner:after {
	bottom: 20px;
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
	content: '';
	height: 20%;
	left: 5px;
	max-width: 300px;
	position: absolute;
	transform: rotate(-2deg);
	width: 40%;
	z-index: -2;
}
.ct-wrapbox-style-12 .ct-wrapbox-inner:after {
	left: auto;
	right: 5px;
	transform: rotate(2deg);
}
.ct-wrapbox-style-9 .overlay-wrap:after,
.ct-wrapbox-style-9 .ct-wrapbox-inner:after
{
	border-color: rgba(255, 255, 255, 0.5);
}

.ct-video.ct-wrapbox-style-11,
.ct-youtube.ct-wrapbox-style-11,
.ct-vimeo.ct-wrapbox-style-11 {
	border-radius: 50%;
	overflow: hidden;
}

.wpcf7-form .wpcf7-quiz,
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form input.wpcf7-text {
	padding: 12px;
	padding-left: 20px;
}
.wpcf7-form .combobox-wrapper {
	overflow: hidden;
}

.wpcf7-form input {
	padding-right: 40px;
}
.wpcf7 p {
	margin-bottom: 24px;
}
.wpcf7-form  .wpcf7-form-control-wrap {
	display: inline-block;
}
.wpcf7-form .combobox-wrapper {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: #786a7f;
}
.wpcf7 textarea {
	padding-left: 20px;
	padding-right: 12px;
}
.wpcf7-form span.wpcf7-list-item {
	margin-right: 20px;
	margin-left: 0px;
}
@media (max-width: 768px) {
	.wpcf7-form span.wpcf7-list-item {
		display: block;
		float: left;
	}
}

.wpcf7-form .ct-button, .wpcf7-form  input[type='submit'] {
	margin: 15px 15px 15px 0;
}
.wpcf7-form .checkbox-sign,
.wpcf7-form .radio-sign,
.wpcf7-quiz-label{
	margin-right: 10px;
}

.wpcf7-form input[type='submit'] {
	height: 50px;
	line-height: 30px;
	padding: 10px 40px;
	font-size: 20px;
}

.wpcf7  .cf-style1-name,
.wpcf7  .cf-style1-email {
	float: left;
    margin-right: 16px;
}
.wpcf7  .cf-style1-title {
	margin-right: 11px;
	float: left;
}
.cf-style1-title > span,
.cf-style1-name span,
.cf-style1-email span{
	margin-right: 19px;

}
.wpcf7  .cf-style1-website span,
.wpcf7  .cf-style1-name span,
.wpcf7  .cf-style1-email span{
	max-width: 310px;
}


.cf-style1-website {
	float: left;
}
body .cf-style1-checkbox {
	clear: both;
	width: 100%;
	margin-bottom: 24px;
}
select.wpcf7-form-control.wpcf7-select option {
	padding-left: 10px;
	padding-top: 3px;
}
.cf-style1-textarea .wpcf7-form-control-wrap,
.cf-style1-textarea textarea {
	width: 100%;
}
.cf-style1-textarea textarea {
	height: 220px;
}
.wpcf7-form-control-wrap select {
	width: 100%;
}
.contact-form-style-3 {
	margin-left: -21px;
	margin-right: -21px;
}
body .contact-form-style-3 input,
body .contact-form-style-3 span {
	width: 100%;
}

body .cf-style1-textarea {
	margin-top: 20px;
	float: left;
	width: 100%;
	margin-bottom: 35px;
}

.wpcf7-form .website {
	position: relative;
}
.wpcf7-form .phone:after,
.wpcf7-form .website:after,
.wpcf7-form .email:after,
.wpcf7-form  .name:after{
	position: absolute;
	font-family: ct-icons;
	right: 12px;
	top: 12px;
	font-size: 24px;
}
.wpcf7-form .website:after {
	content: '\e623';
}
.wpcf7-form .email:after {
	content: '\e643';
}
.wpcf7-form .name:after {
	content: '\e63b';
}
.wpcf7-form .phone:after{
	content: '\e625';
}
.contact-form-style-2 input,
.contact-form-style-2 .wpcf7-form-control-wrap {
	width: 100%;
}
.cf-style2-title,
.cf-style2-text {
	float: left;


}
.cf-style2-title > span{
	float: left;

}
.cf-style2-text > span {
	float: left;

}
.cf-style2-textarea textarea {
	width: 100%;
}
p.cf-style2-textarea {
	margin-top: 30px;
	float: left;
	width: 100%;
}

p.cf-style2-checkbox,
p.cf-style2-radio{
	margin-bottom: -24px;
}
p.cf-style2-checkbox .wpcf7-list-item,
p.cf-style2-radio .wpcf7-list-item{
	padding-bottom: 24px;
	display: block;
	float: left;
}

p.cf-style2-title {
	width: 28%;
	margin-right: 3%;
}
p.cf-style2-text {
	width: 69%;
}
.cf-style2-adreess .combobox-wrapper{
	max-width: 100%;
}
.widget .wpcf7-form .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}
.widget  .wpcf7 textarea {
	height: 100px;
    width: 100%;
}
.form-sidebar span,
.form-sidebar textarea,
.form-sidebar input{
    width: 100%;
}


.widget .wpcf7-form  input {
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}
.widget .wpcf7-form textarea {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}
.widget .wpcf7-form p {
	width: 100%;
}
.widget .wpcf7-form input.wpcf7-text {
	padding: 6px;
	padding-left: 20px;
	padding-right: 40px;
}
.widget .wpcf7-form .phone:after,
.widget .wpcf7-form .website:after,
.widget .wpcf7-form .email:after,
.widget .wpcf7-form .name:after {
	top: 7px;
}
.widget .wpcf7 p {
	margin-bottom: 20px;
}
.widget .wpcf7-form .combobox-wrapper .combobox-text {
	padding: 5px 20px;
	line-height: 31px;
}
.widget .wpcf7-form input[type='submit'] {
	margin-top: 0px;
}
.widget  .wpcf7-form .combobox-wrapper {
	height: 41px;
	max-width: 331px;
}
.widget .wpcf7-form input[type='submit'] {
	height: 40px;
	line-height: 21px;
	padding: 10px 40px;
	font-size: 14px;
}
.widget .combobox-wrapper .combobox-button:before {
	margin-top: -11px;
}


/*testimonials*/
/*grid*/
.ct-testimonials-grid .ct-testimonial-item-column {
	padding-top: 60px;
}
.ct-testimonial-item {
	position: relative;
}
.ct-testimonial-item.bordered-box {
	border-top: 0 none;
}
.ct-testimonials-grid .ct-testimonial-image,
.ct-testimonials .ct-testimonial-image {
	position: relative;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ct-testimonial-name {
	margin: 0;
}
.ct-testimonial-content {
	padding: 0 30px;
}
.ct-testimonial-sep.default-sep {
	margin-top: 25px;
}
.ct-testimonials-tag {
	font-family: 'ct-icons';
	font-weight: normal;
	font-style: normal;
	margin-top: 35px;
	font-size: 24px;
}
.ct-testimonials-tag:before {
	content: '\e60c';
}
.ct-testimonial-circle {
	position: absolute;
	width: 100px;
	height: 50px;
	left: 50%;
	margin-left: -50px;
	top: -50px;
	overflow: hidden;
}
.ct-testimonial-circle-inner {
	content: '';
	position: absolute;
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
	border-radius: 50%;
}
.ct-testimonial-top-border-left,
.ct-testimonial-top-border-right {
	position: absolute;
	top: 0;
}
.ct-testimonial-top-border-left {
	left: 0;
	right: 50%;
}
.ct-testimonial-top-border-right {
	left: 50%;
	right: 0;
}
.ct-testimonial-top-border-left-inner,
.ct-testimonial-top-border-right-inner {
	content: '';
	position: absolute;
	top: 0;
}
.ct-testimonial-top-border-left-inner.bordered-box,
.ct-testimonial-top-border-right-inner.bordered-box {
	border-bottom: 0 none;
}
.ct-testimonial-top-border-left-inner {
	left: 0;
	right: 50px;
}
.ct-testimonial-top-border-right-inner {
	left: 50px;
	right: 0;
}

/*slider*/

.ct-testimonials .ct-testimonial-item {
	float: left;
	padding-top: 50px;
	padding-bottom: 5px;
}
.ct-testimonials .ct-testimonial-item-inner {
	position: relative;
}
.ct-testimonials .ct-testimonial-item-inner.bordered-box {
	border-top: 0 none;
}

.ct-testimonial-text {

	text-align: center;
	font-style: normal;
}
.ct-testimonial-text p {
	margin: 0;
}
.ct-testimonial-image {
	margin: 0 auto;
}

.ct-testimonial-name {
	text-align: center;
	text-transform: uppercase;

}
.ct-testimonial-position {
	line-height: 1.421;
	text-align: center;
}

.ct-testimonials-carousel-wrap {
	position: relative;
	overflow: hidden;
}
.ct-testimonial-wrapper {
	padding-bottom: 35px;
}


.ct-testimonial-image {
	width: 82px;
	height: 82px;
}

.ct-testimonials.style1 .ct-testimonial-content  div {
	text-align: center;
}
.ct-testimonial-company,
.ct-testimonial-position {
	text-align: center;
}

.ct-testimonials .ct-prev:after,
.ct-testimonials .ct-next:after{
	position: absolute;
	font-family: 'ct-icons';
	top: 50%;
	margin-top: 0px;
	left: 50%;
	width: 40px;
	margin-left: -20px;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-indent: 0;
	font-weight: normal;
	margin-top: -20px;

}

.ct-testimonials .ct-prev:after,
.ct-testimonials .ct-next:after{
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.ct-testimonials .ct-prev:hover:after,
.ct-testimonials .ct-next:hover:after
{
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.ct-testimonials .ct-prev,
.ct-testimonials .ct-next {
	width: 40px;
	margin-top: 50px;
}

.ct-testimonials-carousel {
	overflow: hidden !important;
}

.ct-testimonials.fullwidth-block .ct-prev,
.ct-testimonials.fullwidth-block .ct-next {
	width: 80px;
}
.ct-testimonials.fullwidth-block .ct-prev:after,
.ct-testimonials.fullwidth-block .ct-next:after{
	position: absolute;
	font-family: 'ct-icons';
	top: 50%;
	margin-top: 0px;
	left: 50%;
	width: 80px;
	margin-left: -40px;
	font-size: 48px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-indent: 0;
	font-weight: normal;
	margin-top: -40px;
	background-color: transparent;
}
/*testimonials*/

.row .theme-default .nivo-controlNav a {
	width: 16px;
	height: 16px;
	background-image: none;
	border-radius: 50%;
	margin: 5px 7px;
}
.row  .flex-direction-nav a:before {
	font-family: ct-icons;
	font-size: 24px;
	display: inline-block;
	padding: 8px;
	content: '\e636';
}

.row  .flex-direction-nav a.flex-next:before {
	content: '\e634';
}

.vc_images_carousel .vc_item a,
.wpb_single_image a {
	position: relative;
	display: block;
}
.vc_images_carousel .vc_item a:before,
.wpb_single_image a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s linear 0.4s;
	-moz-transition: all 0.3s linear 0.4s;
	-webkit-transition: all 0.3s linear 0.4s;
	opacity: 0;
	z-index: 5;
	background: -moz-linear-gradient(to bottom right, rgba(139,102,215,0.7) 0%, rgba(247,76,120,0.7) 100%) !important;
	background: -webkit-linear-gradient(to bottom right, rgba(139,102,215,0.7) 0%, rgba(247,76,120,0.7) 100%) !important;
	background: linear-gradient(to bottom right, rgba(139,102,215,0.7) 0%, rgba(247,76,120,0.7) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff2b58', endColorstr='#ccffd800',GradientType=1 ) !important;
}
.wpb_single_image a.vc_single_image-wrapper.vc_box_outline_circle:before {
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
}
.wpb_single_image a.vc_single_image-wrapper.vc_box_outline_circle:before {
	border-radius: 50%;
}
.vc_images_carousel .vc_item a:hover:before,
.wpb_single_image a:hover:before {
	opacity: 1;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.vc_images_carousel .vc_item a:after,
.wpb_single_image a:after {
	content: '\e632';
	font-family: 'ct-icons';
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	height: 32px;
	line-height: 32px;
	width: 32px;
	text-align: center;
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	z-index: 5;
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s;
	transition: top 0.3s, opacity 0.3s;
	color: #ffffff;
}
.vc_images_carousel .vc_item a.prettyphoto:after,
.wpb_single_image a.prettyphoto:after {
	content: '\e629';
}
.vc_images_carousel .vc_item a:hover:after,
.wpb_single_image a:hover:after {
	top: 50%;
	opacity: 1;
	-webkit-transition: top 0.4s ease 0.1s, opacity 0.5s 0.1s;
	transition: top 0.4s ease 0.1s, opacity 0.5s 0.1s;
}

.row .vc_images_carousel .vc_carousel-indicators {
	bottom: -50px;
}

.row .vc_images_carousel .vc_carousel-indicators li{
	width: 18px;
	height: 18px;
	margin: 0 6px;
	background-color: #ffffff;
	border: 1px solid #d5b5b9;
	border-radius: 50%;
	padding: 3px;
}
.row .vc_images_carousel .vc_carousel-indicators .vc_active:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #392832;
	border-radius: 50%;
}

.row  .flexslider {
	border: medium none;
	border-radius: 0px;
	box-shadow: none;
}
.row  .wpb_gallery .wpb_flexslider .flex-control-nav {
	margin-top: 25px;
}
.row  .flex-direction-nav a {
	text-shadow: none;
}
.row  .flex-direction-nav li .flex-next {
	right: 0px;
}
.row  .flex-direction-nav li .flex-prev {
	left: 0px;
}
.row .wpb_gallery .wpb_flexslider .flex-direction-nav a {
	border: none;
}
.row .theme-default .nivoSlider {
	box-shadow: none;
}
.row .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
	border: none;
}
.row .theme-default .nivo-directionNav a {
	background: none;
	font-size: 24px;
	display: inline-block;
	padding: 9px;
}
.row .theme-default a.nivo-nextNav {
	right: 0px;

}
.row  .theme-default .nivo-directionNav a {
	font-size: 0px;
	text-indent: 0;
	height:40px;
	width: 40px;
}
.row .theme-default a.nivo-nextNav:after {
	font-size: 24px;
	content: '\e634';
	font-family: ct-icons;
	margin-top: 0px;
}
.row  .theme-default a.nivo-prevNav:after {
	font-size: 24px;
	content: '\e636';
	font-family: ct-icons;
	margin-top: 0px;
}
.row  .theme-default a.nivo-prevNav {
	left: 0px;

}

.row  .vc_carousel-control .icon-next{
	font-size: 24px;
	content: '\e634';
	font-family: ct-icons;
	margin-top: 0px;
}
.row  .vc_carousel-control  .icon-prev {
	font-size: 24px;
	content: '\e636';
	font-family: ct-icons;
}



.row .vc_images_carousel .vc_carousel-control.vc_left {
	margin-left: -15px;
}
.row .vc_images_carousel .vc_carousel-control.vc_right {
	margin-right: -5px;
}

.row .vc_images_carousel .vc_carousel-control .icon-prev,
.row .vc_images_carousel .vc_carousel-control .icon-next {
	height: 40px;
	width: 40px;
}
.row  .vc_images_carousel .vc_carousel-control {
	opacity: 1;
	text-shadow: none;
}
.row .vc_images_carousel .vc_carousel-control .icon-prev:before,
.row .vc_images_carousel .vc_carousel-control .icon-next:before {
	top: 0px;
}
.row .vc_images_carousel .vc_carousel-control .icon-prev:before {
	content: '\e636';
	top: 7px;
	font-size: 24px;
	font-family: ct-icons;
}
.row .vc_images_carousel .vc_carousel-control .icon-next:before {
	content: '\e634';
	top: 7px;
	font-family: ct-icons;
	font-size: 24px;
}


.row .vc_pie_chart_back
{
	border: 7px solid #f7f7f7;
}
.row  .vc_pie_wrapper span{
	font-size: 50px;
}

.row .vc_progress_bar .vc_label {
	text-transform: uppercase;
}
.row .vc_round-chart .vc_chart-legend span {
	border-radius: 50%;
}
.row .vc_chart .vc_chart-legend li {
	margin: 0px 20px 1em;
}

.ct-dropcap-shape-hexagon {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	position: relative;
}
.ct-dropcap-shape-hexagon span.ct-dropcap-letter {
	background: transparent !important;
	border: none !important;
}
.dropcap-hexagon-inner {
	position: absolute;
}
.ct-dropcap-letter {
	z-index: 10;
}

.ct-dropcap-shape-hexagon .ct-dropcap-shape-hexagon-back {
	display: block;
	transform: rotate(-30deg) skewX(30deg);
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 0;
	line-height: 1;
}

.ct-dropcap-shape-hexagon .ct-dropcap-shape-hexagon-back .ct-dropcap-shape-hexagon-back-inner,
.ct-dropcap-shape-hexagon .ct-dropcap-shape-hexagon-back .ct-dropcap-shape-hexagon-back-inner-before {
	display: block;
	width: inherit;
	height: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	overflow: hidden;
}

.ct-dropcap-shape-hexagon .ct-dropcap-shape-hexagon-back .ct-dropcap-shape-hexagon-back-inner {
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.ct-dropcap-shape-hexagon .ct-dropcap-shape-hexagon-back .ct-dropcap-shape-hexagon-back-inner-before {
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.ct-dropcap-shape-hexagon .ct-dropcap-shape-hexagon-top {
	display: block;
	transform: rotate(-30deg) skewX(30deg);
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 0;
	line-height: 1;
}

.ct-dropcap-shape-hexagon .ct-dropcap-shape-hexagon-top .ct-dropcap-shape-hexagon-top-inner,
.ct-dropcap-shape-hexagon .ct-dropcap-shape-hexagon-top .ct-dropcap-shape-hexagon-top-inner-before {
	display: block;
	width: inherit;
	height: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	overflow: hidden;
}

.ct-dropcap-shape-hexagon .ct-dropcap-shape-hexagon-top .ct-dropcap-shape-hexagon-top-inner {
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.ct-dropcap-shape-hexagon .ct-dropcap-shape-hexagon-top .ct-dropcap-shape-hexagon-top-inner-before {
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}



/* Hexagon small icon */
.ct-dropcap-shape-hexagon.ct-dropcap-style-big,
.ct-dropcap-shape-hexagon.ct-dropcap-style-big:last-child {
	margin: 5px 0;
}

.ct-dropcap-shape-hexagon.ct-dropcap-style-big .ct-dropcap-shape-hexagon-back {
	width: 86px;
	height: 76px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ct-dropcap-shape-hexagon.ct-dropcap-style-big .ct-dropcap-shape-hexagon-top {
	width: 80px;
	height: 70px;
	left: 3px;
	top: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ct-dropcap-shape-hexagon .ct-dropcap-letter {
	line-height: 62px;
}
/* Hexagon small icon */
.ct-dropcap-shape-hexagon.ct-dropcap-style-medium,
.ct-dropcap-shape-hexagon.ct-dropcap-style-medium:last-child {
	margin: 3px 0;
}
.ct-dropcap-shape-hexagon.ct-dropcap-style-medium .ct-dropcap-letter{
	text-indent: 13px;
	line-height: 36px;
}
.ct-dropcap-shape-hexagon.ct-dropcap-style-medium .ct-dropcap-shape-hexagon-back {
	width: 62px;
	height: 52px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ct-dropcap-shape-hexagon.ct-dropcap-style-medium .ct-dropcap-shape-hexagon-top {
	width: 58px;
	height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	left: 2px;
	top: 2px;
}

.ct-dropcap-style-medium .dropcap-hexagon-inner {
	margin-top: 0px;
}

.ct-dropcap-shape-hexagon span.ct-dropcap-letter {
	text-indent: 9px;
}


body .vc_separator.vc_sep_double .vc_sep_line {
	height: 7px !important;
}
.vc_separator.vc_sep_double.vc_sep_border_width_2 .vc_sep_line {
	height: 8px !important;
}
body .vc_separator h4 {
	margin-top: 3px;
}

.mouse-scroll {
	display: block;
	width: 32px;
	height: 48px;
	border: 3px solid #4dc4c8;
	border-radius: 50px;
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	transform: translate(0, 0);
	overflow: hidden;
	font-size: 10000px;
}

.mouse-scroll:after {
	content: '';
	width: 4px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 7px;
	border-radius: 4px;
	background-color: #4dc4c8;
	margin-left: -2px;
	opacity: 1;
	transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	animation: 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s normal none infinite running scrollAnimation;
	-webkit-animation: 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s normal none infinite  scrollAnimation;


}

@keyframes scrollAnimation {
	0%, 20% {
		transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	}

	10% {
		opacity: 1;
		transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
	}

	100% {
		opacity: 0.01;
		transform: translateY(16px) scaleY(2.5) scaleX(0.5) translateZ(0px);
	}
}
@-webkit-keyframes scrollAnimation {
	0%, 20% {
		-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	}

	10% {
		opacity: 1;
		-webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
	}

	100% {
		opacity: 0.01;
		-webkit-transform: translateY(16px) scaleY(2.5) scaleX(0.5) translateZ(0px);
	}
}

.vc_message_box-icon>*, .vc_message_box-icon>.fa {
	margin-top: -12px;
}



/* Beauty Contact Form Style 2 */
@media(min-width: 1025px){
    .contact-form-style-2 .cf-style2-textarea{
        padding-top: 42px;
        padding-bottom: 42px;
    }
}
@media(max-width: 1024px){
    .contact-form-style-2 .cf-style2-textarea{
        padding-bottom: 41px;
    }
}
.wpcf7-form .contact-form-style-2 input[type=submit]{
    width: auto;
    margin-right: 0;
    padding: 10px 50px 10px 25px;
    border-radius: 25px;
	font-size: 17px;
}
.contact-form-style-2 .submit-btn{
    position: relative;
}
.contact-form-style-2 .submit-btn input:hover{
    background: #ad3859!important;
}

.contact-form-style-2 .submit-btn:before{
    content: '\f148';
    position: absolute;
    font-family: 'MaterialDesignIcons';
    font-size: 24px;
    color: #fff;
    right: 32px;
    top: -1px;
    z-index: 1;
}
.wpcf7-form .contact-form-style-2 .website:after,
.wpcf7-form .contact-form-style-2 .email:after,
.wpcf7-form .contact-form-style-2 .name:after{
    color: #a09795;
}


/* Beauty Contact Form Style 3 */
.contact-form-style-3 input,
.contact-form-style-3 textarea{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 38px;
    width: 100%;
    outline: none;
    background: #fff!important;
    color: #a09795;
}
.contact-form-style-3 textarea{
    height: 130px;
    margin: 0;
}
.contact-form-style-3 .wpcf7-form-control-wrap:after{
    display: none;
}
.contact-form-style-3 .wpcf7-form-control-wrap{
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}
.contact-form-style-3 .submit-btn{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-top: 10px;
}
.contact-form-style-3 .submit-btn input{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 38px;
    width: auto;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    background: #e8668a!important;
    color: #fff;
    margin: 0;
    padding: 0 45px 0 25px;
    font-size: 17px;
    font-weight: 600;
}
.contact-form-style-3 .submit-btn:before{
    content: '\f148';
    position: absolute;

    font-family: 'MaterialDesignIcons';
    font-size: 24px;
    color: #fff;
    right: 10px;
    top: 7px;
    z-index: 1;
}
.contact-form-style-3 .submit-btn input:hover{
    background: #ad3859!important;
}
.contact-form-style-3 .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    color: #e96779;
}
.contact-form-style-3 .submit-btn .ajax-loader{
    position: absolute;
    width: 100%;
    text-align: center;
    top: -20px;
    left: 50%;
    margin-left: -8px;
    background-repeat: no-repeat;
}


/* Beauty Contact Form Style 4 */
.contact-form-style-4 input,
.contact-form-style-4 textarea{
    position: relative;
    display: block;
    vertical-align: top;
    height: 40px;
    line-height: 38px;
    width: 100%;
    outline: none;
    background: rgba(0,0,0,0.1)!important;
    color: #c5bdbb;
    border: 1px solid #786a7f!important;
}
.contact-form-style-4 textarea{
    height: 220px;
    margin: 0;
}
.contact-form-style-4 .wpcf7-form-control-wrap{
    width: 100%;
    margin-bottom: 40px;
}
.contact-form-style-4 .wpcf7-form-control-wrap:after{
    display: none;
}
.contact-form-style-4 .submit{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.contact-form-style-4 .submit-btn{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.contact-form-style-4 .submit-btn div.wpcf7 .ajax-loader{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -30px;
}
.contact-form-style-4 .submit-btn input{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 38px;
    width: auto;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    background: #e8668a!important;
    color: #fff;
    margin: 0;
    padding: 0 45px 0 25px;
    font-size: 17px;
    font-weight: 600;
    border: 0!important;
}
.contact-form-style-4 .submit-btn:before{
    content: '\f148';
    position: absolute;
    font-family: 'MaterialDesignIcons';
    font-size: 24px;
    color: #fff;
    right: 10px;
    top: 7px;
    z-index: 1;
}
.contact-form-style-4 .submit-btn input:hover{
    background: #ad3859!important;
}
.contact-form-style-4 .wpcf7-not-valid-tip{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.contact-form-style-4 .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    color: #e96779;
}
.contact-form-style-4 .submit-btn .ajax-loader{
    position: absolute;
    width: 100%;
    text-align: center;
    top: -20px;
    left: 50%;
    margin-left: -8px;
    background-repeat: no-repeat;
}
::-webkit-inner-spin-button { display: none; }
::-webkit-datetime-edit-month-field { color: #bebab9; }
::-webkit-datetime-edit-day-field { color: #bebab9; }
::-webkit-datetime-edit-year-field {color: #bebab9; }
.wpcf7-validation-errors {
    border: 1px solid #786a7f!important;
    font-size: 14px!important;
    color: #e96779!important;
    margin-top: 40px!important;
}
.wpcf7-mail-sent-ok{
    color: #398f14!important;
    font-size: 14px!important;
    border: 1px solid #398f14!important;
}

/*
.wpb_single_image.flower-left{
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
}
.wpb_single_image.flower-right{
    position:absolute;
    right:200px;
    bottom:-60px;
    z-index:-1;
}
@media(max-width: 1023px){
    .wpb_single_image.flower-left,
    .wpb_single_image.flower-right{
        display:none;
    }
}
*/





















