.scroll-to-top {
    width: 60px !important;
    height: 60px !important;
    padding: 10px;
    bottom: 50px;
    color: #000;
    border: 1px solid #ddd;
    background: #fff;
}
.scroll-to-top img {
	transform: rotate(270deg);
}
.bt:hover::after, .bt:hover::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #ff7700;
    bottom: -40px;
    transition: all 0.3s linear;
    left: 0;
    display: block;
}
.subtitle {
    font-weight: 600;
    font-size: 16px;
    color: var(--main-color);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15.22%, rgba(250, 67, 24, 0)), color-stop(33.76%, rgba(250, 67, 24, 0.0833333)), color-stop(58.49%, rgba(250, 67, 24, 0.23)), color-stop(79.25%, rgba(250, 67, 24, 0.39383)), to(#FA4318));
    background: linear-gradient(180deg, rgba(250, 67, 24, 0) 15.22%, rgba(250, 67, 24, 0.0833333) 33.76%, rgba(250, 67, 24, 0.23) 58.49%, rgba(250, 67, 24, 0.39383) 79.25%, #FA4318 100%);
    height: 46px;
    line-height: 46px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 0 30px;
    margin-bottom: 19px;
}
.subtitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    background: #fff;
    border-radius: 0 0 20px 20px;
    z-index: -1;
    margin: 0 2px 2px;
}
.bg-facebook {
	border: 1px solid;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #4762b0;
    color: #fff;
}
.bg-facebook:hover {
	border: 1px solid;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #fff;
    color: #4762b0;
}
.bg-instagram {
	border: 1px solid;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}
.bg-instagram:hover {
	border: 1px solid #f09433;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #fff;
    color: #f09433;
}

.bg-twitter {
	border: 1px solid;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #289cef;
    color: #fff;
}
.bg-twitter:hover {
	border: 1px solid;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #fff;
    color: #289cef;
}
.bg-linkedin {
	border: 1px solid;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #1483cf;
    color: #fff;
}
.bg-linkedin:hover {
	border: 1px solid;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #fff;
    color: #1483cf;
}
.bg-grey {
	background: #f7f7f7;
}
.service-block .text {
    line-height: 19px;
    font-size: 12px;
    text-align: justify;
}
.service-block {
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
    padding: 15px !important;
	border: 1px solid #fff;
	border-radius: 16px;
}
.service-block:hover {
    box-shadow: none;
    border: 1px solid #ccc;
}
section {
    padding: 60px 0 !important;
}
.black-section {
    background-color: #2b2b2b;
}
.sticky-icon  {
	z-index:1;
	position:fixed;
	top:30%;
	right:0%;
	width:155px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(110px,0px);
	border-radius:5px 0px 0px 5px;
	text-align:left;
	margin:2px 0px 2px 0px;
	text-decoration:none;
	padding:2px;
	font-size:15px;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#fff;
	transform:translate(0px,0px);
}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
.Facebook  {
	background-color:#4762b0;
	color:#FFF;}
	
.Youtube  {
	background-color:#00a986;
	color:#FFF;}
	
.Twitter  {
	background-color:#289cef;
	color:#FFF;}
	
.Instagram  {
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	color:#FFF;}
							
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#0a8;
	text-align:center;
	line-height:40px;
	border-radius:5px 5px 5px 5px;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
