@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bitter: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=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ===============
   Default Setting 
   =============== */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}
body {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
header .logo{
  justify-self: center;
  max-width: 120px;
  width: 100%;
  max-height: 30px;
}
img {
  border-radius: 2px;
}
.grey{
  background: #555555;
}
.light-grey{
  background: #ebebeb;
}
.half-light-grey{
  background: linear-gradient(
    to bottom, 
    #ebebeb 0%, 
    #ebebeb 70%, 
    #ffffff 70%, 
    #ffffff 100%
  );
}
.gold{
  background: #a27e06;
}
.black{
  background: #111;
}
.blue_grey{
  background: linear-gradient(
    to right, 
    #234d75 0%, 
    #234d75 35%, 
    #ebebeb 35%, 
    #ebebeb 100%
  );
}
.grey_white{
  background: linear-gradient(
    to bottom, 
    #ebebeb 0%, 
    #ebebeb 35%, 
    #fff 35%, 
    #fff 100%
  );
}

/* ===============
   icon Setting 
   =============== */

.activities_box{
  padding: 25px;
  margin: 15px 11px;
  text-align: center;
  background: white;
  box-shadow: rgb(14 30 37 / 0%) 0px 2px 4px 0px, rgb(14 30 37 / 28%) 0px 2px 16px 0px;
  width: 15%;
}
.activities_box .img_icon{
  width: 70%;
  padding: 0;
  margin: 20px auto;
  display: flex;
}
.activities_box p{
  font-size: 20px;
}
.activities_box_capacity{
  padding: 10px;
  margin: 15px 0;
  text-align: center;
  background: white;
  box-shadow: rgb(14 30 37 / 0%) 0px 2px 4px 0px, rgb(14 30 37 / 28%) 0px 2px 16px 0px;
  width: 20%;
}
.activities_box_capacity p{
  font-size: 18px;
  padding: 20px 0;
  padding-top: 10px;
  color: #555555;
  margin: 0 !important;
}
.activities_box_capacity h4{
  font-size: 34px;
  font-weight: 700;
  padding: 20px 0;
  padding-bottom: 0;
  color: #a27e06;
}

.activities_box_capacity:hover h4,
.activities_box_capacity:hover p{
   background: #a27e06;
   color: white;
   transition: 0.5s;
}

.activities_box_capacity:hover div{
  background: #a27e06;
  color: white;
  transition: 0.5s;
  height: 100%;
}
.activities_box_certication{
  margin: 15px 0;
  text-align: center;
  background: transparent;
  width: 30%;
}
.activities_box_certication h4{
  font-size: 20px;
  font-weight: 900;
  padding: 20px 0;
  padding-bottom: 0;
  color: #555555;
}
.activities_box_certication p{
  font-size: 15px;
  padding: 20px 0;
  padding-top: 10px;
  color: #555555;
  margin: 0 !important;
}

/* ===============
     Font Setting 
   =============== */

@font-face {
  font-family: 'logo';
  src: URL('../Fonts/Stencil W01 Bold.ttf');
}
*{
  /*font-family: 'Heebo', sans-serif;*/
  /*font-family: 'Frank Ruhl Libre', serif;*/
  /*font-family: 'Source Sans Pro', sans-serif;*/
 /* font-family: 'Bitter', serif;*/
  /*font-family: 'Merriweather', serif;*/
  /*font-family: 'Playfair Display', serif;*/
  /*font-family: 'Libre Baskerville', serif;*/
  font-family: 'Crimson Pro', serif;
  font-weight: 400;
  transition: all 1s;
  text-decoration: unset;
}
p{
  margin: 5px 0 !important;
  font-size: 17px;
  font-weight: 600;
  width: 100%;
}
.profile-p{
  margin: 10px 0 !important;
  font-size: 17px;
  width: 100%;
}

p.litle_top_tittle{
  font-size: 15px;
  font-weight: 400;
}
.swiper p{
  font-size: 18px;
  font-weight: 400;
}
footer p{
  font-size: 15px;
  font-weight: 300;
  max-width: 79%;
}
header p{
  font-size: 13px;
  font-weight: 400;
}

h1{
  margin: 0;
  font-size: 58px;
}
h2{
  margin: 0;
  font-size: 58px;
}
h3{
  margin: 0;
  font-size: 50px;
  font-weight: 600;
}
h4{
  margin: 0;
  font-size: 28px;
}
h5{
  margin: 0;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 1rem;
}
h6{
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
.h7{
  margin: 0;
  font-size: 18px;
  padding: 10px 0 0 0;
  font-weight: 700;
}
.btn-blue{
  padding: 10px 35px;
  margin-top: 10px;
  background: #234d75;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 400;
  color: white;
  border: unset;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
}
.btn-blue:hover{
  background: #4f7090;
}
.btn-gold{
    padding: 10px 19.5px;
    /*margin-top: 10px;*/
    background: #a27e06;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 400;
    color: white;
}
.font_logo{
  font-family: 'logo';
  padding: 0;    
}
.font_logo-big{
  font-size: 90px;
  padding-right: 30px;
}
.font_white{
  color: #fff;
}
.font_gold{
  color: #a27e06;
}
.font_gold_bolder{
  color: #a27e06;
  font-weight: 600;
}
.font_grey{
  color: #555555;
}
.font_blue{
  color: #234d75;
}
.font_bold{
  font-weight: 600;
}
.litle_top_tittle{
  width: 50%;
}

/* ===============
     Row Setting 
   =============== */

hr.line {
  border-top: 1px solid #234d75;
  width: 60px;
  margin: 16px 20px 16px 0px;
  height: 1px;
}
.w_100{
  width: 100% !important;
}
.w_95{
  width:95% !important;
}
.w_93{
  width: 93% !important;
}
.w_90{
  width: 90% !important;
}
.w_85{
  width: 85% !important;
}
.w_75{
  width: 75%;
}
.w_70{
  width: 70%;
}
.w_60{
  width: 60% !important;
}
.w_50{
  width: 50% !important;
}
.w_30{
  width: 30% ;
}
.w_35{
  width: 35% ;
}
.w_40{
  width: 40% ;
}
.h_80p{
  height: 80px;
}
.h_150p{
  height: 150px;
}
.h_5rem{
  height: 5rem;
}
.h_8rem{
  height: 8rem;
}
.h_10rem{
  height: 10rem;
}
.h_625{
  height: 625px;
}
.h_75{
  height: 75% !important;
}
.h_60{
  height: 60% !important;
}
.max_1200{
  max-width: 1400px;
  margin: auto;
  width: 80% !important;
}
.max_1260{
  max-width: 1260px;
  margin: auto;
}
.flex{
  display: flex !important;
  flex-wrap: wrap;
}
.row{
  margin-right: 0;
  margin-left: 0;
  display: flex !important;
  flex-wrap: wrap;
}
.row_without_mar{
  display: flex !important;
  flex-wrap: wrap;
}
.row > *{
  padding: 0;
}
.row .one{
  width: 8.333333333%;
}
.row .two{
  width: 16.66666667%;
}
.row .two-five{
  width: 20%;
}
.row .three{
  width: 25%;
}
.row .bet_three_four{
  width: 32%;
}
.row .four{
  width: 33.33333333%;
}
.row .five{
  width: 41.66666667%;
}
.row .six{
  width: 50%;
}
.row .seven{
  width: 58.33333333%;
}
.row .eight{
  width: 66.66666667%;
}
.row .nine{
  width: 75%;
}
.row .ten{
  width: 83.33333333%;
}
.row .eleven{
  width: 91.66666667%;
}
.row .twelve{
  width: 100%;
}

.pad-top-title{
  padding-bottom: 10px;
  padding-top: 10px;
}

.page{
  margin: auto;
  display: flex;
  width: 100% !important;
}
.justify-content-between{
  justify-content: space-between;
}
.border_white{
  border-top: 1px solid #555555;
}
.border_white1{
  border: 1px solid white;
}

/* ===============
       Setting 
   =============== */

.top-center
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-left
{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.left-right-center
{
  display: flex;
  justify-content: center;
}
.up-down-center
{
  display: flex;
  align-items: center;
}

.flex-wrap
{
  display: flex;
  flex-wrap: wrap;
}

.up-center{
  display: flex;
  align-items: center;
}
.relative{
  position: relative;
}
.absolute_center{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.float_left{
  float: left;
}
.float_right{
  float: right;
}
.margin-left{
  margin-left: auto;
}
.margin-right{
  margin-right: auto;
}
.text_left{
  text-align: left;
}
.text_right{
  text-align: right;
}
.text_center{
  text-align: center;
}
.inline_flex{
  display: inline-flex;
}
.text-center{
  text-align: center;
}
.full_height{
  height: 100%;
}
.padding_0{
  padding: 0 !important;
}
.padding_0_3_0_0{
  padding: 0 3rem 0 0;
}
.padding_0_10_0_0{
  padding: 0 10rem 0 0;
}
.padding_03_0{
  padding: 0.3rem 0 !important;
}
.padding_0_3{
  padding: 0 3rem;
}
.padding_0_0_1_0{
  padding: 0 0 1rem 0;
}
.padding_0_0_2_0{
  padding: 0 0 2rem 0;
}
.padding_0_0_4_0{
  padding: 0 0 4rem 0;
}
.padding_1_0{
  padding: 1rem 0rem !important;
}
.margin_1_0_0_0 {
  margin: 1rem 0 0rem 0 !important;
}
.padding_1_0_0_0{
  padding: 1rem 0 0.3rem 0 !important;
}
.padding_6_4{
  padding: 6rem 4rem;
}
.padding_1_1{
  padding: 1rem 1rem;
}
.padding_4_0{
  padding: 4rem 0rem;
}
.padding_2_0{
  padding: 2rem 0rem;
}
.padding_2_0_1_0{
  padding: 2rem 0rem 1rem 0;
}
.padding_2_0_7_0{
  padding: 2rem 0 7rem 0;
}
.padding_1_0_2_0{
  padding: 1rem 0rem 2rem 0;
}
.padding_4_0_0_0{
  padding: 4rem 0 0 0;
}
.padding_4_0_8_0{
  padding: 4rem 0 8rem 0;
}
.padding_4_3{
  padding: 4rem 3rem;
}
.padding_5_0_0_0{
  padding: 5rem 0 0 0;
}
.margin_0{
  margin: 0;
}
.margin_20{
  margin: 20px !important;
}
.max_150px{
  max-width: 150px;
}

/* ===============
    Menu Setting 
   =============== */

.top_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: -10px;
}
.phone_menu{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  margin-left: auto;
}
.menu_name {
  float: right;
  position: relative;
}
.menu_name a {
  display: block;
  font-size: 18px; 
  font-weight: 400;
  color: black;
  text-align: center;
  padding: 0px 20px;
  text-decoration: none;
}
.menu_name button i {
  outline: none;
  color: white;
  margin: 0;
  cursor: pointer;
}
.menu_name a:hover,
.menu_name .active {
  text-decoration: unset;
}
.menu_name a:after {
  bottom: 10px;
  content: "";
  height: 2px;
  left: 13%;
  line-height: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  -webkit-transition: width 0.5s ease 0s, height 0.5s ease 0s;
  -o-transition: width 0.5s ease 0s, height 0.5s ease 0s;
  transition: width 0.5s ease 0s, height 0.5s ease 0s;
  width: 4px;
}
.menu_name a:hover:after,
.menu_name .active:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 75%;
}
.menu{
  margin: auto;
}
  
.sub-menu{
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
  background: white;
  left: -40%;
  list-style: none;
}
.menu_name:hover .sub-menu{
  display: block;
  border: 1px solid lightgray;
}
.menu-item{
  padding: 0;
  width: 10em;
  text-align: center;
  z-index: 2;
  background: white;
  margin: 0;
  transition: 0.5s;
}
.menu-item a{
  padding: 9px 0px;
}
.menu-item:hover{
  background: #ededed;
}
.m-auto{
  margin: auto;
}
.m-left{
  margin-left: auto;
}
/* ===============
    fa fa Setting 
   =============== */

.fa{
  margin: 0 10px;
}

/* ===============
    swiper Setting 
   =============== */

.swiper {
    width: 100%;
    max-height: 625px;
    height: 100%;
}  
.top-show_3 {
  width: 100%;
  height: 90%;
  background: url('http://eimei2.demo.com.my/Uploads/MediaFiles/139-slide.jpg');    
  background-size: cover;
  background-position: bottom;
}
.top-title {
  width: 100%;
  height: 15%;
  background: url('http://eimei2.demo.com.my/Uploads/MediaFiles/139-slide.jpg');    
  background-size: cover;
  background-position: 50% 35%;
}

/* ===============
    fartory Setting 
   =============== */

.grip-fartory-box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 500px;
  width: 100%;
}

.grip-fartory-box1{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 500px;
  width: 100%;
}

.grip-fartory-box1 .factory-image img{
  height: 100%;
}

.factory-image{
  overflow: hidden;
  position: relative;
}
.factory-image img{
  width: 100%;
  height: auto;
  position: absolute;
  filter: brightness(0.6);
}
.factory-image a{
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.factory-image:hover img{
  /*filter: blur(5px) brightness(0.8);*/
}
.factory-image .img-text-left{
  z-index: 1;
  position: absolute;
  text-align: center;
  color: white;
  position: absolute;
  font-size: 22px;
  font-weight: 600;
}

.factory-image .img-text-bleft{
  z-index: 1;
  position: absolute;
  text-align: left;
  padding-left: 40px;
  color: white;
  position: absolute;
  font-size: 22px;
  font-weight: 600;
}

.factory-image .img-text-sbleft{
  z-index: 1;
  position: absolute;
  text-align: left;
  padding-left: 40px;
  color: white;
  position: absolute;
  font-size: 22px;
  font-weight: 600;
}

.factory-image .img-text-ssbleft{
  z-index: 1;
  position: absolute;
  text-align: left;
  padding-left: 40px;
  color: white;
  position: absolute;
  font-size: 22px;
  font-weight: 600;
}

.factory-image .img-text-right{
  z-index: 1;
  position: absolute;
  text-align: center;
  color: white;
  position: absolute;
  font-size: 22px;
  font-weight: 600;
}
.img-text-padding-bottom-18{
  padding-bottom: 18%;
}
.border-left-bottom{
  border-left: 10px solid white;
  border-bottom: 10px solid white;
}
.image-grip-full{
  grid-area: 4 / 5 / 1 / 1;
}
.image-grip-left{
  grid-area: 3 / 2 / 1 / 1;
}
.image-grip-left1{
  grid-area: 3/ 3 / 1 / 1;
}
.image-grip-top-right{
  grid-area: 1 / 2 / 2 / 2;
}
.image-grip-top-right1{
  grid-area: 1 / 4 / 2 / 3;
}
.image-grip-top-right2{
  grid-area: 1 / 4 / 2 / 4;
}
.image-grip-bottom-right{
  grid-area: 2 / 2 / 2 / 2;
}
.image-grip-bottom-right1{
  grid-area: 2 / 5 / 2 / 3;
}
.image-grip-right{
  grid-area: 1 / 2 / 3 / 2;
}
.image-grip-top-left{
  grid-area: 1 / 1 / 1 / 1;
}
.image-grip-bottom-left{
  grid-area: 2 / 1 / 2 / 1;
}

/* ===============
    Form Setting 
   =============== */

input[type="text"], 
textarea{
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0;
    border: 1px solid #555555;
    color: #555555;
    background-color: white;
}
textarea{
    transition: unset;
/*    height: 150px;*/
    background-color: white;
}
input[type="text"].w_50{
  width: 45% !important;
  background-color: white;
}

footer input[type="text"]{
    padding: 5px 1%;
    font-size: 16px;
    border: none;
    float: left;
    width: 68%;
    outline: none;
}
footer button{
    float: left;
    width: 30%;
    padding: 5px 0 !important;
    margin: 10px 0 !important;
    font-size: 16px !important;
    border: none;
    border-left: none;
    cursor: pointer;
    font-style: normal !important;
    max-height: 38px;
}

.i-bg-color{
    background-color: #242424 !important;
}

/* ===============
    Form Setting 
   =============== */

.customer img{
  width: 75%;
}

.customer_image{
  width: 75%;
}

/* ===============
 Activities Setting 
   =============== */

.activities{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.activities-box{
  width: 49%;
  padding: 20px 0px;
  display: block;
  position: relative;
}
.activities-box a{
  padding: 15px 0px;
  background: #234d75;
  font-size: 24px;
  font-weight: 500;
  color: white;
  width: 100%;
  display: block;
  text-align: center;
}
.activities-image{
  width: 100%;
  display: block;
}
.activities-box-supplier{
  width: 98%;
  margin: 10px 0px;
  display: block;
  position: relative;
  background: #ebebeb;
}
.activities-box-supplier-title{
  height: fit-content;
  width: 98%;
  margin: 10px 0px;
  display: block;
  position: relative;
  background: #ebebeb;
}
.activities-box-supplier-title, 
.activities-box-supplier.text{
  font-size: 25px;
  padding: 10px 0px;
  text-align: center;
  background: #234d75;
  color: #fff;
}
.activities-image-supplier{
  width: 85%;
  max-width: 450px;
  margin: auto;
  display: block;
}

/* ===============
    Table Setting 
   =============== */

table.home_table{
  width: 100%;
}
.home_table .little-square{
  border: 4px solid #a27e06;
  padding: 0px;
  height: 14px;
  width: 14px;
  margin-right: 10px;
}
.home_table tr{
  padding: 0;
  margin: 0;
}
.home_table td{
  padding: 0;
  margin: 0;
  position: relative;
}
.home_table td img{
  position: absolute;
  top: 0;
  right: 73%;
}
.home_table td.line_bottom::after{
  border-bottom: 2px solid #555555;
  content: '';
  width: 60%;
  height: 1px;
  display: block;
  margin: 0;
}
.home_table .line_border{
  border-left: 15px solid #d7d7d7;
}
.home_table td h5,
.home_table td p{
  padding: 0;
  margin: 0;
}
.home_table td p{
  font-weight: 400;
  font-size: 17px;
}
.about-box{
  padding: 0 0 0 15%;
}
.about-box-big{
  margin: 0 -27px;
}
.profile-box-one{
  padding: 0 0 0 15%;
}
.profile-box-two{
  padding: 0 15% 0 0;
}
/*table.home_table tr td::after {
   content: "";
   display: inline-block;
   vertical-align: top;
   min-height: 25px;
}*/

.sidebar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: white;
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 1rem;
  box-shadow: var(--clr-red-dark);
  transition: 0.5s;
  transform: translate(-100%);
  position: absolute;
  z-index: 100;
}
.show-sidebar {
  transform: translate(0);
}
@media screen and (min-width: 676px) {
  .sidebar {
    width: 400px;
  }
}
@media(max-width:  650px){
  .menu_website{
    display: none;
  }
  .sidebar{
    display: block !important;
  }
}

.sidebar-toggle {
  padding: 6px 10px 10px 10px;
  position: fixed;
  color: white;
  background: gray;
  bottom: 30px;
  right: 30px;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 25px;
  transition: 0s;
  border: unset;
  z-index: 99;
}
.sidebar-toggle:hover {
  color: var(--clr-primary-7);
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
}
.close-btn {
  font-size: 1.75rem;
  background: transparent;
  border-color: transparent;
  color: var(--clr-primary-5);
  transition: var(--transition);
  cursor: pointer;
  color: var(--clr-red-dark);
}
.close-btn:hover {
  color: var(--clr-red-light);
  transform: rotate(360deg);
}
.logo {
  justify-self: center;
  max-width: 150px;
  width: 100%;
}
.links li{
  list-style-type: none;
}
.links a {
  display: block;
  font-size: 1.5rem;
  text-transform: capitalize;
  padding: 1rem 1.5rem;
  color: var(--clr-grey-5);
  transition: var(--transition);
  text-decoration: none;
  list-style-type: none;
}
.links a:hover {
  background: var(--clr-primary-8);
  color: var(--clr-primary-5);
  padding-left: 1.75rem;
}

#toTop{
  padding: 10px;
  position: fixed;
  color: white;
  background: gray;
  bottom: 80px;
  right: 30px;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 28px;
  display: none;
  transition: 0s;
  z-index: 99;
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat{
  margin-right: 0;
}

.alphagrid-row-content{
  padding: 1rem 0;
  width: 100%;
}


.loader_bg{
    position: fixed;
    z-index: 999999;
    background-image: -o-linear-gradient(left, #ECE9E6, #FFFFFF);
    background-image: -webkit-gradient(linear, left top, right top, from(#ECE9E6), to(#FFFFFF));
    background-image: linear-gradient(to right, #ECE9E6, #FFFFFF);
    width: 100%;
    height: 100%;
}
.loader{
    border: 0 soild transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 95px);
    left: calc(50vw - 95px);
}
.loader:before, .loader:after{
    content: '';
    border: 1em solid #a27f08;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader 2s linear infinite;
            animation: loader 2s linear infinite;
    opacity: 0;
}
.loader:before{
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
@-webkit-keyframes loader{
    0%{
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
    }
}
@keyframes loader{
    0%{
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
    }
}

.d-none-important{
  display: none !important;
}

.d-block-important{
  display: block !important;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded{
  display: none !important;
}

.no-js .owl-carousel.d-block-important, .owl-carousel.owl-loaded.d-block-important{
  display: block !important;
}

.owl-nav > button > span {
  color: #555555;
  font-size: 50px;
  padding: 0 5px;
  display: none;
}

.menu_quick{
  color: white;
  text-decoration: :none;
}


