* {
  margin: 0;
  padding: 0;
  outline: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--f1);
}

:root {
  --brand: green;
  --brand1: #ffb600;
  --f1: 'Nunito', sans-serif;
  --f2: 'Anton', sans-serif;
  --f3: 'Montserrat', sans-serif;
  --p: 16px;
  --lh: 26px;
}


/* common css end */



/* nav part start */

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
}
.main_menu {
 
  background: var(--brand);
  z-index: 999;
}

.main_menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--f1);
  z-index: 2;
  transition: all linear .3s;
}

.main_menu ul li{
  margin: 0;
}
.main_menu ul li a:hover::after {
  opacity: 1;
}

.main_menu ul li a:hover {
  color: var(--brand1);
  background: transparent;
}

.main_menu .nav-link:focus,
.nav-link:hover {
  color: var(--brand1);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
}

.dropdown:hover .dropdown-menu {
    display: block;
    background-color: var(--brand);
}
.navbar-expand-md .navbar-nav .dropdown-menu{
  background: #444;
}
.main_menu ul li a:hover{
  color: var(--brand1);
}
.menu_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.header-get-a-quote a {
  padding: 14px 25px !important;
  color: #fff;
  margin-top: 5px;
  margin-left: 15px;
  background: var(--brand1);
  border-color: var(--brand1);
  font-family: var(--f1);
  line-height: 11px;
  font-weight: 700;
}

.header-get-a-quote a:hover {
  background-color: var(--brand);
  border-color: var(--brand1);}
/* nav part end */

/* Banner slider part start */


#banner_part {
  background: #150035;
  padding: 250px 0 285px 0;
  position: relative;
}

.banner_img img {
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
  height: 600px;
}


.banner_item {
  /*! padding: 130px 0; */
  padding-top: 150px;
  padding-bottom: 320px;
  position: relative;
  z-index: 999;
  height: 100vh;
}

.banner_item::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.banner_text h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  filter: drop-shadow(0 0 25px #4d0148);
}


.banner_text h1 {
  /* color: #ff39dc; */
  color: var(--brand1);
  font-family: 'Anton', sans-serif;
  font-size: 51px;
}

.clm_btn a {
  padding: 10px 22px;
  border: 1px solid var(--brand1);
  background: var(--brand1);
  width: 185px;
  margin: 0 auto;
  color: #fff;
  font-family: var(--f1);
  font-weight: 700;
  font-size: 24px;
  border-radius: 5px;
  transition: all linear .3s;
  margin-top: 40px;
}

.clm_btn a:hover{
  background-color: var(--brand);
border-color: var(--brand);
}

#Tounament {
  padding: 80px 0;
  background-color: var(--brand);
  border-bottom: 6px solid #047604;
}

.to-header p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffb600;
  font-family: var(--f1);
}

.to-header h4 {
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 30px;
  color: var(--brand1);
}

.to-btn {
  padding: 10px 20px;
  border: 1px solid var(--brand1);
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: var(--brand1);
  border-radius: 5px;
  transition: all linear .3s;
}

.to-btn:hover {
  background: transparent;
}

.to-inner img {
  border-radius: 8px;
  transition: all linear .3s;
}
.to-inner{
  position: relative;
    overflow: hidden;
}
.to-inner:hover img{
  transform: scale(1.1);
}

.slider-p {
  color: #f1f1f1;
  font-weight: 500;
  font-family: var(--f1);
  font-size: 17px;
}

.carousel-caption {
  width: 600px;
  bottom: 0;
}

#sub-banner{
  padding: 100px 0;
  background: var(--brand1);
}

.sub-banner-text h1{
  color: var(--brand);
font-weight: 900;
font-size: 36px;
position: relative;
}


.sub-banner-text h1::after {
	position: absolute;
	content: '';
	right: 34%;
	top: -82px;
	width: 100px;
	height: 100px;
	background: url(../img/card-shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.sub-banner-text h1::before {
	position: absolute;
	content: '';
	left: 34%;
	top: -82px;
	width: 100px;
	height: 100px;
	background: url(../img/card-shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}
.sub-banner-text p a{
  color: #fff;
font-size: 16px;
font-weight: 600;
font-family: 'Nunito', sans-serif;
padding-bottom: 15px;
}
#ab-banner{
  padding: 100px 0;
  background-color: var(--brand);
}
.ab-txt{
  color: var(--brand1) !important;
}
/* Banner slider part end */
textarea{
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--brand1);
  width: 100%;
}

.contract-g-map iframe {
	height: 334px;
	width: 450px;
	margin-top: 85px;
}
/* odometer part start */
#odometer {
  padding: 80px 0;
  background-color: var(--brand1);
  border-bottom: 6px solid #c89109;
}

.odometer {
  height: 100%;
  /*! width: 100%; */
  text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.9);
  /*! margin: 2em auto; */
  display: inline-block;
  /*! background: #222; */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0 2px 8px -2px #000;
  -webkit-box-shadow: inset 0 2px 8px -2px #000;
  box-shadow: inset 0 2px 8px -2px #000;
  padding: 30px 50px;
  /*! margin-left: 72px; */
  padding-right: 108px;
  display: flex;
  justify-content: center;
}

.digit {
  display: inline-block;
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0 50px;
  /*! text-align: center; */
  /*! margin: 0 auto; */
}

.digit:first-child {
  border-left: none;
}

.digit-container {
  line-height: 1em;
  -webkit-animation: slide infinite linear;
  animation: slide infinite linear;
}

.digit-one {
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  font-size: 47px;
}

.digit:last-child {
  border-right: 0;
}

.head-omo {
  color: var(--brand);
  font-size: 40px;
  font-family: var(--f3);
  font-weight: 600;
  margin-top: 12px;
}

.digit-ten {
  -webkit-animation-duration: 50000ms;
  animation-duration: 50000ms;
  font-size: 47px;
}

.digit-hundred {
  -webkit-animation-duration: 500000ms;
  animation-duration: 500000ms;
  font-size: 50px;
}

@-webkit-keyframes slide {
  from {
    -webkit-transform: translateY(-10em);
  }

  to {
    -webkit-transform: translateY(0);
  }
}

@keyframes slide {
  from {
    transform: translateY(-10em);
  }

  to {
    transform: translateY(0);
  }
}


/* odometer part end */

/* counter-up part start */
#counter-up {
  padding: 100px 0;
  background: var(--brand);
  border-bottom: 6px solid #047604;
}

.counter-item span {
  font-weight: 700;
  font-size: 44px;
  font-family: var(--f1);
  color: #fff;
}

.counter-item h5 {
  font-size: 30px;
  color: #ffb600;
  font-weight: 700;
  font-family: var(--f1);
}

/* counter-up part end */

/* about part start */
#about {
  padding: 100px 0;
  background: var(--brand1);
  border-bottom: 6px solid #c89109;
}

.about-content h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  color: var(--brand);
  font-family: var(--f1);
}

.about-content h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 32px;
  line-height: normal;
  margin: 10px 0;
  color: var(--brand);
}

.about-content p {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 26px;
  font-size: 15px;
  color: #444;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.about-icon {
  color: var(--brand);
  font-size: 34px;
}

.about-icon-text h4 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  font-family: var(--f3);
  margin-left: 17px;
}

.about-margin {
  margin-top: 30px;
}

.faq-main h4 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 32px;
  line-height: normal;
  margin: 10px 0;
  color: var(--brand);
  margin-top: 17px;
}

.faq-main p {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 26px;
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
}

.accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--brand1);
  background-color: var(--brand);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--f3);
}

.accordion-button {
  color: var(--brand1);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--f3);
  background-color: var(--brand);
}

.accordion-button::after {
  background-color: var(--brand1);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
}

/* about part end */

/* related game part start */


#related_game {
  padding: 80px 0;
  background: var(--brand);
  border-bottom: 6px solid #047604;
}

.game_head h4 {
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 30px;
  color: var(--brand1);
}

.game_head p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffb600;
  font-family: var(--f1);
}

.filter_img {
  position: relative;
}

.filter_img::after {
  position: absolute;
  content: '';
  left: 0;
  top: -34px;
  width: 100%;
  height: 6px;
  background-color: var(--brand1);
}

#gallery {
  padding: 80px 0;
}

.gallery_main ul {
  display: flex;
  justify-content: center;
}

.filter_menu ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.filter_menu ul li {
  padding: 10px 20px;
  background-color: transparent;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  cursor: pointer;
  font-weight: 600;
  font-family: var(--ff2);
  font-size: 17px;
  border: 1px solid;
  font-family: inherit;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  transition: all linear .5s;
  -webkit-transition: all linear .5s;
  -moz-transition: all linear .5s;
  -ms-transition: all linear .5s;
  -o-transition: all linear .5s;
  border-radius: .3em;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  -ms-border-radius: .3em;
  -o-border-radius: .3em;
  border-color: var(--brand1);
}

.filter_menu ul li.mixitup-control-active {
  background: var(--brand1);
  color: #fff;
}

.filter_menu ul li::before,
.filter_menu ul li::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -1;
  background-color: var(--brand);
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.filter_menu ul li::before {
  top: -1em;
  left: -1em;
}

.filter_menu ul li::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}

.filter_menu ul li:hover::before,
.filter_menu ul li:hover::after {
  height: 410px;
  width: 410px;
}

.filter_menu ul li:hover {
  color: #fff;
  border-color: var(--brand1);
  background: var(--brand1);
}

.filter_menu ul li:active {
  filter: brightness(.8);
}


.filter_img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.filter_img .img {
  width: 33.33%;
  padding: 10px;
}

.filter_img .img img {
  width: 100%;
  max-width: 100%;
  box-shadow: 13px 22px 22px -6px rgba(9, 8, 8, 0.86);
}

.filter_img .img {
  position: relative;
}

.filter_img .overly {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  background: rgba(19, 1, 8, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.filter_img .overly a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-decoration: none;
  padding: 14px 30px;
  background: var(--brand);
  transition: all linear .3s;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Anton', sans-serif
}

.filter_img .overly a:hover {
  background: var(--brand1);

}

.filter_img .img:hover .overly {
  visibility: visible;
  opacity: 1;
}

.filter_img .overlay a {
  color: #fff;
  font-size: 40px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.filter_img .overlay:hover a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* related game part end */

/* service part start */
.ts-service-area {
  background: var(--brand);
  border-bottom: 6px solid #047604;
}

/* Service box */
.ts-service-box .ts-service-icon i {
  font-size: 36px;
  float: left;
  color: #ffb600;
}

.ts-service-box .ts-service-box-content {
  margin-left: 62px;
  margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
  margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
  color: #fff;
}

.ts-service-box .ts-service-box-info {
  margin-left: 25px;
  margin-bottom: 40px;
}

.service-box-title {
  font-size: 16px;
  margin: 0 0 10px;
}

.service-box-title a {
  color: #ffb600;
  font-size: 19px;
  font-weight: 500;
  font-family: var(--f2);
}

.service-box-title a:hover {
  color: #ffb600;
}

.ts-service-box-info p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

/* Service box bg */
.ts-service-box-bg {
  background: #252525;
  color: #fff;
  padding: 30px;
}

.ts-service-box-bg h4,
.ts-service-box-bg h3 {
  color: #fff;
}

/* Icon squre */
.ts-service-icon.icon-round i {
  font-size: 24px;
  color: #fff;
  background: #ffb600;
  text-align: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
  float: none;
}

/* Icon left */
.ts-service-box.icon-left .ts-service-box-icon {
  float: left;
}

.ts-service-box.icon-left .ts-service-box-icon i {
  background: #ffb600;
  color: #fff;
}

.ts-service-box.icon-left .ts-service-box-info {
  margin-left: 90px;
}

.ts-service-box.icon-left .ts-service-box-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

#ts-service-area {
  padding: 80px 0;
}

.section-title1 {
  color: var(--brand1);
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 50px;
}

.section-sub-title1 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--brand1);
  font-family: var(--f1);
}

/* Service no box */
.service-no {
  font-size: 48px;
  color: #dbdbdb;
  float: left;
  margin-top: 10px;
}

.ts-service-box-content .ts-service-box-info {
  margin-left: 90px;
}

/* Service Image */
.ts-service-image-wrapper {
  margin-bottom: 30px;
}

.ts-service-icon i {
  font-size: 28px;
  margin-right: 15px;
  margin-top: 2px;
}

.ts-service-info {
  margin-left: 30px;
}

.ts-service-info h3 {
  font-size: 16px;
}

.ts-service-info .learn-more {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.ts-service-info .learn-more:hover {
  color: #ffb600;
}

/* Service Classic */
.ts-service-classic .ts-service-icon i {
  font-size: 24px;
  float: left;
  color: #fff;
  background: #ffb600;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
}

.ts-service-classic .ts-service-box-info {
  margin-left: 80px;
}

.ts-service-classic:hover .ts-service-icon i {
  background: #ffb600;
}

/* service part end */

/* news part start */

.section-title {
  color: var(--brand);
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 30px;
}

.section-sub-title {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--brand);
  font-family: var(--f1);
}

#news {
  background-color: var(--brand1);
  padding: 80px 0;
  border-bottom: 6px solid #c89109;
}

.call-to-action {
  background-color: #272d33;
  padding: 30px;
}

.news-to-action-title {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  line-height: normal;
  font-size: 22px;
  text-transform: capitalize;
}

/* Action style box */
.News-to-action-box {
  margin-top: -62px;
  /* background: #fff; */
  /* clip-path: polygon(11% 0%, 89% 0%, 100% 100%, 0% 100%); */
  /* padding: 15px; */
}

.News-to-action-box .action-style-box {
  background: #ffb600;
  padding: 30px;
  /* border-radius: 60px; */
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%);
}

.action-title {
  color: #fff;
  margin: 0;
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
}

.action-style-box {
  position: relative;
  z-index: 2;
}

.latest-post {
  position: relative;
}

.latest-post .image-angle:before {
  border-bottom: 20px solid #f9f9f9;
}

.latest-post .post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.latest-post .post-title a {
  color: #ffffff;
}

.post-title span {
  background: #ffb600;
  padding: 6px;
  margin-bottom: 20px;
  display: inline-block;
}

.latest-post .post-title .post_link:hover {
  color: #ffb600;
}

.latest-post .post-title a:hover span {
  color: #ffffff !important;
}

.latest-post-meta {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}

.latest-post .post-body {
  padding: 20px;
  background: #000;
}

/* news part end */




/*========================================
            Payment part Start 
========================================*/

#payment_part {
  padding: 30px 0;
  background: #9e4efc;
  background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: var(--brand1);
  /* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1); 
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
   box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1); */
  border-bottom: 6px solid #c89109;
}

.subcrib h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  text-shadow: 4px 4px 0px #c89109;
  padding-bottom: 15px;
}

.pay_form {
  position: relative;
}

.pay_form input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid #000;
  margin-top: 10px;
  padding-left: 15px;
  color: #fff;
  padding-right: 50px;
}

.pay_form input::placeholder {
  color: #3a0090;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
}

.pay_butt {
  position: absolute;
  right: 0;
  top: 10px;
  height: 40px;
  width: 48px;
  background: transparent;
  border: none;
  border-left: 1px solid #000;
  cursor: pointer;
}

.pay_butt:focus {
  outline: 0;
}

.pay_meth h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  padding-bottom: 15px;
  text-shadow: 4px 4px 0px #c89109;
}

.pay_meth a img {
  padding-right: 10px;
  margin-top: 10px;
}


/*========================================
          Payment part End 
========================================*/


/*========================================
          Footer part Start 
========================================*/

#footer_part {
  padding: 55px 0 34px 0;
  background: var(--brand);

}

.foot_about h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  padding-bottom: 21px;
}

.foot_about p {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  font-family: var(--f1);
  padding-bottom: 23px;
}


.foot_info_head h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  padding-bottom: 21px;
}

.foot_secu_text {
  display: flex;
}

.foot_info_text ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Nunito', sans-serif;
  padding-bottom: 15px;
  display: inline-block;
  transition: all linear .5s;
  -webkit-transition: all linear .5s;
  -moz-transition: all linear .5s;
  -o-transition: all linear .5s;
  -ms-transition: all linear .5s;
}

.foot_info_text ul li a:hover {
  color: var(--brand1);
}

.foot_secu h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  padding-bottom: 27px;
}

.foot_secu_text {
  padding-bottom: 27px;
}

.foot_secu_text p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Nunito', sans-serif;
  padding-left: 30px;
}

.foot_secu_text p span {
  display: block;
}

.foot_bot {
  padding: 20px 0;
  background: var(--brand1);
  position: relative;
  border-top: 6px solid #047604;
}

.general-btn a {
  padding: 10px 20px;
  border: 1px solid var(--brand);
  background: var(--brand);
  font-size: 17px;
  font-weight: 500;
}

.general-btn a:hover {
  background-color: transparent;
  border: 1px solid var(--brand);
}

.effect {
  position: absolute;
  left: 0;
  top: -15px;
  animation: lineshine 10s infinite;
  animation-direction: alternate;
  z-index: 999;
}

@-webkit-keyframes lineshine {
  form {
    left: 0;
  }

  to {
    left: 95%;
  }
}

@-webkit-keyframes lineshine2 {
  form {
    left: 0;
  }

  to {
    left: 91%;
  }
}

@-webkit-keyframes lineshine3 {
  form {
    left: 0;
  }

  to {
    left: 88%;
  }
}

.foot_about a {
  color: #fff;
  font-size: 20px;
  padding: 13px;
  background: var(--brand1);
  margin: 0 10px;
  transition: all linear .3s;
}

.foot_about a:hover {
  background-color: var(--brand);
  border: 1px solid var(--brand1);
}

/*========================================
          Footer part End 
========================================*/



/* signup part start */
#signup {
  padding: 100px 0;
  background-color: var(--brand);
}

.signuo-inner h4 {
  color: var(--brand1);
  font-weight: 900;
  font-size: 36px;
}

.signuo-inner p {
  color: var(--brand1);
  font-weight: 500;
  font-size: 18px;
}

.signuo-inner {
  margin-bottom: 50px;
}

.sign-form {
  margin-top: 50px !important;
}

.scdsf {
  margin-top: 24px;
}

form .nam {
  width: 49.68%;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  /*! border-radius: 4px; */
  border: none;
  background: transparent;
  border-bottom: 1px solid var(--brand1);
}

.form-control {
  /*! background: var(--brand1); */
  /*! border-color: var(--brand1); */
  border: none !important;
  background: transparent;
  border-bottom: 1px solid var(--brand1) !important;
  border-radius: 0;
}

.edt {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  background-color: var(--brand1);
  border: none;
  margin-top: 20px !important;
  text-transform: uppercase;
}

.edt:hover {
  background-color: transparent;
  border: 1px solid var(--brand1)
}

.frgt-acc {
  color: #fff;
  margin-top: 24px;
  font-size: 18px;
}

.frgt-acc a {
  color: var(--brand1);
}

/* signup part end */

/* ============================================
              btn_top_bottom part end
   ============================================*/
/* .totop {
    height: 9px;
    opacity: 0;
    position: fixed;
    right: -60px;
    width: 49px;
    z-index: 999;
    display: block;
    top: 85%;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-color: #e52e71;
    font-size: 9px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px solid rgba(255,255,255,0.2);
  } */

  .btn_top_bottom {
    color: #fff;
    text-align: center;
    background: var(--brand);
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    position: fixed;
    border: 1px solid #000;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 8px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
  }
  
  .btn_top_bottom i p {
    color: #fff;
    font-size: 8px;
    padding-top: 10px;
    letter-spacing: 2px;
  }
  
  .btn_top_bottom {
    display: none;
  }
  
  /* ============================================
                btn_top_bottom part end
     ============================================*/