@charset "utf-8";
/* CSS Document */
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700;900&display=swap');
*{
box-sizing:border-box;	
margin: 0;
padding: 0;
	}
body{
margin:0px; 
padding:0px;
font-family: 'Montserrat', sans-serif;	
	}
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}
.top-left span {
    color: #ffab00;
    text-transform: uppercase;
    font-weight: 600;
}

#slider img {
    width: 100%;
}

.hide_desktop{
    display: none;
}
.top-left {
    color: white;
    font-family: 'Lato', sans-serif;
}

ul.navigation {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    align-items: center;
}



.welcome-text h4 {
    font-size: 26px;
    color: white;
}

.welcome-text h2 {
    font-size: 50px;
    color: white;
    margin-top: 15px;
}

.welcome-text p {
    font-size: 23px;
    color: white;
    margin-top: 25px;
}

button {
    padding: 12px 50px;
    background: #ffab00;
    border: none;
    margin-top: 32px;
}

button a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.org-content {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    display: table;
    margin-top: 30px;
}


.welcome-text {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-100%, 43%);
}

.position {
    position: relative;
}

.middle-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 0px;
    max-width: 1140px;
    background: black;
    padding: 18px 0;
    font-size: 13px;
}
.middle-content {
    font-size: 12.5px;
}
.navigation li {
    padding: 10px 10px 10px 10px;
    font-family: 'Montserrat', sans-serif;
}

.middle-header {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.top-head {
    background: black;
}

.col-md-12.item-description-wrapper.margint20 {
    width: 50%;
    margin: 0 auto;
}
.gallery-bg {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto 30px;
    padding: 0px 0px 30px;
    position: relative;
    width: 100%;
    border: 1px solid #dddddd;
    border-top: 0px;
    display: flex;
}
#gallery {
    background-color: #fff;
    border: 0px solid #e4e4e4;
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    padding: 20px 0px 0px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 542px;
    display: flex;
    flex-direction: column;
}
#gallery #slides {
    display: inline-block;
    height: auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    z-index: 500;
    width: 100%;
}
#gallery #slides div ul {
    display: flex;
    height: auto;
    list-style: outside none none;
    margin: 0;
    padding: 0px;
    width: auto;
    padding-top: 18px;
    margin-left: -9px;
}
#gallery #slides div ul li {
	margin: 0px 0px 0px 10px;
	margin-bottom: 10px;
	background: #fff;
}
#gallery #slides div ul li:last-child {
	margin-right: 0;
}

#gallery .big-img-wpr {
    box-sizing: border-box;
    display: inline-block;
    height: 540px;
    max-width: 540px;
    vertical-align: middle;
    width: 100%;
    background-color: #fff;
}
#gallery div.img-wpr {
    background-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0px;
    max-height: 540px;
    max-width: 540px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 100%;
    border: 1px solid #dddddd;
}
#gallery div.img-wpr .img-box {
    display: table-cell;
    height: 540px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
    width: 540px;
}
#gallery div.img-wpr .big-img {
    height: auto;
    left: 0;
    margin: auto;
    max-height: 520px;
    max-width: 520px;
    right: 0;
    vertical-align: middle;
    width: auto;
    border: 0px solid #e4e4e4;
    margin-bottom: 0px;
    height: 520px;
}
#gallery .thumb {
    background-color: transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 108px;
    left: 0;
    position: relative;
    right: 0px;
    width: 100px;
    z-index: 2;
    border: 1px solid #ddd;
    margin-bottom: 0px;
}
#gallery #slides #slide1, #gallery #slides #slide2 {
	float: left;
}
.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%;
}
}

.item-description-text {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    text-align: justify;
    padding: 20px 4px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
.desc-title {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 15px;
    text-transform: uppercase;
    clear: both;
    width: 100%;
    margin-top: 20px;
    color: #575b58;
    border-bottom: 2px solid #dedede;
    font-family: 'Open Sans', sans-serif;
}

/*------------------------------------------------------------------end hover img----------------------------------------------------*/

.org-content {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    display: table;
    margin-top: 30px;
}
.item-title h2 {
    background-color: #1a1a1a;
    font-size: 18px;
    color: white;
    font-weight: 800;
    text-align: center;
    padding: 12px 15px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}


/*------------------------------------------------------------------end hover img-----------------------------------------------------------------*/
/*===========Tab=============*/

.tab-conatiner {
    width: 48%;
}
.new-arrival {
    width: 48%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.new-arrival img {
    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: white;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    clear: both;
    /* border: 0; */
    position: absolute;
    /* border: 1px solid #d8d8d8 !important; */
    letter-spacing: 0;
    text-transform: uppercase;
    background: #1a1a1a;
    text-align: left;
}
.tabs label:hover,.tabs label a:hover {
	color: #fff;
}
.tabs .tab p:nth-child(1) {
	margin-top: 0px;
}
.tabs label a {
    color: #fff;
    text-decoration: none;
	height: 58px;
    padding: 14px 8px;
}

.tabs label:hover {
    background-color: #ffab00;
    color: black;
    border: none !important;
}
.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: #fff;
	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: 'Montserrat', sans-serif;
    width: 74.8%;
    display: none;
    float: right;
    padding: 25px 30px;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    position: relative;
    right: 0;
    z-index: 1;
    border: 1px solid #ddd;
    min-height: 346px;
    background: #fff;
}
.tabs .tab ul{
	padding: 0px;
}
.tabs .tab a {
    color: #000;
}

.tabs .tab p, .tabs .tab ul li {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    text-align: left;
    padding: 0px 0px 10px;
}
.est-wrapcens p {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    padding: 11px 0px;
    font-family: 'Open Sans', sans-serif;
}
.tabs .tab p strong {
    color: #000;
}
.tabs .tab a {
    color: #000;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tabs input[type="radio"]:checked + label {
    color: black;
    background-color: #ffab00;
    font-weight: bold;
    padding-top: 14px;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tab h4 {
	font-size: 22px;
	font-weight: 600;
	color: #ff6000;
	margin-bottom: 25px;
}

.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;
    font-family: 'Open Sans', sans-serif;
}
.tabs label {
    width: 100%;
    margin: 0;
    display: inherit;
    flex: inherit;
    position: inherit;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding-left: 18px;
    padding-top: 4px;
    padding-bottom: 49px;
    font-size: 20px;
    padding-top: 14px;
}
.item-title h2 {
    font-size: 14.4pt;
    text-align: center;
    padding: 8px 15px;
    letter-spacing: 0.25px;
}

.desc-title {
    padding: 8px 0px 8px 0;
    margin-left: 2px;
    font-size: 25px;
}

.tabs input[type="radio"]:checked + label {
	border: none !important;
 width: 100%;
}
.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='tab2'] ~ label, .tabs input[id='tab3'] ~ label, .tabs input[id='tab4'] ~ label, .tabs input[id='tab5'] ~ label {
    position: inherit;
    margin: 20px 0 0 0;
}

.tabs input[type="radio"]:checked + label:after {
	font-family: FontAwesome;
	margin: 8px 5px 0 0;
	position: absolute;
	right: 10px;
	content:url(../images/minus.png) ;
}


/*---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%;
    margin: 0px auto 0px;
    padding: 20px 0px 0px;
    background: black;
    margin: 20px auto 0px;
    max-width: 1400px;
}
#est-footer {
    display: flex;
    width: 100%;
    max-width: 1140px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 110px 0px 45px;
    align-items: center;
    border-bottom: 1px solid #404040;
    justify-content: space-between;
}
.part.foot-address {
	width: 23.07%;
	max-width: 263px;
}
.ebay-shop {
	padding: 10px 0px 0px;
}
.ebay-shop p{
	margin:0px;
	padding:0px;
	font-size: 12px;
	letter-spacing: 0.50px;
	color: #fff;
	line-height:18px;
	text-transform:uppercase;
	}
	
.part.newsletter {
	width: 25.4%;
	max-width: 293px;
}
#est-footer .part .logo {
	text-align: left;
	padding: 0px 0px 0px;
}
.ftr_newsletter {
	margin: 0 auto -110px;
}


.copyright {
	font-size: 13px;
	letter-spacing: 0.75px;
	color: #fff;
	padding-right: 30px;
	padding-top: 0px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}
.copyright p span.store_name {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}


#est-footer .copy-right .color {
	color: #f5782c;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.75px;
}

.part.newsletter {
    width: 25.4%;
    max-width: 293px;
    padding: 23px 14px 23px 60px;
    border-left: 1px solid #171717;
}

.part.usefull_link {
    padding: 15px 88px 15px 14px;
}

.part.thank img {
    width: auto;
    padding: 15px 45px 15px 45px;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
}
.part.usefull_link {
    border-right: 1px solid #171717;
}
.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-size: 13px;
	line-height: 30px;
	letter-spacing: 0.50px;
	color: #323232;
	position: relative;
	text-align: left !important;
	display: block;
}

.usefull_link ul li a:hover {    
    color: #ffab00;
}
.news-content a:hover {
	color: #f60700;
}	
.part.foot-address {
	width: 100%;
	max-width: 280px;
	margin-left: 0px !important;
}	
.news-content p {
	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: #4b4c4c;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    font-weight: bold;
    text-align: left;
}

.part.newsletter img {
	width: auto;
}
#glbfooter {
	display: none;
}
.stBadge {
	display: none;
}
/*---Footer---<<END*/

@media screen and (-webkit-min-device-pixel-ratio:0) { 
/* Safari and Chrome */
.header-bg:after {
 _top:15px;
}
.promobox_2 img {
    vertical-align: middle;
    margin: 14px auto 0px;
}

/* Safari only override */
::i-block-chrome, .header-bg:after {
_ top:15px;
}

}


@-moz-document url-prefix() {
  .header-bg:after {
 top:30px;
}
.promobox_2 img {
	vertical-align: middle;
	margin: -3px auto 0px;
}
}

.thumb img[src=""], .thumb img[src=""]  .thumb {
	display:none !important;
}


input#drop {
    display: none;
}

.navigation a {
    text-decoration: none;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.main_menu label.toggle {
    display: none;
}

.feedback p {
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    top: 37%;
    left: 16%;
    transform: translate(-25%, -50%);
}

.feedback {
    position: relative;
    margin-bottom: 40px;
}


.back-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 150px 0 90px 0;
}

.front-img {
    position: relative;
}

.front-img span {
    position: absolute;
    top: 87.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: black;
    color: white;
    width: 96%;
    text-align: center;
    padding: 10px 0;
    opacity: .7;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.front-img:hover span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: orange;
    width: 97%;
    text-align: center;
    padding: 10px 0;
    opacity: .7;
    text-transform: uppercase;
    color: black;
    transition: 0.7s;
}


.front-img .span1 {
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: black;
    color: white;
    width: 98%;
    text-align: center;
    padding: 10px 0;
    opacity: .7;
    text-transform: uppercase;
}

.front-img li:hover {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    transform: translate(0%, 0%);
    color: white;
    width: 100%;
    text-align: center;
   
    list-style: none;
}

.front-img li {
    list-style: none;
}

.back-container {
    background: url(../images/back.png) no-repeat scroll center top / 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 100%;
}

.view-more img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
}

.view-more {
    position: relative;
}

.top-categories img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 34%);
}

.top-categories {
    position: relative;
}

.top-categories span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 250%);
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}


.white-back {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 10px 10px;
    box-shadow: 0px 0px 1px 2px #ddd;
}

.choose-me h3 {
    max-width: 1140px;
    margin: 0 auto;
    border-bottom: 2px solid #dedede;
    padding-top: 55px;
    text-transform: uppercase;
    font-size: 25px;
    line-height: normal;
    padding-bottom: 10px;
}
.middle-container {
    max-width: 1140px;
    margin: 0 auto;
}

.choose-me-tag {
    padding-top: 37px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}
.choose-tag {
    position: relative;
    flex: 0 0 calc(33% - 15px);
    background: #ddd;
    padding: 20px 25px;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.choose-tag span {
    flex: auto;
}

.choose-tag span.icon {
    flex: auto;
    max-width: max-content;
}

.choose-tag span.span-text {
    transform: none;
    font-weight: bold;
    font-size: 15.84pt;
    width: 100%;
    max-width: max-content;
}
.choose-tag .span-three {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    font-weight: bold;
    font-size: 22px;
    width: 54%;
}

.choose-tag .span-two {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    font-weight: bold;
    font-size: 22px;
    width: 54%;
}

.choose-tag .span-five {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    font-weight: bold;
    font-size: 22px;
    width: 54%;
}

.choose-tag .span-six {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -50%);
    font-weight: bold;
    font-size: 22px;
}
.choose-tag {
    position: relative;
}

.navigation li a {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.navigation li a:hover {
    filter: invert(64%) sepia(56%) saturate(1280%) hue-rotate(359deg) brightness(152%) contrast(158%);
}

.tab-conatiner i.fa-solid.fa-angle-up {
    float: right;
    padding-right: 11px;
    padding-top: 6px;
    font-weight: bold;
    font-size: 22px;
}

.tabs input[type="radio"]:checked + label  i.fa-solid.fa-angle-up {
    transform: rotate(900deg);
    margin-right: 12px;
    margin-top: 5px;
}

.subscribe_bar {
    clear: both;
    float: left;
    width: 100%;
    margin: 60px auto -80px;
    position: relative;
    padding: 0px 0px 0px;
}

.subscribe_bar .content.flex-div {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    background: url("../images/subscribe_bg.png") no-repeat scroll center top / 100% 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 48px;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Open Sans', sans-serif;
}

.subscribe_bar .content.flex-div .col_item {
    flex: auto;
}

.subscribe_bar .content.flex-div .col_item h2 {
    color: black;
    font-size: 45px;
    text-transform: uppercase;
}
.subscribe_bar .content.flex-div .col_item p {
    color: black;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-top: 0px;
}

.subscribe a {
    display: block;
    text-decoration: none;
    background: black;
    color: white;
    padding: 13px 20px 13px 7px;
    font-weight: 500;
    text-transform: uppercase;
}
.subscribe a span.mail_icon {
    background: url("../images/mail_icon.png") no-repeat scroll center top;
    width: 20px;
    height: 15px;
    display: block;
    float: right;
    position: relative;
    top: 3px;
    left: 10px;
}

.part.usefull_link {
    width: auto;
    max-width: 335px;
}

#est-footer .part .head-title {
    padding-bottom: 10px;
}

.head-title h2 {
    margin: 0;
    padding: 0px 0px 13px;
    font-size: 20px;
    color: #ffab00;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    font-weight: bold;
    text-align: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.head-title h2::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 4px;
    background:#ffab00;
}

.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: #fff;
    position: relative;
    text-align: left !important;
    display: block;
    transition: 0.5s all ease-in-out;
}

#slider {
    overflow: hidden;
}

 @keyframes slider {
0% { left: 0%; }
27.27% { left: 0%; }

36.36% { left: -100%; }
63.63% { left: -100%; }

72.72% { left: -200%; }
99.99% { left: -200%; }


}


#slider figure {
    width: 300%;
    position: relative;
    animation: 8s slider infinite;
}

#slider figure:hover {
    /*animation-play-state: paused; enable for pause on hover*/
}

#slider figure img {
    width: 33.333333%;
    height: 100%;
    float: left;
}



