/**************** extend css start ****************/

@import url("https://fonts.googleapis.com/css?family=Aclonica|Poppins:300,400,500,600&display=swap");
/* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_extends.scss */
.btn_1, .live_stareams .live_stareams_slide .live_stareams_slide_img:after, .Latest_War .Latest_War_text:after, .gallery_part .single_gallery_item .single_gallery_item_iner:after, .footer_part .single_footer_part .mail_part .email_icon {
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(51%, #02060c), to(#fff));
  background-image: -webkit-linear-gradient(right, #fff 0%, #02060c 51%, #fff 100%);
  background-image: -o-linear-gradient(right, #fff 0%, #02060c 51%, #fff 100%);
  background-image: linear-gradient(to left, #fff 0%, #02060c 51%, #fff 100%);
}
.container-shop {
    background: #1b120dc2;
    padding: 10px 20px;
    border: #1b120d;
    border-radius: 5px;
}
.row-shop {
    margin-bottom: 20px;
}
.div-img {
    background: hsl(22, 79%, 7%);
    width: 84px;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid hsl(22, 79%, 20%);
    cursor: pointer;
    transition-duration: 0.3s;
}
.div-img:hover{
    background: hsl(22, 79%, 15%);
    transition-duration: 0.3s;
    border: 1px solid hsl(22, 79%, 7%);
}
.div-img div{
    font-weight: 600;
    color: white;
}
.div-img-active {
    background: hsl(22, 79%, 16%);
    border: 1px solid hsl(22, 79%, 7%);
    pointer-events: none;
    transition-duration: 0.3s;
}

.container-shop-items {
    margin-top: 5px;
    background: #42230ea3;
    padding: 10px 20px;
    border: 4px double rgb(181, 125, 82);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: auto;
}
.container-shop-items .containerItemsShop {
    padding: 20px 10px;
    margin-left: 40px;
}
.containerItemsShop .itemsContainer {
    width: 150px;
    height: 160px;
    background: hsl(22, 79%, 7%);
    border-radius: 5px;
    border: 1px solid hsl(22, 79%, 80%);
    align-items: center;
    text-align: center;
}
.itemsContainer img {
    padding: 30px;
    background: hsl(22, 79%, 15%);
    border-radius: 5px;
    border: 1px solid hsl(22, 79%, 30%);
    margin-top: 5px;
}
.itemsContainer .divItemsContainerText {
    margin-top: 66px;
    border-radius: 5px;
    text-shadow: none;
    height: 40px;
    border-top: 1px solid hsl(22, 79%, 80%);
    background: hsl(22, 79%, 15%);
    width: 100%;
    line-height: 40px;
    font-weight: 600;
    color: white;
}
.btn-info {
    color: #fff;
    background-color: #44301c !important;
    border-color: #1a1108;
}
.container-checkout {
    margin-top: 5px;
    margin-bottom: 5px;
    background: #42230ea3;
    padding: 10px 20px;
    border: 4px double rgb(181, 125, 82);
    border-radius: 5px;

}
/* line 14, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_extends.scss */
.cta_part .banner_btn_1:hover, .cta_part .banner_btn_2:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#57ddff), color-stop(51%, #57ddff), to(#57ddff));
  background-image: -webkit-linear-gradient(right, #57ddff 0%, #57ddff 51%, #57ddff 100%);
  background-image: -o-linear-gradient(right, #57ddff 0%, #57ddff 51%, #57ddff 100%);
  background-image: linear-gradient(to left, #57ddff 0%, #57ddff 51%, #57ddff 100%);
}

/**************** extend css start ****************/
/**************** common css start ****************/
/* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
body, html {
  height: 100%;
  font-family: "Aclonica", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  scroll-behavior: smooth;
}

/* line 9, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.message_submit_form:focus {
  outline: none;
}

/* line 12, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
input:hover, input:focus {
  outline: none !important;
}

/* line 15, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.gray_bg {
  background-color: #f7f7f7;
}

/* line 18, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.section_padding {
  padding: px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 18, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_padding {
    padding: 100px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 576px) {
  /* line 18, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 18, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

/* line 33, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.single_padding_top {
  padding-top: 140px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 33, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 33, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media (max-width: 576px) {
  /* line 33, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 33, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .single_padding_top {
    padding-top: 100px !important;
  }
}

/* line 48, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.padding_top {
  padding-top: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 48, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .padding_top {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 48, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  /* line 48, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 48, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

/* line 63, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.padding_bottom {
  padding-bottom: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 63, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 63, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media (max-width: 576px) {
  /* line 63, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 63, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

/* line 78, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 81, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
a:hover {
  outline: none;
  text-decoration: none;
}

/* line 87, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
h1, h2, h3, h4, h6 {
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0px 3px 0px rgb(0 0 0 / 35%);
    font-size: 2.5rem;
    margin-bottom: 0px;
    letter-spacing: 2px;
    align-self: center;
}
/* line 91, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
p {
  font-family: "Poppins", sans-serif;
  line-height: 29px;
  font-size: 15px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

/* line 99, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
h2 {
  font-size: 44px;
  line-height: 28px;
  font-weight: 600;
  line-height: 1.222;
}

@media (max-width: 576px) {
  /* line 99, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 99, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

/* line 115, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
h3 {
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 576px) {
  /* line 115, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  h3 {
    font-size: 20px;
  }
}

/* line 124, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
h5 {
  font-size: 18px;
  line-height: 22px;
}

/* line 129, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
img {
  max-width: 100%;
}

/* line 132, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

/* line 139, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.section_tittle {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  /* line 139, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_tittle {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 139, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_tittle {
    margin-bottom: 50px;
  }
}

/* line 147, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.section_tittle h2 {
  font-size: 45px;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
  position: relative;
  margin-bottom: 28px;
}

@media (max-width: 576px) {
  /* line 147, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 147, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 147, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 147, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 175, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.section_tittle p {
  text-transform: capitalize;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 576px) {
  /* line 175, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 175, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 175, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 175, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .section_tittle p {
    margin-bottom: 10px;
  }
}

/* line 193, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 198, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 576px) {
  /* line 198, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .mb_110 {
    margin-bottom: 220px;
  }
}

/* line 205, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.mt_130 {
  margin-top: 130px;
}

@media (max-width: 576px) {
  /* line 205, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 205, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 205, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 205, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

/* line 220, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.mb_130 {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  /* line 220, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 220, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 100px;
  }
}

/* line 229, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.padding_less_40 {
  margin-bottom: -50px;
}

/* line 232, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.z_index {
  z-index: 9 !important;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
  /* line 238, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .container {
    max-width: 1000px;
  }
}

@media (max-width: 1200px) {
  /* line 243, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  [class*="hero-ani-"] {
    display: none !important;
  }
}

/* line 247, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.body_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 251, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.black .footer_top {
  padding: 65px 0 100px !important;
}

@media (max-width: 991px) {
  /* line 251, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .black .footer_top {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 251, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
  .black .footer_top {
    padding: 100px 0;
  }
}

/* line 260, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.black p {
  color: #888888;
}

/* line 263, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.black h2, .black h3, .black h4, .black h5 {
  color: #2f2d4e;
}

/* line 266, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_common.scss */
.black .copygight_text {
  background-color: #ebebeb !important;
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
/* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #edeff2;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 19, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.submit_btn:hover {
  background: transparent;
}

/* line 24, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.btn_1 {
  text-transform: uppercase;
  display: inline-block;
  padding: 18.5px 40px;
  border-radius: 0;
  font-weight: 500;
  font-size: 2.5rem;
  color: #fff;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  background-size: 200% auto;
  border: 1px solid transparent;
}

/* line 39, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.btn_1:hover {
  color: #fff !important;
  background-position: right center;
}

@media (max-width: 576px) {
  /* line 24, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
  .btn_1 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 24, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
  .btn_1 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 24, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
  .btn_1 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}

/* line 60, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.btn_2 {
  display: inline-block;
  padding: 18.5px 40px;
  border-radius: 0;
  background-color: #fff;
  font-size: 15px;
  font-family: "Aclonica", sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  border: 1px solid #8f9091;
  background-size: 200% auto;
}

/* line 75, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.btn_2:hover {
  color: #fff !important;
  border: 1px solid #fff;
  background-position: right center;
  background-color: #fff;
}

@media (max-width: 576px) {
  /* line 60, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
  .btn_2 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 60, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
  .btn_2 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 60, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
  .btn_2 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}

/* line 97, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.btn_4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-top: 53px;
  display: inline-block;
}

@media (max-width: 991px) {
  /* line 97, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
  .btn_4 {
    margin-top: 30px;
  }
}

/* line 109, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.btn_4 img {
  width: 20px;
  margin-left: 15px;
}

/*=================== custom button rule start ====================*/
/* line 117, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #edeff2;
  text-transform: uppercase;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  /* line 117, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

/* line 136, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.button:hover {
  color: #fff;
}

/* line 141, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}

/* line 147, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.button-link:hover {
  background: transparent;
  color: #3b1d82;
}

/* line 153, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.button-header {
  color: #fff;
  border-color: #edeff2;
}

/* line 157, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.button-header:hover {
  background: #b8024c;
  color: #fff;
}

/* line 163, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_button.scss */
.button-contactForm {
  color: #fff;
  border-color: #edeff2;
  padding: 12px 25px;
}

/* End Main Button Area css
============================================================================================ */
/* Start Blog Area css
============================================================================================ */
/* line 5, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 10, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_area a {
  color: #ff8b23 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 18, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_area p {
  color: #ff8b23;
}

/* line 21, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_area h1, .blog_area h2, .blog_area h3, .blog_area h4, .blog_area h5, .blog_area h6 {
  color: #f8f9fa;
}

/* line 26, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 30, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 34, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 38, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 51, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 58, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 68, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog .date {
  color: #888;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 76, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 86, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  /* line 76, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .single-blog .tag {
    margin-right: 8px;
  }
  /* line 100, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .single-blog .tag:after {
    display: none;
  }
}

/* line 106, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  /* line 26, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 114, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 118, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 123, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog .single-blog-content .meta-bottom i {
  color: #edeff2;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  /* line 114, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 137, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  /* line 145, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /* line 151, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/* line 159, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.full_image.single-blog {
  position: relative;
}

/* line 162, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) {
  /* line 162, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

/* line 181, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.full_image.single-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 187, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 197, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.full_image.single-blog .date {
  color: #fff;
}

/* line 202, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 226, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 230, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 236, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 249, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 265, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 269, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 276, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 287, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_item {
  background: #fff;
}

/* line 290, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_item .causes_img {
  position: relative;
}

/* line 293, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 301, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 309, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 322, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 325, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 338, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 348, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 360, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 376, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 380, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 383, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 386, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 391, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 394, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 405, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 412, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 419, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 433, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 440, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 440, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  /* line 440, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* line 456, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 461, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.categories_post img {
  max-width: 100%;
}

/* line 465, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 478, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 496, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 503, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 512, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 527, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_item {
  margin-bottom: 50px;
  background: url(/publicimages/CMS/bgcms.png) repeat center top #060000;
  border-radius: 15px;
  border-color: #be895b;
  border-style: groove;
}

/* line 531, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_details {
  padding: px 0 20px 10px;
}

@media (min-width: 768px) {
  /* line 531, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .blog_details {
  }
}

/* line 539, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_details p {
  margin-bottom: 30px;
}

/* line 543, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_details a {
  color: #ff8b23;
}

/* line 546, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_details a:hover {
  color: #e99c57 !important;
}

/* line 551, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 551, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 565, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 569, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog-info-link li a {
  color: #999999;
}

/* line 573, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 579, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 585, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 590, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 598, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_item_img {
  position: relative;
}

/* line 601, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 601, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 617, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 617, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 629, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 629, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 649, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 654, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 662, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .single_sidebar_widget {
  background: #e7e7e7;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 671, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 680, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 684, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 693, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 700, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 712, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 721, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 725, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 734, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 741, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 754, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 759, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 763, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 768, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 773, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 790, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 795, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 806, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

/* line 812, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 819, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 827, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 830, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 841, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #fff;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 856, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 862, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 962, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 983, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog-pagination {
  margin-top: 80px;
}

/* line 987, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 1004, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1016, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1023, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1048, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1053, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1056, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1060, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1073, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1076, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1086, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1086, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1100, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1100, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1110, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .arrow {
  position: absolute;
}

/* line 1113, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1120, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1125, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1129, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1133, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1136, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1143, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1146, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1155, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1159, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1163, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1181, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1181, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1190, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1190, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1203, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1207, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .blog-author a:hover {
  color: #fff;
}

/* line 1212, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1217, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1224, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1229, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1233, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1239, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1242, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1246, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1251, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1258, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1263, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1239, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1274, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1277, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1281, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1286, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1293, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1298, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1306, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

/* line 1313, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1313, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1324, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1331, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1340, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1343, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1347, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  /* line 1353, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 1357, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 1361, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1368, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1371, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1377, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1384, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1390, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1407, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1415, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1419, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1427, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 1427, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1436, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 1436, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 1444, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1452, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1457, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1462, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1467, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1473, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1479, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1485, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1491, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/* line 1499, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog.scss */
.single_sidebar_widget .btn_1 {
  margin-top: 0px;
  padding: 15px 24px;
}

/*============ End Blog Single Styles  =============*/
/* line 4, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_single_blog.scss */
.single_blog_post .desc a {
  font-size: 16px;
  color: #232b2b !important;
}

/* line 10, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content {
  padding: 38px 38px 23px;
  border: 0px solid #edeff2;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

/* line 14, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 18, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content p a {
  color: #fff;
}

/* line 22, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.481;
  margin-bottom: 16px;
}

/* line 28, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content h5 {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 400;
}

/* line 33, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled {
  margin-top: 33px;
}

/* line 35, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li {
  display: inline;
  margin-right: 17px;
  color: #999999;
}

/* line 39, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li a {
  margin-right: 8px;
  color: #999999;
}

/**************menu part start*****************/
/* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* line 9, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0px;
}

/* line 14, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu .navbar {
  padding: 0px;
}

/* line 18, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu .main-menu-item {
  justify-content: center;
}

/* line 21, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu .main-menu-item ul li .nav-link {
  color: #fff;
  font-size: 15px;
  padding: 43px 23px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  line-height: 12px;
  font-weight: 400;
}

/* line 29, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu .main-menu-item ul li .nav-link:hover {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 21, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .main_menu .main-menu-item ul li .nav-link {
    padding: 35px 20px;
  }
}

/* line 39, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu .main-menu-item .nav-item a {
  position: relative;
  z-index: 1;
}

/* line 42, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu .main-menu-item .nav-item a:before {
  position: absolute;
  left: 16%;
  top: 49px;
  width: 0%;
  height: 2px;
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 53, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu .main-menu-item .nav-item a:hover:before {
  width: 67%;
}

/* line 62, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu #search_1 i {
  color: #fff;
}

/* line 69, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu .dropdown-toggle:hover .nav-item .dropdown {
  color: #fff !important;
}

/* line 75, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu #search_input_box {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
  z-index: 999;
  text-align: center;
  background: #fff;
}

/* line 89, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu #search_input_box ::placeholder {
  color: #fff;
}

@media (max-width: 991px) {
  /* line 75, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .main_menu #search_input_box {
    margin-top: 15px;
  }
}

/* line 99, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu #search_input_box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

/* line 108, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu #search_input_box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

/* line 115, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu #search_input_box .ti-close {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  padding-right: 0;
}

/* line 124, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu .search-inner {
  padding: 5px 5px;
}

/* line 128, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu .form-control:focus {
  box-shadow: none;
}

/* line 132, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.main_menu .active_color {
  color: #f5790b !important;
}

/* line 137, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.cart {
  margin-left: 20px;
}

/* line 140, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.cart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: 0px solid transparent;
}

/* line 148, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.cart i {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 15px;
}

/* line 154, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.cart i:after {
  position: absolute;
  border-radius: 50%;
  background-color: #f13d80;
  width: 14px;
  height: 14px;
  right: -8px;
  top: -8px;
  content: "5";
  text-align: center;
  line-height: 15px;
  font-size: 10px;
}

/* line 171, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
}

/* line 179, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.menu_fixed .active_color {
  color: #fff !important;
}

/* line 185, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  border: 0px solid transparent;
  background: #232323b8;
}

/* line 194, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px !important;
  color: #fff !important;
  background: #232323b8;
  text-transform: capitalize;
}

/* line 205, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

@media (max-width: 991px) {
  /* line 214, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .main_menu {
    padding: 26px 0px;
  }
  /* line 218, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .home_menu .main-menu-item {
    padding-left: 0px;
  }
  /* line 222, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  /* line 225, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
  /* line 228, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .main_menu .main-menu-item .nav-item .nav-link {
    padding: 5px 15px !important;
    color: #000;
  }
  /* line 235, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
  /* line 246, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 10px;
  }
  /* line 253, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
    color: #fff;
  }
  /* line 260, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .dropdown .dropdown-item:hover {
    color: #fff !important;
  }
  /* line 265, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .navbar-brand img {
    max-width: 100px;
  }
  /* line 269, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  /* line 274, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .menu_icon i {
    color: #fff;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 281, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
  /* line 291, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .navbar-brand img {
    max-width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    top: 10px;
  }
  /* line 301, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    left: 0;
  }
  /* line 307, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .btn_1 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 313, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
  /* line 323, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .navbar-brand img {
    max-width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    top: 10px;
  }
  /* line 333, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    left: 0;
  }
  /* line 339, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
  .btn_1 {
    margin-top: 0;
  }
}

/* line 344, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa;
}

/* line 350, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* line 358, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.single_page_menu .main-menu-item .nav-item a {
  position: relative;
  z-index: 1;
}

/* line 361, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.single_page_menu .main-menu-item .nav-item a:before {
  position: absolute;
  left: 16%;
  top: 49px;
  width: 0%;
  height: 2px;
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 372, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_menu.scss */
.single_page_menu .main-menu-item .nav-item a:hover:before {
  width: 67%;
}

/**************** banner part css start ****************/
/* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_banner.scss */

.hero_bg {
  min-height: vh;
  text-align: center;
  overflow: hidden;
  
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero_container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) 
}

/* line 8, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_banner.scss */
.banner_part .banner_text {
  display: table;
  width: 100%;
  height: 280px;
}

/* line 12, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_banner.scss */
.banner_part .banner_text .banner_text_iner {
  display: table-cell;
  vertical-align: middle;
}

/* line 22, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_banner.scss */
.banner_part .banner_text h1 {
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 70px;
  color: #fff;
}

@media (max-width: 576px) {
  /* line 22, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_banner.scss */
  .banner_part .banner_text h1 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 22, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_banner.scss */
  .banner_part .banner_text h1 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 22, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_banner.scss */
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 22, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_banner.scss */
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

/* line 49, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_banner.scss */
.banner_part .banner_text h1 span {
  color: #fff;
}

/* line 53, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_banner.scss */
.banner_part .banner_text p {
  font-size: 15px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 45px;
  padding-right: 140px;
}


/**************** hero part css end ****************/
/************client css start***************/
/* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_client_logo.scss */
.client_logo .single_client_logo {
  display: flex;
  align-items: center;
}

/* line 7, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_client_logo.scss */
.client_logo .owl-carousel .owl-item img {
  width: auto;
}

/* line 10, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_client_logo.scss */
.client_logo .single_client_logo {
  height: 150px;
}

/* line 12, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_client_logo.scss */
.client_logo .single_client_logo img {
  margin: 0 auto;
}

/************review_part css start***************/
/* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams {
  position: relative;
  z-index: 99;
  background: url(../img/live_stareams_bg.png);
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 991px) {
  /* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
  .live_stareams {
    padding: 70px 0 115px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
  .live_stareams {
    padding: 100px 0 145px 15px;
  }
}

/* line 17, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 21, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .live_stareams_text {
  margin-bottom: 25px;
}

/* line 23, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .live_stareams_text h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  /* line 23, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
  .live_stareams .live_stareams_text h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 23, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
  .live_stareams .live_stareams_text h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* line 38, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .live_stareams_text h2:after {
  position: absolute;
  content: "";
  left: -26px;
  top: -38px;
  width: 100%;
  height: 100%;
  background-image: url(../img/Shape_text.png);
  background-repeat: no-repeat;
  z-index: 1;
}

/* line 51, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .live_stareams_slide {
  margin-left: 15px;
}

@media (max-width: 991px) {
  /* line 51, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
  .live_stareams .live_stareams_slide {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 51, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
  .live_stareams .live_stareams_slide {
    margin-left: 0;
  }
}

/* line 59, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .live_stareams_slide .live_stareams_slide_img {
  position: relative;
  z-index: 1;
  width: 440px;
  height: 440px;
}

/* line 65, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .live_stareams_slide .live_stareams_slide_img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 200% auto;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 79, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .live_stareams_slide .live_stareams_slide_img img {
  width: 100%;
  height: 100%;
}

/* line 84, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .live_stareams_slide .live_stareams_slide_img .video-play-button {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 42%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 96, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .live_stareams_slide .live_stareams_slide_img .video-play-button span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-left: 4px;
  font-size: 16px;
}

/* line 111, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .live_stareams_slide .live_stareams_slide_img:hover:after {
  opacity: .5;
}

/* line 114, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .live_stareams_slide .live_stareams_slide_img:hover .video-play-button {
  opacity: 1;
  visibility: visible;
}

/* line 138, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .owl-next, .live_stareams .owl-prev {
  position: absolute;
  margin-top: 20px;
}

/* line 141, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .owl-next i, .live_stareams .owl-prev i {
  font-size: 30px;
  color: #fff;
}

/* line 146, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_live_stareams.scss */
.live_stareams .owl-next {
  margin-left: 30px;
}

/* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .Latest_War_text {
  background-image: url("../img/latest_war_img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 580px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  /* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
  .Latest_War .Latest_War_text {
    height: 400px;
    margin-bottom: 0;
  }
}

/* line 16, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .Latest_War_text:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: 200% auto;
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 28, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .Latest_War_text .btn_2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  text-align: center;
  display: inline-block;
  z-index: 9;
  opacity: 0;
  width: 200px;
  padding: 18.5px 0;
}

/* line 43, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .Latest_War_text:hover:after {
  opacity: .7;
}

/* line 47, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .Latest_War_text:hover .btn_2 {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

/* line 54, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .Latest_War_bg_1 {
  background-image: url("../img/latest_war_img_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 57, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .single_war_text {
  height: 100%;
}

/* line 60, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .single_war_text h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}

/* line 66, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .single_war_text p {
  font-size: 16px;
  font-family: "Aclonica", sans-serif;
}

/* line 71, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .single_war_text a {
  display: inline-block;
  background: linear-gradient(to right, #fff 0%, #02060c 50%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 8px;
}

/* line 19, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_mixins.scss */
.Latest_War .single_war_text a:hover {
  background-position: center right;
}

/* line 80, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .war_text_item {
  margin-top: 25px;
}

@media (max-width: 991px) {
  /* line 83, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
  .Latest_War .war_text_item img {
    max-width: 50px;
  }
}

/* line 90, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .war_text_item h2 {
  font-size: 30px;
}

@media (max-width: 991px) {
  /* line 90, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
  .Latest_War .war_text_item h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 90, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
  .Latest_War .war_text_item h2 {
    font-size: 20px;
  }
}

/* line 100, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .war_text_item span {
  margin: 0 15px;
}

@media (max-width: 991px) {
  /* line 105, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
  .Latest_War .latest_war_list {
    margin-bottom: 40px;
  }
}

/* line 109, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .latest_war_list .war_text_item {
  padding-left: 43px;
}

@media (max-width: 991px) {
  /* line 109, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
  .Latest_War .latest_war_list .war_text_item {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  /* line 109, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
  .Latest_War .latest_war_list .war_text_item {
    padding-left: 0;
    display: block !important;
    text-align: center;
  }
}

/* line 120, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .latest_war_list .war_text_item img {
  max-width: 50px;
}

/* line 123, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .latest_war_list .war_text_item h2 {
  font-size: 16px;
}

/* line 127, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_Latest_War.scss */
.Latest_War .latest_war_list .war_text_item .war_date p {
  font-size: 17px;
}

/**************** gallery_part css start ****************/
/* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part {
  position: relative;
  z-index: 1;
  /* clearfix */
  /* ---- grid-item ---- */
}

/* line 5, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

/* line 12, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: scale(0.7);
  background-size: 200% auto;
}

/* line 27, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
}

/* line 42, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text h3 {
  color: #fff;
  font-size: 20px;
  position: relative;
  display: block;
  overflow: hidden;
}

/* line 50, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text p {
  color: #fff;
}

/* line 57, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item:hover .gallery_item_text {
  opacity: 1;
  visibility: visible;
}

/* line 62, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item:hover .single_gallery_item_iner:after {
  opacity: 0.7;
  transform: scale(1);
}

/* line 70, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* line 78, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .grid-sizer,
.gallery_part .grid-item {
  width: 25%;
}

@media (max-width: 576px) {
  /* line 78, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
  .gallery_part .grid-sizer,
  .gallery_part .grid-item {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 78, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
  .gallery_part .grid-sizer,
  .gallery_part .grid-item {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
  .gallery_part .grid-sizer,
  .gallery_part .grid-item {
    width: 50%;
  }
}

/* line 98, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .grid-item {
  height: 300px;
  float: left;
  border: 5px solid #000;
  border-bottom: 5px solid #000;
}

@media (max-width: 991px) {
  /* line 98, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
  .gallery_part .grid-item {
    border: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }
}

/* line 108, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .grid-item--width-1 {
  width: 50%;
}

@media (max-width: 576px) {
  /* line 108, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
  .gallery_part .grid-item--width-1 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 108, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
  .gallery_part .grid-item--width-1 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 108, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
  .gallery_part .grid-item--width-1 {
    width: 50%;
  }
}

/* line 124, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .grid-item--height-1 {
  height: 250px;
}

/* line 127, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .grid-item--height-2 {
  height: 350px;
}

@media (max-width: 991px) {
  /* line 131, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
  .gallery_part .sm_weight {
    width: 100%;
  }
}

/* line 140, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_gallery_part.scss */
.gallery_part .bg_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**************** upcomming war css start ****************/
/* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_upcomming_war.scss */
.upcomming_war {
  background-image: url(../img/event_bg.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: bottom;
}

/* line 7, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_upcomming_war.scss */
.upcomming_war .upcomming_war_iner {
  height: 725px;
}

@media (max-width: 991px) {
  /* line 7, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_upcomming_war.scss */
  .upcomming_war .upcomming_war_iner {
    height: 350px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 7, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_upcomming_war.scss */
  .upcomming_war .upcomming_war_iner {
    height: 450px;
  }
}

/* line 15, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_upcomming_war.scss */
.upcomming_war .upcomming_war_iner h2 {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 15, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_upcomming_war.scss */
  .upcomming_war .upcomming_war_iner h2 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 15, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_upcomming_war.scss */
  .upcomming_war .upcomming_war_iner h2 {
    font-size: 29px;
  }
}

/* line 25, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_upcomming_war.scss */
.upcomming_war span {
  display: block;
  font-size: 20px;
  color: white;
}

/* line 30, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_upcomming_war.scss */
.upcomming_war #days {
  font-size: 48px;
  color: #ffffff;
}

/* line 34, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_upcomming_war.scss */
.upcomming_war #hours {
  font-size: 48px;
  color: #fff;
}

/**************** service_part css start ****************/
/* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part {
  position: relative;
  z-index: 1;
}

/* line 5, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .feature_icon_1 {
  position: absolute;
  left: 19%;
  top: 50%;
  z-index: -1;
}

/* line 12, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .feature_icon_2 {
  left: 35%;
  top: 23%;
  position: absolute;
  z-index: -1;
}

/* line 18, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .feature_icon_3 {
  position: absolute;
  left: 48%;
  z-index: -1;
  bottom: 18%;
}

/* line 24, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .feature_icon_4 {
  position: absolute;
  right: 35%;
  top: 7%;
  z-index: -1;
}

@media (max-width: 576px) {
  /* line 30, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .feature_part_text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 30, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .feature_part_text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 30, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .feature_part_text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 30, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .feature_part_text {
    padding-left: 0;
  }
}

/* line 47, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .feature_part_text h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 21px;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  /* line 47, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .feature_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 47, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .feature_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 47, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .feature_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 47, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .feature_part_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

/* line 81, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .feature_part_text p {
  margin-bottom: 46px;
}

/* line 84, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .feature_part_text .feature_part_text_iner {
  border-radius: 50px;
  border-top-right-radius: 0;
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 34px 27px 31px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 991px) {
  /* line 84, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .feature_part_text .feature_part_text_iner {
    padding: 20px 15px 15px;
    margin-bottom: 15px;
  }
}

/* line 98, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .feature_part_text .feature_part_text_iner:hover {
  border: 1px solid #fff;
}

/* line 101, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .feature_part_text .feature_part_text_iner h4 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Aclonica", sans-serif;
}

/* line 106, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .feature_part_text .feature_part_text_iner p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.667;
}

/* line 115, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .single_feature {
  margin: 0 11px;
}

@media (max-width: 991px) {
  /* line 115, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .single_feature {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 115, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .single_feature {
    margin: 0;
  }
}

/* line 124, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .single_feature:nth-child(2) {
  margin-top: 60px;
}

@media (max-width: 991px) {
  /* line 124, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .single_feature:nth-child(2) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 124, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .single_feature:nth-child(2) {
    margin-top: 30px;
  }
}

/* line 135, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .single_feature_part {
  padding: 40px 25px 31px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 3px 81px 0px rgba(216, 216, 216, 0.45);
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media (max-width: 991px) {
  /* line 135, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .single_feature_part {
    padding: 25px 15px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 135, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .single_feature_part {
    margin-top: 25px;
  }
}

/* line 152, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .single_feature_part img {
  margin-bottom: 21px;
  height: 65px;
}

@media (max-width: 991px) {
  /* line 152, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .single_feature_part img {
    margin-bottom: 21px;
  }
}

/* line 162, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .single_feature_part img i {
  color: #0c2e60;
  font-size: 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 168, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .single_feature_part h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 22px;
}

@media (max-width: 576px) {
  /* line 168, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 168, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 168, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .feature_part .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

/* line 189, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.feature_part .single_feature_part p {
  color: #7f7f7f;
  line-height: 1.8;
  font-size: 15px;
}

/* line 196, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
.single_feature_padding {
  padding-top: 140px;
}

@media (max-width: 576px) {
  /* line 196, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 196, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 196, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 196, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_feature_part.scss */
  .single_feature_padding {
    padding-top: 70px;
  }
}

/************about_us css start***************/
/* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
.about_us {
  position: relative;
  z-index: 99;
}

/* line 10, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
.about_us .about_us_text h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 8px;
  position: relative;
}

@media (max-width: 576px) {
  /* line 10, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 10, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 10, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .about_us .about_us_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

/* line 41, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
.about_us .about_us_text p {
  line-height: 36px;
  margin-bottom: 57px;
}

@media (max-width: 576px) {
  /* line 41, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .about_us .about_us_text p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 41, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .about_us .about_us_text p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 41, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .about_us .about_us_text p {
    margin-bottom: 20px;
  }
}

/* line 60, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
.about_us .about_us_text .btn_1 {
  margin-right: 27px;
}

@media (max-width: 991px) {
  /* line 60, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .about_us .about_us_text .btn_1 {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 60, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .about_us .about_us_text .btn_1 {
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  /* line 73, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .learning_img {
    margin-top: 30px;
  }
  /* line 77, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .right_time .learning_img {
    margin-top: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 84, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .learning_img {
    margin-top: 40px;
  }
  /* line 89, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .right_time .learning_img {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  /* line 98, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_about_us.scss */
  .right_time .about_us_text h2 {
    margin-top: 30px;
  }
}

/************use_sasu css start***************/
/* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
.use_sasu {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 99;
}

/* line 8, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
.use_sasu .feature_icon_1 {
  position: absolute;
  left: 22%;
  top: 42%;
  z-index: -1;
}

/* line 15, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
.use_sasu .feature_icon_2 {
  right: 20%;
  top: 50%;
  position: absolute;
  z-index: -1;
}

/* line 21, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
.use_sasu .feature_icon_3 {
  position: absolute;
  left: 3%;
  z-index: -1;
  bottom: 70%;
}

/* line 27, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
.use_sasu .feature_icon_4 {
  position: absolute;
  right: 15%;
  top: 7%;
  z-index: -1;
}

/* line 33, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
.use_sasu .single_feature_part {
  padding: 40px 25px 31px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 3px 81px 0px rgba(216, 216, 216, 0.45);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #fff;
}

@media (max-width: 576px) {
  /* line 33, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
  .use_sasu .single_feature_part {
    padding: 25px 10px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 33, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
  .use_sasu .single_feature_part {
    padding: 30px 15px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 33, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
  .use_sasu .single_feature_part {
    padding: 30px 25px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 33, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
  .use_sasu .single_feature_part {
    margin-top: 25px;
  }
}

/* line 60, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
.use_sasu .single_feature_part img {
  margin-bottom: 21px;
  height: 65px;
}

@media (max-width: 991px) {
  /* line 60, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
  .use_sasu .single_feature_part img {
    margin-bottom: 21px;
  }
}

/* line 69, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
.use_sasu .single_feature_part img i {
  color: #0c2e60;
  font-size: 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 76, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
.use_sasu .single_feature_part h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 22px;
}

@media (max-width: 576px) {
  /* line 76, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
  .use_sasu .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 76, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
  .use_sasu .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 76, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
  .use_sasu .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

/* line 96, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_use_sasu.scss */
.use_sasu .single_feature_part p {
  color: #7f7f7f;
  line-height: 1.8;
  font-size: 15px;
}

/************use_sasu css start***************/
/* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
.pricing_part {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 99;
}

/* line 8, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part {
  text-align: center;
  padding: 35px 35px 60px;
  background-color: #0b111f;
  position: relative;
  z-index: 1;
  background-image: url(../img/pricing_bg.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  /* line 8, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
  .pricing_part .single_pricing_part {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 8, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
  .pricing_part .single_pricing_part {
    padding: 20px;
  }
}

/* line 26, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part img {
  margin-bottom: 18px;
  height: 65px;
}

/* line 30, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part p {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 55px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

@media (max-width: 991px) {
  /* line 30, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
  .pricing_part .single_pricing_part p {
    margin-bottom: 25px;
  }
}

/* line 46, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part h3 {
  font-size: 36px;
  font-weight: 600;
}

/* line 49, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part h3 span {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
}

/* line 56, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .btn_2 {
  padding: 18.5px 42px;
  background-color: transparent;
  color: #fff;
  border: 2px solid;
  border-image: linear-gradient(to left, #fff 0%, #02060c 100%);
  border-image-slice: 1;
}

/* line 64, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .btn_2:hover {
  background: linear-gradient(to left, #fff 0%, #02060c 100%);
}

@media (max-width: 991px) {
  /* line 56, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
  .pricing_part .single_pricing_part .btn_2 {
    padding: 10px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 56, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
  .pricing_part .single_pricing_part .btn_2 {
    padding: 10px 12px;
  }
}

/* line 77, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part ul {
  margin: 16px 0 22px;
  padding-top: 37px;
}

@media (max-width: 991px) {
  /* line 77, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
  .pricing_part .single_pricing_part ul {
    margin: 16px 0;
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 77, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
  .pricing_part .single_pricing_part ul {
    margin: 20px 0;
    padding-top: 0;
  }
}

/* line 88, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part ul li {
  font-size: 14px;
  color: #7f7f7f;
  text-transform: capitalize;
  padding: 15px 0;
  border-bottom: 1px dotted;
}

/* line 94, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part ul li:last-child {
  border: 0px solid transparent;
}

/* line 103, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_pricing_plan.scss */
.single_page_pricing .left_shape_1 {
  display: none;
}

/************** cta part css ****************/
/* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
.cta_part {
  background-image: url("../img/cta_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 4, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
.cta_part h2 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  /* line 4, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
  .cta_part h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  /* line 4, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
  .cta_part h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 4, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
  .cta_part h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}

/* line 22, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
.cta_part p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  /* line 22, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
  .cta_part p {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  /* line 22, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
  .cta_part p {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 22, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
  .cta_part p {
    margin-bottom: 30px;
  }
}

/* line 36, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
.cta_part .banner_btn_1 {
  color: #fff;
  border: 0px solid transparent;
  margin-right: 28px;
}

/* line 40, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
.cta_part .banner_btn_1:hover {
  background-color: #fff !important;
  color: #fff;
}

/* line 46, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
.cta_part .banner_btn_2 {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

/* line 51, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_cta_part.scss */
.cta_part .banner_btn_2:hover {
  background-color: #fff !important;
  color: #fff;
  border: 1px solid transparent;
}

/**********************footer part css*******************/
/* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .footer_top {
  padding: 140px 0 100px;
}

@media (max-width: 576px) {
  /* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_top {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  /* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_top {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_top {
    padding: 100px 0;
  }
}

/* line 17, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part img {
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  /* line 21, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 21, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 21, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

/* line 36, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 576px) {
  /* line 36, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 36, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 36, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

/* line 56, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part p {
  margin-bottom: 10px;
  color: #bebebe;
}

/* line 63, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .list-unstyled li a {
  color: #bebebe;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

/* line 68, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .list-unstyled li a:hover {
  color: #fff !important;
}

/* line 75, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .social_icon {
  float: left;
  margin-top: 38px;
}

@media (max-width: 991px) {
  /* line 75, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part .social_icon {
    margin-top: 15px;
  }
}

/* line 86, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .social_icon li a {
  margin-left: 0;
  margin-right: 25px;
}

/* line 95, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part {
  position: relative;
}

/* line 98, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part input {
  padding: 9px 22px;
  font-size: 13px;
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  background-color: #f9f9fe;
  border: 1px solid transparent;
}

/* line 108, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part .email_icon {
  position: absolute;
  right: 0px;
  top: 20px;
  height: 39.3px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  line-height: 10px;
  background-size: 200% auto;
}

/* line 119, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part .email_icon i {
  font-size: 15px;
}

/* line 123, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part .button-contactForm {
  padding: 11px;
  border: 2px solid;
  border-image: linear-gradient(to left, #02060c 0%, #fff 100%);
  border-image-slice: 1;
}

/* line 132, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part hr {
  background-color: #cad7dc;
  margin-top: 50px;
  margin-bottom: 25px;
}

/* line 138, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .footer_icon {
  text-align: right;
}

/* line 141, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .footer_icon li {
  display: inline-block;
}

/* line 144, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .footer_icon li a {
  font-size: 14px;
  color: #555555;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 576px) {
  /* line 144, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 144, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

/* line 165, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .footer_icon li a :hover {
  color: #fff;
}

@media (max-width: 576px) {
  /* line 138, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_icon {
    float: left;
    margin-top: 15px;
  }
}

/* line 184, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .copyright_text p {
  color: #888;
}

/* line 188, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .copyright_text span {
  color: #fff;
  font-size: 12px;
}

@media (max-width: 991px) {
  /* line 183, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .copyright_text {
    text-align: center !important;
  }
}

/* line 200, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .copyright_text p a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 204, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .copyright_text p a:hover {
  color: #fff;
}

/* line 209, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .info {
  color: red !important;
}

@media (max-width: 991px) {
  /* line 214, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_icon {
    text-align: center;
    float: none;
  }
}

/* line 223, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .copygight_text {
  background-color: #0b111f;
  padding: 30px 0;
}

/* line 75, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 80, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 85, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
u{
}

/* line 93, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 97, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 101, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 105, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 109, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 113, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 117, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
h1, h2, h3, h4, h6 {
  line-height: 1.2em;
}

/* line 127, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 137, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.button-area {
  background: #fff;
}

/* line 138, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 146, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 149, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 155, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 166, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn:focus {
  outline: none;
}

/* line 169, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 173, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.large {
  line-height: 45px;
}

/* line 176, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.medium {
  line-height: 30px;
}

/* line 179, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.small {
  line-height: 25px;
}

/* line 182, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 185, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 188, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 195, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 199, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 203, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 208, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 211, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 217, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.primary {
  color: #fff;
  background: #fff;
  border: 1px solid transparent;
}

/* line 221, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.primary:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #fff;
}

/* line 227, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.primary-border {
  color: #fff;
  border: 1px solid #fff;
  background: #fff;
}

/* line 231, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #fff;
  border: 1px solid transparent;
}

/* line 237, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 241, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 247, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 251, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 257, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 261, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 267, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 271, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 277, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 281, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 287, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 291, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 297, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 301, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 307, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 311, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 317, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 322, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 328, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 333, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 339, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 347, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #fff;
}

/* line 353, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 357, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 361, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 365, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .country {
  width: 28.07%;
}

/* line 368, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}

/* line 371, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 375, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-head {
  display: flex;
}

/* line 377, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 387, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 391, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 399, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 404, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 408, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 411, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 414, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 417, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 420, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 423, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 426, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 429, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 432, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 441, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 449, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 455, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 459, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 473, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.ordered-list {
  margin-left: 30px;
}

/* line 475, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #fff;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 480, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 488, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #fff;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 494, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 502, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #fff;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 508, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 515, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 523, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.single-input:focus {
  outline: none;
}

/* line 528, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.input-group-icon {
  position: relative;
}

/* line 530, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 535, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.input-group-icon .icon i {
  color: #797979;
}

/* line 540, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 545, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 555, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.single-textarea:focus {
  outline: none;
}

/* line 560, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 568, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #fff;
}

/* line 574, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 582, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 588, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 596, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 602, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 609, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 619, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 632, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.default-switch input:checked + label {
  left: 19px;
}

/* line 639, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 646, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 655, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 663, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 677, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 693, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 696, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-switch input:checked + label:before {
  background: #fff;
}

/* line 704, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 711, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 720, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 728, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 742, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 758, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 761, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 769, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 776, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 785, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 798, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 806, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 813, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 822, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 835, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 843, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 850, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 859, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 871, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 876, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 884, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 891, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 900, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 913, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 921, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 928, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 937, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 950, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 958, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 965, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 974, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 986, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 991, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 1086, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1089, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1093, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1096, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1099, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_elements.scss */
.switch-wrap {
  margin-bottom: 10px;
}

/**************** blog part css start ****************/
@media (max-width: 576px) {
  /* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part {
    padding-bottom: 50px;
  }
}

/* line 15, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .card {
  border: 0px solid transparent;
}

/* line 18, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit !important;
}

@media (max-width: 576px) {
  /* line 23, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 23, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 23, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 20px;
  }
}

/* line 36, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card-img-top {
  border-radius: 0px;
}

/* line 39, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card {
  border-radius: 0px;
  background-color: transparent;
  position: relative;
}

/* line 44, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card .card-body {
  padding: 35px 30px 23px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #edeff2;
}

/* line 49, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card .card-body:hover {
  box-shadow: 0px 10px 30px 0px rgba(12, 46, 96, 0.1);
  border: 1px solid transparent;
}

@media (max-width: 576px) {
  /* line 44, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 44, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 44, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 20px;
  }
}

/* line 66, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card .card-body .btn_4 {
  margin-bottom: 20px;
}

/* line 70, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card .card-body a {
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/* line 76, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card .dot {
  position: relative;
  padding-left: 20px;
}

/* line 79, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card .dot:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}

/* line 90, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card span {
  color: #8a8a8a;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 576px) {
  /* line 90, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 90, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 90, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 90, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

/* line 112, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card h5 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 19px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  /* line 112, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 5px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 112, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 112, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 112, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

/* line 133, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card h5:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #fff;
}

/* line 139, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card ul {
  border-top: 1px solid #edeff2;
  padding-top: 20px;
  margin-top: 24px;
}

/* line 143, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card ul li {
  display: inline-block;
  color: #8a8a8a;
  margin-right: 39px;
}

@media (max-width: 576px) {
  /* line 143, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 143, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 143, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 143, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

/* line 159, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_blog_part.scss */
.blog_part .single-home-blog .card ul li span {
  margin-right: 10px;
}

/*=================== contact banner start ====================*/
/* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 6, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 9, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 17, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 23, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #fff;
}

/* line 29, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 39, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 47, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 88, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.form-contact .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 96, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 101, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 107, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.form-contact textarea {
  border-radius: 12px;
  height: 100% !important;
}

@media (max-width: 576px) {
  /* line 119, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
  .contact-section .btn_1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 127, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
  .contact-section .btn_1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 135, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
  .contact-section .btn_1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 143, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
  .contact-section .btn_1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 156, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 165, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 171, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 180, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 185, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 1, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_breadcrumb.scss */
.breadcrumb_bg {
}

/* line 5, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_breadcrumb.scss */
.breadcrumb {
  height: 5vh;
}

/* line 10, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner {
  height: 475px;
  width: 100%;
  display: table;
}

/* line 14, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
}

/* line 17, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: #fff;
  font-size: 90px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  /* line 17, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 17, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 17, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 17, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 50px;
  }
}

/* line 39, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
  font-size: 15px;
  color: #fff;
}

/* line 43, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
  margin: 0px 5px;
  font-size: 12px;
}

/* line 51, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_breadcrumb.scss */
.breadcrumb {
  margin-bottom: 0px !important;
}

/**********************footer part css*******************/
/* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .footer_top {
  padding: 140px 0 100px;
}

@media (max-width: 576px) {
  /* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_top {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  /* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_top {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 3, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_top {
    padding: 100px 0;
  }
}

/* line 17, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part img {
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  /* line 21, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 21, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 21, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

/* line 36, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 576px) {
  /* line 36, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 36, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 36, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

/* line 56, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part p {
  margin-bottom: 10px;
  color: #bebebe;
}

/* line 63, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .list-unstyled li a {
  color: #bebebe;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

/* line 68, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .list-unstyled li a:hover {
  color: #fff !important;
}

/* line 75, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .social_icon {
  float: left;
  margin-top: 38px;
}

@media (max-width: 991px) {
  /* line 75, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .single_footer_part .social_icon {
    margin-top: 15px;
  }
}

/* line 86, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .social_icon li a {
  margin-left: 0;
  margin-right: 25px;
}

/* line 95, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part {
  position: relative;
}

/* line 98, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part input {
  padding: 9px 22px;
  font-size: 13px;
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  background-color: #f9f9fe;
  border: 1px solid transparent;
}

/* line 108, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part .email_icon {
  position: absolute;
  right: 0px;
  top: 20px;
  height: 39.3px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  line-height: 10px;
  background-size: 200% auto;
}

/* line 119, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part .email_icon i {
  font-size: 15px;
}

/* line 123, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part .button-contactForm {
  padding: 11px;
  border: 2px solid;
  border-image: linear-gradient(to left, #02060c 0%, #fff 100%);
  border-image-slice: 1;
}

/* line 132, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part hr {
  background-color: #cad7dc;
  margin-top: 50px;
  margin-bottom: 25px;
}

/* line 138, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .footer_icon {
  text-align: right;
}

/* line 141, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .footer_icon li {
  display: inline-block;
}

/* line 144, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .footer_icon li a {
  font-size: 14px;
  color: #555555;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 576px) {
  /* line 144, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 144, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

/* line 165, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .footer_icon li a :hover {
  color: #fff;
}

@media (max-width: 576px) {
  /* line 138, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_icon {
    float: left;
    margin-top: 15px;
  }
}

/* line 184, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .copyright_text p {
  color: #888;
}

/* line 188, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .copyright_text span {
  color: #fff;
  font-size: 12px;
}

@media (max-width: 991px) {
  /* line 183, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .copyright_text {
    text-align: center !important;
  }
}

/* line 200, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .copyright_text p a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 204, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .copyright_text p a:hover {
  color: #fff;
}

/* line 209, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .info {
  color: red !important;
}

@media (max-width: 991px) {
  /* line 214, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
  .footer_part .footer_icon {
    text-align: center;
    float: none;
  }
}

/* line 223, ../../01 cl html template/03_jun 2019/186_Gaiming_html/sass/_footer.scss */
.footer_part .copygight_text {
  background: linear-gradient(to right, #232323b8 0%, #151515 100%);
  padding: 30px 0;
}

/*# sourceMappingURL=style.css.map */


/* ///////////\/\\\\\\\\\\\
   //  Znote YOUTUBE BB  \\
   ///////////\/\\\\\\\\\\\ */

   div.youtube {
    width: 100%;
    max-width: 560px;
  }
  
  div.aspectratio {
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
  }
  
  div.aspectratio > iframe {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 100%;
    height: 100%;
  }
  
  /* SHOP Category style */
  #categoryNavigator {
    background-color: #55555500;
    margin-top: 20px;
  }
  
  #categoryNavigator a {
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    margin: 20px;
  }
  
  #categoryNavigator a:hover {
    background-color: #ad7400;
  }
  
  table.hide {
    display: none;
  }
  
  .outfitColumn {
      position: relative;
  }
  
  .outfitColumn img {
      position: absolute;
      z-index: 1;
      top: -32px;
      left: -16px;
  }
  
  .auction_char .outfitColumn {
    height: 60px;
  }
  .auction_char .outfitColumn img {
    top: -16px;
    left: -20px;
  }
  
  /* Characterprofile table design */
  #characterProfileTable thead th:first-of-type {
    position: relative;
    width: 28%;
  }
  #characterProfileTable thead th:nth-child(2) {
    /*background-color: red;*/
  }
  
  #characterProfileTable thead h1 {
    text-shadow: none;
    color: white;
    padding: 0;
  }
  
  #characterProfileTable .outfit {
    position: absolute;
    left: 0;
    top: -16px;
  }
  #characterProfileTable .flag {
    position: absolute;
    right: 16px;
    top: 16px;
  }

.bottom-spacer {
    position: relative;
    bottom: 0px;
    margin: none;
    width: 100%;
    height: 4px;
    clear: both;
    background-color: #e7a126;
}
#header .bottom-spacer {
    height: 0px;
}

#content {
    width: 100%;
    background-color: white;
    background-image: url('../images/news_background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

#footer {
    width: 100%;
    height: 60px;
    background-color: black;
}

#footer .contents {
    color: white;
    line-height: 60px;
    text-align: center;
    margin: auto;
}

#column {
    min-height: 515px;
    width: 100%;
    max-width: 948px;
    padding: 10px 0px;
    margin: auto;
}

#column_noheight {
    width: 100%;
    max-width: 948px;
    padding: 10px 0px;
    margin: auto;
}
#store-home #big-categories>.row .card>a>div {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    z-index: 2;
    text-decoration: none;
    color: white;
    height: 100%;
}
#store-home #big-categories>.row .card {
    position: relative;
    text-align: center;
    height: 150px;
}
.card {
    border-radius: 1.15rem;
    width: 100%;
    border: 0px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 13%);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #007bff00;
    background-clip: border-box;
}
#store-home #big-categories>.row .card .card-img-top {
    transition: 1.25s all;
}
#store-home #big-categories>.row .card>a>img {
    object-fit: cover;
    height: 100%;
}
#store-home #big-categories>.row .card .card-img-top {
    transition: 1.25s all;
}
#store-home #big-categories>.row .card>a>img {
    object-fit: cover;
    height: 100%;
}
.no-drag {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
img {
    vertical-align: middle;
}
img {
    border-style: none;
}
img {
    vertical-align: middle;
    border-style: none;
}
img {
    border-style: none;
}
img {
    border-style: none;
}
.mfp-container:before, .mfp-content, img {
    vertical-align: middle;
}
*, *:before, *:after {
    box-sizing: inherit;
}
*, ::after, ::before {
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
*, .mfp-container, .slick-slider, ::after, ::before, img.mfp-img {
    box-sizing: border-box;
}
#store-home #big-categories>.row .card>a {
    overflow: hidden;
    float: left;
    border-radius: 1.15rem;
    text-decoration: none;
    color: white;
    height: 100%;
}
a {
    color: inherit;
}
a {
    color: grey;
    text-decoration: none;
    background-color: transparent;
}
a {
    color: #4183c4;
    text-decoration: none;
}
a {
    color: #ffffff;
    -webkit-text-decoration-skip: objects;
}
.mfp-close, a {
    text-decoration: none;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
#store-home #big-categories>.row .card {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    height: 150px;
}
.card {
    display: -ms-flexbox;
}
.theme-dark body {
    font-family: "Roboto",sans-serif;
    background-color: #000;
    color: #c9c9c9;
}
body {
    color: #333;
    font-family: 'Helvetica', arial;
}
html, body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-width: 320px;
    background: #fff;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.4285em;
    color: rgba(0,0,0,.87);
    font-smoothing: antialiased;
}
body {
    font-family: Poppins,sans-serif;
    font-size: .875rem;
}
body {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #1f4b6e;
    background-color: #fff;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.btn_white {
    height: 37px;
    display: inline-block;
    line-height: 37px;
    padding: 0 15px;
    border-color: #be895b;
    border-style: groove;
    background: url(/publicimages/CMS/bgcms.png) repeat center top #060000;;;
    font-weight: bold;
    ;;color: #fff;;;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    ;;;;;;;;;;;;;;;;;;
    ;;
    ;;;;
    margin: 0 5px;
}
.btn_orange {
    height: 37px;
    display: inline-block;
    line-height: 37px;
    padding: 0 15px;
    border: 2px solid #fff;
    background: url(img/btn_bg_orange.png) repeat-x center;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgb(0 0 0 / 80%);
    transition: border-color ease-in-out 0.1s, color ease-in-out 0.2s;
    margin: 0 5px;
}
w1_m_con {
    width: 622px;
    height: 213px;
    margin: 22px auto 0 auto;
}
.w1_m_flash {
    width: 305px;
    height: 207px;
    border: 3px solid #000;
}
.por {
    position: relative;
}
.fl {
    float: left;
}
.w1_m_bgn {
    margin-left: 21px;
}
.w1_m_con {
    width: 622px;
    height: 213px;
    margin: 22px auto 0 auto;
}
/*wrap1*/
.w1_m_con{width: 622px;height: 213px;margin: 22px auto 0 auto;}
.w1_m_flash{width: 305px;height: 207px;border: 3px solid #000;}
.w1_m_flash img{cursor: pointer}
.w1_m_flash object{width: 100%;height: 100%;background-color: #000;}
.w1_m_flash embed{background: #000;}
.wrap1 .wrap_main p{width: 806px;height: 187px;margin: 403px auto 0 auto;background: url("../images/title_new.png") no-repeat;}
.w1_m_bgn{margin-left: 21px;}
.w1_m_bgn {
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(51%, #02060c), to(#fff));
  background-image: -webkit-linear-gradient(right, #fff 0%, #02060c 51%, #fff 100%);
  background-image: -o-linear-gradient(right, #fff 0%, #02060c 51%, #fff 100%);
  background-image: linear-gradient(to left, #fff 0%, #02060c 51%, #fff 100%);
}
.w1_m_bgn a.w1_b1{background-position: 0 -179px;}
.w1_m_bgn a.w1_b1:hover{background-position: -2880px -1790px;}
.w1_m_bgn a.w1_b2{background-position: 0 -278px;}
.w1_m_bgn a.w1_b2:hover{background-position: -2880px -2780px;}
/*wrap2*/
.w2_h1{font-size: 28px;background: url("../images/word_change.png") no-repeat;height: 199px;margin: 161px 0 37px;}
.wrap2 .w2_ul1 li{color: #0d0900;font-size: 22px;height: 32px;line-height: 32px;padding-left: 62px;background: url("../images/img.png") no-repeat;margin-bottom: 19px;cursor: default}
.wrap2 .w2_ul1 li.w2_line1{background-position: -650px -179px;}
.wrap2 .w2_ul1 li.w2_line2{background-position: -650px -252px;}
.wrap2 .w2_ul1 li.w2_line3{background-position: -650px -326px;}
.w2_Partner{padding:20px 0 62px 19px;height:70px;background: url("../images/hezuoshang.png") no-repeat 0px 20px;margin-bottom: 0px;}
.w2_m_main{width: 484px;height: 187px;background: url("../images/w2_mainbg.png") no-repeat;margin: 0 0 0 14px;padding: 28px 63px 0 34px;}
.w2_m_main ul li{padding:0 0 0 30px;background: url("../images/img.png") no-repeat -680px -437px;line-height: 51px;border-bottom: 1px dashed #979191;font-size: 22px;}
.w2_m_main ul li a{color:#000;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor: default}
/*wrap3*/
.wrap3 .w3_main{width: 400px;height: 350px;padding: 10px;background: #fff;float: left;margin: 0 50px 30px 0;}
.wrap3 .w3_main .w3_m_h1{padding-left: 47px;font-size: 28px;line-height: 40px;background: url("../images/img.png") no-repeat;text-transform: uppercase;margin: 0 0 11px 0;cursor: default}
.wrap3 .w3_main1 .w3_m_h1{background-position: -671px -495px;}
.wrap3 .w3_main2 .w3_m_h1{background-position: -671px -541px;}
.wrap3 .w3_main3 .w3_m_h1{background-position: -667px -636px;}
.wrap3 .w3_main4 .w3_m_h1{background-position: -671px -590px;}
.w3_main img{margin: 0 0 0 9px;}
.wrap3 .w3_main .w3_m_h2{margin: 0 0 0 154px;height: 131px;}
.wrap3 .w3_main .w3_m_h2 p{color: #a2010c;font-size: 26px;text-transform: uppercase;font-weight: bold;cursor: pointer}
.wrap3 .w3_main .w3_m_h2 span{color: #7c7c7c;line-height: 30px;font-size: 14px;padding: 0 0 0 3px;cursor: default}
.wrap3 .w3_main .w3_main_p p{line-height: 22px;font-size: 14px;cursor: pointer}
.wrap3 .w3_main .w3_main_p{padding:8px 0 0 11px;height: 115px;overflow: hidden;}
.w3_main_p p:hover{color: #f89c1c;}
/*.wrap3 .w3_main .w3_main_p:hover{text-decoration: underline}*/
.w3_main ul{margin: 10px 0 0 0;}
.w3_main ul li{width: 32px;height: 34px;background: url("../images/img.png") no-repeat;float: right;margin-right: 11px;}
.w3_main ul li.face{background-position: 0px -444px;cursor: pointer;}
.w3_main ul li.google{background-position: -33px -444px;cursor: pointer;}
.w3_main ul li.tw{background-position: -67px -444px;cursor: pointer;}

.w3_m_div{margin: 60px 0 0 55px;}
/*wrap4*/
.w4_head{margin: 50px 0 0 40px;z-index: 2;}
.w4_head .w4_h_h1{font-family: Tahoma;font-size: 30px;padding: 0 0 0 50px;background: url("../images/img.png") no-repeat -663px -690px;line-height: 38px;cursor: default}
.w4_head ul{margin: 45px 0 0 0;overflow: hidden}
.w4_head ul li{float: left;margin: 0 23px 0 0;}
.w4_head ul li span{display: block;width: 100%;text-align: center;line-height: 20px;}
.w4_head ul li:hover span,.w4_head ul li.w4_on span{color: #721206;}
.w4_head ul li i{display: block;width: 90px;height: 99px;background: url("../images/img.png") no-repeat;}
.w4_head ul li.role_1 i{background-position:  0 -498px;}
.w4_head ul li.role_2 i{background-position:  -112px -498px;}
.w4_head ul li.role_3 i{background-position:  -224px -498px;}
.w4_head ul li.role_4 i{background-position:  -336px -498px;}
.w4_head ul li.role_5 i{background-position:  -448px -498px;}
.w4_head ul li.role_1.w4_on i{background-position:  0 -603px;}
.w4_head ul li.role_2.w4_on i{background-position:  -112px -603px;}
.w4_head ul li.role_3.w4_on i{background-position:  -224px -603px;}
.w4_head ul li.role_4.w4_on i{background-position:  -336px -603px;}
.w4_head ul li.role_5.w4_on i{background-position:  -448px -603px;}
.w4_head ul li.role_5:hover i,.w4_head ul li.Crimson_Fist.w4_on i{background-position:  -448px -603px;}
.w4_change{top: 0;left: 0;width: 1000px;height: 900px;}
.w4_c_main{padding: 280px 0 0 40px;width: 477px;height: 720px;}
.w4_c_main .w4_m_h1{line-height: 48px;padding-left: 63px;background: url("../images/img.png") no-repeat;font-weight: bold;text-transform: uppercase;font-size: 22px;cursor: default;    margin-bottom: 349px;}
.widget-title {
    background: url(/publicimages/CMS/menucms.png) no-repeat center top;
    padding: 10px 0px;
    border-radius: 15px 15px 0px 0px;
}
.widget-background {
    background: url(/publicimages/CMS/bgcms.png) repeat center top #060000;;
    border-radius: 15px;
    ;;
;border-color: #be895b;
    border-style: groove;;
}
.blog-content .search-widget .search-form {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
* {
    box-sizing: border-box;
}
folha de estilos do agente do utilizador
form {
    display: block;
    margin-top: 0em;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #c2d4f8;
    background-color: #1e1d32;
}
body {background: url(/publicimages/CMS/backgroundcms.png) no-repeat center top #000000;;;;;;;;font: 13px;font-family: open sans,sans-serif;font-weight: none;;color: #000000;;}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.color-white {
    color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.fweight-700 {
    font-weight: 700;
}
.font-agency {
    font-family: "Agency FB";
}
.uppercase {
    text-transform: uppercase;
}
.fweight-700 {
    font-weight: 700;
}
.fsize-12 {
    font-size: 12px;
}
.color-2 {
}
* {
    box-sizing: border-box;
}
div {
    display: block;
}
.discord {
    background: url();
    width: 50px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 5px;
}
.section li {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
.social {
    width: 100%;
    display: inline-block;
    padding: 5px;
}
/* =========== CMS: general =========== */

.nice_button, input[type="entrar"] {
    font-size: 12px;
    text-decoration: none !important;
    font-family: MuseoSlab, Helvetica, Arial, sans serif;
    padding: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 0px 2px black;
    -o-box-shadow: inset 0px 0px 2px black;
    -webkit-box-shadow: inset 0px 0px 2px black;
    -moz-box-shadow: inset 0px 0px 2px black;
}

.nice_button:active, input[type="entrar"]:hover {
    box-shadow: inset 0px 0px 3px black;
    -o-box-shadow: inset 0px 0px 3px black;
    -webkit-box-shadow: inset 0px 0px 3px black;
    -moz-box-shadow: inset 0px 0px 3px black;
}
#title {
    position: center;
    width: 730px;
    height: 49px;
    padding: 0;
    background: url(/publicimages/CMS/menucms.png);
    background-repeat: repeat-y;
    margin-bottom: 10px;
}
.nice_button, input[type="entrar"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #3a2300;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292724', endColorstr='#191816', GradientType=0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #cd9548;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    border-radius: 4px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2), 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .15), inset 0 0 0 1px rgba(255, 255, 255, .02), inset 0 2px 0 rgba(255, 255, 255, .05), 0 0 6px rgba(0, 0, 0, .4);
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}

.nice_button:hover, input[type="entrar"]:hover {
    background: #422800;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#2A2826', GradientType=0);
    box-shadow: inset 0 0 10px rgba(255, 204, 0, .02), inset 0 0 10px rgba(0, 0, 0, .15), inset 0 0 0 1px rgba(255, 255, 255, .02), inset 0 2px 0 rgba(255, 255, 255, .05), 0 0 6px rgba(0, 0, 0, .4);
    color: #efa034;
}

.nice_button:active, input[type="entrar"]:active {
    border: 1px inset #666;
}
.fieldset-custom {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-width: 2px;
    border-style: groove;
    border-color: #301f17;
    border-image: initial;
}
/* =========== Main =========== */
#hand {
	background-image: url(../images/hand.png);
	position: absolute;
	height: 38px;
	width: 95px;
	margin: -4px 0 0 19px;
	z-index: 3;
	display: none;
}

#bottom_bg {
	position:absolute;
	background-image:url(../images/lowerBackground.jpg);
	height:913px;
	width:1650px;
	left:50%;
	margin-left:-825px;
	z-index:1;
}

#wrapper {
	width:1018px;
	margin-top:286px;
	margin-bottom:119px;
	margin-left:auto;
	margin-right:auto;

	-webkit-border-radius: 0px 100px 0px 0px;
	-moz-border-radius: 0px 100px 0px 0px;
  border-radius: 0px 100px 0px 0px;
}

#main {
	min-height:1700px;
	margin-top: 298px;
}

#logoH {
	opacity: 0;
	filter:alpha(opacity=0);
	width: 457px;
	height: 140px;
	background:url(../images/logo.html) top;
	position: absolute;
	margin: -172px 0 0 489px;
}

#logoH:hover  {
	opacity: 1;
	filter:alpha(opacity=100);
}

.s{
	background:url(../images/separatorbackground.png) repeat-y;
	background-position:bottom center, top center;
	background-attachment: fixed;
}

.s2{
	background-image:url(../images/lowerBackground.jpg);
	background-position:bottom center, top center;
	margin-top: 650px;
}

div.caixa {
    width: 450px;
    height: 360px;
    overflow: auto;
}

.caixa {
	white-space: nowrap; 
	padding: 5px;
}
 
.caixa::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

.caixa::-webkit-scrollbar {
    width: 2em;
    height: 2em
}

.caixa::-webkit-scrollbar-track-piece {
    background-repeat: no-repeat, repeat-y;
}
 
.caixa::-webkit-scrollbar-thumb { 
	background-image: url("../images/kunaiTopDown.png");
}

.acctable {
	color: #FFF;
	border: 2px solid #1b120d;
	background-color: #2d1c14;
}

.acctable2 {
	color: #79745b;
	border: 2px solid #1b120d;
	background-color: #1b120d;
}

.tr-border {
	border: 1px solid #130c09;
}

tfoot, th, thead {
    border-color: #88745b;
    border-style: solid;
    border-width: 1px;
}

/* Form fields */
textarea {
	padding:8px;
	color:#3d4346;
	background-color: #f9f9ff;
	border: 1px solid #f9f9ff;
	font-family:MuseoSans, Arial, Helvetica, Sans-serif;
	font-size:12px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
option
{
	font-family:MuseoSans, Arial, Helvetica, Sans-serif;
	box-shadow: 0 0 0 1px #6d5b4a, inset 0 0 1px rgba(0,0,0,.5), inset 0 1px 1px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	font-size:12px;
	width:35%;
	padding:8px;
	color:#b9b3b3;
	background-color:#211c15;
	border:1px solid #080e14;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin:5px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}

select[type="text"],
select[type="password"],
select[type="email"],
select,
option
{
	font-family:MuseoSans, Arial, Helvetica, Sans-serif;
	box-shadow: 0 0 0 1px #6d5b4a, inset 0 0 1px rgba(0,0,0,.5), inset 0 1px 1px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	font-size:12px;
	width:35%;
	padding:8px;
	color:#b9b3b3;
	background-color:#211c15;
	border:1px solid #080e14;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin:5px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}
select  { 
	-webkit-appearance: none;
}
#register_expansion {
	overflow: hidden;
	background: url(../images/arrowB.jpg) no-repeat right #242424;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	color:#88745B;
	border:1px solid #20201D;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    color: #cfc49e;
}

.table {
	color: #af9760;
}

.tableDetail{
	border: 1px;
    border-style: solid;
	position: relative;
	margin-top: -36px;
	right: -97px !important;
	width:64.3% !important; 
}

.tableDetail tr{
	/*position: relative;*/
	background: #1B120D;
	font-weight: bold !important; 
	right: -97px !important;
}

.table-custom{
	border: 1px;
    border-style: solid;
	position: relative;
	margin-top: -36px;
	right: -97px !important;
	width:80% !important; 
}

.table-custom tr{
	/*position: relative;*/
	background: #1B120D;
	font-weight: bold !important; 
	right: -97px !important;
}

.hoverTablePage{
	 width:100%; 
}

.hoverTablePage tr{
	background: #1B120D;
	text-align: center;
	font-weight: bold;	
}

.tabelado{
	 width:100%; 

}

.tabelado td{
	border: 1px solid #88745b !important;
	background: #271712;
	text-align: center;
	font-weight: bold;	
}

.tablestyle {
	margin: 20px 0 30px 45;
	width: 60%;
}

.boldtableitens, .boldtableitens TD, .boldtableitens TH { 
	color:#9F9456; 
	border: 1px solid #200f07;
}

.botao {
	background-color: #185a18;
}

.botao-dois {
	padding: .2em .6em .3em;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-radius: .25em;
}
#container {
  display: inline-block;
  position: relative;
}

#container figcaption {
  position: absolute;
  top: 145px;
  right: 20px;
  font-size: 40px;
  color: black;
  text-shadow: 0px 0px 5px black;
}
.tabelaGrad {
    border-spacing: 0px;
    width: 100%;
    border: 1px solid #88745b;
    background: #1b1513;
    text-align: center;
    font-weight: bold;
    color: #88745b;
}
#rolls{
	position:absolute;
	width:100%;
	z-index:9999;
	top:50px;
	left:-50%;
	margin-left:50%;
	display:none;
}

#rolltop{
	height:40px;
	width:750px;
	background:url(RollTop.png);
}

#rolltext{
	width:692px;
	background:url(RollTextRoll.png) center repeat-y;
	display:none;
}

#rollbot{
	height:40px;
	width:750px;
	background:url(RollTop.png);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#blackback{
	position:relative;
	background:#000;
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	opacity:0.9;
	opacity:0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	display:none;
	z-index: 999 !important;
}

 .vocations {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
            }
            .vocation {
                flex: 15%;
                text-align: center;
            }
            .vocation input[type=radio] {
                display: none;
            }
            .vocation__radio-item:checked +.vocation-label .vocation-label__name {
                color: #cb8e60;
            }
            .vocation-label__img {
                max-width: 100%;
            }
            .vocation-label__name {
                display: block;
                color: #fff;
                font-family: monospace;
                font-size: 12px;
                font-weight: bold;
                cursor: default;
            }
            .vocation-label:hover .vocation-label__name, .vocation-label:active .vocation-label__name, .vocation-label:focus .vocation-label__name {
                color: #cb8e60;
            }
			
			.swal2-icon.swal2-error.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s;
}
.swal2-icon.swal2-error.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon 0.5s;
    animation: swal2-animate-error-icon 0.5s;
}
<style>
.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474;
}
.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474;
}
<style>
[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}
<style>
.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}
.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nice_button, input[type="submit"] {
    font-size: 12px;
    text-decoration: none !important;
    font-family: MuseoSlab, Helvetica, Arial, sans serif;
    padding: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 0px 2px black;
    -o-box-shadow: inset 0px 0px 2px black;
    -webkit-box-shadow: inset 0px 0px 2px black;
    -moz-box-shadow: inset 0px 0px 2px black;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg);
}

.nice_button:active, input[type="submit"]:hover {
    box-shadow: inset 0px 0px 3px black;
    -o-box-shadow: inset 0px 0px 3px black;
    -webkit-box-shadow: inset 0px 0px 3px black;
    -moz-box-shadow: inset 0px 0px 3px black;
}
#title {
    position: center;
    width: 730px;
    height: 49px;
    padding: 0;
    background: url(/publicimages/CMS/menucms.png);
    background-repeat: repeat-y;
    margin-bottom: 10px;
}
.nice_button, input[type="submit"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #3a2300;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292724', endColorstr='#191816', GradientType=0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #cd9548;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    border-radius: 4px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2), 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .15), inset 0 0 0 1px rgba(255, 255, 255, .02), inset 0 2px 0 rgba(255, 255, 255, .05), 0 0 6px rgba(0, 0, 0, .4);
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}

.nice_button:hover, input[type="submit"]:hover {
    background: #422800;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#2A2826', GradientType=0);
    box-shadow: inset 0 0 10px rgba(255, 204, 0, .02), inset 0 0 10px rgba(0, 0, 0, .15), inset 0 0 0 1px rgba(255, 255, 255, .02), inset 0 2px 0 rgba(255, 255, 255, .05), 0 0 6px rgba(0, 0, 0, .4);
    color: #efa034;
}

.nice_button:active, input[type="submit"]:active {
    border: 1px inset #666;
}
.nice_button, a[type="shopsys"] {background: #1b1b1b;width: 84px;padding: 10px 10px;border-radius: 5px;border: 1px solid hsl(30deg 53% 7%);cursor: pointer;transition-duration: 0.3s;}

.div-ntoshop, a[type="ntoshop"] {
    background: hsl(22, 79%, 7%);
    width: 84px;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid hsl(22, 79%, 20%);
    cursor: pointer;
    transition-duration: 0.3s;
}



.container-shopzin {
	background: #1b120dc2;
	padding: 10px 62px;
	border: 4px double rgb(190 137 91);
	border-radius: 5px;
	position: relative;
	top: -15px;
}

.container-shopzinn2 {
	background: #1b120dc2;
	border: 4px double rgb(190 137 91);
	border-radius: 5px;
	position: relative;
	top: -15px;
}

.nice_button, img[type="shopsys"] {
background: hsl(22, 79%, 7%);
    width: 84px;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid hsl(22, 79%, 20%);
    cursor: pointer;
    transition-duration: 0.3s;
}

.nice_button:hover, a[type="shopsys"]:hover {
background: #171717;
    width: 84px;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid hsl(30deg 56% 5%);
    cursor: pointer;
    transition-duration: 0.3s;
}

.container-shop {
    background: #42230ea3;
    padding: 10px 20px;
    border: 4px double rgb(181, 125, 82);
    border-radius: 5px;
}
.row-shop {
    margin-bottom: 20px;
}
.div-img {
    background: hsl(22deg 78% 16%);
    width: 84px;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid hsl(22, 79%, 20%);
    cursor: pointer;
    transition-duration: 0.3s;
}
.div-img:hover{
    background: hsl(22, 79%, 15%);
    transition-duration: 0.3s;
    border: 1px solid hsl(22, 79%, 7%);
}
.div-img div{
    font-weight: 600;
    color: white;
}
.div-img-active {
    background: hsl(22, 79%, 16%);
    border: 1px solid hsl(22, 79%, 7%);
    pointer-events: none;
    transition-duration: 0.3s;
}

.container-shop-items {
    margin-top: 5px;
    background: #42230ea3;
    padding: 10px 20px;
    border: 4px double rgb(181, 125, 82);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: auto;
}
.container-shop-items .containerItemsShop {
    padding: 20px 10px;
    margin-left: 40px;
}
.containerItemsShop .itemsContainer {
    width: 150px;
    height: 160px;
    background: #1b1b1b;
    border-radius: 5px;
    border: 1px solid #1a1108;
    align-items: center;
    text-align: center;
}
.itemsContainer img {
    padding: 30px;
    background: #151515;
    border-radius: 5px;
    border: 1px solid #1a1108;
    margin-top: 5px;
}
.btn-fechado {
    color: #fff0;
    background-color: #dc354500;
    border-color: #dc354500;
}

.itemsContainer .divItemsContainerText {
    margin-top: 34px;
    border-radius: 5px;
    text-shadow: none;
    height: 40px;
    border-top: 1px solid #1a1108;
    background: #151515;
    width: 100%;
    line-height: 40px;
    font-weight: 600;
    color: white;
}
.container-checkout {
    margin-top: 5px;
    margin-bottom: 5px;
    background: #42230ea3;
    padding: 10px 20px;
    border: 4px double rgb(181, 125, 82);
    border-radius: 5px;

}

/* =========== Top menu =========== */
#wrapper #top_menu {
	height: 83px;
	background-image: url(/publicimages/CMS/menucms.png);
	margin-top: -310px;
	position: absolute;
	width: 1075px !important;
	margin-left: -20px;
}

#top_menu li {
	float:left;
}

#top_menu li a {
	display:block;
	font-family:MuseoSlab;
	font-size:16px;
	color:#cf9139;
	padding:22px 26px;
	border-right:1px solid rgba(14,24,32,0.5);
	border-left:1px solid rgba(7,7,7,0.5);
	padding-bottom: 20px;
	margin-top: 9px;
}

#top_menu li a:hover {
	color:#ffddad;
	background-color:rgba(20,26,30,0.3);
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
}

#top_menu li a:active {
	color:#ffddad;
	background-color:rgba(20,26,30,0.6);
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
}

/* We don't want half borders on the first and last ones */
#top_menu li:first-child a {
	border-left:none;
}

#top_menu li:last-child a {
	border-right:none;
}

/* Move the first link away from the panda's hand */
#top_menu li:first-child {
	margin-left:150px;
}

#visual-info-center {
    background-color: #1b120dc2;
    background-repeat: repeat;
}
#visual-info {
    width: 730px;
    height: 49px;
	padding:0;
    background:url(/publicimages/CMS/menucms.png);
    background-repeat: repeat-y;
	position:absolute;
}
.titulo-menus {
    background-image: url();
    width: 284px;
    height: 63px;
    position: center;
    margin-bottom: -4px;
}

.container-criar {
    background: #42230ea3;
    padding: 0px 0px;
    border: 4px double rgb(181, 125, 82);
    border-radius: 5px;
}

.Text{
	color:#fff;
	font-family:monospace;
	font-size:13px;
	font-weight:bold;
	
	cursor:default;
}

input[type="text"], input[type="password"], input[type="email"], select, option {
    box-shadow: 0 0 0 1px #6d5b4a, inset 0 0 1px rgb(0 0 0 / 50%), inset 0 1px 1px rgb(0 0 0 / 50%), 0 0 5px rgb(0 0 0);
    padding: 8px;
    border: 1px solid #080e14;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
    color: #b9b3b3;
    background-color: #211c15;
    box-sizing: border-box;
    display: block;
    font-weight: normal;
    height: 42px;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 35%;
}
th {
    border-color: #402c1b;
    border-style: solid;
    border-width: 1px;
}
.btn-info2 {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1a1108;
}
.btn-info3 {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1a1108;
    position: relative;
    left: 20px;
    margin: 20px;
}
.btn-info5 {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1a1108;
    position: relative;
    left: 40px;
    margin: 20px;
}
.btn-info4 {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1a1108;
    position: relative;
    margin: 8px;
}
.span-points {
    color: white;
    background: #956245;
    border-radius: 0 0 5px 5px;
}
.span-prices {
    color: white;
    font-weight: bold;
}
.alert-info {
    color: #956245;
    background-color: #deb298;
    border-color: #b97e5c;
}
.span-donate {
    color: white;
    background: #28a745;
    border-radius: 5px;
}
.span-shop {
    color: white;
    background: rgb(0 123 255 / 50%);
    border-radius: 5px;
}
.container-shop-items {
    margin-top: 5px;
    background: #42230ea3;
    padding: 10px 20px;
    border: 4px double rgb(181, 125, 82);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: auto;
}
.span-mercado {
    color: white;
    background: #495057;
    border-radius: 5px;
}
    @media only screen and (max-width: 400px) {
    .mobile-hide{ display: none !important; }
    }
    @media only screen and (max-width: 400px) {
    .mobile{ display: inline !important; }
    }
    @media only screen and (min-width: 500px) {
    .desktop-hide{ display: none !important; }
    }
/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

body
{
  margin: 0;
  padding: 0;
  
  /* make it look decent enough */
  color: #88745b;
  font-family: "Avenir Next", "Avenir", sans-serif;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
.tableDetail-space {
    border-collapse: inherit !important;
}
.tableDetail {
    border: 1px;
    border-style: solid;
    position: relative;
    margin-top: -36px;
    right: -110px !important;
    width: 64.3% !important;
}

.hoverTablePage {
    width: 100%;
}

.table-custom {
    border: 1px;
    border-style: solid;
    position: relative;
    margin-top: -36px;
    right: -97px !important;
    width: 80% !important;
}
.card {
    background-color: #1b120d;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1b120d;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
tr.yellow td {
    background: #130c0a;
    color: #FFF;
    border: 1px solid #060302;
    padding: 7px 4px;
    text-align: left;
}
.card2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #0d0b09;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
#visual-info-personagens {
    position: absolute;
    width: 727px;
    height: 60px;
    margin: 0;
    background: url(/publicimages/CMS/top.png);
    background-repeat: repeat-y;
}
.alert {
    overflow: auto;
}
.alert-me {
    background-color: #7187dd;
    color: #ffffff;
    border-bottom: 4px solid #6479cb;
    padding: 5px 20px;
    margin-bottom: 5px;
}
.elo {
    width: 200px; /* width of container */
    height: 70px; /* height of container */
    object-fit: cover;
    border: 5px solid transparent;
}
.cropped2 {
    width: 200px; /* width of container */
    height: 200px; /* height of container */
    object-fit: cover;
    object-position: 20px 10px; /* try 20% 10% */ 
    border: 5px solid black;
}
.div-downloads {
    padding: 10px;
    background: #442E1B;
    border-radius: 5px;
    border: 1px solid #31231f;
    margin: 10px;
    display: flex;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.btn-info7 {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1a1108;
    width: 80px;
    height: 100px;
}