@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, rubsey, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}

a {
  color: inherit!important;
  text-decoration: none!important;
}
a:hover {
  color: inherit!important;
  text-decoration: none!important;
}
html {
  scroll-behavior: smooth;
}

html, body {
    height:100%;
}
body {
	font-family: 'Poppins', sans-serif!important;
	font-weight:400!important;
	line-height: 1.8!important;
	font-size: 14px!important;
	color: #1d1916;
	text-decoration: none;
	height:100%;
	background-color:#fff!important;
}
@media screen and (max-width: 768px) {
}
.sticky{
	position: fixed;
	z-index:10;
	width: 100%;
	left: 0;
	top: 0;
	padding:5px 0;
	background-color: #fff;
	border-top:2px solid #eb6c05;
	box-shadow:0px 5px 15px rgba(0,0,0,.1);
}
.sticky .logo img{
	height:45px;
	margin:5px 0;
}
.sticky .header-r{
	padding-top:0;
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.top-nav{
	background-color:#fff;
	position:relative;
	font-size:12px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eee;
}
.top-nav .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
.top-nav .tn-link{
	margin:0;
	float:right;
	display:table;
}
.top-nav .tn-link ul{
	text-align:left;
	display:inline-block;
	list-style:none;
	margin:0 !important;
	padding:0!important;
}
.top-nav .tn-link ul li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	border:0;
	border-right:solid 1px #eee;
}
.top-nav .tn-link ul li:last-child{
	border-right:0;
	margin:0 0 0 5px;
	padding:0;
}
.top-nav .tn-link ul li a{
	margin:0;
	padding:0 10px;
}
.top-nav .tn-link ul li a img{
	height:40px;
	padding:5px 0;
}
.top-nav .tn-link ul li a i{
	margin:0 5px 0 0;
	color:#eb6c05;
}
.top-nav .tn-link ul li:first-child a{
	color:#ffcc33;
}
header{
	position:relative;
	background-color: #fff;
	width:100%;
	padding:15px 0;
}
header .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
header .logo{
	float:left;
	width:14%;
}
header .logo img{
	width:auto;
	height:55px;
	margin:0;	
}
header .header-r{
	float:left;
	width:69%;
}
header .header-r2{
	float:left;
	width:17%;
	text-align:right;
	color:#ef800d;
	font-size:16px;	
}
header .header-r2 a{
	background-color:#eb6c05;
	display:inline-block;
	color:#fff !important;
	font-weight:700;
	padding:5px 15px;
	border-radius:25px;
	margin:5px 0 0 0;
}
@media screen and (max-width: 1240px) {
header .header-r2 a{
	font-size:14px;
	font-weight:600;
	padding:6px 8px;
	border-radius:25px;
	margin:5px 0 0 0;
}
}

@media screen and (max-width: 1024px) {
.sticky .header-r2 a{
	font-weight:600;
	padding:5px 10px;
	border-radius:25px;
	margin:10px 0 0 0;
}
.top-nav{
	display:none;
	height:50px;
	line-height:50px;
	padding:0px 0!important;
}
.top-nav .tn-link{
	margin:0;
	float:none;
}
.top-nav .tn-link ul li{
	border:0!important;
}
.top-nav .tn-link ul li a{
	margin:0 !important;
	padding:0!important;
	border:0!important;
}
.top-nav .tn-link ul li a img{
	height:30px;
	padding:0 0!important;
	margin:10px 0!important;
}
.sticky{
	position: fixed;
	z-index:10;
	width: 100%;
	left: 0;
	top: 0;
	padding:0px 0;
	background-color: #fff;
	border-top:2px solid #eb6c05;
	box-shadow:0px 5px 15px rgba(0,0,0,.1);
}
header{
	position:relative;
	background-color: #fff;
	width:100%;
	padding:5px 0;
	border-top:2px solid #eb6c05;
}
header .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
header .logo{
	float:left;
	width:43%;
}
header .logo img{
	width:auto;
	height:45px;
	margin:0;	
}
header .header-r{
	float:left;
	width:10%;
}
header .header-r2{
	float:left;
	width:47%;
	font-size:14px;
	padding:0;
}
header .header-r2 a{
	font-weight:600;
	padding:5px 10px;
	border-radius:25px;
	margin:5px 0 0 0;
}
}

@media screen and (max-width: 420px) {
header .header-r2{
	font-size:12px;
	text-align:left;
}
header .header-r2 a{
	font-weight:600;
	padding:5px 10px;
	margin:5px 0 0 0;
}
}


.container-fluid p{
	margin:0;
	text-align:justify;
}
.container-fluid .text-center p{
	margin:0;
	text-align:center;
}
.container-fluid{
	padding-left:70px!important;
	padding-right:70px!important;
	padding-top:50px;
	padding-bottom:50px;
	position:relative;
}
.container-fluid.color-two{
	background-color:#f0f1fa;
}
.container-fluid.color-two h2 {
	color:rgba(0,0,0,.8)!important;
}
@media screen and (max-width: 768px) {
.container-fluid{
	padding-left:25px!important;
	padding-right:25px!important;
	padding-top:30px;
	padding-bottom:30px;
}
}
h1 {	
	font-size:28px!important;
	text-transform:uppercase;
	padding:0 0 10px 0!important;
	margin:0 0 20px 0!important;
	color:#1d1916 !important;
	font-weight:600!important;
	position:relative;
}
h1:after {
    content: "";
    background-color: #eb6c05;
    display: block;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.text-center h1:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
	margin-left:-30px;
}

.title-text {
	font-size:22px!important;
	padding:0 0 10px 0!important;
	margin:0 0 0px 0!important;
	color:#1d1916!important;
	font-weight:500!important;
	position:relative;
	text-align:center;
}
/*
.title-text:before {
    content: "";
    display: none;
    position: absolute;
	z-index:1;
    left: -110px;
    top: -80px;
	width: 100px;
	height: 110px;
	background:url(../images/icons/title-1.svg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.title-text:after {
    content: "";
    display: none;
    position: absolute;
	z-index:1;
    right: -110px;
    bottom: -80px;
	width: 100px;
	height: 110px;
	background:url(../images/icons/title-3.svg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
.title-text h1:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
	margin-left:-30px;
}
@media screen and (max-width: 992px) {
.title-text {
	padding:0 0 10px 0!important;
	margin:0 0 0px 0!important;
}
/*
.title-text:before {
    content: "";
    display: block;
    position: absolute;
	z-index:1;
    left: 0;
    top: -50px;
	width: 50px;
	height: 55px;
	background:url(../images/icons/title-1.svg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.title-text:after {
    content: "";
    display: block;
    position: absolute;
	z-index:1;
    right: 0;
    bottom: -20px;
	width: 50px;
	height: 55px;
	background:url(../images/icons/title-3.svg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
}
h2 {	
	font-size:22px!important;
	padding:0 0 15px 0!important;
	margin:0 0 20px 0!important;
	color:#1d1916!important;
	font-weight:600!important;
	position:relative;
	text-transform:capitalize;
}
h2:after {
    content: "";
    background-color: #eb6c05;
    display: block;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.text-center h2:after {
    left: 50%;
	margin-left:-30px;
}
h3 {	
	font-size:20px!important;
	padding:0 0 0 0!important;
	margin:0 0 10px 0!important;
	color:#eb6c05!important;
	font-weight:500!important;
	position:relative;
}
h4 {	
	font-size:18px!important;
	padding:0;
	margin:0 0 10px 0;
	color:#111!important;
	font-weight:400!important;
	position:relative;
}
h5 {
	font-size:16px;
	color:#eb6c05!important;
	font-weight:600!important;
	position:relative;
}
h6{
	font-style:italic;
	font-size:17px!important;
	line-height:32px!important;
	font-weight:400!important;
}
@media screen and (max-width: 768px) {
h1 {
	font-size:20px!important;
	line-height:normal;
	padding:0 0 10px 0!important;
	margin:0 0 15px 0!important;
}
h2 {
	font-size:20px!important;
	padding:0 0 10px 0!important;
	margin:0 0 15px 0!important;
}
h6{
	font-size:15px!important;
	line-height:28px!important;
}
}

.t-title {
	position:relative;
	text-align:center;
	width:100%;
	margin:0 0 40px 0;
}
.t-title img {
	width:32px;
	height:auto;
	background-color:rgba(0,0,0,1);
}
.t-title:before {
    content: "";
    background: linear-gradient(90deg, rgba(219,185,77,0), rgba(219,185,77,.5), rgba(219,185,77,1));
    display: block;
    width: 48%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 15px;
}
.t-title:after {
    content: "";
    background: linear-gradient(90deg, rgba(219,185,77,1), rgba(219,185,77,.5), rgba(219,185,77,0));
    display: block;
    width: 48%;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 15px;
}


.banner-image{
}
.banner-image a {
    display: block;
    position: relative;
}
.banner-image a::before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(0);
    transition: all 300ms ease 0s;
}
.banner-image a:hover::before {
    transform: scale(1);
}
.banner-image a img {
    width: 100%;
}
.mb-30{
	margin-bottom:30px;
}
@media screen and (max-width: 768px) {
.banner-image{
	margin:15px 0;
}
.mb-30{
	margin-bottom:30px;
}
}


.testimonials {
  background-color: #999;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/bg-testimonial.jpg);
  background-position: center center;
  background-attachment: scroll;
  padding: 30px 0;
  position: relative;
  font-size: 16px;
  color: #fff;
  box-shadow: inset 0px 0 100px rgba(0,0,0,.1);
  text-align: center;
}






.container2{
	background-color:#f9f9f9;
}
.container2 h2{
}
.container3{
}
.bg-contact{
	background-size: 100%;
	background-image: url(../images/bg-contact.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000;
	height:auto;
	width:100%;
	position:relative;
}
.para-1{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/para-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:0;
	color:#fff;
	position:relative;
	position:relative;
	text-shadow:1px 1px 3px rgba(0,0,0,.5);
}
.para-1 h2, .para-2 h2{
	color:#eb6c05!important;
}
.para-1 h2:after, .para-2 h2:after{
	background-color: #fff;
}
.para-3 h2, .para-4 h2{
	color:rgba(0,0,0,.9)!important;
}
.para-3 h2:after, .para-4 h2:after{
	background-color: rgba(255,255,255,.7)!important;
}

.h-form{
	background-color:rgba(0,0,0,.8);
	padding:30px;
}

.para-1 .woman {
    background: url(../images/woman.png) no-repeat 50% 50%;
    background-size: cover;
    width: 297px;
    height: 430px;
    position: absolute;
    right: 65px;
    bottom: 0;
}
.para-2{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/para-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:0;
	color:#fff;
	position:relative;
	box-shadow:inset 0px 0px 50px rgba(0,0,0,.3);
}
.para-3{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/para-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#eb6c05;
	height:auto;
	width:100%;
	margin:0 auto;
	color:#fff;
	position:relative;
}
.para-3 .container-fluid, .para-4 .container-fluid{
	background-color:rgba(204,153,51,.9)
}
.para-4{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/para-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#002e5b;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:0;
	color:#fff;
	position:relative;
	box-shadow:inset 0px 0px 50px rgba(0,0,0,.3);
}
.cta{
	position:absolute;
	width:100%;
	z-index:10;
	top:-55px;
	left:0;
	padding:0 50px;
	color:#666;
	font-size:13px;	
}
.cta .cta-inner{
	background-color:#fff;
	padding:35px 0 35px 20px;
	box-shadow:0px 10px 15px rgba(0,0,0,1);
}
.cta a{
	text-align:left;
	color:#666;
	font-size:13px;
	line-height:20px;
}
.cta a i{
	float:left;
	color:#fff;
	font-size:1.3rem;
	background-color:#eb6c05;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:100%;
	margin: 0 10px 0 0;
}
.cta a strong{
	font-size:18px;
	font-weight:600;
	color:#000;
	line-height:25px;
}



.s-thumb{
	width:100%;
	text-align:center;
	list-style:none;
}
.s-thumb:before, .s-thumb:after{
	display: table;
	content: "";
}
.s-thumb:after{
	clear: both;
}
.s-thumb li{
	display:inline-table;
	background-color:#fff;
	width:30%;
	height:130px;
	margin:40px 1%;
	padding: 60px 20px 30px 20px;
	position: relative;
	text-align: center;	
	box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
	color:#222;
	border-radius:5px;
}
.s-thumb li .s-icon {
    color: rgba(253,115,90,1);
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    background: #eb6c05;
    display: block;
    line-height: 50px;
    border-radius: 100%;
	padding:15px;
    box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
}
.s-thumb li .s-icon img{
    width:50px;
	height:auto;
}
.s-thumb li .s-icon i{
    font-size:42px;
	color:#fff;
}
.s-thumb li p{
	font-weight:500;
	font-size:20px;
	text-align:center;
	line-height:20px;
}
.s-thumb li h4{
	font-size:14px;
	color:#333!important;
	font-weight:500!important;
	text-transform:capitalize;
	margin:20px 0 10px 0;
	white-space: nowrap;
}
.s-thumb li a{
	display:inline-block;
	color:#666!important;
}
@media screen and (max-width: 992px) {
.s-thumb li{
	width:47%;
	margin:40px 1%;
	padding: 50px 20px;
}
.s-thumb li.full{
	display:inline-block;
	background-color:#fff;
	width:90%;
	margin:40px 1%;
	padding: 50px 20px;
	position: relative;
	text-align: center;	
	box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
	color:#222;
}
.s-thumb li .s-icon {
    top: -35px;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    display: block;
    line-height: 50px;
    border-radius: 100%;
	padding:15px;
}
.s-thumb li .s-icon img{
    width:50px;
	height:auto;
}
.s-thumb li p{
	text-align:center;
	font-size:13px;
	line-height:24px;
}
.s-thumb li h4{
	font-size:14px;
	font-weight:700;
	text-transform:capitalize;
	margin:20px 0 10px 0;
}
}

@media screen and (max-width: 768px) {
.s-thumb li{
	width:45%;
	margin:30px 2%;
	padding: 50px 20px 20px 20px;
}
.s-thumb li .s-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    display: block;
    line-height: 50px;
    border-radius: 100%;
	padding:15px;
    box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
}
.s-thumb li .s-icon img{
    width:50px;
	height:auto;
}
.s-thumb li p{
}
.s-thumb li h4{
	font-size:18px!important;
	line-height:18px;important;
	height:36px;
	font-weight:700;
	text-transform:capitalize;
	margin:20px 0 10px 0!important;
}
}
@media screen and (max-width: 480px) {
.s-thumb li{
	width:100%;
	margin:20px 0;
	padding: 40px 5px 20px 5px;
}
.s-thumb li .s-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    display: block;
    line-height: 30px;
    border-radius: 100%;
	padding:10px;
    box-shadow: -6px 5px 20px rgba(0,0,0,0.06);
}
.s-thumb li .s-icon img{
    width:30px;
	height:auto;
}
.s-thumb li .s-icon i{
    font-size:22px
}
.s-thumb li h4{
	font-size:16px!important;
	line-height:16px important;
	height:16px!important;
}
}



.counter{
	position:relative;
	width:100%;
	background-color:#f1f1f1;
}
.counter .container-fluid{
	padding-top:30px;
	padding-bottom:30px;
}
.footer2 .counter{
	position:relative;
	width:100%;
	background-color:transparent ;
}
.counter h2{
	color:rgba(255,255,255,.8) !important;
}
.counter .counter-value{
	display:inline-block;
	font-size:48px;
	font-weight:600;
	color:#666 ;
}
.counter .plus{
	display:inline-block;
	font-size:48px;
	font-weight:600;
	color:#666 ;
}
.counter h5{
	margin:5px 0 0 0 !important;
	font-weight:400!important;
}
.counter .cnt-inner{
	border:solid 0px rgba(255,255,255,.3);
	padding:0;
	margin:25px 0;
	text-align:left;
}
.counter .cnt-inner img{
	height:auto;
	width:50px;
	float:left;
	margin:0 10px 0 0;
}
.counter .cnt-inner .counter-value{
	display:inline-block;
	font-size:34px;
	line-height:30px;
	font-weight:600;
}
.counter .cnt-inner .plus{
	display:inline-block;
	font-size:34px;
	line-height:30px;
	font-weight:600;
	color:;
}
.counter .cnt-inner h5{
	color:#1d1916!important;
	margin:0px 0 0 0 !important;
	font-size:11px!important;
}

@media screen and (max-width : 992px) {
.counter .cnt-inner{
	border:solid 0px rgba(255,255,255,.3);
	padding:10px 0;
	text-align:left;
}
.counter .cnt-inner h5{
	font-size:11px!important;
}
.counter .cnt-inner img{
	height:40px;
	margin-right:3px;
}
.counter .counter-value{
	display:inline-block;
	font-size:18px;
	font-weight:600;
}
.counter .plus{
	display:inline-block;
	font-size:18px;
	font-weight:600;
}
.counter h5{
	font-size:10px!important;
	margin:0 0 0 0 !important;
	line-height:normal !important;
}
}
@media screen and (max-width : 854px) {
.counter .container-fluid{
	padding-top:10px;
	padding-bottom:10px;
}
.counter .cnt-inner{
	border:solid 0px rgba(255,255,255,.3);
	padding:0;
	text-align:center;
}
.counter .cnt-inner h5{
	font-size:10px!important;
	font-weight:400;
}
.counter .cnt-inner img{
	float:none;
	display:block;
	margin:0 auto !important;
	height:40px;
}
.counter .cnt-inner .counter-value{
	display:inline-block;
	font-size:20px;
	font-weight:600;
}
.counter .cnt-inner .plus{
	display:inline-block;
	font-size:20px;
	font-weight:600;
}
}


.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner img {
  width:100%;
  height:auto;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 2s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.slider{
	position:relative;
	height:auto;
	overflow:hidden;
}
.slider a.go{
	display:none;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-22px;
	width:44px;
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:1.5rem;
	background-color:#eb6c05;
	color:#fff!important;
}
.banner-bottom{
	background-color:#f1f1f1;
}
.banner-bottom .col-4{
	text-align:center;
}
.banner-bottom .bb-div{
	min-width:230px;
	text-align:left;
	display:inline-block;
	margin:0 auto;
}
.banner-bottom .bb-div h5{
}
.banner-bottom i{
	float:left;
	color:#999;
	font-size:48px;
	margin:0 15px 0 0; 
}
@media screen and (max-width: 768px) {
.banner-bottom{
	background-color:#f1f1f1;
	font-size:12px;
	text-align:center;
}
.banner-bottom .bb-div{
	min-width:100%;
	text-align:center;
	display:block;
	margin:0 auto;
}
.banner-bottom i{
	float:none;
	color:#999;
	font-size:22px;
	margin:0 5px 0 0; 
}
.banner-bottom h5{
	font-size:12px;
}
.banner-bottom p{
	text-align:center;
	font-size:10px;
	line-height:1.2;
}
}
.slider{
	height:auto;
	overflow:hidden;
}
#demo .carousel-control-prev, #demo .carousel-control-next {
  position: absolute;
  z-index:9;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  margin-top:-25px;
  color:rgba(0,0,0,.8)!important;
  text-align: center;
  opacity: 1;
  font-size:12px;
  background-color:rgba(0,0,0,.5);
}

#demo .carousel-control-prev:hover, #demo .carousel-control-prev:focus,
#demo .carousel-control-next:hover,
#demo .carousel-control-next:focus {
  color: #ef800d;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

#demo .carousel-control-prev {
  left: 0px;
}
#demo .carousel-control-next {
  right: 0px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {    
    width: 15px!important;
    height: 15px!important;
}
#demo .carousel-indicators {
	z-index:9;
  bottom: 50px;
  margin-bottom: 0!important;
}
#demo .carousel-caption {
	position: absolute;
	right: 0;
	top:20%;
	left: 0;
	z-index: 10;	
	font-size:16px;
	color:rgba(0,0,0,.8);
	text-align: left;
	padding:0 50% 0 0;
	text-shadow:1px 1px 10px rgba(255,255,255,.2);
}
#demo .carousel-caption h3{
	font-size:70px!important;
	letter-spacing:5px;
	line-height:1.1!important;
	text-transform:uppercase;
	color:#eb6c05!important;
	font-weight:700!important;
}
#demo .carousel-caption h3:after{
	display:none;
}
#demo .carousel-caption h3 strong{
	font-size:50px!important;
	letter-spacing:0px;
	display:block!important;
	font-weight:700!important;
}
#demo .carousel-caption h5{
	font-size:38px!important;
	line-height:normal;
	text-transform:capitalize;
	margin:0 0 10px 0!important;
	color:#fff!important;
	font-weight:600!important;		
}
#demo .carousel-caption p{
	font-size:20px;
	line-height:normal;
	font-weight:500;
	text-align:left;
}
#demo .carousel-caption p strong{
	color:#ef800d;
}
#demo .carousel-caption a{
	background: linear-gradient(to top right, #b7e3ef, #8fd6e8, #56bdda);
	display:inline-block;
	color:rgba(0,0,0,.8)!important;
	line-height:30px;
	padding:10px 30px;
	text-transform:capitalize;
	font-size:15px;
	font-weight:500;
	border-radius:25px;
	text-shadow:1px 1px 3px rgba(0,0,0,0);
	margin:20px 0 0 0;
}

@media screen and (max-width: 1024px) {
.carousel-control-prev-icon, .carousel-control-next-icon {    
    width: 10px!important;
    height: 10px!important;
}
#demo .carousel-indicators {
  bottom: 0px;
}
#demo .carousel-indicators li {
  width: 12px;
  height: 12px;
}
#demo .carousel-caption {
	top:18%;
	font-size:12px;
	padding:0 40% 0 0;
}
#demo .carousel-caption h3{
	font-size:40px!important;
	letter-spacing:5px;
}
#demo .carousel-caption h3 strong{
	font-size:26px!important;
}
#demo .carousel-caption p{
	font-size:12px;
}
}

@media screen and (max-width: 768px) {
#demo .carousel-indicators {
  bottom: 0px !important;
}
#demo .carousel-control-prev, #demo .carousel-control-next {
  width: 25px;
  height:25px;
  margin-top:-12px;
  font-size:10px;
}
#demo .carousel-caption {
	top:18%;
	font-size:12px;
	padding:0 40% 0 0;
}
#demo .carousel-caption h3{
	font-size:30px!important;
	letter-spacing:5px;
}
#demo .carousel-caption h3 strong{
	font-size:20px!important;
}
#demo .carousel-caption p{
	display:none;
}
}

@media screen and (max-width: 480px) {
#demo .carousel-control-prev, #demo .carousel-control-next {
  width: 20px;
  height:20px;
  margin-top:-10px;
  font-size:10px;
}
#demo .carousel-caption {
	top:12%;
	padding:0 40% 0 0;
}
#demo .carousel-caption h3{
	font-size:26px!important;
	letter-spacing:5px;
}
#demo .carousel-caption h3 strong{
	font-size:16px!important;
}
}

#demo3 .carousel-indicators {
  bottom: 0px;
  display:none;
}

.review-home{
    height: auto;
    overflow: visible;
    /*background: #1d1916;*/
	background-color:rgba(29,25,22,.75);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    border-radius: 30px;
    border: none;
    padding: 3rem;
    
    position:relative;
	margin:2rem 0;
	text-align:left;
	color:#fff;
}
.review-home h4{
	color:#eb6c05 !important;
	margin:20px 0 0 0;
    font-weight:600!important;
    text-align: right;
}
.review-home h5{
	font-size:18px !important;
	font-weight:500!important;
	color:#fff !important;
	margin:0 0 0 0!important;
	font-style:normal;
}
.review-home h6{
	font-size:17px!important;
	line-height:1.6!important;
	font-weight:400!important;
	color:#fff !important;
    text-align: right;
}
.review-home p{
	margin-top:20px;
	font-size:16px!important;
	line-height:1.8!important;
	font-weight:400!important;
	color:#fff !important;
    text-align: justify!important;
}
.review-home .quote{
	font-size: 58px;
	color:rgba(255,255,255,.3);
    margin: -30px 0 10px 0;
}
.review-home img{
	width:100%!important;
	height:autopx!important;
	border-radius:25px 0 0 25px;
	margin:0;
}
@media screen and (max-width: 992px) {
.review-home{
    padding: 2rem;    
    position:relative;
	margin:2rem 0;
	text-align:left;
	color:#fff;
}
.review-home h4{
	font-size:14px!important;
	color:#eb6c05 !important;
	margin:10px 0 0 0;
    font-weight:600!important;
    text-align: right;
}
.review-home, .review-home p, .review-home h6{
	margin-top:0px;
	font-size:12px!important;
	line-height:1.4!important;
	text-align:justify;
}
.review-home .quote{
	text-align:right;
	font-size: 38px;
	color:rgba(255,255,255,.3);
    margin: 0 0 0 0;
}
.review-home img{
	width:100%!important;
	height:autopx!important;
	border-radius:20px 20px 0 0;
	margin:0;
}
}

.testimonial{
	margin:0 0 30px 0;
}
.testimonial img{
    float:left;
	width:100px;
	margin:0 10px 0 0;
	border-radius:5px;
}
.testimonial .t-con{
	padding:25px;
	background-color:#fff;
	border:solid 1px #eee;
	border-radius:3px;
	position:relative;
	margin:0 0 35px 0;
	color:#333;
	font-style:italic;
	box-shadow:0px 15px 25px rgba(0,0,0,.1);
}
.testimonial h4{
	margin: 0 0 0 0 !important;
	padding:0 0 0 0!important;
	color:#eb6c05!important;
	font-weight:500!important;
}
.testimonial .t-con .t-arrow{
	width:34px;
	height:34px;
	background-color: #fff;
	position:absolute;
	bottom:-17px;
	left:40px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
}
@media screen and (max-width : 480px) {
.testimonial img{
	width:80px;
}
}
.clients{
	height:100px;
	line-height:100px;
}
.clients img{
	height:100px;
	width:auto;
	margin:0 10px;
}


#demo3 .carousel-control-prev, #demo3 .carousel-control-next {
  position: absolute;
  z-index:11;
  top: auto;
  bottom:0;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  margin-top:0;
  color: #f89c32;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(0,0,0,.1);
}

#demo3 .carousel-control-prev:hover, #demo3 .carousel-control-prev:focus,
#demo3 .carousel-control-next:hover,
#demo3 .carousel-control-next:focus {
  color: #f89c32;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

#demo3 .carousel-control-prev {
  left: 50%;
  margin-left:-51px;
}

#demo3 .carousel-control-next {
  right: 50%;
  margin-right:-51px;
}



.grad {
    background: rgba(238,198,95,1);
    background: -moz-linear-gradient(-45deg, rgba(238,198,95,1) 0%, rgba(167,111,42,1) 12%, rgba(226,184,85,1) 26%, rgba(249,242,183,1) 43%, rgba(226,184,85,1) 61%, rgba(143,94,33,1) 80%, rgba(226,184,85,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238,198,95,1)), color-stop(12%, rgba(167,111,42,1)), color-stop(26%, rgba(226,184,85,1)), color-stop(43%, rgba(249,242,183,1)), color-stop(61%, rgba(226,184,85,1)), color-stop(80%, rgba(143,94,33,1)), color-stop(100%, rgba(226,184,85,1)));
    background: -webkit-linear-gradient(-45deg, rgba(238,198,95,1) 0%, rgba(167,111,42,1) 12%, rgba(226,184,85,1) 26%, rgba(249,242,183,1) 43%, rgba(226,184,85,1) 61%, rgba(143,94,33,1) 80%, rgba(226,184,85,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(238,198,95,1) 0%, rgba(167,111,42,1) 12%, rgba(226,184,85,1) 26%, rgba(249,242,183,1) 43%, rgba(226,184,85,1) 61%, rgba(143,94,33,1) 80%, rgba(226,184,85,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(238,198,95,1) 0%, rgba(167,111,42,1) 12%, rgba(226,184,85,1) 26%, rgba(249,242,183,1) 43%, rgba(226,184,85,1) 61%, rgba(143,94,33,1) 80%, rgba(226,184,85,1) 100%);
    background: linear-gradient(135deg, rgba(238,198,95,1) 0%, rgba(167,111,42,1) 12%, rgba(226,184,85,1) 26%, rgba(249,242,183,1) 43%, rgba(226,184,85,1) 61%, rgba(143,94,33,1) 80%, rgba(226,184,85,1) 100%);
        background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eec65f', endColorstr='#e2b855', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wd-box{
	background-color:#fff;
	width:100%;
	margin:50px 0;
	padding: 50px 20px;
	position: relative;
	text-align: center;	
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	color:#222;
	text-shadow:0 0 0 rgba(255,255,255,1);
}
.wd-box .wd-icon {
    color: rgba(253,115,90,1);
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    background: #eb6c05;
    display: block;
    line-height: 50px;
    border-radius: 100%;
	padding:15px;
    box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
}
.wd-box .wd-icon img{
    width:50px;
	height:auto;
}
.wd-box p{
	text-align:center;
	font-size:13px;
	line-height:24px;
}
.wd-box h4{
	font-size:14px;
	color:#000!important;
	font-weight:400;
	text-transform:capitalize;
	margin:20px 0 10px 0;
}
.wd-box a {
  display:inline-block;
  color:#eb6c05!important;
  border:solid 2px #eb6c05;
  text-transform:capitalize;
  padding:5px 15px;
  margin-top:15px;
  letter-spacing:2px;
  text-shadow:0px 0px 2px #fff;
}
.wd-box a:hover {
  background-color:#eb6c05;
  color:#fff !important;
  text-shadow:0px 0px 0px #fff;
}
.products-list{
}
.p-box{
	border:0px solid #f9f9f9;
	background-color:#fff;
	position:relative;
	padding:0;
	margin:15px 0 15px 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	text-align:center;
	box-shadow:0 3px 5px rgba(0,0,0,0.12);
}
.p-box:hover {
	box-shadow:0 0 30px rgba(0,0,0,0.12);
}
.p-box .pb-img{
    display: table;
    height: auto;
    #position: relative;
    overflow: hidden;
    
	width:100%;
	border-bottom:solid 0px #f9f9f9;
	text-align:center;
	background-color:#f9f9f9; 
}
.p-box .pb-img .pb-inn{
    #position: absolute;
    top: 50%;
    display: table-cell;
    vertical-align: middle;
}
.p-box .pb-img .pb-inn img {
    #position: relative;
    top: -50%;
	width:100%;
	height:auto;
	transition:all .5s ease
}
.p-box:hover .pb-img img {
  transform: scale(1.03);
}
.p-box .pb-img.p-pro {
	background position:center center;
	background-size:1000%;
	filter: blur(0px);
    -webkit-filter: blur(0px);
  
}
.p-box .pb-cont{
	width:100%;
	position:relative;
	text-align:center;
	padding:15px;
	box-shadow:inset 0px 1px 0px #eee;
}
.p-box .pb-cont h3{
   font-size:18px!important;
   font-weight:600!important;
   width:100%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   letter-spacing:0px;
   text-transform:capitalize;
   padding:0 !important;
   margin:0 0 10px 0!important;
   color:#eb6c05!important;
   text-shadow:0px 0px 0px rgba(255,255,255,0);
}
.p-box .pb-cont h6{
	display:none;
    padding:0 !important;
	margin:0 0 10px 0!important;
	color:#555;
}
.p-box .pb-cont h6 strong{
	font-size:14px;
	margin-left:10px;
	font-weight:400!important;
	text-decoration:line-through;
	color:#999;
}
.p-box .btn-cart {
  font-size: 14px;
  font-weight: 600 !important;
  display: inline-block !important;
  background-color: #1d1916;
  line-height: 44px;
  color: #f9f9f9 !important;
  text-decoration: none;
  padding: 0px 20px;
  margin: 1px 0 10px 0;
  text-transform: uppercase;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 5px 10px -5px rgba(0,0,0,.3);
}
@media screen and (max-width: 768px) {
.row.products-list {
	margin-right: -5px!important;
	margin-left: -5px!important;
}
.row.products-list .col-lg-3, .row.products-list .col-sm-4, .row.products-list .col-6 {
	padding-right: 5px!important;
	padding-left: 5px !important;
}
.row.products-list .p-box{
	margin:5px 0 5px 0;
}
.p-box .pb-cont{
	padding:5px;
}
.p-box .btn-cart {
  font-size: 10px;
  line-height: 30px;
  padding: 0px 15px;
  margin: 1px 0 10px 0;
  border-radius: 2px;
}
}

.p-box-small{
	border:0px solid #f9f9f9;
	background-color:#fff;
	position:relative;
	padding:20px;
	margin:15px 0 15px 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	text-align:center;
	box-shadow:0 3px 5px rgba(0,0,0,0.12);
}
.p-box-small:hover {
	box-shadow:0 0 30px rgba(0,0,0,0.12);
}
.p-box-small img{
	height:128px;
	width:auto;
	margin:0 0 20px 0;
}
.p-box-small h3{
   font-size:18px!important;
   font-weight:600!important;
   letter-spacing:0px;
   text-transform:capitalize;
   padding:0 !important;
   margin:0 0 10px 0!important;
   color:#eb6c05!important;
   text-shadow:0px 0px 0px rgba(255,255,255,0);
}
.p-box-small .btn-cart {
  font-size: 14px;
  font-weight: 600 !important;
  display: inline-block !important;
  background-color: #1d1916;
  line-height: 44px;
  color: #f9f9f9 !important;
  text-decoration: none;
  padding: 0px 20px;
  margin: 1px 0 10px 0;
  text-transform: uppercase;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 5px 10px -5px rgba(0,0,0,.3);
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 576px) {
}
.p-subcat ul{
	display:block;
	width:100%;
	text-align:left;
}
.p-subcat ul li{
	display:inline-block;
}
.p-subcat ul li a{
	display:block;
	color:#eb6c05 !important;
	padding:3px 15px;
	margin:3px 1px;
	border:solid 1px #eb6c05;
	border-radius:0px;
	background: -webkit-linear-gradient(60deg, #000, #000, #000);
	background: linear-gradient(60deg, #000, #000, #000);
	-webkit-transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.p-subcat ul li a:hover{
	color:rgba(0,0,0,.8) !important;
}
.p-subcat ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(60deg, #b7872f, #f3df75, #eb6c05);
	background: linear-gradient(60deg, #b7872f, #f3df75, #eb6c05);
	
	-webkit-transform: scaleX(0)!important;
	transform: scaleX(0)!important;
	-webkit-transform-origin: 0 50%!important;
	transform-origin: 0 50%!important;
	-webkit-transition-property: transform!important;
	transition-property: transform!important;
	-webkit-transition-duration: 0.3s!important;
	transition-duration: 0.3s!important;
	-webkit-transition-timing-function: ease-out!important;
	transition-timing-function: ease-out!important;
}
.p-subcat ul li a:hover, ..p-subcat ul li a:focus, ..p-subcat ul li a:active {
  color:rgba(0,0,0,.8) !important;
}
.p-subcat ul li a:hover:before, .p-subcat ul li a:focus:before, .p-subcat ul li a:active:before {
  -webkit-transform: scaleX(1)!important;
  transform: scaleX(1)!important;
}


.page-link.active{
    color:#eb6c05 !important;
}


.product-detail{
	margin-top:30px;
}
.product-detail .pd-right{
}
.product-detail h4{
	color:#2fb53f!important;
	line-height:30px!important;
}
.product-detail h5{	
}
.product-detail h5 span{
	font-size:12px;
	font-weight:400!important;
	margin:0 20px 0 0px!important;
}
.product-detail h5 strong{
	color:#999;
	font-size:22px;
	text-decoration:line-through;
	font-weight:400!important;
	margin:0 0 0 0!important;
}
.product-detail label{
	color:#111;
	font-weight:600!important;
}
.product-detail h6{
	font-style:normal;
	color:#666!important;
	font-size:14px!important;
	font-weight:400!important;
	margin:0 !important;
}
.product-detail .in-stock{
	background-color:#eb6c05 ;
	color:#fff;
	font-weight:400!important;
	display:inline-block;
	border-radius:3px;
	padding:0 5px;
	text-transform:uppercase;
	line-height:20px;
	font-size:13px;
	margin:20px 0 10px 0!important;
}
.product-detail .attribute-listing{
	margin: 0;
    padding: 0;
    list-style: none;
}
.product-detail .attribute-listing li {
    display: inline-block;
    margin-right: 5px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #eee;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
    padding: 10px 13px;
}
.product-detail .attribute-listing li.active, .product-detail .attribute-listing li:hover {
    background-color: #eee;
    border: 1px solid #666;
}
.product-detail .description ul{
	margin: 0;
    padding: 0;
    list-style: none;
	display:table;
	font-family: 'Barlow', sans-serif;
	font-weight:500;
	font-size:13px;
}
.product-detail .description ul li{
	float:left;
	width:50%;
}
.product-detail input[type="text"] {
	border:solid 2px #eee!important;
	padding:0!important;
	background-color:#eee!important;
	width:50px!important;
	margin-left:50px!important;
	text-align:center;
	border-radius:0!important;
	font-family: 'Barlow', sans-serif;
	font-weight:500;
	color:#000;
	font-size:18px;
}

.social-sharing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px -6px;
}
.social-sharing a {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #777777;
  border-radius: 0;
  font-size: 12px;
  padding: 6px 12px 5px;
  margin: 0 3px 6px;
}
.social-sharing a i{
	font-size:14px;
	margin:0 3px 0 0;
}
.social-sharing a.twitter i{
  color: #00aaf0;
}
.social-sharing a.twitter:hover, .social-sharing a.twitter:hover i{
  background-color: #00aaf0;
  color:#fff!important;
}

.social-sharing a.facebook i{
  color: #314e90;
}
.social-sharing a.facebook:hover, .social-sharing a.facebook:hover i{
  background-color: #314e90;
  color:#fff!important;
}
.social-sharing a.pinterest i{
  color: #ce1f21;
}
.social-sharing a.pinterest:hover, .social-sharing a.pinterest:hover i{
  background-color: #ce1f21;
  color:#fff!important;
}
.social-sharing a.linkedin i{
  color: #0073b2;
}
.social-sharing a.linkedin:hover, .social-sharing a.linkedin:hover i{
  background-color: #0073b2;
  color:#fff!important;
}
.product-seal img{
	max-height:90px;
	display:inline-block;
	align-self: center !important;
	margin-right:15px;
}

.detail-policy{
	font-size:12px;
	color:#666;
	text-align:center;
	line-height:1.3;
	background-color:#f1f1f1;
}
.detail-policy a{
	display:block;
	transition:all .5s ease
}
.detail-policy h5{
	font-size:18px;
	color:#666!important;
	margin:10px 0;
	transition:all .5s ease
}
.detail-policy i{
	font-size:52px;
	margin:0 0 10px 0;
	color:#ccc !important;
	transition:all .5s ease
}
.detail-policy a:hover i{
	color:#eb6c05 !important;
}
.detail-policy a:hover, .detail-policy a:hover h5{
	color:#1d1916 !important;
}

@media screen and (max-width: 992px) {
.detail-policy .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
.product-detail{
	margin-top:0px;
}
.detail-policy div{
	border-top:solid 1px rgba(0,0,0,.1);
}
.detail-policy div:first-child{
	border-top:solid 1px rgba(0,0,0,0);
}
.detail-policy a{
	padding:20px;
}
.product-seal img{
	max-height:60px;
	margin-right:10px;
}
}



.detail-page {
    position: relative;
    padding: 80px 0 0 0;
    background-image: linear-gradient(180deg, #111 0%, #000 10%);
}
.detail-box {
    border-radius: 5px;
    background-color: #111;
    padding: 1.5rem;
    margin: 30px 0;
    box-shadow: 0px 5px 15px rgba(10,10,10,.1);
}
.detail-box .d-price {
    background-color: #eb6c05;
    border-radius: 25px;
    padding: 5px 15px;
    display: inline-block;
    color: rgba(0,0,0,.9);
    float: right;
}
.sharing{
}
.sharing img{
	width:30px;
	height:auto;
}
.stickySidebar{
	margin-top:100px!important;
}
#sidebar{
	width: 100%;
	will-change: min-height;
}
#sidebar .sidebar_inner{
	position: relative;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}
.form-cont {
    font-size: .7rem;
    line-height: 1.3 !important;
    text-align: left;
    line-height: normal;
    border-top: solid 1px #38a7f8;
    color: #333;
    font-weight: 500;
    padding: 15px 25px;
}
.form-cont img {
    width: 42px;
    float: left;
    height: auto;
    margin: 0 5px 0 0;
}

.blog{
	background-color:#fff;
	border:solid 1px #eee;
	padding:15px;
	text-align:center;
	margin:10px 0;
	box-shadow:0px 3px 8px -3px rgba(0,0,0,.3);
}
.blog h3{
	font-size: 18px!important;
	height:40px;
	line-height: 20px;
	color: #eb6c05!important;
	font-weight:600!important;
}
.blog h6{
	font-size:16px!important;
	color: #999!important;
	font-weight:500!important;
}
.blog .blog-img{
	width:100%;
	height:200px;
	overflow:hidden;
	margin:0 auto 20px auto;
	border:solid 3px #fff;
}
.blog .blog-img img{
	width:100%;
	height:auto;
	min-height:200px;
}
.blog p{
	margin:0 0 20px 0;
}

.inner-banner{
	background-color: #1e1e1e;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:0;
	color:#fff;
	position:relative;
	border-bottom:solid 0 #d29f43;
	box-shadow:inset 0px -5px 0px 0px rgba(255,255,255,0);
	background-color:#ccc;
	/*filter: blur(5px);
	-webkit-filter: blur(5px);*/
}
.inner-banner .container-fluid{
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
	padding-top:40px;
	padding-bottom:10px;
	background: linear-gradient(180deg, rgba(1,1,1,0), rgba(1,1,1,.5));
}
.inner-banner a.go{
	display:none;
	position:absolute;
	left:50%;
	z-index:1;
	bottom:0;
	margin-left:-22px;
	width:44px;
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:1.5rem;
	background-color:#eb6c05;
	color:#fff!important;
}

.banner{
	position:relative;
	width:100%;
	overflow:hidden;
	padding-top: 25%;
	text-align:center;
	background-color:#f9f9f9; 	
	box-shadow:0px 15px 15px rgba(0,0,0,.08);
}
.banner img {
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin:0;
	width:100%;
	height:auto;
	min-height:100%;
	transition:all .5s ease
}

@media screen and (max-width: 992px) {
.inner-banner .container-fluid{
	padding-top:20px;
	padding-bottom:0px;
	background: linear-gradient(180deg, rgba(1,1,1,0), rgba(1,1,1,.3));
}
.banner{
	position:relative;
	width:100%;
	overflow:hidden;
	padding-top: 30%;
	text-align:center;
	background-color:#f9f9f9; 	
	box-shadow:0px 15px 15px rgba(0,0,0,.08);
}
.banner img {
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin:0;
	width:118%;
	height:auto;
	min-height:100%;
	transition:all .5s ease
}
}



.bb-nav{
	background-color:#f9f9f9;
	padding:10px 0;
}
.bb-nav .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
.bb-nav ul.breadcrumb{
	margin:5px 0 3px 0;
}
.bb-nav ul.breadcrumb li {
	color: rgba(0,0,0,.3) !important;
}
.bb-nav ul.breadcrumb li+li:before {
    color: rgba(0,0,0,.3) !important;
}
.bb-nav ul.breadcrumb li.active:before {
    color: rgba(0,0,0,.3) !important;
}
.bb-nav ul.breadcrumb li a {
    color: rgba(0,0,0,.8) !important;
}
.bb-nav ul.breadcrumb li a:hover {
    color: #ff9933;
    text-decoration: underline;
}

.team{
	padding:10px;
	border:solid 1px #eee;
	box-shadow:0px 10px 8px rgba(0,0,0,.2);
	margin:25px 0;
	border-radius:5px;
	text-align:center;
	background-color:#fff;
}
.team .t-img{
	width:100%;
	height:230px;
	margin-bottom:15px;
	overflow:hidden;
}
.team img{
	width:100%;
	height:auto;
}
.team h3, .team h5{
	margin:0!important;
	padding:0!important;	
}
.team h6{
	font-size:14px!important;
	color:#333;
}
.team p{
	text-align:justify;
}
.team a{
	background: linear-gradient(60deg, #060628, #1F245A, #682359);
	display:inline-block;
	color:#fff!important;
	padding:0px 25px;
	line-height:40px;
	border-radius:40px;
	margin:10px 0 0 0;	
}
.team a:hover{
	background-color:#663300!important;
	color:#fff!important;
}
@media screen and (max-width: 768px) {
.team .t-img{
	width:100%;
	height:160px;
	margin-bottom:15px;
	overflow:hidden;
}
.team img{
	width:100%;
	height:auto;
}
.team h3, .team h5{
	margin:0!important;
	padding:0!important;	
}
.team h6{
	font-size:14px!important;
	color:#333;
}
.team p{
	text-align:justify;
}
.team a{
	background: linear-gradient(60deg, #060628, #1F245A, #682359);
	display:inline-block;
	color:#fff!important;
	padding:0px 25px;
	line-height:40px;
	border-radius:40px;
	margin:10px 0 0 0;	
}
.team a:hover{
	background-color:#663300!important;
	color:#fff!important;
}
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent !important;
  background-clip: border-box;
  border: 0!important;
  border-radius: 0;
  margin-bottom:10px;
}
.card-header {
  padding: 0!important;
  margin-bottom: 0;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, .1)!important;
}
.card-header i{
	float:right;
	color:#eb6c05;
}
.card-header a{
	display:block;
	padding:10px 0;
	color:#eb6c05!important;
}
.card-body {
	color:rgba(255,255,255,.8);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 0!important;
}
.card-body a{
  color:#ef800d!important;
}

.img-r {
  float: right;
  width: auto;
  max-width: 600px;
  height: auto;
  margin: 0 0 0 20px;
}
.img-l{
	float:left;
	margin:0 20px 20px 0;
}
.ser-img{
	background-color: #eb6c05;
	border-radius:100%;	
}
.bg-pattern{
	background-image:url(../images/pattern.png);
	background-position:-70px center;
	background-repeat:no-repeat;
	background-size:auto;
}
.img-one{	
	position:relative;
	width:100;
	height:auto;
	margin:0;
	padding:0 0 0 2%;
	border-left:solid 3px #eb6c05;
}
.img-one:before{
	content: "";
    display: block;
    position: absolute;
	z-index:1;
    left: -25px;
    top: 50%;
	margin-top:-60px;
	width: 130px;
	height: 120px;
	background:url(../images/icons/title-2.svg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transform: rotate(0deg);
}
.img-one.clr-2{
}
.img-one img{
	transform: rotate(0deg);
	width:100%;
	height:auto;
	margin:0 0 0 2%;
	box-shadow:0px 25px 20px -20px rgba(0,0,0,.15);
	/*border-top:solid 5px #000;
	border-left:solid 5px #000;
	padding:5px 0 0 5px;
	background-color:#fff;*/
}
.img-one:after{
	display:none;
	position:absolute;
	z-index:1;
	right:-20px;
	bottom:-20px;
	content:"";
	width:100px;
	height:100px;
	border:solid 10px #fff;
	box-shadow:-30px 30px 0 0 rgba(204,153,51,.8);
}
@media screen and (max-width: 768px) {
.img-r {
  float: none;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto 0 20px auto;
}
.img-one{	
	position:relative;
	width:100;
	height:auto;
	margin:15px 0;
	padding:0 0 0 2%;
	border-left:solid 3px #eb6c05;
}
.img-one:before{
    left: -13px;
	margin-top:-30px;
	width: 65px;
	height: 60px;
}
}

.large-show{
	display:block;
}
.small-show{
	display:none;
}
@media screen and (max-width: 768px) {
.large-show{
	display:none;
}
.small-show{
	display:block;
}
}
.team-th{
	position:relative;
}
.team-th .tti{
	width:30%;
}
.team-th .tti img{
	width:100%;
	height:auto;
}
.team-th.rt{
	text-align:right;
}
.team-th.rt .tti{
	width:30%;
	margin-left:70%;
}
.team-th .ttc{
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);  
	right:0;
	width:75%;
	background-color:rgba(0,0,0,.9);
	padding:30px;
	color:#fff;
}
.team-th.rt .ttc{
	left:0;
}
.team-th .ttc h4{
	font-size:22px !important;
	color:#000;
	text-transform:capitalize;
}
.team-th .ttc h5{
	font-size:18px !important;
	color:#121314;
}
@media screen and (max-width: 1024px) {
.team-th .tti{
	width:40%;
	margin-top:40px;
	margin-bottom:40px;
}
.team-th .tti img{
	width:100%;
	height:auto;
}
.team-th.rt .tti{
	width:40%;
	margin-left:60%;
	margin-top:40px;
	margin-bottom:40px;
}
.team-th .ttc{
	width:75%;
	padding:20px;
}
}

@media screen and (max-width: 768px) {
.team-th{
	margin:15px 0;
}
.team-th .tti{
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
}
.team-th .tti img{
	width:100%;
	height:auto;
}
.team-th.rt{
	text-align:left;
}
.team-th.rt .tti{
	width:100%;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
}
.team-th .ttc{
	position: relative;
    top: 0;
    -ms-transform: translateY(-0);
    transform: translateY(-0);  
	right:auto;
	width:100%;
	background-color:rgba(0,0,0,.9);
	padding:20px;
}
.team-th.rt .ttc{
	left:0;
}
}


.map{
	background-color:#fff;
	box-shadow:0px 15px 15px rgba(0,0,0,.1);
	padding:10px 10px 0 10px;
	border:solid 1px #ddd;
	margin:20px 0;
}
.map iframe{
}

.form-box{
	background-color: #1a1a1a;
	box-shadow:0px 15px 15px rgba(0,0,0,.1);
	padding:30px;
	border:solid 1px #444444;
}
.form-box form{
}

.service-l{
	width:500px;
}
.service-l img{
	float:left;
	margin:0 20px 0 0;
}
.service-l h4{	
	padding:30px 0 10px 0;
}
.service-r{
	width:500px;
	float:right;
	text-align:right;
}
.service-r p{
	text-align:right;
}
.service-r img{
	float:right;
	margin:0 0 0 20px;
}
.service-r h4{	
	padding:30px 0 10px 0;
}
@media screen and (max-width: 768px) {
.service-l{
	width:100%;
}
.service-l img{
	float:left;
	margin:0 20px 0 0;
}
.service-l h4{	
	padding:30px 0 10px 0;
}
.service-r{
	width:100%;
	float:right;
	text-align:right;
}
}

.list3{
	margin:0 0 15px 0;
}
.list3:before, .list3:after{
	display: table;
	content: "";
}
.list3:after{	
	clear: both;
}
.list3 li{
	list-style-type: none;
	padding:0 0 0 20px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 0 10px 0;
	text-align:left;
	float:left;
	width:33.33%;
}
.list3 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -20px;
	content: "\f041";
	color: #eb6c05;
	font-size:18px;
}
.list3 li a{
	color: #111;
}
.list3 li a:hover{
	color: #00cccc;
}
@media screen and (max-width : 768px) {
.list3 li{
	list-style-type: none;
	padding:0 0 0 20px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 0 10px 0;
	text-align:left;
	float:none;
	width:100%;
}
}

.dynamic{
}
.dynamic ul{
	margin:15px 0 15px 15px;
}
.dynamic ul li{
	padding:0;
	border-left:solid 0px #FF6600;
	margin:0;
	text-align:left;
}
.dynamic ul li ul{
    margin:0 0 10px 18px;
}
.dynamic ul li ul li{
	list-style-type: circle;
	padding:0;
	text-indent:0px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 0 5px 0;
	text-align:left;
}
.dynamic ol{
	margin:0 0 30px 20px;
}
.dynamic ol li{
	margin: 0 0 10px 0;
}



.sitemap{
}
.sitemap ul{
	margin:0 0 30px 0;
}
.sitemap ul li{
	list-style-type: none;
	padding:0 0 0 24px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 2% 5px 0;
	text-align:left;
	color:#060628;
	font-weight:500;
}
.sitemap ul li a{
	color:rgba(255,255,255,.8) !important;
}
.sitemap ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -24px;
    content: "\f0e8";
	color: #eb6c05;
	font-size:18px;
}
.sitemap ul li ul{
    margin:0 0 10px 18px;
}
.sitemap ul li ul:before, .sitemap ul li ul:after{
	display: table;
	content: "";
}
.sitemap ul li ul:after{	
	clear: both;
}
.sitemap ul li ul li{
	float:left;
	width:31.33%;
	font-size:14px;
	line-height:normal;
	border-left:solid 0px #FF6600;
	margin:10px 2% 0 -8px;
	text-align:left;
	font-weight:400;
}
.sitemap ul li ul li:before {
    content: "\f192";
	font-size:14px;
}
@media screen and (max-width : 992px) {
.sitemap ul li ul li{
	float:left;
	width:48%;
	font-size:14px;
	line-height:normal;
	border-left:solid 0px #FF6600;
	margin:10px 2% 0 -8px;
	text-align:left;
	font-weight:400;
}
}
@media screen and (max-width : 768px) {
.sitemap ul li ul li{
	float:none;
	width:100%;
	font-size:14px;
	line-height:normal;
	border-left:solid 0px #FF6600;
	margin:10px 0 0 -8px;
	text-align:left;
	font-weight:400;
}
}
.portfolio{
}
.portfolio img{
	border:solid 3px #fff;
	max-width: 100%;
	width:100%;
	height: auto;
}
.portfolio .img-fluid {
  max-width: 100%;
  width:100%;
  height: auto;
}



ul.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: rgba(255,255,255,0);
	color:rgba(255,255,255,.8);
	text-align:center;
	width:100%!important;
}
ul.breadcrumb li {
    display: inline;
    font-size: 13px;
	color:rgba(255,255,255,.8);
}
ul.breadcrumb li+li:before {
    padding: 8px 3px;
    color: rgba(255,255,255,.8);
    content: "/\00a0";
}

ul.breadcrumb li.active:before {
    padding: 8px 3px;
    color: rgba(255,255,255,.8);
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: rgba(255,255,255,1) !important;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #ff9933;
    text-decoration: underline;
}

@media screen and (max-width : 992px) {
ul.breadcrumb li {
    display: inline;
    font-size: 9px;
	color:rgba(255,255,255,.8);
}
ul.breadcrumb li+li:before {
    padding: 8px 3px;
    color: rgba(255,255,255,.8);
    content: "/\00a0";
}

ul.breadcrumb li.active:before {
    padding: 8px 3px;
    color: rgba(255,255,255,.8);
    content: "/\00a0";
}
}


.blog-left{
}
.blog-left .b-img{
	background-color: #eb6c05;
	padding:10px;
	margin:0 0 25px 0;
	box-shadow:0px 15px 15px rgba(0,0,0,.1);
}
.blog-left .b-img img{
	width:100%!important;
	height:auto!important;
	border:solid 3px #fff;
}
.blog-left p img{
	width:100%!important;
	height:auto!important;
}
.blog-left .btn1{
	margin:20px 0 0 0;
}

.blog-right{
}
.blog-right h4{
	font-size:14px!important;
	margin:0 0 0px 0!important;
}
.blog-right .tab-pane{
	padding-top:20px;
}
.blog-right ul.list1{
	margin:0 0 30px 0;
}
.blog-right ul.list1 li{
	list-style-type: none;
	padding:0 0 0 24px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 2% 5px 0;
	text-align:left;
}
.blog-right ul.list1 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -24px;
    content: "\f0a4";
	color: #eb6c05;
	font-size:18px;
}
.card-link {
  text-decoration: none;
  display:block;
}
.card-link strong {
	display:none;
}
.card-link.collapsed span {
	display:none;
}
.card-link.collapsed strong {
	display:block;
}
.modal{
	background-color:rgba(0,0,0,.7);
}
.modal-content{
  border: 0px solid rgba(255, 255, 255, 0.5)!important;
  border-radius: 0!important;
  outline: 0;
  box-shadow:15px 15px 25px rgba(0,0,0,.3);
  background-color:#f9f9f9!important;
}
.modal-body {  
  padding: 0!important;
  padding:0px!important;
}
.modal-content .mb-l{
	float:left;
	width:50%;
}
.modal-content .mb-l img{
	width:100%;
	height:auto;
	vertical-align:middle;
}
.modal-content .mb-r{
	float:left;
	width:50%;
	padding:10px 30px 30px 30px;
}
.modal-content h2{
}

.modal-content .mb-r h4{
	color:#fff!important;
}
.modal-body .close {
  float: right;
  font-size: 28px!important;
  font-weight: 700;
  line-height: 1;
  color: rgba(0,0,0,.8);
  text-shadow: 0 0px 0 rgba(255,255,255,0);
  opacity: 1;
  margin:-10px -10px 0 0;
  background-color:#eb6c05;
  width:39px;
  height:39px;
  line-height:25px!important;
  border-radius:50%;
  border:solid 3px #fff;
}
.modal-body .close:hover, .modal-body.close:focus {
	background-color:#666;
	opacity: 1;
	color:#fff;
}
.btn-demo{
	position:fixed;
	right:0;
	bottom:150px;
	z-index:99;
	border:0;
	background-color:#eb6c05 ;
	color:#fff;
	padding:0;
	font-size:40px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:solid 0px #fff;
	border-bottom:0;
	box-shadow:0px 0px 5px rgba(0,0,0,.9);
}
@media screen and (max-width : 992px) {
.modal-content .mb-l{
	display:none;
}
.modal-content .mb-r{
	float:none;
	width:100%;
	padding:30px;
}
}
.cont-call{
	line-height:normal;
}
.cont-call i{
	width:65px;
	height:65px;
	line-height:65px;
	text-align:center;
	float:left;
	font-size:50px;
	margin-right:10px;
	background-color:#eb6c05;
}
.cont-call img{
	height:50px;
	text-align:center;
	float:left;
	font-size:50px;
	margin-right:10px;
}
.cont-call a{
	font-size:32px;
	line-height:28px;
}
.cont-call h5{
	text-transform:capitalize;
	letter-spacing:1px;
	font-size:21px !important;
	color:#eb6c05;
	
}

.contact-form{
	position:absolute;
	right:0;
	z-index:10;
	width:100%;
	padding:25px;
	margin-top:-250px;
	background-color:rgba(26,26,26,.95);
	border:solid 0px #121314;
}
@media screen and (max-width: 992px) {
.contact-form{
	position:relative;
	right:auto;
	left:0;
	z-index:auto;
	width:100%;
	padding:25px;
	margin-top:20px;
	background-color:rgba(26,26,26,.95);
	border:solid 0px #121314;
}
}
.cont-box{
	color:#eb6c05;
	text-align:left !important;
}
.cont-box h4{
	text-transform:capitalize;
	font-size:22px!important;
	color:#eb6c05!important;
}
.cont-box h6{
	font-style:italic;
	font-size:18px!important;
	color:rgba(255,255,255,.8);
	margin:20px 0;
	padding:20px 0;
	border-top:solid 1px rgba(255,255,255,.2);
	border-bottom:solid 1px rgba(255,255,255,.2);
}
.cont-box a {
	font-weight:400!important;
	line-height: 30px!important;
	font-size: 18px!important;
	padding:0!important;
	border:0!important;
	letter-spacing:0!important;
	text-transform:lowercase!important;
}


@media screen and (max-width: 992px) {
.cont-box{
}
.cont-box h4{
	font-size:20px!important;
}
.cont-box h6{
	font-size:16px!important;
	margin:8px 0;
	padding:8px 0;
}
}
@media screen and (max-width: 768px) {
.cont-box .h-ad-img iframe{
	height:300px !important;
}
}
.captcha{
    text-align:center;
    width:227px!important;
    height:57px!important;
    overflow:hidden;
    margin:0 auto!important;
    display:inline-block!important;
}
.captcha .g-recaptcha{
    margin:0 auto!important;
    display:inline-block!important;
}
hr {
    border-top: 1px solid #eee!important;
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
.btn1{
	background-color:transparent;
	border:solid 2px #eb6c05;
	display:inline-block;
	color:#eb6c05!important;
	line-height:40px;
	padding:0px 25px;
	text-transform:capitalize;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
	border-radius:3px;
}
.btn1:hover{
	background-color:#eb6c05;
	color:#fff!important;
}
.btn-full{
	width:100%;
	display:block;
}
.service-page .btn1{
	margin-top:15px;
}
.btn2 {
  font-size: 14px;
  font-weight: 600 !important;
  display: inline-block !important;
  background-color: #eb6c05;
  line-height: 44px;
  color: #fff !important;
  text-decoration: none;
  padding: 0px 20px;
  margin: 1px 0 10px 0;
  text-transform: uppercase;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 5px 10px -5px rgba(0,0,0,.3);
}
.btn-what {
  font-size: 14px;
  font-weight: 600 !important;
  display: inline-block !important;
  background-color: #2cb742;
  line-height: 44px;
  color: #fff !important;
  text-decoration: none;
  padding: 0px 20px;
  margin: 1px 0 10px 0;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 5px 10px -5px rgba(0,0,0,.3);
}
.btn-what i{
	font-size: 18px;
}

.btn3{
	background-color:rgba(255,255,255,0);
	display:inline-block;
	border:0;
	color:#eb6c05!important;
	border:solid 2px #eb6c05;
	padding:5px 20px;
	text-transform:capitalize;
	font-size:14px;
	font-weight:500;
	cursor:pointer;
	border-radius:3px;
}
.btn3:hover{
	background-color:#eb6c05;
	color:#fff!important;
}
.btn4{
	background-color:transparent;
	border:solid 1px #eb6c05;
	display:block;
	width:100%;
	color:#eb6c05!important;
	text-decoration:none;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	margin:5px 0;
}
.btn4:hover{
	color:#FFF!important;
}
.btn5{
	display:inline-block;
	border: solid 2px #eb6c05;
	background-color: #eb6c05;
	line-height:40px;
	color:#fff!important;
	text-decoration:none;
	padding:0 20px;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	margin:5px 0 0 0;
	text-transform:capitalize;
	cursor:pointer;
	box-shadow:0px 10px 15px rgba(0,0,0,.1);
}
.btn5:hover{
	background-color:#fff;
	text-decoration:none;
	color:#eb6c05!important;
}
.btn-full{
	width:100%!important;
}

::-webkit-input-placeholder { /* Chrome */
  color: #999;
  opacity: .9;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  opacity: .9;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: .9;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #999;
  opacity: .9;
}

input[type="text"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"] {
	font-size: 14px;
	border: 1px solid #eee;
	color: #111;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:0 0 10px 0!important;
	background-color:transparent;
	border-radius:0px;
	line-height:1!important;
	background-color:#fff;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	border-bottom:solid 1px #eb6c05;
}

select {
	font-size: 14px;
	border: 1px solid #eee;
	padding: 0 5px 0 30px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:0 0 10px 0!important;
	background-color:transparent;
	border-radius:0px;
	line-height:1!important;
}
select option {
}
textarea {
	font-size: 14px;
	border: 1px solid #eee;
	color: #111;
	padding: 10px 10px 10px 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 60px;
	margin:0 0 10px 0!important;
	background-color:transparent;
	border-radius:0px;
	line-height:1!important;
	background-color:#fff;
}

.file{
	margin:0 0 10px 0!important;
}
.custom-file{
	margin:0 0 10px 0!important;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: rgba(255,255,255,.9)!important;
    background-color:rgba(255,255,255,.1)!important;
    border: 1px solid rgba(255,255,255,.2)!important;
    border-radius: 0!important;
}

.fi{
	position:absolute;
	color:#006699;
	left:30px;
	top:15px;
	font-size:20px;
}
.f-user:before {
	content: "\f007";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 14px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 16px;
    left: 20px;
}
.f-email:before {
    content: "\f2b6";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 14px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 16px;
    left: 20px;
}
.f-map:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 16px;
    left: 20px;
}
.f-pin:before {
    content: "\f278";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 16px;
    left: 20px;
}
.f-pin:before {
    content: "\f279";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 18px;
	width:28px;
	text-align:left;
    position: absolute;
    bottom: 16px;
    left: 25px;
}
.f-globe:before {
    content: "\f0ac";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 18px;
	width:28px;
	text-align:left;
    position: absolute;
    bottom: 18px;
    left: 25px;
}
.f-short:before {
    content: "\f036";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 16px;
    left: 20px;
}
.f-inr:before {
    content: "\f156";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 16px;
    left: 20px;
}
.f-message:before {
    content: "\f044";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 12px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 8px;
    left: 20px;
}
.f-upload:before {
    content: "\f093";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 12px;
	width:28px;
	text-align:center;
    position: absolute;
	z-index:10;
    top: 10px;
    left: 20px;
}
.f-mobile:before {
    content: "\f3cd";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 20px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.f-phone:before {
    content: "\f2a0";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 20px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 16px;
    left: 22px;
}
.f-pass:before {
    content: "\f084";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 26px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 16px;
    left: 20px;
}
.f-floor:before {
    content: "\f0f7";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 22px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 16px;
    left: 20px;
}
.f-hand:before {
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 18px;
	width:22px;
	text-align:center;
    position: absolute;
    top: 3px;
    left: 20px;
}
.f-home:before {
    content: "\f015";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 18px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 16px;
    left: 20px;
}
.f-area:before {
    content: "\f1fe";
    font-family: 'Font Awesome 5 Free'!important;	
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eb6c05;
    font-size: 18px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 16px;
    left: 20px;
}

.btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 45px;
	height: 45px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 40px;
	border: 1px solid #EEE;
}
.btn-file:hover {	
	background-color:#f9f9f9;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.footer4 {
	padding:10px 0;
}
.footer4 h5 {
	margin:0 0 1rem 0 !important;
}
.footer4 ul.awards{
	list-style:none;
	display:block;
}
.footer4 ul.awards li{
	display:inline-block;
	margin:0 2rem 0 0;
}
.footer4 ul.awards li img{
	height:68px;
	width:auto;
}

.social{
	margin:1rem 0!important;
}
.social ul{
	text-align:left;
	display:block;
}
.social ul li{
	list-style:none;
	display:inline-block;
	margin:0 3px!important;
	padding:0!important;
	border:0!important;
}
.social ul li a i{
	width:36px;
	height:36px;
	font-size:14px;
	line-height:32px;
	text-align:center;
	border-radius:100%;
	background-color:rgba(255,255,255,0);
	border:solid 2px #eee;
	color: #eee;
	transition:all .5s ease;
}
.social ul li a:hover i{
	background-color:#eb6c05;
	border:solid 2px #eb6c05 ;
	color: #111 ;
}
.quick-bg{
	width:50px;
	height:160px;
	background-image:url(../images/quick-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	position:fixed;
	z-index:1000;
	right:50px;
	bottom:-107px;
	transition:all .5s ease;
	padding-top:50px;
}
.quick-bg:hover{
	background-image:url(../images/quick-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	position:fixed;
	z-index:1000;
	bottom:0;
}
.quick-bg a{
	display:inline-block;
	border-radius:100%;
	text-align:center;
	background-color:#e0af2a;
	color:rgba(0,0,0,.8);
	margin:3px 0;
}
.quick-bg a.wa{
	background-color:#4dc247;
	color:#fff;
}
.quick-bg a i{
	font-size:32px;
	width:47px;
	height:47px;
	line-height:47px;
	color:#fff !important;
}
@media screen and (max-width: 1024px) {
.quick-bg{
	right:20px;
}
}

.footer3 {
	background-color: #fff;
	padding:40px 0;
	box-shadow:0px -1rem 1rem rgba(0,0,0,.1);
}
.footer3 a{
	text-align:left;
	color:#666;
	font-size:12px;
	line-height:20px;
}
.footer3 a i{
	float:left;
	color:#fff;
	font-size:1.3rem;
	background-color:#eb6c05;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:100%;
	margin: 0 10px 0 0;
}
.footer3 a strong{
	font-size:18px;
	font-weight:600;
	color:#333;
	line-height:25px;
}
.footer2{
	background-color:#2f2f2f;
	padding:0px 0 0 0;
	color:rgba(255,255,255,.8);
	text-decoration: none;
	margin:0px 0 0 0!important;
	border-top:solid 0px #007bac;
	position:relative;
	font-weight:300!important;
}
.footer2 .container-fluid, .footer2 footer .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
.footer2 .f-nav2{
}
.footer2 .f-nav2 ul{
	margin:0!important;
}
.footer2 .f-nav2 ul li{
	float:left;
	list-style:none;
	padding:0;
	margin:8px 8px 0 0;
	border:0;
	color:rgba(255,255,255,.8);
	background-color:rgba(255,255,255,.1);
	padding:0 8px;
	font-size:12px!important;
}
.footer2 .f-nav2 ul li a{
}
.footer2 h3{
	font-weight:600!important;
	color:#eee!important;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px!important;
	margin:20px 0 10px 0!important;	
	font-weight:600 !important;
	padding:15px 0 !important;
	border-bottom:solid 1px rgba(0,0,0,.5);
	box-shadow:0px 1px 0px rgba(255,255,255,.05);
}
.footer2 h5{
	color:rgba(255,255,255,.6)!important;
	font-weight:400!important;	
	margin:0!important;
}
.footer2 h6{	
	color:rgba(255,255,255,.8)!important;
}
.footer2 h6 i{
	margin:0 5px 0 0;
	font-size:22px;
}
.footer2 hr{	
	border: 0!important;
	height: 1px!important;
	margin:20px 0!important;
	background: rgba(255,255,255,.1)!important;
	background-image: linear-gradient(to right, rgba(255,255,255,.1), rgba(255,255,255,.1), rgba(255,255,255,.1))!important;
}
.footer2 ul{
	margin:0;
}
.footer2 li{
	list-style:none;
	line-height: 30px;
	font-size:12px;
}
.footer2 li.no-bdr{
	border-bottom:solid 1px rgba(255,255,255,.0);
}
.footer2 li a{
	text-decoration: none;
	color:rgba(255,255,255,.8);
}
.footer2 li a:hover{
	color: #fff;
}
.footer2 li span{	
	float:left;
	margin:0 10px 0 0;
}
.footer2 li span i{
	color:rgba(255,255,255,.5)!important;
	width:28px;
	font-size:24px;
	text-align:center;
}
.footer2 .call{
	margin:0px 0 0 0;
}
.footer2 .call h5{
	font-size:18px!important;
}
.footer2 .call i{
	font-size:40px;
	line-height:normal;
	float:left;
	margin:0 10px 0 0;
}
.footer2 .call a{
	text-indent:-5px;
	color:#fff;
	font-weight:600;
	font-size:20px;
	line-height:normal;
}
.footer2 .payment-method{
	text-align:left;
	margin-top:20px;
}
.footer2 .payment-method img{
	height:auto;
	width:100%;
	max-width:100%;
}
footer{
	border-top:solid 1px rgba(255,255,255,.1);
	width:100%;
	font-size:13px;
	padding:20px 0;
	margin:30px 0 0 0!important;
	color:rgba(255,255,255,.8);
}
footer a{
	color:#fff!important;
	padding:0 5px;
}
@media screen and (max-width : 992px) {
.footer2 ul{
	display:tablel
}
.footer2 li{
	display:inline-block;
	margin:0 10px 0 0;
	list-style:none;
	line-height: 30px;
	font-size:12px;
}
footer{
	font-size:10px;
	padding:10px 0 80px 0;
}
.footer2 h4{
	font-size:20px!important;
	text-transform:uppercase;
	color:#fff!important;
	margin:20px 0 0 0!important;
	font-weight:700;
}
footer br{	
	display:inline-block;
}
}



.fix-call{
    display: none;
    position:fixed;
    left:0;
    bottom:10px;
    width:160px;
    z-index:1000;
    background-color:rgba(255,255,255,0)!important;
    text-align:center;
    padding:0 10px;
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0)!important;
	text-align:left;
}
.fix-call a{
    color:#fff !important;
    font-size:30px;
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
.fix-call a i{
    color:rgba(0,0,0,.8)!important;
    font-size:22px!important;
	width:52px!important;
	height:52px!important;
	line-height:52px!important;
	border-radius:100%;
	display:inline-block;
	margin:0 2px;
	border:solid 0px #0b0c0b; 
	box-shadow:0px 3px 3px rgba(0,0,0,.3);
}
.fix-call a.wa img{
    display:none;
}
.fix-call a .fa-phone-alt{
	background: linear-gradient(90deg, #b3802b 0%, #caa13e 50%, #e8ce4f 100%);
}
.fix-call a .fa-whatsapp{
	background-color:#13990a;
	font-size:26px!important;
	line-height:52px!important;
	color:#fff!important;
}
.fix-call a .fa-envelope-open{
	background: linear-gradient(90deg, #b3802b 0%, #caa13e 50%, #e8ce4f 100%);
}
.fix-call a span{
	color:#111;
	font-size:13px;
	font-weight:600;
	display:none;
	text-transform:uppercase;
}

a.what-call {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 9;
  width: 197px;
}

@media screen and (max-width : 1024px) {
.fix-call{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:100;
	background: linear-gradient(0deg, #f1f1f1 0%, #f9f9f9 100%);
    text-align:center;
    padding:0 0 0 0;
    box-shadow:0px -5px 10px rgba(0, 0, 0, .1)!important;
	text-align:center;
	display:table;
}
.fix-call a{
	display:table-cell;
    color:#111 !important;
	width:auto;
	height:auto;
	line-height:1;
	text-align:center;
	margin:0;
	padding:10px 10px 13px 10px;
	line-height:45px;
	font-size:26px!important;
	border-right:solid 1px rgba(0,0,0,.05);
	vertical-align:middle;
}
.fix-call a i{
    color:#eb6c05 !important;
    font-size:24px!important;
	width:30px!important;
	height:30px!important;
	line-height:30px!important;
	border-radius:100%;
	margin:0 10px 0 0;
	border:solid 2px rgba(255,255,255,0);
	display:inline-block;
	box-shadow:0px 3px 3px rgba(0,0,0,0);
}
.fix-call a .fa-phone-alt{
	background: transparent;
}
.fix-call a.wa img{
    display:inline-block;
	height:32px;
}
.fix-call a .fa-whatsapp{
	display:none;
	font-size:22px!important;
	background: transparent;
	color:#eb6c05!important;
}
.fix-call a .fa-envelope-open{
	background: transparent;
}
.fix-call a span{
	display:inline-block;
	line-height:45px;
	vertical-align:middle;
}
a.what-call {
    display: none;
}
}



.nav-tabs {
	border-radius:15px 15px 0 0 !important;
    border-bottom: 1px solid #eb6c05 !important;
	transition:all .5s ease;
}
.nav {
    display: block !important;;
    display: block !important;
    display: block !important;
    -ms-flex-wrap: block !important;
    flex-wrap: block !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
	text-align:center;
}
.nav-tabs .nav-item {
	display:inline-block;
	width:30%;
	margin:0 10px;
	transition:all .5s ease
}
.nav-tabs .nav-link {
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
	line-height: 1.25;
	padding: 15px 10px !important;
	color: #fff !important;
	position: relative;
	display:block;
	transition:all .5s ease
}
.nav-tabs .nav-link h2 {
    font-size:18px!important;
	margin:0!important;
	padding:0!important;
}
.nav-tabs .nav-link h2:after {
    display:none;
}
.nav-tabs .nav-link h5 {
    font-size:14px!important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #eb6c05 #eb6c05 #000!important;
}

.nav-tabs .nav-link.disabled {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #000!important;
  border-bottom:solid 2px #000000!important;
  border-color: #eb6c05 #eb6c05 #000!important;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0!important;
}
.tab-content > .tab-pane {
  display: none;
  padding:20px 0;
}
.tab-content > .tab-pane h3 {
 border-bottom:solid 1px #333!important;
 padding:10px 0!important;
}

.tab-content > .tab-pane ul {
  display:table;
  width:100%;
  clear:both;
  list-style:none;
}
.tab-content > .tab-pane ul li {
  border-bottom:solid 1px #eee;
  padding:8px 2%;
  float:left;
  width:48%;
  margin:0 1%;
  text-align:left;
}
@media screen and (max-width: 768px) {
.nav-tabs .nav-item {
	display:inline-block;
	width:40%;
	margin:0 2%;
}
.nav-tabs .nav-link {
	padding: 5px 5px !important;
}
.nav-tabs .nav-link h2 {
    font-size:18px!important;
}
.nav-tabs .nav-link h5 {
    font-size:8px!important;
}
}
@media screen and (max-width: 480px) {
.nav-tabs .nav-item {
	display:inline-block;
	width:28%;
	margin:0 2%;
}
.nav-tabs .nav-link {
	padding: 5px 15px !important;
}
.nav-tabs .nav-link h2 {
    font-size:16px!important;
    font-weight:700;
}
.nav-tabs .nav-link h5 {
    font-size:6px!important;
}
}

/* Sweep To Right */
button,
html [type="button"],
[type="reset"],
[type="submit"] {

}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc!important;
  -webkit-transform: scaleX(0)!important;
  transform: scaleX(0)!important;
  -webkit-transform-origin: 0 50%!important;
  transform-origin: 0 50%!important;
  -webkit-transition-property: transform!important;
  transition-property: transform!important;
  -webkit-transition-duration: 0.3s!important;
  transition-duration: 0.3s!important;
  -webkit-transition-timing-function: ease-out!important;
  transition-timing-function: ease-out!important;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: rgba(0,0,0,.8)!important;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1)!important;
  transform: scaleX(1)!important;
}

.hvr-sweep-to-right2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000!important;
  -webkit-transform: scaleX(0)!important;
  transform: scaleX(0)!important;
  -webkit-transform-origin: 0 50%!important;
  transform-origin: 0 50%!important;
  -webkit-transition-property: transform!important;
  transition-property: transform!important;
  -webkit-transition-duration: 0.3s!important;
  transition-duration: 0.3s!important;
  -webkit-transition-timing-function: ease-out!important;
  transition-timing-function: ease-out!important;
}
.hvr-sweep-to-right2:hover, .hvr-sweep-to-right2:focus, .hvr-sweep-to-right2:active {
  color: #ccc!important;
}
.hvr-sweep-to-right2:hover:before, .hvr-sweep-to-right2:focus:before, .hvr-sweep-to-right2:active:before {
  -webkit-transform: scaleX(1)!important;
  transform: scaleX(1)!important;
}


.grecaptcha-badge { opacity:0;}
