.widget div.wpcf7 {
	padding: 0;
	border: none;
}
.wpcf7-form .row:not(:last-child) {
	margin-bottom: 15px;
}
.wpcf7-display-none {
	display: none;
}
.vc_row-has-fill .wpcf7 input:not([type="submit"]), .vc_row-has-fill .wpcf7 textarea, .vc_row-has-fill .wpcf7 select {
	background-color: #fff;
}
.vc_col-sm-4 .wpcf7 input:not([type="submit"]), .vc_col-sm-4 .wpcf7 textarea {
	background-color: #f9f9f9;
}
.wpcf7 textarea {
	height: 90px;
}
.wpcf7 select {
	width: 100%;
	color: #5f6366;
	border-radius: 22px;
	height: 45px;
	padding: 5px 25px;
	border: 1px solid #d9d9d9;
	background-color: #f9f9f9;
	background-image: url('../../../../images/select-arrow.png');
	background-position: 98% center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: box-shadow .35s ease, border-color .35s ease;
	transition: box-shadow .35s ease, border-color .35s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.wpcf7-submit {
	display: inline-block;
	float: right;
	margin-top: 25px;
	letter-spacing: 1.5px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	background-color: #28abe3;
	text-transform: uppercase;
	font-family: Poppins,sans-serif;
	border: 3px solid #28abe3;
	border-radius: 29px;
	padding: 16px 76px 14px;
	box-shadow: 0 7px 30px 0 rgba(51, 51, 51, .3);
	-webkit-transition: color .5s ease-in, background-color .5s ease-in, border-color .5s ease-in;
	transition: color .5s ease-in, background-color .5s ease-in, border-color .5s ease-in;
}
.wpcf7-submit:hover {
	color: #28abe3;
	background: transparent;
	-webkit-transition: color .1s ease-in, background-color .1s ease-in, border-color .1s ease-in;
	transition: color .1s ease-in, background-color .1s ease-in, border-color .1s ease-in;
}
.vc_col-sm-4 .wpcf7-submit {
	float: none;
	width: 100%;
}
.vc_col-sm-8 .wpcf7-submit {
	float: none;
	margin: 25px auto 0;
	display: block;
}
@media only screen and ( max-width: 767px) {
	.wpcf7 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#rev_slider_3_1_wrapper:after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
	background: rgba(25, 23, 23, 0.8); /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2)); /* Chrome 10-25, Safari 5.1-6 */

}


.site-footer .widget > .widget-title {	text-transform:uppercase;}
.site-footer p,
.site-footer li {line-height:2;}

.site-footer {
    position: relative;
    background-position: center;
    background-size: cover;
    border-top: 1px solid #dadada;
    background-image: url('../../images/bg-footer.jpg');
    z-index: 0;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.8); /* Bronze semi-transparent */
    z-index: 0;
    pointer-events: none;
}
.site-footer p { 	line-height:20px;}

.site-footer .widget ul{	list-style:none;	margin-top:5px;}

.footer-dark .footer-bottom {padding:100px 0px; color:#b7b7b7; 	font-size:14px;}
.footer-dark .footer-bottom .copyrights-text { 	color:#b7b7b7; }
.footer-dark .footer-bottom .copyrights-nav { 	list-style:none;	display:inline-block; margin-bottom:0px;}
.footer-dark .footer-bottom .copyrights-nav li { 	display:inline-block;	margin-left:8px;	margin-right:8px;}
.footer-dark .footer-bottom .copyrights-nav li:first-child { 	margin-left:0;}
.footer-dark .footer-bottom .copyrights-nav li:last-child { 	margin-right:0;}
.footer-dark .footer-bottom .copyrights-nav li:last-child:after { 	display:none;}
.footer-dark .footer-bottom .copyrights-nav li:after { 	content:"/";	position:relative;	right:-8px;}
.footer-dark .footer-bottom .copyrights-nav li a{ 	color:#b7b7b7; }
.footer-dark .footer-bottom .copyrights-nav li a:hover,
.footer-dark .footer-bottom .copyrights-nav li a:active,
.footer-dark .footer-bottom .copyrights-nav li a:focus,
.footer-dark .footer-bottom .copyrights-nav li.active a{color:#fff;}


.footer-bottom {padding:30px 0px 30px 0px; 	color:#fff; 	font-size:14px;}
.footer-bottom .copyrights-text { 	color:#fff; }
.footer-bottom .copyrights-nav { 	list-style:none;	display:inline-block;}
.footer-bottom .copyrights-nav li { 	display:inline-block;	margin-left:8px;	margin-right:8px;}
.footer-bottom .copyrights-nav li:first-child { 	margin-left:0;}
.footer-bottom .copyrights-nav li:last-child { 	margin-right:0;}
.footer-bottom .copyrights-nav li:last-child:after { 	display:none;}
.footer-bottom .copyrights-nav li:after { 	content:"/";	position:relative;	right:-8px;}
.footer-bottom .copyrights-nav li a{ 	color:#fff; cursor: pointer }
.footer-bottom .copyrights-nav li a:hover,
.footer-bottom .copyrights-nav li a:active,
.footer-bottom .copyrights-nav li a:focus,
.footer-bottom .copyrights-nav li.active a{color:#b1905d;}

@media only screen and (max-width:991px) {
	.site-footer{padding:30px 0px;}
	.copyright-block{padding-top:5px;}	
}
/*-------------------------------------
	2. Footer dark version css
-------------------------------------*/
.footer-dark.site-footer {border-top: 1px solid #212121;}

.footer-dark .footer-top  {background-color:#2d2d32;}
.footer-dark .footer-bottom {background-color:#2d2d32;}
.footer-dark .footer-top h1, 
.footer-dark .footer-top h2,
.footer-dark .footer-top h3, 
.footer-dark .footer-top h4, 
.footer-dark .footer-top h5, 
.footer-dark .footer-top h6,
.footer-dark .footer-top h1 a, 
.footer-dark .footer-top h2 a,
.footer-dark .footer-top h3 a, 
.footer-dark .footer-top h4 a, 
.footer-dark .footer-top h5 a, 
.footer-dark .footer-top h6 a {color: #fff;}
.footer-dark .footer-top .widget-title::before { border-color:#fff;}
.footer-dark .footer-top p,
.footer-dark .footer-top strong,
.footer-dark .footer-top b,
.footer-dark .footer-top{color:#999;}

.footer-dark .footer-top a:active,
.footer-dark .footer-top a:focus,
.footer-dark .footer-top a:hover {color: #ffbc13;}
.footer-dark .footer-top p a{color: #3396d1;}
.footer-dark .footer-top .widget_newsletter .form-control { 	background-color:#0e0e0e;	border-color:#2d2d2d;}

.footer-light .footer-top  {background-color:#eee;}
/* .footer-light .footer-bottom { 	background-color:#b1905d; } */

.footer-top {
    padding: 50px 0px 10px 0px;
}


.footer-wide .container{
	width:100%;
	padding:0px 80px;
}

@media only screen and (max-width:991px) {
.footer-wide .container{
	padding:0px 15px;
}
}

/*-------------------------------------
	5. widget Getintuch
-------------------------------------*/

.footer-bottom ul {margin:0;}
.wt-footer-bot-left,
.wt-footer-bot-right,
.wt-footer-bot-center {
	padding-left:15px;
	padding-right:15px;
}
.wt-footer-bot-left {float:left;}
.wt-footer-bot-right {float:right;}
.wt-footer-bot-center {float:right;}

@media only screen and (max-width:991px) {
footer .container {width:100%;}	
.col-md-3.col-sm-6.footer-col-4:nth-child(3) {clear:both;}

.wt-footer-bot-left , 
.wt-footer-bot-right{	float:none;	text-align:center;	padding-top:5px;	padding-bottom:5px;}
.wt-footer-bot-right .copyrights-nav{float:none !important;}
}

@media only screen and (max-width: 767px) {
.footer-clear {display:block !important;	clear:both;}
#footer .footer-4-col {width:100%;}	
.footer-bottom [class*="clo-"] {width:100%;}
}
.color-white {
    color: #fff;
}

.widget-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-contact-info2 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-contact-info > li > i.fa {
    width: 18px;
}