@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
*{
	padding: 0;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}

body{
margin: 0;
}
img {
max-width: 100%;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
.d-flex {
	display: flex;
}
.justify-space-between {
justify-content: space-between;
}
.middle-header-position .d-flex {
	justify-content: space-between;
}
.menubar .d-flex {
	justify-content: center;
}
.header-top ul {
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: center;
}
.header-top ul li a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 22px;
	text-decoration: none;
	color: #fff;
}

.header-top {
	width: 100%;
	background: #16095b;
	color: #fff;
	border-bottom-left-radius: 52px;
}
.header-top ul li p {
	margin: 0;
}

.border-top::before {
	position: absolute;
	content: "";
	width: 101%;
	height: 20px;
	border-top: 20px solid #16095b;
}
.border-top {
	width: 100%;
	position: relative;
}
.border-top span {
	display: none;
}
.header .container {
	padding: 0;
	width: 100%;
	max-width: 1600px;
}
.header-top ul li:hover {
	background: #e57529;
}
.border-top p {
	margin: 0;
}

.banner_top_img img {
	width: 100%;
	margin-bottom: -3px;
}

.main_menu ul.navigation li {
	flex: auto;
}
.full-width{
	width: 100%;
	max-width: 100%;
}
/*========================================== header-end ============================================= */

.header-service {
	display: flex;
	gap: 30px;
	align-items: center;
	padding: 0;
}
.service-wrap {
	display: flex;
}
.service-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #16095b;
}
.header-service .service-text h2 {
	text-transform: uppercase;
	font-size: 17.8px;
	color: #f10000;
	letter-spacing: 0.50px;
	margin: 0;
}
.middle-header-position {
	width: 100%;
	padding: 17px 0;
	margin-top: 0;
}
.service-text span {
	color: #171841;
	font-size: 14px;
	letter-spacing: 0.50px;
}
.banner {
	border-top: 3px solid #f10000;
}
.banner a {
	display: block;
	width: 100%;
}
.banner a img {
	width: 100%;
}

/*============================================ end =====================================*/

.main_menu ul.navigation {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}

.main_menu .toggle, .main_menu #drop {
	display: none;
}
/* .main_menu ul.navigation li:not(first-child) {
	background-image: url(../images/nav-line.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.main_menu ul.navigation li:first-child{
	background-image: none;
} */
.main_menu ul.navigation a {
	color: #141b3e;
	text-decoration: none;
	padding: 18px 28px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.25px;
}
.main_menu ul.navigation a:hover {
	color: #f10000;
}

.main_menu {
	width: 100%;
}

.logo {
	width: 100%;
	text-align: center;
}
/*========================================= end ==========================================================*/
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
36% { left: -100%; }
50% { left: -100%; }
70% { left: -200%; }
80% { left: -200%; }
99% { left: -300%; }
100% { left: -300%; }
}

div#slider { overflow: hidden; }
div#slider figure img {
    width: 16%;
    float: left;
}
div#slider figure {
    position: relative;
    width: 625%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 20s slidy infinite;
}
/*========================================== end ============================================*/

/*========================================== end ============================================*/

.services .col-item {
	flex: auto;
}
.services .d-flex {
	gap: 40px;
}
.about-section .col-item {
	width: 100%;
	max-width: 50%;
}

.top-categories-section {
	margin-top: 60px;
}

.top-categories-section .store-categories ul {
	list-style: none;
	border: 1px solid #cecdcd;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-bottom: 5px;
}
.top-categories-section .left-content .title {
	display: flex;
	align-items: first baseline;
	gap: 10px;
	padding: 17px 10px;
	background: #171841;
	color: #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	text-transform: uppercase;
}

.top-categories-section .left-content .title h2 {
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}
.top-categories-section .store-categories ul li a {
	display: flex;
	align-items: first baseline;
	padding: 10px 8px 10px 15px;
	gap: 9px;
	position: relative;
	transition: 0.5s all ease-in-out;
}

/* .top-categories-section .store-categories ul li a::before {
	position: absolute;
	content: "";
	background-image: url("../images/arrow.png");
	background-position: top 0px left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 4px;
	height: 8px;
	left: 10px;
	top: 17px;
} */


.top-categories-section .store-categories ul li p {
	margin: 0;
}
.top-categories-section .store-categories ul li:not(:last-child) {
	border-bottom: 1px dashed #cecdcd;
}
.top-categories-section .store-categories ul li a {
	color: #000;
	text-decoration: none;
}
.top-categories-section .store-categories ul li a:hover {
	color: #f10000;
}
.fa-solid.fa-bars {
	font-size: 25px;
}
.middle-footer .col-item {
	width: 100%;
	max-width: max-content;
	/* margin: 7px auto; */
}

.payment-categories {
	margin-top: 30px;
}
.payment-img {
	display: flex;
	justify-content: center;
	border: 1px solid #cecdcd;
	padding: 30px 20px 12px;
}
.left-content {
	max-width: 265px;
	width: 100%;
}

/*================================================= end ======================================*/
.right-content {
	margin: 0 auto;
	width: 100%;
	max-width: calc(100% - 30px);
}

/*==================================== gallery =====================================================*/
.theme-box {
    margin: 0px auto 40px;
}
.item-description-text.theme-box {
    margin: 0;
}
#gallery {
	border: 0px solid #dddddd;
	box-sizing: border-box;
	height: auto;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 700px;
	border-top: 0px;
	box-shadow: none;
	border-radius: 0px 0px 10px 10px;
}
#gallery #slides {
    display: inline-block;
    height: auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    z-index: 500;
    width: 100%;
    margin: 15px auto 0px;
}
#gallery #slides div ul {
    display: table;
    height: auto;
    list-style: outside none none;
    margin: 0px auto 0;
    padding: 0;
    width: auto;
}
.box-item-1 {
    display: grid;
    grid-template-columns: unset;
}

.box-item {
    display: block !important;
    grid-template-columns: unset !important
    text-align: center !important
    margin: 0 auto !important
}

#gallery #slides div ul li:nth-of-type(1){
    margin-left:0px;
    }
#gallery #slides div ul li {
    margin: 0px 0px 0px 10px;
    float: left;
    margin-bottom: 0px;
    background: #fff;
}
#gallery #slides div ul li:last-child {
    margin-right: 0;
}
#gallery .big-img-wpr {
	box-sizing: border-box;
	display: inline-block;
	height: 700px;
	margin: 0 auto;
	max-width: 700px;
	vertical-align: middle;
	width: 100%;
}
#gallery div.img-wpr {
	background-color: #fff;
	border: 1px solid #c8c3c3;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0px;
	max-height: 700px;
	max-width: 700px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 700px;
	margin: 0px auto 0px;
}
#gallery div.img-wpr .img-box {
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr .big-img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 700px;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: auto;
    border: 0px solid #d8d8d8;
    width: auto;
}
#gallery .thumb {
	background-color: transparent;
	border: 0px solid #f00;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 120px;
	left: 0;
	position: relative;
	right: 0px;
	width: 120px;
	z-index: 2;
	border: 1px solid #d8d8d8;
	margin-bottom: 0;
}
.thumb-img[src=""], .thumb-img[src=""] + .thumb {
    display: none !important;
}
.thumb-wpr {
    position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 1;
}
#gallery #slides div:first-child ul:first-child li:first-child .img-wpr {
    z-index: 1;
}
#gallery #slides input {
    display: none;
}
#gallery #slides input:checked ~ .img-wpr {
    z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
    display: none;
}
#gallery #slides div ul li:only-#gallery {
    left: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#gallery {
  padding: 10px;
}
#gallery .thumb {
  height: 50px;
  width: 50px;
}
#gallery #slides div ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
  height: 350px;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 15px;
  width: 90%;
}
}
.org-content {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    display: table;
    padding: 30px;
}
.product-title {
	padding: 18px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background: #171841;
	text-align: center;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.product-title p {
    margin: 0;
    font-family: open-sans, sans-serif;
}
.title-p {
    padding: 0 !important;
}
.product-description-title .container {
    padding: 0;
}
.product-border {
    max-width: 1140px;
    margin: 0 auto;
    border: 1px solid #c8c3c3;
}
.product-border .container {
    padding: 30px 0;
}
.gallery-bg {
	border: 1px solid #cecdcd;
	padding: 50px 74px;
}
/*-----------------------------------------------end img gallery ----------------------------------------*/
.top-categories-section .flex {
	display: flex;
	gap: 30px;
}
/*======================================== end ========================================*/

.product-desc .title {
	width: 100%;
	text-align: center;
	padding: 16px 10px;
	background: #171841;
	color: #fff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	align-items: center;
	margin-bottom: 0;
}


.product-desc {
	margin-top: 18px;
}
.fa-solid.fa-xmark {
	padding: 5px 8px;
	border-radius: 50px;
	background: #3c2b98;
	color: #2b1b81;
	font-size: 20px;
}
.product-desc .title h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}
.product-description {
	padding: 30px 18px;
	border: 1px solid #cecdcd;
}
/*============================= end ==============================*/
.services {
	background: url(../images/spare-parts-bg.png) no-repeat center / cover;
	margin: 70px 0;
	padding: 6% 0;
}
.services .service-content {
	text-align: center;
	color: #fff;
}
.services .service-content h4 {
	padding: 14px 40px;
	background: #f10000;
	margin-top: 17px;
	border-top: 1px solid #794223;
	border-right: 1px solid #934b23;
	font-size: 15px;
	text-transform: uppercase;
}

/*============================== about us ===========================*/
.about-img img {
    width: 100%;
}
.about-section {
    margin: 72px 0;
}
.about-heading h2 {
	font-size: 50px;
	margin-bottom: 0px;
	position: relative;
}
.about-para p {
	font-size: 17px;
	line-height: 30px;
}
.about-img {
	margin-right: 15px;
}
.about-text {
	margin-left: 15px;
}
.about-heading h2 span::before {
	position: absolute;
	width: 47px;
	content: "";
	height: 7px;
	top: -20px;
	background: #f10000;
}

/*============================================ end ========================================*/

/*===========Tab=============*/
.tab-conatiner {
    width: 100%;
}

.tabs1 {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.tabs {
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
	float: left;
	width: 100%;
}
.tabs label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: 0 0 0 0px;
    cursor: pointer;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    width: 17.5%;
    margin-left: 0;
    float: left;
    text-align: center;
    color: #6c55a4;
    box-sizing: border-box;
    font-size: 20px;   
    height: 58px;
    line-height: 58px;
    clear: both;
    /* border: 0; */
    position: absolute;
    /* border: 1px solid #d8d8d8 !important; */
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
}
.tabs .tab p:nth-child(1) {
	margin: 0px;
}
.tabs label a {
    color: #fff;
    text-decoration: none;
		height: 58px;
    padding: 14px 8px;
}


.tabs label:hover::after{
	position: absolute;
	content: "";
	background: url("../images/tab-icon_roll.png") no-repeat scroll center top / 100%;
	border: none !important;
	width: 8px;
	height: 17px;
	top: 21px;
}

.tabs input[type="radio"]:checked + label {
	color: #6c55a4;
	border: none !important;
}
.tabs input[type="radio"]:checked + label::after {
	position: absolute;
	content: "";
	right: -7px;
	background: url("../images/tab-icon_roll.png") no-repeat scroll center top / 100%;
	border: none !important;
	width: 8px;
	height: 17px;
	top: 21px;
}

.tabs label img {
	margin-right: 5px;
}
label.nomarginleft {
}
.tabs input[id="tab2"] ~ label {
	margin-top: 72px;
}
.tabs input[id="tab3"] ~ label {
	margin-top: 143px;
}
.tabs input[id="tab4"] ~ label {
	margin-top: 217px;
}
.tabs input[id="tab5"] ~ label {
	margin-top: 289px;
}
.tabs input[id="tab6"] ~ label {
	margin-top: 361px;
}
.tabs input[id='tab7'] ~ label {
	margin-top: 330px;
}
.tabs input[id='tab8'] ~ label {
	margin-top: 385px;
}
.tabs input[id='tab9'] ~ label {
	margin-top: 440px;
}
.tabs input[id='tab10'] ~ label {
	margin-top: 495px;
}
.tabs input[id='tab11'] ~ label {
	margin-top: 550px;
}
.tabs input[id='tab12'] ~ label {
	margin-top: 605px;
}
.tabs .tab {
    font-family: 'Open Sans', sans-serif;
    width: 74.8%;
    display: none;
    float: right;
    padding: 15px 0px;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    position: relative;
    right: 0;
    z-index: 1;
    min-height: 346px;
    background: #fff;
}
.tabs .tab ul{
	padding: 0px;
}
.tabs .tab p, .tabs .tab ul li {
	font-size: 16px;
	color: #333;
	text-align: justify;
	list-style: none;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.25px;
	line-height: normal;
}
.est-wrapcens p {
    font-size: 12px;
    margin: 0 auto;
    padding: 5px 0px;
    font-family: 'Open Sans', sans-serif;
}
.tabs .tab p strong {
	color:#001298;
}
.tabs .tab a {
    color: black;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tabs input[type="radio"]:checked + label {
	color: #6c55a4;
	padding-top: 35px;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tab h4 {
	font-weight: 600;
	margin-bottom: 25px;
	color: #000;
	font-size: 16px;
	margin-bottom: 0;
}

.image-box img {
    width: 100%;
}
.tabs .tab, .tabs label {
	-webkit-box-ordinal-group: NaN;
	-webkit-order: initial;
	-ms-flex-order: initial;
	order: initial;
}
.tabs {
	border: none;
	padding-top: 0;

	width: 100%;
}
.tabs label {
    width: 100%;
    margin: 0;
    display: inherit;
    flex: inherit;
    position: inherit;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding-left: 0px;
    padding-top: 4px;
    padding-bottom: 49px;
    font-size: 20px;
    padding-top: 14px;
}
.item-title h2 {
    background-color: #1a1a1a;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 12px 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.desc-title {
	padding: 14px 0px;
	margin-left: 2px;
	font-size: 20px;
	font-weight: bold;
}
.tabs input[type="radio"]:checked + label {
	border: none !important;
	width: 100%;
	font-weight: bold;
}
.tabs .tab {
	width:100%;
	min-height:inherit;
}
.tabs label:after {
	float: right;
	line-height: normal;
	padding: 0;
	margin: 8px 5px 0 0;
	position: absolute;
	right: 10px;
	content:url(../images/plus.png) ;
}


.tabs input[id="tab1"] ~ label, .tabs input[id="tab2"] ~ label, .tabs input[id="tab3"] ~ label, .tabs input[id="tab4"] ~ label, .tabs input[id="tab5"] ~ label {
	position: inherit;
	margin: 20px 0 0 0;
	font-weight: bold;
	border-bottom: 2px solid;
	display: flex;
	align-items: center;
	padding: 35px 0px;
	margin: 0;
	gap: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}

.tabs input[type="radio"]:checked + label:after {
	font-family: FontAwesome;
	margin: 8px 5px 0 0;
	position: absolute;
	right: 10px;
	content:url(../images/minus.png) ;
}

.tab-img {
    display: flex;
    margin-top: 40px;
    column-gap: 32px;
}

.tab-section .container {
	margin: 0 auto;
}
.tabs.themebox i.fa-solid.fa-angle-down {
	padding: 5px 0px;
	margin-left: auto;
}

.tab-conatiner i.fa-solid.fa-angle-down {
    padding-right: 11px;
    padding-top: 6px;
    font-size: 22px;
}

.tabs input[type="radio"]:checked + label i.fa-solid.fa-angle-down {
	transform: rotate(900deg);
	margin-right: 0px;
	margin-top: 5px;
	color: #f10000;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
	border-bottom: 2px solid #f10000;
}

/*============================================================tabs end===================================================================*/

.cate-img a img {
	width: 100%;
	pointer-events: none;
}

.cate-img {
	margin: 15px;
	border: 5px solid #fff;
	position: relative;
}
.shop-categories {
	background: url(../images/cate-bg.png) no-repeat center;
	padding: 55px 0;
	margin-top: 87px;
}

.shop-cate-title h2 {
	text-align: center;
	background: rgba(181, 181, 181, 0.7);
	padding: 10px 50px;
	max-width: max-content;
	text-transform: uppercase;
	margin: 4px;
	border: 1px solid #757678;
}
.shop-cate-title {
	display: flex;
	justify-content: center;
	border: 1px solid #818181;
	margin-bottom: 51px;
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
}
.cate-img:hover {
	border: 5px solid #e00000;
}

.cate-img a {
	height: 100%;
	display: block;
}
.shop-categories .d-flex {
	flex-wrap: wrap;
	justify-content: center;
}
.shop-categories .d-flex .col-item:nth-child(1), .shop-categories .d-flex .col-item:nth-child(2) {
	width: 100%;
	max-width: 50%;
	flex: auto;
}

.shop-categories .d-flex .col-item:nth-child(3), .shop-categories .d-flex .col-item:nth-child(4), .shop-categories .d-flex .col-item:nth-child(5) {
	width: 100%;
	max-width: 33.3%;
	flex: auto;
}
.subscribe .col-item {
	width: 100%;
	max-width: calc(50% - 0px);
}
.align-items-center {
	align-items: center;
}
.shop-categories .container {
	max-width: 1200px;
}


/*============================================= end =====================================	*/
.business-hours h3 {
	font-size: 45px;
	margin-bottom: 50px;
	font-weight: bold;
	margin-top: 0;
}
.business-hours p {
    margin-bottom: 70px;
    font-size: 32px;
    text-transform: uppercase;
}
.business-hours p:last-child {
    margin: 0;
}
.newsletter {
	text-align: center;
	padding: 60px 36px;
	color: #fff;
	margin: 30px;
	border: 1px solid #fff;
	background-color: #f0f0f0;
}
.newsletter p {
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 56px;
	line-height: 1.5;
	color: #000;
	letter-spacing: 0.25px;
}
.newsletter a {
	padding: 14px 65px;
	background: #f10000;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.newsletter a:hover {
	background: #000;
	color: #fff;
}
.news-border {
	background: #dadada;
	width: 100%;
}
.subscribe {
	margin: 100px 0;
}
.business-hours {
	width: 100%;
}

.business-hours p {
	margin-bottom: 50px;
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
}

/*================================= end ==================================*/
/*---Footer->START*/
.est-wrapcens1 {
    margin: 0px auto 0px;
    width: 100%;
    left: 0;
    bottom: 0px;
    z-index: 99999;
    clear: both;
    top: 100%;
}
.est-wrapcens {
	width: 100%;
	padding: 30px 0px 0px;
	background: #ebebeb;
	margin: 50px auto 0px;
}
#est-footer {
    display: flex;
    width: 100%;
    max-width: 1140px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 0px 25px;
    align-items: center;
}
.part.foot-address {
    width: 23.07%;
    max-width: 263px;
}
.ebay-shop {
    padding: 10px 0px 0px;
}
.ebay-shop p{
    margin:0px;
    padding:0px;
        font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.50px;
    color: #fff;
    line-height:18px;
    text-transform:uppercase;
    }
    
.part.usefull_link {
    width: auto;
    max-width: 245px;
}
.part.newsletter {
    width: 25.4%;
    max-width: 293px;
}
#est-footer .part .logo {
    text-align: center;
    padding: 0px 0px 0px;
}
.copyright {
	font-size: 13px;
	letter-spacing: 0.75px;
	color: #000;
	padding-right: 30px;
	padding-top: 0px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
	text-align: center;
}
.copyright span {
	color: #f10000;
	text-transform: uppercase;
}


.copyright p span.store_name {
    color: #fff;
}
#est-footer .copy-right .color {
    color: #f5782c;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.75px;
}
#est-footer .part {
    flex: auto;
    margin-right: auto;
    margin-left: auto;
}
#est-footer .part.thank {
	text-align: center;
	display: block;
	max-width: 40%;
	border-left: 2px solid #bcbcbc;
	border-right: 2px solid #bcbcbc;
	padding: 25px 0px;
}
.usefull_link ul {
    margin: 0px;
    padding: 0px;
    display: inline-table;
}

.usefull_link ul:nth-of-type(1){
    padding:0px 25px 0px 0px !important;
}
.usefull_link ul li{
list-style:none;
    }
	.usefull_link ul li a {
		text-decoration: none;
		font-family: 'lato', sans-serif;
		font-size: 13px;
		line-height: 30px;
		letter-spacing: 0.25px;
		color: #000;
		position: relative;
		padding: 0px 0px 0px 10px;
		text-align: left !important;
		display: block;
		transition: 0.5s all ease-in-out;
	}
	.usefull_link ul li a:hover {
		color: #f10000;
	}

/* .usefull_link ul li a::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 11px;
    width: 5px;
    height: 8px;
    background: url("../images/ftr-arrow.png") no-repeat scroll left top;
}
.usefull_link ul li a:hover::before {
    background: url("../images/ftr-arrow.png") no-repeat scroll left bottom;
} */

.news-content a:hover {
    color: #f60700;
}   
.part.foot-address {
    width: 100%;
    max-width: 280px;
    margin-left: 0px !important;
}   
.news-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 0.50px;
    color: #999;
    padding-top: ;
    padding: 0px 34px 0px 0px;
    margin: 0;
    line-height: 20px;
}
.news-content a {
    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    line-height: 18px;
    font-size: 13px;
    color: #fff;
}
.news-content button {
    border: none;
    font-size: 13px;
    letter-spacing: 0.50px;
    color: #fff;
    background: none;
    padding: 13px 0px 0px;
}
.head-title h2 {
	margin: 0;
	padding: 0px 0px 13px;
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	font-weight: bold;
	text-align: left;
	position: relative;
}
#est-footer .part .head-title {
    padding-bottom: 10px;
}

.head-title h2::before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #bcbcbc;
}

.part.thank img {
    width: auto;
    float: none;
    margin: 5px auto 0px;
    display: block;
    text-align: center;
}
.part.newsletter img {
    width: auto;
}


#glbfooter {
    display: none;
}
.stBadge {
    display: none;
}
.copyright p {
    margin: 10px 0;
}
.middle-footer {
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
}
.world-wide {
	display: flex;
	align-items: center;
	gap: 12px;
}
.get-touch {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 30px;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	padding: 0 30px;
	text-transform: uppercase;
}

#est-footer .part.usefull_link {
	margin-left: 0;
}

.middle-footer .container {
	width: 100%;
}

/*---Footer---<<END*/
