<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************** extend css start ****************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&amp;display=swap');

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.font38{
    font-size:18px;
}
.colorff{
    color: #FF6800;
}
.dnone{
    display:none;
}
.item_text{
  animation: key1 .7s ease infinite alternate;
}

.ncolor{
color:#fab265;
}

@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}




.form-control{
    padding: 20px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px 0 0 6px;
    border:1px solid #ff6800;
    width:275px !important;height:60px;line-height:55px;max-width:100%;
    margin-right: -1px;
}

.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}


.sub_heading {
  position: relative;
}
.sub_heading h2 {
  font-weight: bold;
  font-size: 64px;
  text-transform: capitalize;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .sub_heading h2 {
    font-size: 30px;
  }
}
.sub_heading span {
  font-weight: bold;
  font-size: 120px;
  opacity: 0.15;
  position: absolute;
  bottom: -45px;
          top: -15%;
    left: 49%;
    transform: translate(-50%, -50%);
  text-shadow:   1px 1px 6px #ff6800, 0 0 5px #ffd900;
  color: #1D1E23;
}
@media only screen and (max-width: 767px) {
  .sub_heading span {
    /*bottom: 60px;*/
    bottom: 40px;
    /*left: 15px;*/
    font-size: 35px;
  }
    .sub_heading h4 {
    font-size: 26px !important;
  }
  .client_logo{
      margin:0;
  }
}


.linear{
    font-family: "Poppins", sans-serif;
    background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.sub_heading h4{
font-size: 40px;
font-weight: bold;
text-align: center;
font-family: "Poppins", sans-serif;
background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
/*    font-size: 34px;*/
/*text-align: center;*/
/*font-family: "Poppins", sans-serif;*/
/*background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);*/
/*-webkit-background-clip: text;*/
/*-webkit-text-fill-color: transparent;*/
/*background-clip: text;*/
/*text-fill-color: transparent;*/
}


.message_submit_form:focus {
  outline: none;
}


input:hover, input:focus {
  outline: none !important;
}


.gray_bg {
  background-color: #f7f7f7;
}


.section_padding {
  padding: 50px 0px;
    /*padding: 80px 0px;*/
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .section_padding {
    padding: 100px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 576px) {
 
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .section_padding {
    padding: 70px 0px;
  }
}


.single_padding_top {
  padding-top: 140px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media (max-width: 576px) {
 
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .single_padding_top {
    padding-top: 100px !important;
  }
}


.padding_top {
  padding-top: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .padding_top {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .padding_top {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
 
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .padding_top {
    padding-top: 70px;
  }
}


.padding_bottom {
  padding-bottom: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .padding_bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media (max-width: 576px) {
 
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .padding_bottom {
    padding-bottom: 70px;
  }
}


a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


a:hover {
  outline: none;
  text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
}


p {
  font-family: "Poppins", sans-serif;
  line-height: 29px;
  font-size: 18px;
  margin-bottom: 0px;
  color: #c9c9c9;
  font-weight: 400;
}


h2 {
  font-size: 44px;
  line-height: 28px;
  font-weight: 600;
  line-height: 1.222;
}

@media (max-width: 576px) {
 
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}


h3 {
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 576px) {
 
  h3 {
    font-size: 20px;
  }
}


h5 {
  font-size: 18px;
  line-height: 22px;
}


img {
  max-width: 100%;
}


a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}


.section_tittle {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
 
  .section_tittle {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .section_tittle {
    margin-bottom: 50px;
  }
}


.section_tittle h2 {
  font-size: 45px;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
  position: relative;
  margin-bottom: 28px;
}

@media (max-width: 576px) {
 
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .section_tittle h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}


.section_tittle p {
  text-transform: capitalize;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 576px) {
 
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .section_tittle p {
    margin-bottom: 10px;
  }
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 576px) {
 
  .mb_110 {
    margin-bottom: 220px;
  }
}


.mt_130 {
  margin-top: 130px;
}

@media (max-width: 576px) {
 
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .mt_130 {
    margin-top: 70px;
  }
}


.mb_130 {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
 
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .mb_130 {
    margin-bottom: 100px;
  }
}


.padding_less_40 {
  margin-bottom: -50px;
}


.z_index {
  z-index: 9 !important;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
 
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
 
  [class*="hero-ani-"] {
    display: none !important;
  }
}


.body_bg {
  /*background-image: url("../img/body_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  background: #0B1419;
}


.black .footer_top {
  padding: 65px 0 100px !important;
}

@media (max-width: 991px) {
 
  .black .footer_top {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .black .footer_top {
    padding: 100px 0;
  }
}


.black p {
  color: #888888;
}


.black h2, .black h3, .black h4, .black h5 {
  color: #2f2d4e;
}


.black .copygight_text {
  background-color: #ebebeb !important;
}

/**************** common css end ****************/


.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;
}


.submit_btn:hover {
  background: transparent;
}


.btn_1 {
  display: inline-block;
  /*padding: 18.5px 40px;*/
  padding: 12px 21px;
   /*padding: 8px 8px;*/
  margin: 0 5px;
   font-size: 14px;
   font-family: "Poppins", sans-serif;
  font-weight: 500;
  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: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  border-radius: 6px;
}

.btn_1:hover {
  color: #fff !important;
  background-position: right center;
  background: linear-gradient(98.36deg, #FDB900 -1.83%, #FF6800 100%);
}

@media (max-width: 576px) {
 
  .btn_1 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .btn_1 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .btn_1 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}

.btn2 {
  display: inline-block;
  padding: 19px 40px;
  /*padding: 15px 25px;*/
  margin-left:-3px; 
   font-size: 15px;
   font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 0 6px 6px 0;
  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: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
}

.btn2:hover {
  color: #fff !important;
  background-position: right center;
}

@media (max-width: 576px) {
    .form-control{
        width: 175px!important;
        height: 45px;
        font-size:0.8rem;
    }
  .btn2 {
    /*padding: 18.5px 30px;*/
    padding: 10px 5px;
    margin-top: 0px;
    border-radius: 6px;
    border: 1px solid #ff6800;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .btn2 {
    padding: 18px 30px;
    border-radius: 0 6px 6px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .btn2 {
    padding: 18px 30px;
    margin-top: 25px;
  }
}


.btn_2 {
  display: inline-block;
  padding: 18.5px 40px;
  border-radius: 0;
  background-color: #fff;
  font-size: 15px;
  font-family: "Poppins", 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;
}


.btn_2:hover {
  color: #fff !important;
  border: 1px solid #ff0000;
  background-position: right center;
  background-color: #ff0000;
}

@media (max-width: 576px) {
  .btn_2 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn_2 {
    padding: 10px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .btn_2 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}


.btn_4 {
  color: #ff0000;
  font-size: 15px;
  font-weight: 700;
  margin-top: 53px;
  display: inline-block;
}

@media (max-width: 991px) {
 
  .btn_4 {
    margin-top: 30px;
  }
}


.btn_4 img {
  width: 20px;
  margin-left: 15px;
}


.member-info-content p{
    color:#f5f5f5;
}

.btn_5 {
  display: inline-block;
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  color:#ffffff;
  border-radius: 6px;
  margin: 0 4px;
}

.btn_5:hover {
  color: #fefefe !important;
  border: 1px solid #ff0000;
  background: linear-gradient(98.36deg, #FDB900 -1.83%, #FF6800 100%);
  margin: 0 4px;
}


.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: #ff0000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
 
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}


.button:hover {
  color: #fff;
}


.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}


.button-link:hover {
  background: transparent;
  color: #3b1d82;
}


.button-header {
  color: #fff;
  border-color: #edeff2;
}


.button-header:hover {
  background: #b8024c;
  color: #fff;
}


.button-contactForm {
  color: #fff;
  border-color: #edeff2;
  padding: 12px 25px;
}




/**************menu part start*****************/

.main_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}


.main_menu .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0px;
}


.main_menu .navbar {
  padding: 0px;
}


.main_menu .main-menu-item {
  justify-content: center;
}


.main_menu .main-menu-item ul li .nav-link {
  color: #fff;
  font-size: 15px;
  /*padding: 43px 23px;*/
    padding: 43px 15px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 400;
}


.main_menu .main-menu-item ul li .nav-link:hover {
  color: #bdb8b8;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .main_menu .main-menu-item ul li .nav-link {
    padding: 35px 20px;
  }
}


.main_menu .main-menu-item .nav-item a {
  position: relative;
  z-index: 1;
}


.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;
}


.main_menu .main-menu-item .nav-item a:hover:before {
  width: 67%;
}


.main_menu #search_1 i {
  color: #fff;
}


.main_menu .dropdown-toggle:hover .nav-item .dropdown {
  color: #ff0000 !important;
}


.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: #ff0000;
}


.main_menu #search_input_box ::placeholder {
  color: #fff;
}

@media (max-width: 991px) {
 
  .main_menu #search_input_box {
    margin-top: 15px;
  }
}


.main_menu #search_input_box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}


.main_menu #search_input_box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}


.main_menu #search_input_box .ti-close {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  padding-right: 0;
}


.main_menu .search-inner {
  padding: 5px 5px;
}


.main_menu .form-control:focus {
  box-shadow: none;
}


.main_menu .active_color {
  color: #f5790b !important;
}


.cart {
  margin-left: 20px;
}


.cart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: 0px solid transparent;
}


.cart i {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 15px;
}


.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;
}





.menu_fixed .active_color {
  color: #ff0000 !important;
}


.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  border: 0px solid transparent;
  background-color: #ff0000;
}


.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px !important;
  color: #fff !important;
  background-color: #ff0000;
  text-transform: capitalize;
}


.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

@media (max-width: 991px) {
 
  .main_menu {
    padding: 26px 0px;
  }
 
  .home_menu .main-menu-item {
    padding-left: 0px;
  }
 
  .main_menu .main-menu-item {
    text-align: left !important;
  }
 
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
 
  .main_menu .main-menu-item .nav-item .nav-link {
    padding: 5px 15px !important;
    color: #000;
  }
 
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
 
    
  
 
  .navbar-brand img {
    max-width: 100px;
  }
 
  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
 
  .menu_icon i {
    color: #fff;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
 
  .navbar-brand img {
    max-width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    top: 10px;
  }
 
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    left: 0;
  }
 
  .btn_1 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
 
  .navbar-brand img {
    max-width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    top: 10px;
  }
 
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    left: 0;
  }
 
  .btn_1 {
    margin-top: 0;
  }
}


.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa;
}


.dropdown:hover .dropdown-menu {
  display: block;
}


.single_page_menu .main-menu-item .nav-item a {
  position: relative;
  z-index: 1;
}


.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;
}


.single_page_menu .main-menu-item .nav-item a:hover:before {
  width: 67%;
}

/**************** banner part css start ****************/

.banner_part {
 
  position: relative;
  background-image: url(../img/Main_headerIMG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.banner_part .banner_text {
  display: table;
  margin-top: 150px;
  padding-top: 50px;
  width: 100%;
  height: auto;
  margin-bottom: 150px;
}


.banner_part .banner_text .banner_text_iner {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 991px) {
 
  .banner_part .banner_text {
    height: auto;
  }
  .menu-unstyled {
    display: block !important;
    /*justify-content: center;*/
}
.single_footer_left {
  float: none !important;
  text-align: center;
}
.single_footer_right {
  float: none !important;
  text-align: center;
}
.celeb-grid {
  display:block !important;
}
/* .celebs-view {
  position: relative !important;

} */
.celebs-view a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
}

}



.banner_part .banner_text h1 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 32px;
  /*line-height: 70px;*/ /* abhi */
  line-height: 55px;
  color: #fff;
}

@media (max-width: 576px) {
 
  .banner_part .banner_text h1 {
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .banner_part .banner_text h1 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .banner_part .banner_text h1 {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .banner_part .banner_text h1 {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}


.banner_part .banner_text h1 span {
  color: #ff0000;
}


.banner_part .banner_text p {
  font-size: 20px;
  font-weight:bold;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 30px;
  padding-right: 140px;
}

@media (max-width: 991px) {
 
  .banner_part .banner_text p {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .banner_part .banner_text p {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
 
  .banner_part .banner_text .btn_1 {
    margin-top: 30px;
  }
}

/**************** hero part css end ****************/
/************client css start***************/

.client_logo {
  border-top:  1px solid transparent;
  border-bottom: 1px solid transparent;
  margin: 0 40px;
  box-sizing: content-box;
  border-width: 1px;
  
  border-image: linear-gradient(to right bottom, #411b01, #cb6313);
  border-image-slice: 1;
    
  /*border-top: 1px solid #FF6800;*/
  /*border-bottom: 1px solid #FF6800;*/
}

.client_logo .single_client_logo {
  display: flex;
  align-items: center;
}
.image{
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;

}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;

background: #FFFFFF;
border-radius: 6px;

}

.text{
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
font-weight:bold;
/*padding: 10px;*/
padding:4px;
}
 .image:hover {
  opacity: 0.3;
   background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
}
.single_client_logo:hover {
  transform: scale(1.1);
}
 .middle:hover {
  opacity: 1;
}

.client_logo .owl-carousel .owl-item img {
  width: auto;
}


.client_logo .single_client_logo {
  /*height: 150px;*/
  height: 130px;
}

.client_logo .single_client_logo img {
  margin: 0 auto;
  border-radius:10px;
}



/************about_us css start***************/

.about_us {
  position: relative;
  z-index: 99;
  font-family: "Poppins", sans-serif;
}
.about_us h4{
font-size: 40px;
font-weight: bold;
text-align: center;
font-family: "Poppins", sans-serif;
background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.about_us .about_us_text h2 {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  line-height: 65px;
  margin-bottom: 8px;
  position: relative;
}

@media (max-width: 576px) {
 
  .about_us .about_us_text h2 {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .about_us .about_us_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) {
 
  .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) {
 
  .about_us .about_us_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}


.about_us .about_us_text p {
  margin-bottom: 17px;
}

@media (max-width: 576px) {
 
  .about_us .about_us_text p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .about_us .about_us_text p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .about_us .about_us_text p {
    margin-bottom: 10px;
  }
}


.about_us .about_us_text .btn_1 {
  margin-right: 27px;
}

@media (max-width: 991px) {
 
  .about_us .about_us_text .btn_1 {
    margin-right: 10px;
  }
  .text{
    padding: 5px;
    font-size: 10px !important;
  }
  .steps4{
    display: block !important;
    justify-content: space-between;
    align-items: center;
  }
}

.all-steps{
  margin: 80px 0;
}
.steps-section{
  position: relative;
}
.step1{

  background: linear-gradient(98.36deg, rgba(255, 104, 0, 0.1) -1.83%, rgba(253, 185, 0, 0.1) 100%);
backdrop-filter: blur(2px);
padding: 15px 10px;
margin: 50px 20px;
border-radius: 12px;
border: 1px solid;

    border-image-slice: 1;
    border-image-source: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
}
.border-webkit{
  position: absolute;
  -webkit-text-stroke:1px  #FFFFFF;
  font-size: 7em;
  font-weight: bold;
  color: black;
}
.steps4{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step1 h6{
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: capitalize;
}
.step1 p{
font-size: 14px;
text-transform: capitalize;

color: #FFFFFF;

opacity: 0.5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
  .about_us .about_us_text .btn_1 {
    margin-right: 10px;
  }
}






.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}


.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}


b,
sup,
sub,
u,
del {
  color: #ff0000;
}


h1 {
  font-size: 36px;
}


h2 {
  font-size: 30px;
}


h3 {
  font-size: 24px;
}


h4 {
  font-size: 18px;
}


h5 {
  font-size: 16px;
}


h6 {
  font-size: 14px;
}


h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}






.section-title h2{
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.team {
  padding: 50px 0;
}

.team .member {
    border:1px solid #fda300;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 12px;
 /*padding: 15px;*/
  box-sizing: border-box;

height: auto;

background: linear-gradient(98.36deg, rgba(255, 104, 0, 0.05) -1.83%, rgba(253, 185, 0, 0.05) 100%);

}
.team .member img{
  margin-top: 30px;
  margin-bottom: 50px;
}
.team .member .member-info {
  font-family: "Poppins", sans-serif;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.3s;
}
.team .member .member-info-content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.3s;
  text-align: center;
}
.team .member .social a {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 5px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  padding: 5px;
  
  /* added correction */
 width: 40px !important;
 height: 40px !important;
/* added correction */
}
.team .member .social a:hover {
  color: red;
}
.team .member .social i {

  font-size: 18px;
  margin: 5px 5px;
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.team .member .member-info:hover {
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  border-radius: 12px;
  opacity: 1;
  transition: 0.1s;
  margin: 1px;
  margin-top:0px;
}
.team .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.3s;
  top: 50px;
}
.team .member:hover .social {
  bottom: 5px;
  transition: bottom ease-in-out 0.3s;
}
.games-playnow{
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
border-radius: 4px;
margin: auto;
width: fit-content;
}
.game-text{
  color: #FFFFFF;

  padding: 10px;
  margin-bottom: 10px;
}
.middle-1 {
  
  position: absolute;
  top: 55%;
  left: 40%;
  text-align: center;

background: #FFFFFF;
border-radius: 6px;

}



.diff-services{
  font-family: "Poppins", sans-serif;
  display: flex;
}
.diff-services h4{
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
font-size: 16px;
font-weight: 900;
}

.service-options{
  justify-content: center;
  text-align: center;
padding: 20px 10px;
margin: 10px;
border: 1px solid;

    border-image-slice: 1;
    border-image-source: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
}

.service-options:hover h4{
  background: #fff;
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
 
}

.service-options:hover a{
  border: 1px solid #fff;
  background: none;
}
.service-options:hover{
 
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  color: #fff;
}
.service-options a{ 
  border-radius: 50%;
  color: #fff !important;
  font-size: 17px;
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  padding:  5px 10px;
}
.service-options p{ 
  margin-bottom: 20px;
  font-size: 13px;
}



.service-options2{
  justify-content: center;
  text-align: center;
padding: 20px 10px;
margin: 10px;
border: 1px solid #FDB900;
/*    border-image-slice: 1;*/
    /*border-image-source: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);*/
    
  border-radius: 8px;
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.service-options2:hover h4{
  background: #fff;
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.service-options2:hover a{
  border: 1px solid #fff;
  background: none;
}
.service-options2:hover{
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  color: #fff;
}
.service-options2 a{ 
  border-radius: 50%;
  color: #333 !important;
  font-size: 17px;
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  padding:  5px 10px;
}
.service-options2 p{ 
  margin-bottom: 20px;
  font-size: 13px;
  color:#ffffff;
}


.service-heading h2{
  font-size:3em;
  margin-top: 50px;
}
.service-content{
  position: relative;
  /*top: -50px;*/
}
@media (max-width: 991px) {
  .service-content{
    position: initial;
   
  }
  .payment{
    margin: auto !important;
  }
  .section-title h2 {
    margin-top: 50px  !important;
  }
  .grid {
    grid-gap: 10px !important;
  }
  .service-heading h2 {
font-size: 2em !important;
  }
}
.payment{
  margin-top: 50px !important;
}
.grid {
  text-align: center;
  display: grid;
  height: auto !important;
  grid-gap: 20px;
  align-content: center;
  
}
.grid a{
  border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
    background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding: 4px;
    font-size: 12px;

}

.six {
  grid-column: 2;
  grid-row: 1 ;
  margin-bottom: -80px;
}

.two{
  grid-column: 3 ;
  grid-row: 2;
}

.four {
  grid-column: 2;
  grid-row: 3/3;
  margin-top: -80px;
 
}
.five {
  grid-column: 1;
  grid-row: 2;
  
}


.grid &gt; div {
  border: 1px solid;
  background: linear-gradient(98.36deg, rgba(255, 104, 0, 0.1) -1.83%, rgba(253, 185, 0, 0.1) 100%);
  border-image-slice: 1;
  border-image-source: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
border-radius: 12px;
  font-weight: bold;
  padding: 20px 15px;
    line-height: 45px;
}
.celeb-section{
  padding: 10px;
  margin-bottom: 50px;
}
.video-link {
  display: block;
  width: auto;
  overflow: visible;
  position: relative;

  cursor: pointer;
}
.video-link .celebs-info{
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.video-link .celeb-name{
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 20px;
  font-weight: 900;
}
.video-link .thumbnail {
  width: 100%;
  height: auto;
}

.imgblur{
 filter: blur(5px);
}

.video-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/play-circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}
.play-link::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/play-circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}
.play-link:hover::after {
  background-size: 22%;
  -webkit-transition: background-size 0.2s ease-in-out;
  -moz-transition: background-size 0.2s ease-in-out;
  -o-transition: background-size 0.2s ease-in-out;
  transition: background-size 0.2s ease-in-out;
}
.video-link:hover::after {
  background-size: 22%;
  -webkit-transition: background-size 0.2s ease-in-out;
  -moz-transition: background-size 0.2s ease-in-out;
  -o-transition: background-size 0.2s ease-in-out;
  transition: background-size 0.2s ease-in-out;
}
.celebs-view{
  position: relative;
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  border-radius: 25px;
}
.celebs-view a{
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  text-align: center;
  color: #FF6800;
 
}
.thumb{
  opacity: 0;
}
.celeb-grid{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas:
    'celeb-1 celeb-2 celeb-3 '
    'celeb-1 celeb-4 celeb-5 '
  ;
}

.celeb-1 {
  grid-area: celeb-1;
}

.celeb-2 {
  grid-area: celeb-2;
}

.celeb-3 {
  grid-area: celeb-3;
}

.celeb-4 {
  grid-area: celeb-4 ;
}

.celeb-5 {
  grid-area: celeb-5;
}


/************review_part css start***************/

.section-padding{
	width:1170px;
	margin: 0 auto;
	padding:80px 0;
}

.owl-item .item {
   transform: translate3d(0, 0, 0); 
   /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
   transform: scale(0.9);
   transition: all .25s ease-in-out; 
   margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    filter: blur(3px);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: blur(0px);
}

.screenshot_slider .owl-nav {
    text-align: center;
    margin: 40px 0;
    display:block !important;
}

.screenshot_slider .owl-nav button {
	font-size: 25px !important;
	/*margin: 10px;*/ /* abhi */
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border: 2.3px solid #FF6800;
  border-radius: 100%;
   /*border-image: linear-gradient(to right, #FF6800,  #FDB900) 1;*/
}

button.owl-prev{
  position: absolute;
  /*left: -20px; */    /* abhi */
  left: -30px; 
  top: 180px;
}
button.owl-next{
  position: absolute;
  /*right: -20px;*/ /* abhi */
    right: -30px;
  top: 180px;
}

@media (max-width: 991px) {
  button.owl-prev{
    position: relative;
    left: 0;
    top: 0;
  }
  button.owl-next{
    position: relative;
    right: 0;
    top: 0;
  }
  .section-padding{
    width:auto !important;
    padding: 30px;
  }
}

/**********************footer part css*******************/

.footer_part .footer_top {
  padding: 10px 0 10px;
}

@media (max-width: 576px) {
  
  .footer_part .footer_top {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  
  .footer_part .footer_top {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .footer_part .footer_top {
    padding: 10px 0;
  }
}
.footer-logo-section{
  text-align: center;
}
.menu-unstyled{
  font-family: "Poppins", sans-serif;
 
  display: flex;
   
    justify-content: center;
}
.menu-unstyled li{
padding: 7px;
display:inline-block;

}
.menu-unstyled li a{ 
  color: #FFFFFF;
}

.footer_part img {
  /*margin-bottom: 35px;*/
  margin: 3px;
}
.single_footer_left{
  float: left;
  padding: 25px 10px;
  font-family: "Poppins", sans-serif;
}

.single_footer_right{

  float: right;
  padding: 25px 10px;
}
.single_footer_right h4{
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  padding-bottom: 15px;
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.single_footer_left h4{
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  padding-bottom: 15px;
  background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.footer_part .footer_icon {
  text-align: right;
}


.footer_part .footer_icon li {
  display: inline-block;
}


.footer_part .footer_icon li a {
  font-size: 18px;
  color: #ffffff;
    width: 36px;
    /*height: 24px;*/
    display: block;
    border-radius: 1em;
    text-align:center;
    background:#5050507d;
    padding: 4px;
  margin-left: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 576px) {
 
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

@media (max-width: 576px) {
 
  .footer_part .footer_icon {
    float: left;
    margin-top: 15px;
  }
}


.footer_part .copyright_text p {
  color: #D9DBE1;
}
.footer_part .copyright_text a {
  color: #ff6800;
}

.footer_part .copyright_text span {
  color: #ff0000;
  font-size: 12px;
}

@media (max-width: 991px) {
 
  .footer_part .copyright_text {
    text-align: center !important;
  }
}
.disclaimer_text {
  font-family: "Poppins", sans-serif;
  padding: 10px;
  border-top: 1px solid #D9DBE1;
  border-bottom: 1px solid #D9DBE1;
}
.disclaimer_text a{
background: linear-gradient(98.36deg, #FF6800 -1.83%, #FDB900 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
font-size: 15px;
font-weight:500;
}
.disclaimer_text p{
  font-size: 14px;
  color: #D9DBE1;
  padding: 5px 20px;
  line-height: 20px;
}

@media (max-width: 991px) {
 
  .footer_part .footer_icon {
    text-align: center;
    float: none;

  }
}


.footer_part .copygight_text {
  /*background-color: #0b111f;*/
  padding: 5px;
  /*border-top: 1px solid #D9DBE1;*/
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #0B1419;
}




@keyframes blink {
	0% {opacity: 0.1}
	49%{opacity: 0.2}
	50% {opacity: 1}
}

blink{animation: blink 1s infinite;	background: linear-gradient(110deg, #FF6800 34%, #FDB900 34%);}

.knockout {
    font-size:22px !important;
    line-height:30px !important;
	font-family: "Poppins", sans-serif;
	background: linear-gradient(110deg, #FF6800 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(110deg, #FF6800 34%, #FDB900 34%);
	background-size: 400%;
	-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.knockout {
		animation: Gradient 15s ease infinite;
		-webkit-animation: Gradient 15s ease infinite;
		-moz-animation: Gradient 15s ease infinite;
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 30% 60%
	}
	50% {
		background-position: 40% 50%
	}
	100% {
		background-position: 30% 20%
	}
	
}


.grecaptcha-badge{
    display:none !important;
}


.md_banner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.md_banner h5{
text-shadow: 0 0 5px #fff;
}
.a_wa {
    background:#111;
}


.colored {
     background-image: linear-gradient(to right, #FF6800, #FF6800 12.5%, #FF6800 12.5%, #FF6800 25%, #FDB900 25%, #FDB900 37.5%, #FDB900 37.5%, #FDB900);
  height: 2px;
   padding-right: 50%;
  background-origin: content-box;
  background-size: 200%;
  animation-name: colored;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(18);
}
  @keyframes colored {
  from {background-position: 0% 0%;}  
    to {background-position: 200% 0%;}
}

/*
 * Animated CSS button
 * Copyright Alexander Bodin 2019-09-07
 *
 * Useage: .class {@import button($button-size, $hue, $sat);}
 */
.animated-button {
  background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e0f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button1 {
  /*background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%);*/
  /*padding: 20px 40px;*/
  /*margin: 12px;*/
    margin:7px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4d4;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ff8b00;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button2 {
  background: linear-gradient(-30deg, #3d240b 50%, #2b1a08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7e6d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button2::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad9985;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button2:hover::before {
  opacity: 0.2;
}

.animated-button2 span {
  position: absolute;
}

.animated-button2 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to left, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button2 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to top, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button2 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to right, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button2 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to bottom, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button3 {
  background: linear-gradient(-30deg, #3d3d0b 50%, #2b2b08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7f7d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button3::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #adad85;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button3:hover::before {
  opacity: 0.2;
}

.animated-button3 span {
  position: absolute;
}

.animated-button3 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to left, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button3 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to top, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button3 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to right, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button3 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to bottom, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button4 {
  background: linear-gradient(-30deg, #243d0b 50%, #1a2b08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #e6f7d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button4::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #99ad85;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button4:hover::before {
  opacity: 0.2;
}

.animated-button4 span {
  position: absolute;
}

.animated-button4 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to left, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button4 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to top, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button4 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to right, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button4 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to bottom, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button5 {
  background: linear-gradient(-30deg, #0b3d0b 50%, #082b08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button5::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85ad85;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button5:hover::before {
  opacity: 0.2;
}

.animated-button5 span {
  position: absolute;
}

.animated-button5 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to left, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button5 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to top, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to right, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button5 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to bottom, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button6 {
  background: linear-gradient(-30deg, #0b3d24 50%, #082b1a 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7e6;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button6::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85ad99;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button6:hover::before {
  opacity: 0.2;
}

.animated-button6 span {
  position: absolute;
}

.animated-button6 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to left, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button6 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to top, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button6 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to right, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button6 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to bottom, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button7 {
  background: linear-gradient(-30deg, #0b3d3d 50%, #082b2b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button7::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85adad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button7:hover::before {
  opacity: 0.2;
}

.animated-button7 span {
  position: absolute;
}

.animated-button7 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to left, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button7 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to top, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button7 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to right, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button7 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to bottom, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button8 {
  background: linear-gradient(-30deg, #0b243d 50%, #081a2b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e6f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button8::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8599ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button8:hover::before {
  opacity: 0.2;
}

.animated-button8 span {
  position: absolute;
}

.animated-button8 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to left, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button8 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to top, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button8 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to right, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button8 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to bottom, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button9 {
  background: linear-gradient(-30deg, #0b0b3d 50%, #08082b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4d4f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button9::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8585ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button9:hover::before {
  opacity: 0.2;
}

.animated-button9 span {
  position: absolute;
}

.animated-button9 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to left, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button9 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to top, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button9 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to right, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button9 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to bottom, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button10 {
  background: linear-gradient(-30deg, #240b3d 50%, #1a082b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #e6d4f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button10::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #9985ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button10:hover::before {
  opacity: 0.2;
}

.animated-button10 span {
  position: absolute;
}

.animated-button10 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to left, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button10 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to top, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button10 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to right, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button10 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to bottom, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button11 {
  background: linear-gradient(-30deg, #3d0b3d 50%, #2b082b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button11::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad85ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button11:hover::before {
  opacity: 0.2;
}

.animated-button11 span {
  position: absolute;
}

.animated-button11 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to left, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button11 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to top, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button11 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to right, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button11 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to bottom, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button12 {
  background: linear-gradient(-30deg, #3d0b24 50%, #2b081a 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4e6;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button12::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8599;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button12:hover::before {
  opacity: 0.2;
}

.animated-button12 span {
  position: absolute;
}

.animated-button12 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to left, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button12 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to top, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button12 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to right, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button12 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to bottom, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}














/* slider */
.main .mainContant .swiper {
  width: 100%;
  /* height: 100%; */
}

.main .mainContant .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-slide{
    background:#111d23;
    padding:20px;
    border-radius:10px;
}
.main .mainContant .swiper .swiper-slide .slideBox {
  border-radius: 20px;
  color: #ffffff;
  width: 100%;
  position: relative;
}
th{
  color: #c9c9c9;
}
td{
  color: #c9c9c9;
}
.main .mainContant .swiper .swiper-slide .slideBox .slideContant {
  padding: 50px;
  font-family: 'Poppins';
  font-style: normal;
  color: #fff;
  font-weight: 500;
}

.main .mainContant .swiper .swiper-slide .slideBox .slideContant h6 {
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
  margin-bottom: 0px;
}

.main .mainContant .swiper .swiper-slide .slideBox .slideContant h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  margin: 6px 0px;
}

.main .mainContant .swiper .swiper-slide .slideBox .slideContant p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.main .mainContant .swiper .swiper-slide .slideBox .slideContant .getBonus {
  background-color: #fff;
  border-radius: 30px;
  width: 200px;
  height: 45px;
  color: #ffffff;
  font-size: 18px;
}

.main .mainContant .swiper .swiper-slide .slideBox .slideContant .getBonus img {
  margin-left: 10px;
}

.main .mainContant .swiper .swiper-slide .slideBox .slideImg img {
  max-width: 400px;
}

.fc{
    width:100% !important;
    border-radius:6px;
    color:#eee;
}
.loginModal .modal-content {
    padding: 30px !important;
    background-color: #3c444b !important;
    padding: 15px !important;
    color: #aaafb5 !important;
}</pre></body></html>