﻿@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,700,900|Noto+Sans:400,700|Nunito+Sans:300,400,600,700,800,900|Poppins:200,300,400,500,600,700,800,900');
body a {
	color: #000;
	text-decoration: none !important;
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}
body {
	font-family: Nunito Sans;
	margin: auto;
	padding: 0;
	width: 100%;
}
.col-padding {
	padding: 0px !important;
}
/*--Hts container Css Start--*/
@media (min-width: 1200px) {
	.container-hts {
		width: 1290px !important;
        margin:auto;
	}
}
@media (min-width: 1400px) {
	.icon-box-container {
		width: 1410px !important;
	}
}
@media (min-width: 1366px) {
	.icon-box-container {
		width: 1320px;
	}
}
/*--Hts container Css End--*/

/*--Header Logo and navbar  Css start -- */
.logo-col-2 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
        float:left;
	}
.navbar-col-10{   
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;			
}

/* Header Css Fixed  */
.header-top-fixed {    
    z-index: 99999;
    background: white;
    width: 100%;
    margin-left: 0px;   
    padding: 0px;   
    font-size: 35px;
    color: #FFFFFF;    
    position: fixed;    
    left: 0;
    right: 0;       
}
.header-top-fixed.cbp-af-header-shrink {
	padding: 10px 0;
}
/* Header Css Fixed  */

/* Cookies Design Css Start */
    .cookie-bar333 {
    margin-bottom: 45px;
}
    .checkbox-cb {
    display: none;
}
    .cookie-bar {
    position: fixed;
    width: 100%;
    padding: 5px;
    top: 0;
    right: 0;
    left: 0;
    height: 45px;
    text-align: center;
    line-height: 35px;
    background: linear-gradient(#ff3400, #ff3400);
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    transition: .8s;
    -webkit-animation: slideIn .8s;
    animation: slideIn .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    z-index: 9999999;
}
    .cookie-bar .message {
    white-space: nowrap;
    position: relative;
    left: -5.8%;
    font-size: 14px;
}
    span.message a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}
    .cookie-bar .mobile {
    display: none;
}
    .close-cb {
    border: none;
    color: #fff;
    background: #0552e4;
    position: absolute;
    display: inline-block;
    right: 12%;
    top: 8px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 20%);
    line-height: 30px;
    height: 30px;
    width: 100px;
    font-size: 16px;
    }
/* Cookies Design Css End */

/* TOP-BAR */
.top-bar {
	background-color: #000;
	padding: 0;
	height: 43px;       
    z-index: 999;
    width: 100%;
    top:0px;
}

.top-bar li {
	color: #ddd;
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	font-size: 12px;
	padding-top: 12px !important;
}

.top-bar li:hover {
	color: #ddd;
}

.top-bar ul {
	position: relative;
	padding: 0;
}

.top-bar a {
	color: #fff;
    font-weight:bold;
}

.top-bar a:hover {
	color: #fff;
}

.top-list {
	padding: 0 !important;
}

.top-list-right ul {
	position: relative;
	top: 0;
}
.top-list-right .country-img li a img{
    margin-top:-3px;
}
.top-list li {
	display: inline;
	float: left;
	color: #fff;
}

.top-list .fa-brands .fa:hover {
	color: #ddd;
}

.top-list .fa-brands .fa:hover {
	color: #ddd;
}

.top-list-right {
	float: right;
}

.top-list-right li {
	padding: 0;
	display: inline;
	float: right;
	padding: 6px 12px;
}

.toplist-3:before {
	content: "\f015 ";
	font-family: FontAwesome;
	padding-right: 5px ;
	color: #f2f2f2;
}

.top-bar .account:before {
	content: "\f2bd ";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #f2f2f2;
}

.toplist-2:before {
	content: "\f0e0 ";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #f2f2f2;
}

.toplist-5:before {
	content: "\f17e";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #f2f2f2;
}

.top-bar .account {
	padding: 11px 15px;
	background-color: #ff3400;
}

.top-bar .account a {
	color: #fff;
}
.top-list .fa  {
	font-size: 15px;
	color: white;
	padding: 0px 20px 0px 0px;
}

.top-list .fa-brands 
{
	font-size: 16px!important;
	color: white;
	padding: 0px 20px 0px 0px;
}
/*END OF TOPBAR */


/*============ FOOTER CSS Start ==========*/
footer {
	background: url("/assets/img/footer-bg.png");
	padding-top: 132px;
	padding-right: 0;
    background-size:cover;
	padding-bottom: 30px;
	padding-left: 0;
}
.footer-social {	
	padding: 0;
	height: 40px;
}

.footer-social li {
	color: #ddd;
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	font-size: 12px;
	padding-top: 12px !important;
}

.footer-social li:hover {
	color: #ddd;
}

.footer-social ul {
	position: relative;
	padding: 0;
}

.footer-social a {
	color: #ddd;
}

.footer-social a:hover {
	color: #fff;
}
.footer-social ul li img{
    margin: 0px 5px 0px 0px;
    border-radius: 2px;
}

.partners {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(200, 200, 200, 0.08);
	margin-bottom: 50px;
}

.partners img {
	opacity: 0.7;
}

.footer-fluid {
	padding: 0 200px;
}

.title-widget {
	color: #ededed;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left: 0px;
}

.title-widget::before {
	content: "";
	height: 22px;
	left: 0px;
	position: absolute;
	top: -2px;
	width: 5px;
}

.widget_nav_menu ul {
	list-style: outside none none;
	padding-left: 0;
}

.widget_archive ul li {
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 3px;
}

.widget-container a {
	color: #ddd;
}

.widget-container a:hover {
	color: #fff;
}

.widget_nav_menu ul li {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	margin-bottom: 7px;
	padding-bottom: 7px;
	width: 100%;
}

.title-median {
	color: #ddd;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px;
}

footer p {
	color: #ddd;
	font-size: 14px;
	word-wrap: break-word;
}

.nomargin {
	margin: 0px;
	padding: 0px;
}

.footer-bottom {
	background-color: #0b0c0c;
	min-height: 40px;
	width: 100%;
}

.copyright {
	color: #fff;	
	font-size: 12px;
    padding-top: 50px;
}

.design {
	color: #fff;
	padding-top: 13px;
	text-align: right;
	font-size: 12px;
}

.design a {
	color: #fff;
}

/*Footer Whatsapp Abnd Livechat Widget and top Css  Start */
    .support-chat, .wa-float {
    z-index: 100;
    display: flex;
    transition: all .3s ease-in-out;
}
    .wa-float {
    position: fixed;
    bottom: 15px;
    left: 29px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}
    .wa-float i {
    position: relative;
    width: 55px;
    height: 55px;
    background-color: #18b35c;
    color: #fff;
    border-radius: 50px;
    font-size: 39px;
    justify-content: center;
    align-items: center;
    z-index: 5;
    display: flex;
}
    .wa__btn_popup_txt {
    background: #404040;
    padding: 8px 17px;
    margin-left: -13px;
    color: #fff;
}
.live-chat-hts {
    position: fixed;
    background: #ff3400;
    bottom: 0;
    right: 16px;
    color: #fff;
    padding: 2px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    z-index: 999;
    width: 190px;
    user-select: none;
    text-align: center;
    padding: 5px;
}
.live-chat-hts a {   
    font-size: 20px;
    color:white;
}
   #toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 56px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    text-indent: 100%;
    background: url(/assets/img/arrow.png) #ff3400 no-repeat 8.15px 10.2px;
    background-size: 18px;
}
/*Footer Whatsapp Abnd Livechat Widget and top Css End */

/*============ FOOTER CSS End ==========*/



