@charset "utf-8";
header{
    position: absolute;
    z-index: 9999;
    width: 100%;
}
.titleText{
    font-size: 36px;
    font-weight: 700;

}
.wrapp_header{
    background-color: #252525;
}
.subTitileText{
    font-size: 19px;
    font-weight: 400;
}
.langBtn{
    border: 1px solid #ffd600;
    background: none;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    text-align: center;
    position: relative;
    direction: ltr;
    background-color: #232323;
    height: 41px;
    width: 116px;
}
.wrappTopMenu{
    background-color:inherit;
}
.wrappTextSecond{
    text-align: center;
    color: #333333;
    padding-top: 80px;
    padding-bottom:45px;
}
.linckDown{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    bottom: 160px;

}
.linckDown a {
    background-color: #232323;
    padding-top: 38px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
}
.linckDown a:hover{
    background-color: #ffd600;
}
.formSearchButton .fa{
    color: #ffffff;
    font-size: 23px;
}
.formSearchButton .fa:hover{
    color: #ffd600;
}

.linckDown a .fa {
    color: #ffffff;
    font-size: 29px;
}

.wrapp_header{
    border-bottom:  1px solid  rgba(162, 120, 57, 0.15);
}
.logo{
    width: 275px;
}
.linckUp a {
    background-color: #232323;
    padding-top: 38px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
}
.linckUp a:hover{
    background-color: #ffd600;
}
.linckUp a .fa {
    color: #ffffff;
    font-size: 29px;
}
.linckUp{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 35px;

}



.home_top_spacer{
    margin-top:8px;
}
.padding-section-01{
    padding-top: 70px;
    padding-bottom: 50px;
}
.secTitle{
	text-align:center;
}
.secTitle h2{
	margin-bottom: 10px;
}
hr.sec_title{
	width:106px;
	color:#0089cf;
	background-color:#0089cf;
	height:2px;
    border-top: 1px solid #0089cf;
}

.firstSlickSection{
    background-color: #ffffff;
}

.firstSlickSection .defaultBtn, .firstSlickSection .defaultBtn:visited{
    color: #141414;
    border: 2px solid #141414;
}

.firstSlickSection .defaultBtn:hover, .firstSlickSection .defaultBtn:focus, .firstSlickSection .defaultBtn:active{
    color: #ffffff;
    border: 2px solid #141414;
    background-color: #141414;
}

.g_items_home .g_items .itemTitle h3{
    color: #fff;
}

.topMenu .navbar-nav > li > a{
    color: #ffffff;
}
.topMenu .navbar-nav > li > a:hover, .topMenu .navbar-nav > li > a:focus{
    color: #ffd600;
}
.wrapp_header{
    background-color: transparent;
}
/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    header{
        position: relative;
        background-color: #f8f8f8;
    }
    .linckUp{
        display: none;
    }
    .langBtn{
        background-color: inherit;
        border: none;

    }
    .langBtn > .selectLangText{
        color: #000;
    }
    .langBtn:active ,.langBtn:hover{
        color: #000;
        background-color: inherit;
    }

}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
}
