/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Modules 
	[ ## Alignments ]
	[ ## Clearings ]
	[ ## Infinite Scroll ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# Navigation
	[ ## Links ]
	[ ## Menus ]
	[ ## Pagination ]
        [ ### Post Navigation ]
	[ ## Navigation responsive ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# Others
	[ ## Single Posts ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #e8e4fd;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: #292929;
  overflow-x: hidden;
}

a {
  display: inline-block !important;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 15px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: #0ce1b9;
}

*::-webkit-scrollbar-track {
  background-color: #d4cece;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #d4cece;
}

*::-webkit-scrollbar-button {
  background-color: #ff004e;
}

*::-webkit-scrollbar-thumb {
  background-color: #ff004e;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2em;
  color: #292929;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.441em;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .heading {
    font-size: 22px;
  }
}

.section-heading {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  z-index: 2;
  line-height: 1.25em;
  margin-bottom: 30px;
  margin-top: -7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .section-heading {
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: -5px;
  }
}

.section-heading:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 70px;
  background: linear-gradient(to right, #0a1227, transparent);
  bottom: -4px;
  left: 0%;
}

.section-header {
  margin-bottom: 20px;
}

.section-header .sub-title {
  color: #ff004e;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
}

.section-title {
  position: relative;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: -10px;
  background-color: #0a1227;
  border-radius: 3px;
  font-size: 22px;
  padding: 10px 30px;
  color: white;
}

@media only screen and (max-width: 575px) {
  .section-title {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title.text-center {
    padding: 0px;
  }
}

.section-title.text-center {
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .section-title.text-center {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title.text-center {
    margin-bottom: 50px;
  }
}

.section-title.text-center .title-main:before {
  background: linear-gradient(to right, transparent, #0a1227, transparent);
  left: 50%;
  transform: translateX(-50%);
}

.section-title.text-white .title-main:before {
  background: linear-gradient(to right, transparent, white, transparent);
}

.section-title .title-main {
  font-weight: 600;
  font-size: 42px;
  position: relative;
  z-index: 2;
  line-height: 1.35em;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-title .title-main:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 90px;
  background: linear-gradient(to right, #0a1227, transparent);
  bottom: -4px;
  left: 0%;
}

@media only screen and (max-width: 991px) {
  .section-title .title-main {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .title-main {
    font-size: 32px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .section-title .title-main {
    font-size: 28px;
  }
}

.section-title .title-main > span {
  color: #0a1227;
}

.section-title .title-text {
  line-height: 1.55em;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .section-title .title-text {
    font-size: 16px;
  }
}

.section-title.white {
  color: white;
}

.section-title.white .title-main {
  color: white;
}

.section-title.style-two {
  margin-bottom: 20px;
}

.section-title.style-two .title-main {
  margin-bottom: 20px;
}

.section-title.style-two .title-text {
  font-weight: 600;
  color: #555;
  font-size: 16px;
  line-height: 1.8em;
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
  margin-bottom: 15px;
  line-height: 1.8em;
}

p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

a {
  display: block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

address {
  margin: 0 0 1.3em;
}

dfn,
em,
cite,
i,
code,
kbd,
tt,
var {
  font-size: 1em;
}

em,
cite,
i {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #454545;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: #fafafa;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}

.el-text-rotation {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}

.el-text-rotation .inner-el {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Margin Element ]
*/
.mr-0 {
  margin: 0;
}

.mrt-0 {
  margin-top: 0;
}

.mrb-0 {
  margin-bottom: 0;
}

.mrl-0 {
  margin-left: 0;
}

.mrr-0 {
  margin-right: 0;
}

.mrt-5 {
  margin-top: 5px;
}

.mrb-5 {
  margin-bottom: 5px;
}

.mrl-5 {
  margin-left: 5px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrl-10 {
  margin-left: 10px;
}

.mrr-10 {
  margin-right: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrb-15 {
  margin-bottom: 15px;
}

.mrl-15 {
  margin-left: 15px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrl-20 {
  margin-left: 20px;
}

.mrr-20 {
  margin-right: 20px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrb-25 {
  margin-bottom: 25px;
}

.mrl-25 {
  margin-left: 25px;
}

.mrr-25 {
  margin-right: 25px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrl-30 {
  margin-left: 30px;
}

.mrr-30 {
  margin-right: 30px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrb-35 {
  margin-bottom: 35px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrl-35 {
  margin-left: 35px;
}

.mrr-35 {
  margin-right: 35px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrt-45 {
  margin-top: 45px;
}

.mrb-45 {
  margin-bottom: 45px;
}

.mrl-45 {
  margin-left: 45px;
}

.mrr-45 {
  margin-right: 45px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrb-50 {
  margin-bottom: 50px;
}

.mrl-50 {
  margin-left: 50px;
}

.mrr-50 {
  margin-right: 50px;
}

.mrt-55 {
  margin-top: 55px;
}

.mrb-55 {
  margin-bottom: 55px;
}

.mrl-55 {
  margin-left: 55px;
}

.mrr-55 {
  margin-right: 55px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrl-60 {
  margin-left: 60px;
}

.mrr-60 {
  margin-right: 60px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrt-65 {
  margin-top: 65px;
}

.mrb-65 {
  margin-bottom: 65px;
}

.mrl-65 {
  margin-left: 65px;
}

.mrr-65 {
  margin-right: 60px;
}

.mrt-70 {
  margin-top: 70px;
}

.mrb-70 {
  margin-bottom: 70px;
}

.mrl-70 {
  margin-left: 70px;
}

.mrr-70 {
  margin-right: 70px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrb-75 {
  margin-bottom: 75px;
}

.mrl-75 {
  margin-left: 75px;
}

.mrr-75 {
  margin-right: 75px;
}

.mrt-80 {
  margin-top: 80px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrb-85 {
  margin-bottom: 85px;
}

.mrl-80 {
  margin-left: 80px;
}

.mrr-80 {
  margin-right: 80px;
}

.mrt-90 {
  margin-top: 90px;
}

.mrb-90 {
  margin-bottom: 90px;
}

.mrl-90 {
  margin-left: 90px;
}

.mrr-90 {
  margin-right: 90px;
}

.mrt-100 {
  margin-top: 100px;
}

.mrb-100 {
  margin-bottom: 100px;
}

.mrl-100 {
  margin-left: 100px;
}

.mrr-100 {
  margin-right: 100px;
}

.mrt-105 {
  margin-top: 105px;
}

.mrb-105 {
  margin-bottom: 105px;
}

.mrl-105 {
  margin-left: 105px;
}

.mrr-105 {
  margin-right: 105px;
}

.mrt-120 {
  margin-top: 120px;
}

.mrb-120 {
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .mrb-120 {
    margin-bottom: 0;
  }
}

.mrl-120 {
  margin-left: 120px;
}

.mrr-120 {
  margin-right: 120px;
}

.mrb-145 {
  margin-bottom: 145px;
}

.mrt-150 {
  margin-top: 150px;
}

.mrt-200 {
  margin-top: 200px;
}

.mrb-150 {
  margin-bottom: 150px;
}

.mrb-155 {
  margin-bottom: 155px;
}

.mrb-170 {
  margin-bottom: 170px;
}

.mrb-175 {
  margin-bottom: 175px;
}

.mrl-150 {
  margin-left: 150px;
}

.mrr-150 {
  margin-right: 150px;
}

.mrb-185 {
  margin-bottom: 185px;
}

.mrb-190 {
  margin-bottom: 190px;
}

.mrb-195 {
  margin-bottom: 195px;
}

.mrb-200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 991px) {
  .md-mrt-60 {
    margin-top: 60px;
  }

  .md-mrb-60 {
    margin-bottom: 60px;
  }

  .md-mrt-55 {
    margin-top: 55px;
  }

  .md-mrb-55 {
    margin-bottom: 55px;
  }

  .md-mrt-50 {
    margin-top: 50px;
  }

  .md-mrb-50 {
    margin-bottom: 50px;
  }
}

/* Margin Top Negative Value */
.ml-t-5 {
  margin-top: -5px;
}

.ml-t-8 {
  margin-top: -8px;
}

.ml-t-058p {
  margin-top: -0.58%;
}

.ml-t-10 {
  margin-top: -10px;
}

.ml-t-15 {
  margin-top: -15px;
}

.ml-t-20 {
  margin-top: -20px;
}

.ml-t-25 {
  margin-top: -25px;
}

.ml-t-30 {
  margin-top: -30px;
}

.ml-t-35 {
  margin-top: -35px;
}

.ml-t-40 {
  margin-top: -40px;
}

.ml-t-45 {
  margin-top: -45px;
}

.ml-t-50 {
  margin-top: -50px;
}

.ml-t-55 {
  margin-top: -55px;
}

.ml-t-60 {
  margin-top: -60px;
}

.ml-t-75 {
  margin-top: -75px;
}

.ml-t-90 {
  margin-top: -90px;
}

.ml-t-105 {
  margin-top: -105px;
}

.ml-t-120 {
  margin-top: -120px;
}

.ml-t-135 {
  margin-top: -135px;
}

.ml-t-150 {
  margin-top: -150px;
}

.ml-t-165 {
  margin-top: -165px;
}

.ml-t-180 {
  margin-top: -180px;
}

.ml-t-195 {
  margin-top: -195px;
}

.ml-t-210 {
  margin-top: -210px;
}

.ml-t-225 {
  margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
  margin-bottom: -5px;
}

.ml-b-10 {
  margin-bottom: -10px;
}

.ml-b-15 {
  margin-bottom: -15px;
}

.ml-b-20 {
  margin-bottom: -20px;
}

.ml-b-25 {
  margin-bottom: -25px;
}

.ml-b-30 {
  margin-bottom: -30px;
}

.ml-b-35 {
  margin-bottom: -35px;
}

.ml-b-40 {
  margin-bottom: -40px;
}

.ml-b-45 {
  margin-bottom: -45px;
}

.ml-b-50 {
  margin-bottom: -50px;
}

.ml-b-55 {
  margin-bottom: -55px;
}

.ml-b-60 {
  margin-bottom: -60px;
}

.ml-b-75 {
  margin-bottom: -75px;
}

.ml-b-80 {
  margin-bottom: -80px;
}

.ml-b-90 {
  margin-bottom: -90px;
}

.ml-b-105 {
  margin-bottom: -105px;
}

.ml-b-120 {
  margin-bottom: -120px;
}

.ml-b-135 {
  margin-bottom: -135px;
}

.ml-b-150 {
  margin-bottom: -150px;
}

@media only screen and (max-width: 991px) {
  .ml-b-150 {
    margin-bottom: -30px;
  }
}

.ml-bp-0933 {
  margin-bottom: -0.933%;
}

/* Margin for Responsive value */
@media only screen and (max-width: 767px) {
  .mrb-m-30 {
    margin-bottom: 30px;
  }

  .mrb-m-45 {
    margin-bottom: 45px;
  }

  .mrb-m-60 {
    margin-bottom: 60px;
  }

  .mr-m-0 {
    margin: 0;
  }
}

/*-------------------------------------------------
    [ ## Padding Element ]
*/
.pd-t-10 {
  padding-top: 10px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-t-25 {
  padding-top: 25px;
}

.pd-b-25 {
  padding-bottom: 25px;
}

.pd-l-25 {
  padding-left: 25px;
}

.pd-r-25 {
  padding-right: 25px;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-t-35 {
  padding-top: 35px;
}

.pd-b-35 {
  padding-bottom: 35px;
}

.pd-l-35 {
  padding-left: 35px;
}

.pd-r-35 {
  padding-right: 35px;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-b-40 {
  padding-bottom: 40px;
}

.pd-l-40 {
  padding-left: 40px;
}

.pd-r-40 {
  padding-right: 40px;
}

.pd-t-45 {
  padding-top: 45px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-l-45 {
  padding-left: 45px;
}

.pd-r-45 {
  padding-right: 45px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-l-50 {
  padding-left: 50px;
}

.pd-r-50 {
  padding-right: 50px;
}

.pd-t-60 {
  padding-top: 60px;
}

.pd-b-60 {
  padding-bottom: 60px;
}

.pd-l-60 {
  padding-left: 60px;
}

.pd-r-60 {
  padding-right: 60px;
}

.pd-t-70 {
  padding-top: 70px;
}

.pd-b-70 {
  padding-bottom: 70px;
}

.pd-l-70 {
  padding-left: 70px;
}

.pd-r-70 {
  padding-right: 70px;
}

.pd-t-75 {
  padding-top: 75px;
}

.pd-b-75 {
  padding-bottom: 75px;
}

.pd-l-75 {
  padding-left: 75px;
}

.pd-r-75 {
  padding-right: 75px;
}

.ptb-80 {
  padding: 80px 0;
}

.pd-t-80 {
  padding-top: 80px;
}

.pd-b-80 {
  padding-bottom: 80px;
}

.pd-l-80 {
  padding-left: 80px;
}

.pd-r-80 {
  padding-right: 80px;
}

.pd-t-90 {
  padding-top: 90px;
}

.pd-b-90 {
  padding-bottom: 90px;
}

.pd-l-90 {
  padding-left: 90px;
}

.pd-r-90 {
  padding-right: 90px;
}

.pd-t-100 {
  padding-top: 100px;
}

.pd-b-100 {
  padding-bottom: 100px;
}

.pd-l-100 {
  padding-left: 100px;
}

.pd-r-100 {
  padding-right: 100px;
}

.pd-t-105 {
  padding-top: 105px;
}

.pd-b-105 {
  padding-bottom: 105px;
}

.pd-l-105 {
  padding-left: 105px;
}

.pd-r-105 {
  padding-right: 105px;
}

.pd-t-120 {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .pd-t-120 {
    padding-top: 100px;
  }
}

.pd-t-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 991px) {
  .pd-t-150 {
    padding-top: 100px !important;
  }
}

.pd-b-120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .pd-b-120 {
    padding-bottom: 100px;
  }
}

.pd-l-120 {
  padding-left: 120px;
}

.pd-r-120 {
  padding-right: 120px;
}

.ptb-120 {
  padding: 120px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-primary {
  position: relative;
}

.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #0a1227;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.88;
}

.bg-overlay-primary > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main {
  position: relative;
}

.bg-overlay-main:before {
  content: "";
  position: absolute;
  background-color: #0a1227;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.8;
}

.bg-overlay-main > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main-two {
  position: relative;
}

.bg-overlay-main-two:before {
  content: "";
  position: absolute;
  background-color: #ff004e;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.93;
}

.bg-overlay-main-two .section-header .section-title {
  color: white;
}

.bg-overlay-main-two .section-header p {
  color: white;
}

.bg-overlay-main-two > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary-two {
  position: relative;
}

.bg-overlay-primary-two:before {
  content: "";
  position: absolute;
  background-color: #0a1227;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.8;
}

.bg-overlay-primary-two > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black {
  position: relative;
}

.bg-overlay-black:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.01;
}

.bg-overlay-black > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black-two {
  position: relative;
}

.bg-overlay-black-two:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}

.bg-overlay-black-three {
  position: relative;
}

.bg-overlay-black-three:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
}

.bg-overlay-black-three > div {
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------
    [ ## Lists ]
*/
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

/*-------------------------------------------------
    [ ## Post, Page, Comments Table ]
*/
body:not(.woocommerce-page) .article-content table,
body:not(.bbpress) .article-content table,
body:not(.buddypress) .article-content table {
  margin-bottom: 30px;
}

body:not(.woocommerce-page) .article-content table td,
body:not(.woocommerce-page) .article-content table th,
body:not(.bbpress) .article-content table td,
body:not(.bbpress) .article-content table th,
body:not(.buddypress) .article-content table td,
body:not(.buddypress) .article-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

.comment-content table {
  margin-bottom: 30px;
}

.comment-content table td,
.comment-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: 0;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  color: #ff004e;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
  color: #ff004e;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 575px) {
  .scrollToTop.active {
    bottom: 80px;
  }
}

.scrollToTop.active::before,
.scrollToTop.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
  background-color: white;
  opacity: 0.15;
  z-index: -10;
}

.scrollToTop:hover {
  color: #ff004e;
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes social-share {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes social-share {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInUp {
  -webkit-animation-name: hg-fadeInUp;
  animation-name: hg-fadeInUp;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInUp50 {
  -webkit-animation-name: hg-fadeInUp50;
  animation-name: hg-fadeInUp50;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInDown {
  -webkit-animation-name: hg-fadeInDown;
  animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInLeft {
  -webkit-animation-name: hg-fadeInLeft;
  animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInRight {
  -webkit-animation-name: hg-fadeInRight;
  animation-name: hg-fadeInRight;
}

/* Zoom In */
@keyframes hg-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.11) translateY(10px);
    transform: scale(1.11) translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

.hg-zoomIn {
  -webkit-animation-name: hg-zoomIn;
  animation-name: hg-zoomIn;
}

/* Zoom Out In */
@-webkit-keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hg-zoomOutIn {
  -webkit-animation-name: hg-zoomOutIn;
  animation-name: hg-zoomOutIn;
}

/* Zoom In Short */
@-webkit-keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hg-zoomInShort {
  -webkit-animation-name: hg-zoomInShort;
  animation-name: hg-zoomInShort;
}

@-webkit-keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}

@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes moveclouds {
  0% {
    margin-left: 125em;
  }

  100% {
    margin-left: -125em;
  }
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 125em;
  }

  100% {
    margin-left: -125em;
  }
}

@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    opacity: 0.6;
  }

  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}

@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    opacity: 0.6;
  }

  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes pulseOne {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 20px rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 20px rgba(37, 96, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
  }
}

@-webkit-keyframes pulseOne {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 20px rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 20px rgba(37, 96, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
  }
}

@keyframes bgOverlay {
  0% {
    width: 0%;
    right: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0%;
    right: auto;
    left: 0;
  }
}

@keyframes giraffe {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes giraffe2 {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(40px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-up {
  -webkit-animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animation-circle-inverse.left > span {
  background: white;
  right: 0;
  top: -65px;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  opacity: 0.2;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation: circleWater 4s linear infinite;
  animation: circleWater 4s linear infinite;
}

.animation-circle-inverse.left > span:nth-child(2) {
  -webkit-animation: circleWater2 4s linear infinite;
  animation: circleWater2 4s linear infinite;
}

.animation-circle-inverse.left > span:nth-child(3) {
  -webkit-animation: circleWater3 4s linear infinite;
  animation: circleWater3 4s linear infinite;
}

@-webkit-keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0;
  }
}

@keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0;
  }
}

@-webkit-keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}

@keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}

@-webkit-keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}

@keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}

@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes jump {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@-webkit-keyframes jump {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@-moz-keyframes jump {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes colorchange {
  0% {
    background: #2dbb6c;
  }

  25% {
    background: red;
  }

  50% {
    background: blue;
  }

  75% {
    background: #000000;
  }

  100% {
    background: #2dbb6c;
  }
}

@keyframes slides {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}

@keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*-------------------------------------------------
    # Forms
*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"]:hover {
  color: white;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.cmn-btn-active {
  position: relative;
  background: white;
  color: #ff004e;
  text-align: center;
  padding: 5px 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.cmn-btn-active::before {
  right: 50%;
}

.cmn-btn-active::after {
  left: 50%;
}

.cmn-btn-active::before,
.cmn-btn-active::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  background-color: white;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.cmn-btn-active:focus,
.cmn-btn-active:hover {
  color: #ff004e;
  background-color: white;
}

.cmn-btn-active:focus::before,
.cmn-btn-active:hover::before {
  right: 100%;
}

.cmn-btn-active:focus::after,
.cmn-btn-active:hover::after {
  left: 100%;
}

.cmn-btn {
  position: relative;
  background: #ff004e;
  color: white;
  padding: 8px 30px;
  text-align: center;
  text-transform: capitalize;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.cmn-btn::before {
  right: 50%;
}

.cmn-btn::after {
  left: 50%;
}

.cmn-btn::before,
.cmn-btn::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  background-color: #ff004e;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.cmn-btn:focus,
.cmn-btn:hover {
  color: #fff !important;
  background-color: white;
}

.cmn-btn:focus::before,
.cmn-btn:hover::before {
  right: 100%;
}

.cmn-btn:focus::after,
.cmn-btn:hover::after {
  left: 100%;
}

.sm-cmn-btn {
  padding: 5px 10px;
}

.custom-btn {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  line-height: 45px;
  color: #ff004e;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s;
}

.card.custom--card {
  border: 0;
}

.custom-btn:hover {
  background-color: #ff004e;
  color: white;
}

.trans-btn {
  color: #ff004e;
}

.trans-btn i {
  margin-left: 5px;
}

.trans-btn:hover {
  color: #ff004e;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
textarea {
  padding: 12px 20px;
}

input::placeholder,
textarea::placeholder {
  color: #777777;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #777777 !important;
}

input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #777777 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid #e5e5e5;
  vertical-align: baseline;
  font-size: 100%;
  color: #777777;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

::-webkit-input-placeholder {
  color: #b3b3b3;
}

.widget_newsletter::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder {
  color: #b3b3b3;
}

/*--------Nice Select----------*/
.nice-select {
  background-color: #0f1932;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  line-height: 38px;
  border-radius: 4px !important;
  padding-left: 20px;
  padding-right: 25px;
  width: 100%;
  height: 38px;
  position: relative;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
}

@media only screen and (max-width: 575px) {
  .nice-select {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  min-height: 50px;
  max-height: 200px;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  min-height: 50px;
  max-height: 200px;
  overflow-y: scroll;
}

.nice-select.open .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .option.disabled:after {
  border-color: #cccccc;
}

.nice-select:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nice-select .option:hover {
  background-color: #0a1227;
  color: #777777;
}

.nice-select .current {
  display: block;
  color: #777777;
}

.select-custom:focus {
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  background: none;
  color: #727272;
}

.form-group {
  margin-bottom: 20px;
}

.social-login-list {
  gap: 5px 20px;
}

.form-controller {
  border: 1px solid #e5e5e5;
  background-color: white;
  width: 100%;
  height: 50px;
  outline: none;
  padding: 5px 20px;
  color: black;
}

.form-controller:focus {
  color: #292929;
  border-color: #0a1227;
}

@media only screen and (max-width: 575px) {
  .form-controller {
    padding: 5px 15px;
  }
}

textarea.form-controller {
  padding-top: 15px;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  background-color: rgb(10, 0, 25);
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  transform: perspective(500px) rotateX(0deg) translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader span {
  filter: blur(0.5px);
  position: absolute;
  display: block;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  transform: translateZ(-100px);
  animation: animate 3s ease-in-out infinite;
}

@keyframes animate {
  0%,
  100% {
    transform: translateZ(-100px);
    transform: rotateX(90deg);
  }

  50% {
    transform: translateZ(100px);
    transform: rotateX(-90deg);
  }
}

.loader span:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation-delay: 1.4s;
  border-color: #fff;
}

.loader span:nth-child(2) {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  animation-delay: 1.3s;
  border-color: #fff;
}

.loader span:nth-child(3) {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  animation-delay: 1.2s;
  border-color: #fff;
}

.loader span:nth-child(4) {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  animation-delay: 1.1s;
  border-color: #fff;
}

.loader span:nth-child(5) {
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  animation-delay: 1s;
  border-color: #fff;
}

.loader span:nth-child(6) {
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  animation-delay: 0.9s;
  border-color: #fff;
}

.loader span:nth-child(7) {
  top: 60px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  animation-delay: 0.8s;
  border-color: #fff;
}

.loader span:nth-child(8) {
  top: 70px;
  left: 70px;
  right: 70px;
  bottom: 70px;
  animation-delay: 0.7s;
  border-color: #fff;
}

.loader span:nth-child(9) {
  top: 80px;
  left: 80px;
  right: 80px;
  bottom: 80px;
  animation-delay: 0.6s;
  border-color: #fff;
}

.loader span:nth-child(10) {
  top: 90px;
  left: 90px;
  right: 90px;
  bottom: 90px;
  animation-delay: 0.5s;
  border-color: #fff;
}

.loader span:nth-child(11) {
  top: 100px;
  left: 100px;
  right: 100px;
  bottom: 100px;
  animation-delay: 0.4s;
  border-color: #fff;
}

.loader span:nth-child(12) {
  top: 110px;
  left: 110px;
  right: 110px;
  bottom: 110px;
  animation-delay: 0.3s;
  border-color: #fff;
}

.loader span:nth-child(13) {
  top: 120px;
  left: 120px;
  right: 120px;
  bottom: 120px;
  animation-delay: 0.2s;
  border-color: #fff;
}

.loader span:nth-child(14) {
  top: 130px;
  left: 130px;
  right: 130px;
  bottom: 130px;
  animation-delay: 0.1s;
  border-color: #fff;
}

.loader span:nth-child(15) {
  top: 140px;
  left: 140px;
  right: 140px;
  bottom: 140px;
  animation-delay: 0s;
  border-color: #fff;
  background-color: #ff0048;
}

::selection {
  background-color: #ff004e;
  color: white;
}

/*-------------------------------------------------
    [ ## Header ]
*/
@media (min-width: 1680px) {
  .custom-container {
    max-width: 1870px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1470px) {
  .custom-container {
    max-width: 1870px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1470px) {
  .custom-container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1199px) {
  .header-right .search-bar a {
    margin-right: 14px;
    padding: 31px 3px;
  }
}

@media (max-width: 575px) {
  .header-right .search-bar {
    display: none;
  }

  .language-select-two {
    display: none;
  }

  .login-bar-two {
    display: none;
  }

  .header-action {
    margin-top: 20px;
  }
}

.header-top-section .navbar-expand-xl {
  background-color: transparent;
  padding: 0 !important;
}

@media only screen and (max-width: 991px) {
  .header-top-section .navbar-expand-xl {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .header-top-section .navbar-collapse {
    max-height: 320px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .header-top-section .navbar-collapse {
    background-color: #0a1227;
  }
}

@media (max-width: 991px) {
  .header-top-section .navbar-collapse .main-menu {
    padding: 15px 0;
    background-color: #0a1227;
  }

  .header-top-section .navbar-collapse .main-menu li a {
    color: white !important;
  }

  .header-top-section .navbar-collapse .main-menu li .sub-menu li a {
    color: white !important;
  }

  .header-top-section .menu_has_children .sub-menu {
    display: none !important;
  }

  .header-top-section .menu_has_children .sub-menu li {
    width: 100%;
  }

  .header-top-section
    .navbar-collapse
    .main-menu
    .menu_has_children.show
    .sub-menu,
  .header-top-section
    .navbar-collapse
    .main-menu
    .menu_has_children.show
    .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
}

.header-top-section .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.header-top-section .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .header-top-section .navbar-collapse .main-menu li {
    padding-right: 18px;
  }
}

.header-top-section .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header-top-section .navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-top-section .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}

.header-top-section .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 18px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .header-top-section .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}

.header-top-section .navbar-collapse .main-menu li a {
  position: relative;
  color: white;
  font-weight: 600;
  align-items: center;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
}

.header-top-section .navbar-collapse .main-menu li a i {
  margin-right: 5px;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color: #ff004e;
  border-radius: 50%;
  font-size: 13px;
}

@media (max-width: 1199px) {
  .header-top-section .navbar-collapse .main-menu li a {
    font-size: 15px;
  }
}

.header-top-section
  .header-section.header-fixed
  .navbar-collapse
  .main-menu
  li
  a {
  padding: 30px 18px 30px 0;
}

@media (max-width: 991px) {
  .header-top-section .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
    display: block;
  }
}

.header-top-section .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 170px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  margin-left: 0;
}

.header-top-section .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid #e5e5e5;
  margin-right: 0;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}

.header-top-section .navbar-collapse .main-menu li .sub-menu li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #ff0048;
  z-index: -1;
  transition: all 0.3s;
}

.header-top-section .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}

.header-top-section .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: white;
}

.header-top-section .navbar-collapse .main-menu li .sub-menu li:hover::before {
  width: 100%;
}

.header-top-section .navbar-collapse .main-menu li .sub-menu li a {
  color: #fff;
  width: 100%;
  padding: 5px 20px;
  font-size: 14px;
  display: block;
  transition: all ease 0.3s;
}

.header-top-section .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}

.header-top-section
  .navbar-collapse
  .main-menu
  li
  .sub-menu
  .header-section.header-fixed
  .navbar-collapse
  .main-menu
  li
  .sub-menu
  li
  a {
  padding: 8px 20px;
}

@media (max-width: 991px) {
  .header-top-section
    .navbar-collapse
    .main-menu
    li
    .sub-menu
    .navbar-collapse
    .main-menu
    li
    .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}

.header-top-section
  .navbar-collapse
  .main-menu
  li
  .sub-menu
  .navbar-collapse
  .main-menu
  li:last-child
  .sub-menu {
  left: auto;
  right: 0;
}

.navbar-toggler span {
  color: #ff0048;
  font-size: 24px;
}

@media only screen and (max-width: 575px) {
  .navbar-toggler {
    padding: 0;
  }

  .navbar-toggler span {
    font-size: 22px;
  }
}

.language-select-list {
  position: relative;
  z-index: 99;
}

.language-select-list .language-icon i {
  color: #ff004e;
}

.language-select .nice-select {
  padding-left: 10px;
  font-size: 16px;
  background: #ff004e;
  border-radius: 3px;
  border: none;
  height: 30px;
  line-height: 30px;
}

@media only screen and (max-width: 575px) {
  .language-select .nice-select {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
  }
}

.language-select .nice-select span {
  color: white;
}

.language-select .nice-select .option:hover {
  color: #fff;
}

.language-select .nice-select .option.selected.focus:hover {
  color: #292929;
}

.language-select .nice-select:after {
  border-style: solid;
  border-width: 5px 5px;
  border-color: white transparent transparent;
  transform: rotate(0);
  right: 10px;
  margin-top: -2px;
}

.home-two h2 {
  font-size: 40px;
  font-weight: 700;
}

.dark-bg {
  background: #1a1d24;
}

.blue-bg {
  background: #0f1932;
}

.dark-main h2 {
  color: white;
}

.dark-main h3 {
  color: white;
}

.dark-main p {
  color: #dfdfdf;
}

.dark-main span {
  color: #dfdfdf;
}

.section-header .title-border {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.section-header .title-border::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -50px;
  height: 2px;
  width: 40px;
  background-color: #ff004e;
}

.section-header .title-border::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -50px;
  height: 2px;
  width: 40px;
  background-color: #ff004e;
}

.section-header p {
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-transform: unset;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .section-header p {
    width: 100%;
    font-size: 18px;
  }
}

.header-top-section {
  background-color: #0f1932;
  padding: 10px 0;
  z-index: 99999;
  position: relative;
}

.site-logo img {
  max-width: 190px;
}

.header-top-section .site-logo {
  margin-right: 80px;
}

@media only screen and (max-width: 1600px) {
  .header-top-section .site-logo {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1470px) {
  .header-top-section .site-logo {
    margin-right: 20px;
  }

  .site-logo img {
    max-width: 170px;
  }

  .register-btn .cmn-btn {
    padding: 5px 10px;
    font-size: 13px;
    margin: 0;
  }
  .logout-btn .cmn-btn {
    padding: 5px 10px;
    font-size: 13px;
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header-top-section .site-logo {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .header-top-section .site-logo {
    margin-right: 10px;
  }

  .site-logo img {
    height: 25px;
  }

  .mobile-header-search {
    margin-right: 10px !important;
  }

  .language-select-list {
    margin-right: 10px !important;
  }

  .language-select .nice-select {
    padding-right: 20px;
  }

  .language-select .nice-select::after {
    right: 4px;
  }
}

.header-top-section .header-add-area {
  background-color: white;
  padding: 15px 80px;
  position: relative;
}

.header-top-section .header-add-area .add-left,
.header-top-section .header-add-area .add-right {
  background-color: #ff004e;
  position: absolute;
  padding: 2px 8px;
}

.header-top-section .header-add-area .add-left .title,
.header-top-section .header-add-area .add-right .title {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}

.header-top-section .header-add-area .add-middle .title {
  font-size: 20px;
  color: #292929;
}

.header-top-section .header-add-area .add-left {
  top: 0;
  left: 0;
}

.header-top-section .header-add-area .add-right {
  bottom: 0;
  right: 0;
}

.header-top-section .header-left-link {
  margin-left: 60px;
  position: relative;
  z-index: 2;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 80px;
}

@media only screen and (max-width: 1600px) {
  .header-top-section .header-left-link {
    margin-left: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header-top-section .header-left-link {
    display: none;
  }
}

.header-top-section .header-left-link span {
  color: white;
  margin-right: 30px;
}

.header-top-section .header-left-link span i {
  color: #ff004e;
  margin-right: 10px;
}

.header-top-section .header-search {
  min-width: 450px;
  position: relative;
  margin-left: 100px;
}

@media only screen and (max-width: 1810px) {
  .header-top-section .header-search {
    min-width: 400px;
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1600px) {
  .header-top-section .header-search {
    min-width: 300px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1400px) {
  .header-top-section .header-search {
    display: none;
  }

  .language-select-list {
    margin-right: 20px;
  }
}

.header-top-section .header-search input {
  background-color: transparent;
  color: white;
  font-weight: 500;
  border: 1px solid #ff004e;
  border-radius: 50px;
  padding: 10px 30px;
}

.header-top-section .header-search input::placeholder {
  color: white;
}

.header-top-section .header-search .header-search-btn {
  position: absolute;
  top: 3px;
  right: 5px;
  color: white;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 45px;
  background-color: #ff004e;
  border-radius: 50%;
}

.header-top-section .mobile-header-search {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .header-top-section .header-social {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1400px) {
  .header-top-section .header-social {
    display: none;
  }
}

.header-top-section .header-social li {
  display: inline-block;
}

.header-top-section .header-social li a {
  color: white;
  width: 35px;
  height: 35px;
  line-height: 40px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ff004e;
  border-radius: 50%;
  margin-right: 10px;
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  margin-right: 10px;
}

.footer-social li a:hover,
.footer-social li a.active {
  background-color: #ff004e;
  color: white;
}

.header-top-section .header-social li a:hover,
.header-top-section .header-social li a.active {
  background-color: #ff004e;
  color: white;
}

.header-top-section .mobile-header-right {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .mobile-header-right {
    display: block !important;
  }

  .mobile-header-right .mobile-header-right-icon i {
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ff004e;
    border-radius: 50%;
  }
}

@media only screen and (max-width: 1400px) and (max-width: 575px) {
  .mobile-header-right .mobile-header-right-icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1400px) {
  .mobile-header-right .mobile-header-right-social {
    display: none;
    position: absolute;
    margin-top: 30px;
    transition: all 0.5s;
  }

  .mobile-header-right .mobile-header-right-social.active {
    display: block;
    animation: fadeInUp 0.5s;
  }

  .mobile-header-right .mobile-header-right-social li {
    margin-bottom: 10px;
  }

  .mobile-header-right .mobile-header-right-social i {
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: #ff004e;
    border-radius: 50%;
  }
}

@media only screen and (max-width: 1400px) {
  .mobile-header-search {
    display: block !important;
    margin-right: 20px;
  }

  .mobile-header-search .search-bar a {
    color: white;
    border: 1px solid #ff004e;
    width: 35px;
    height: 35px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1130px) and (max-width: 575px) {
  .mobile-header-search .search-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .mobile-header-search .header-top-search-area {
    left: 0;
    right: auto;
    width: 300px;
  }
}

@media only screen and (max-width: 1400px) {
  .mobile-header-search .header-top-search-area {
    position: absolute;
    top: 100%;
    width: 350px;
    right: 0%;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media only screen and (max-width: 1130px) and (max-width: 375px) {
  .mobile-header-search .header-top-search-area {
    width: 300px;
  }
}

@media only screen and (max-width: 1400px) {
  .mobile-header-search .header-top-search-area.open {
    opacity: 1;
    visibility: visible;
  }

  .mobile-header-search .active.header-top-search-area {
    opacity: 1;
    visibility: visible;
    animation-duration: 0.7s;
    animation-name: fadeInUp;
  }

  .mobile-header-search .header-search-form {
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }

  .mobile-header-search .header-search-form input {
    padding: 10px 25px;
    border: 1px solid #e5e5e5;
    width: 100%;
    font-size: 14px;
    border: none;
    color: #777777;
  }

  .mobile-header-search .header-search-form input::placeholder {
    color: #777777;
  }

  .mobile-header-search .header-search-form .header-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
    padding: 0 20px;
    background-color: #ff004e;
    border-radius: 0 5px 5px 0;
    color: white;
  }
}

.mobile-header-btn {
  margin-right: 20px;
}

.mobile-header-btn .account-bar a {
  color: white;
  border: 1px solid #ff004e;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 1130px) and (max-width: 575px) {
  .mobile-header-btn {
    margin-right: 0px;
  }

  .mobile-header-btn .account-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

.mobile-header-btn .account-btn {
  position: absolute;
  width: 100%;
  left: auto;
  right: 0;
  top: 100%;
  background-color: #0f1932;
  border: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 9;
  display: none;
  padding: 10px;
  text-align: center;
}

.mobile-header-btn .account-btn a {
  padding: 5px 20px;
  font-size: 14px;
}

.header-top-section.header-fixed {
  position: fixed;
  width: 100%;
}

.header-navbar {
  position: sticky;
  top: 10%;
}

header {
  max-width: 250px;
  z-index: 1030;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0a1227;
  min-height: calc(100vh - 130px);
}

@media screen and (max-width: 1600px) {
  header:not(.d-sidebar) {
    max-width: 170px;
  }
}

@media screen and (max-width: 680px) {
  header {
    display: none;
  }
}

.sidebar-inner {
  position: sticky;
  top: 10%;
}

.header-right-sidebar {
  max-width: 350px;
  z-index: 1030;
  top: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  background-color: #0a1227;
}

@media screen and (max-width: 1600px) {
  .header-right-sidebar {
    max-width: 320px;
  }
}

@media screen and (max-width: 991px) {
  .header-right-sidebar {
    display: none;
  }
}

.header-right-sidebar .payment-site {
  background-color: #0f1932;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 0;
  border-radius: 3px;
  position: relative;
}

.header-right-sidebar .payment-site::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ff004e;
  border-radius: 3px 3px 0 0;
}

.header-right-sidebar .payment-site .title {
  padding-left: 20px;
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  .header-right-sidebar .payment-site .title {
    padding-left: 0;
    font-size: 16px;
  }
}

.header-right-sidebar .payment-site .payment-site-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 20px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1600px) {
  .header-right-sidebar .payment-site .payment-site-list li {
    display: block !important;
    text-align: center;
  }
}

.header-right-sidebar .payment-site .payment-site-list li:last-child {
  padding-bottom: 0;
}

.header-right-sidebar .payment-site .payment-site-list li span {
  float: right;
  background-color: #ff004e;
  padding: 3px 10px;
  color: white;
  font-weight: 400;
  border-radius: 3px;
}

@media only screen and (max-width: 1600px) {
  .header-right-sidebar .payment-site .payment-site-list li span {
    float: none;
  }
}

.header-right-sidebar .payment-site .payment-site-list li .payment-thumb {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.main-body {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .main-body {
    width: 100%;
  }
}

.main-body {
  min-height: calc(100vh - 133px);
}

.main-body-two {
  width: calc(100% - 250px);
}

@media (max-width: 991px) {
  .main-body-two {
    width: 100% !important;
    margin-top: 45px;
  }
}

.main-body-three {
  width: 100%;
}

.header-section {
  position: unset;
}

.header-section.header-fixed {
  height: auto;
}

.fixed-header {
  width: 200px;
}

.fixed-item {
  width: calc(100% - 200px);
}

@media only screen and (max-width: 991px) {
  .fixed-item {
    width: 100%;
  }
}

.toggle-btn.active .list-group {
  display: flex;
}

.list-group.active {
  display: flex;
}

.menu .list-group-item {
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 10px;
  text-align: left;
}

.menu .list-group-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.menu .list-group-item .sub-menu.sidebar-submenu__open {
  display: block;
}

.menu .list-group-item .sub-menu {
  display: none;
  position: relative;
  margin-left: 0;
  padding-left: 35px;
  padding-top: 10px;
}

.menu .list-group-item .sub-menu.sidebar-submenu__open::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.menu .list-group-item .sub-menu li {
  padding-left: 0 !important;
}

.menu .list-group-item.active a {
  color: #ff004e;
}

.menu .list-group-item .sub-menu li.active a {
  color: #ff004e;
}

.menu .list-group-item .sub-menu li.active a i {
  color: #ff004e;
}

.menu .list-group-item .sub-menu li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  background-color: transparent;
  margin-right: 5px;
}

.menu .list-group-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.menu .list-group-item:last-child::before {
  display: none;
}

.menu li a {
  color: white;
  font-size: 15px;
  font-weight: 500;
}

.menu li a i {
  margin-right: 10px;
  opacity: 1;
  visibility: visible;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color: #ff004e;
  border-radius: 50%;
  font-size: 13px;
}

.menu span {
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: contents;
}

header .navbar-toggle {
  display: inline-block;
  text-align: center;
  transition: all 0.6s ease;
  margin: 30px auto;
}

@media only screen and (max-width: 575px) {
  header .navbar-toggle {
    margin: 10px auto;
  }
}

header .navbar-toggle .toggle-btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  color: #ff004e;
}

header .navbar-toggle .toggle-btn span {
  text-transform: uppercase;
  color: #ff004e;
}

header .navbar-brand span {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  margin-top: -1rem;
}

header .navbar-toggle {
  display: block;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .main-body {
    width: calc(100% - 170px);
  }
}

@media only screen and (max-width: 680px) {
  .main-body {
    width: 100%;
  }
}

.fixed-header.mobile-menu-active .navbar-toggle {
  display: block !important;
}

.fixed-header.mobile-menu-active .list-group {
  margin-top: 90px;
}

.fixed-header.mobile-menu-active header {
  width: 250px;
}

.sidebar-active .header-right-sidebar {
  width: 350px;
  padding: 20px;
}

@media screen and (max-width: 575px) {
  .sidebar-active .header-right-sidebar {
    width: 250px;
  }
}

.sidebar-active .header-right-sidebar .sidebar-inner {
  display: block;
}

.header-right-sidebar.stop {
  display: none;
}

.mobile-nav-toggle {
  cursor: pointer;
  position: fixed;
  left: 0px;
  top: 100px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #0a1227;
  margin: 0;
  border-radius: 0;
  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;
  height: 55px;
  width: 55px;
  padding-top: 6px;
}

.fixed-area-two .mobile-nav-toggle,
.fixed-area-two .mobile-nav-toggle.active {
  top: 62px;
}

@media screen and (max-width: 991px) {
  .fixed-area-two .mobile-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1600px) {
  .fixed-area-two .mobile-nav-toggle.active header {
    width: 200px;
  }
}

@media only screen and (max-width: 1600px) {
  .fixed-area-two
    .mobile-nav-toggle.active
    .fixed-header.mobile-menu-active
    .navbar-toggle {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .mobile-nav-toggle {
    margin: 15px 0;
  }
}

@media screen and (max-width: 480px) {
  .mobile-nav-toggle.active {
    margin: 15px 15px;
  }
}

.mobile-nav-toggle > span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 20px;
  height: 1px;
  color: white;
  text-transform: uppercase;
  text-indent: -55px;
  background: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -2px;
}

.mobile-nav-toggle > span:before,
.mobile-nav-toggle > span:after {
  content: "";
  width: 20px;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mobile-nav-toggle > span:before {
  top: -7px;
}

.mobile-nav-toggle > span:after {
  bottom: -7px;
}

.mobile-nav-toggle:hover > span:before {
  top: -10px;
}

.mobile-nav-toggle:hover > span:after {
  bottom: -10px;
}

.mobile-nav-toggle.active {
  left: 250px;
  position: fixed;
  top: 10%;
}

.main-body.active {
  width: 100% !important;
}

.fixed-area-two .main-body.active {
  width: 100% !important;
}

.main-body.stop {
  width: 100%;
}

.d-sidebar {
  transition: all 0.5s;
  top: 70px;
}

@media (max-width: 991px) {
  .d-sidebar {
    position: fixed;
    top: 30px;
    left: -300px;
  }

  .mobile-menu-active .d-sidebar {
    left: 0;
  }
}

.sidebar-inner.active {
  display: none;
}

@media only screen and (max-width: 480px) {
  .mobile-nav-toggle.active {
    left: 225px;
  }
}

.mobile-nav-toggle.active > span {
  background-color: transparent;
}

.mobile-nav-toggle.active > span:before,
.mobile-nav-toggle.active > span:after {
  background-color: white;
}

.mobile-nav-toggle.active > span:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.mobile-nav-toggle.active > span:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.sidebar-toggle {
  cursor: pointer;
  position: fixed;
  right: 0px;
  top: 100px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #0a1227;
  margin: 0;
  border-radius: 0;
  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;
  height: 55px;
  width: 55px;
  padding-top: 6px;
}

@media screen and (max-width: 480px) {
  .sidebar-toggle {
    margin: 15px 0;
  }
}

@media screen and (max-width: 480px) {
  .sidebar-toggle.active {
    margin: 15px 15px;
  }
}

.sidebar-toggle > span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 20px;
  height: 1px;
  color: white;
  text-transform: uppercase;
  text-indent: -55px;
  background: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -2px;
}

.sidebar-toggle > span:before,
.sidebar-toggle > span:after {
  content: "";
  width: 20px;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sidebar-toggle > span:before {
  top: -7px;
}

.sidebar-toggle > span:after {
  bottom: -7px;
}

.sidebar-toggle:hover > span:before {
  top: -10px;
}

.sidebar-toggle:hover > span:after {
  bottom: -10px;
}

.sidebar-toggle.active {
  right: 350px;
  top: 12%;
}

@media only screen and (max-width: 480px) {
  .sidebar-toggle.active {
    right: 225px;
  }
}

.sidebar-toggle.active > span {
  background-color: transparent;
}

.sidebar-toggle.active > span:before,
.sidebar-toggle.active > span:after {
  background-color: white;
}

.sidebar-toggle.active > span:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sidebar-toggle.active > span:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fixed-area.mobile-menu-active .navbar-toggle {
  display: block !important;
}

.fixed-area.mobile-menu-active header {
  width: 250px;
  overflow: hidden;
  max-height: calc(100vh - 50px);
  overflow-y: auto;
}

@media screen and (max-width: 680px) {
  header.d-sidebar {
    display: block;
    z-index: 999991;
    min-height: 100vh;
    top: 0;
  }
}

.fixed-item-two {
  width: 100%;
}

.header-btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  gap: 5px;
}

.mobile-header-btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .header-btn {
    display: none;
  }

  .mobile-header-btn {
    display: block;
  }
}

.header-btn a {
  padding: 5px 20px;
  font-size: 14px;
  margin: 5px;
  display: flex;
}

.header-add-area {
  padding-bottom: 30px;
}

.header-add-area.slot-1 a {
  height: 600px;
}

.header-add-area.slot-2 a {
  height: 160px;
}

.header-add-area.slot-3 a {
  height: 600px;
}

.header-add-area.slot-4 a {
  height: 250px;
}

.header-add-area a {
  display: block;
}

.header-add-area a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-add-area-two {
  text-align: center;
}

.header-add-area-two .header-add-thumb::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Links ]
*/
a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Menus ]
*/
/*-------------------------------------------------
    [ ## Pagination ]
*/
/* page link pagination */
.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  color: #777777;
  border: 1px solid rgba(57, 48, 115, 0.1);
  padding: 0;
  line-height: 30px;
  display: block;
  margin: 0;
  font-size: 14px;
}

.pagination .page-item.disabled span {
  background: rgba(255, 0, 78, 0.8);
  color: white;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #ff004e;
  border-color: #ff004e;
  color: white;
}

/*-------------------------------------------------
    [ ## Navigation Responsive ]
*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.banner {
  cursor: pointer;
  transition: all 0.3s;
}

.banner:hover .ruddra-prev {
  left: 20px;
}

.banner:hover .ruddra-next {
  right: 20px;
}

.banner-section {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: center;
}

.banner-section .banner-element {
  position: absolute;
  bottom: -10%;
  right: 10%;
  z-index: 3;
  animation: fadeInUp 1s;
}

@media only screen and (max-width: 991px) {
  .banner-section .banner-element {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-section .banner-element {
    right: 3%;
  }
}

.banner-section .banner-content {
  position: relative;
  z-index: 9;
}

.banner-section .banner-content .title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  color: white;
}

.banner-section .banner-content .title span {
  color: white;
}

@media only screen and (max-width: 991px) {
  .banner-section .banner-content .title {
    font-size: 30px !important;
  }
}

.banner-section .banner-content p {
  font-size: 16px;
  text-transform: unset;
  line-height: 1.5em;
  color: white;
}

.banner-section .banner-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 440px) {
  .banner-section .banner-btn {
    display: block;
  }
}

.banner-section .banner-btn .cmn-btn {
  margin-right: 20px;
}

@media only screen and (max-width: 440px) {
  .banner-section .banner-btn .cmn-btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.inner-banner-section {
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 80px;
}

.inner-banner-content .title {
  font-size: 40px;
}

.inner-content {
  margin-bottom: -5px;
}

.inner-content .title {
  color: white;
  font-size: 80px;
}

@media only screen and (max-width: 991px) {
  .inner-content .title {
    font-size: 55px;
  }
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 12px;
  justify-content: center;
}

.breadcrumb li {
  color: #ff004e;
}

.breadcrumb-item a {
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active {
  color: #292929;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #292929;
  font-size: 18px;
  left: 0;
}

@media (max-width: 575px) {
  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 18px;
  }

  .pd-t-120 {
    padding-top: 80px;
  }

  .ptb-120 {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  .banner-section .banner-content p {
    width: 100%;
  }
}

.banner-slider {
  overflow: hidden;
  position: relative;
  display: flex;
}

.banner-slider .swiper-pagination {
  bottom: 5%;
}

.banner-slider .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background-color: white;
  opacity: 1;
  border-radius: 50%;
}

.banner-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff004e;
}

.ruddra-next,
.ruddra-prev {
  background-color: #ff004e;
  width: 50px;
  height: 50px;
  border: none !important;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  outline: none;
  transition: all 300ms ease;
  display: inline-block;
  font-size: 16px;
  color: white;
  position: absolute !important;
  top: 50%;
  z-index: 99;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
}

.ruddra-prev {
  left: 50px;
}

.ruddra-next {
  right: 50px;
}

.ruddra-next:hover,
.ruddra-prev:hover {
  background-color: #ff004e;
  color: white;
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
.service-section {
  background-color: white;
}

.service-section .service-thumb {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 10px;
}

.service-section .service-thumb img {
  width: 100%;
}

.service-section .thumb-1 {
  margin-left: -300px;
}

@media only screen and (max-width: 991px) {
  .service-section .thumb-1 {
    margin-left: 0;
  }
}

.service-section .thumb-2 {
  margin-right: -300px;
}

@media only screen and (max-width: 991px) {
  .service-section .thumb-2 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .service-section .service-area {
    display: block !important;
  }

  .service-section .service-area .col-lg-6 {
    flex: 100% !important;
    max-width: 100% !important;
  }
}

.service-item {
  position: relative;
  padding: 30px 30px;
  background-color: white;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
  z-index: 2;
  cursor: pointer;
}

.service-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff004e;
  z-index: -1;
  transition: all 0.5s;
}

.service-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.service-item:hover::after {
  height: 100%;
}

.service-item:hover .title {
  color: white;
}

.service-item:hover p {
  color: #dfdfdf;
}

.service-item .title {
  margin-bottom: 20px;
}

.service-item p {
  margin: 0 auto;
}

.service-icon {
  font-size: 30px;
  line-height: 1em;
}

.service-icon i {
  color: #ff004e;
  display: inline-block;
  text-align: center;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
}

.service-content .title {
  margin-bottom: 10px;
  margin-top: 20px;
}

.service-content .custom-btn {
  margin-top: 20px;
}

.service-content-area .title {
  margin-bottom: 10px;
}

.service-content-area .service-btn {
  margin-top: 30px;
}

.service-details-section .service-details-area .service-details {
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.service-details-section
  .service-details-area
  .service-details
  .service-header {
  padding-bottom: 20px;
}

.service-details-section
  .service-details-area
  .service-details
  .service-header
  h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.service-details-section
  .service-details-area
  .service-details
  .service-body-item {
  padding-bottom: 20px;
}

.service-details-section
  .service-details-area
  .service-details
  .service-body-item
  h3 {
  margin-bottom: 10px;
}

.service-details-section .service-details-area .service-faq {
  margin-top: 30px;
}

.service-details-section .service-details-area .service-bottom-area {
  padding-top: 60px;
}

.service-details-section
  .service-details-area
  .service-bottom-area
  .service-bottom-item {
  margin-bottom: -6px;
  margin-top: 20px;
}

.service-details-section
  .service-details-area
  .service-bottom-area
  .service-bottom-item
  li {
  position: relative;
  padding-bottom: 6px;
  padding-left: 20px;
}

.service-details-section
  .service-details-area
  .service-bottom-area
  .service-bottom-item
  li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #ff004e;
  border-radius: 50%;
}

/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Project ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.client-section-two {
  background-color: #0a1227;
}

@media only screen and (max-width: 575px) {
  .client-content-two {
    display: block !important;
  }
}

.client-slider {
  overflow: hidden;
}

.client-item-two {
  position: relative;
  z-index: 2;
}

.client-details {
  width: calc(100% - 80px);
  padding-left: 30px;
}

@media only screen and (max-width: 575px) {
  .client-details {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}

.client-item-two .client-content-two p {
  font-size: 20px;
  font-style: italic;
  color: #dfdfdf;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .client-item-two .client-content-two p {
    font-size: 18px;
  }
}

.client-thumb-two {
  width: 80px;
  border: 2px solid #ff004e;
  border-radius: 50%;
  padding: 5px;
}

.client-details-two {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.client-item-two .client-content-two .client-ratings i {
  color: #ffd57f;
}

.client-item-two .client-content-two .title {
  font-size: 20px;
  margin-top: 10px;
  color: white;
}

@media only screen and (max-width: 991px) {
  .client-item-two .client-content-two .title {
    font-size: 18px;
  }
}

.client-item-two .client-content-two .sub-title {
  color: #dfdfdf;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .client-item-two .client-content-two .sub-title {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### stats Block ]
*/
.counter-section .counter-item {
  background-color: #0a1227;
  border-radius: 3px;
  padding: 20px;
  width: 100%;
  position: relative;
  height: 100%;
}

.counter-section .counter-item .counter-icon {
  width: 60px;
  height: 60px;
  line-height: 65px;
  display: inline-block;
  text-align: center;
  background-color: #ff004e;
  color: white;
  font-size: 30px;
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {
  .counter-section .counter-item .counter-icon {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 22px;
  }
}

.counter-section .counter-item .counter-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}

.counter-section .counter-item .counter-content .odo-title {
  color: white;
}

.counter-section .counter-item .counter-content p {
  color: white;
  font-size: 18px;
}

@media (max-width: 1366px) {
  .counter-section .counter-item .counter-content .odo-title {
    font-size: 24px;
  }

  .counter-section .counter-item .counter-content p {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .counter-section .counter-item .counter-content .odo-title {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .counter-section .counter-item .counter-content p {
    font-size: 16px;
  }
}

/*-------------------------------------------------
    [ ### add-list block ]
*/
.register-section {
  background-color: #0a1227;
}

.add-list-section .add-list-area {
  background-color: #0a1227;
  padding: 30px;
}

/* @media (max-width: 480px) {

  .add-list-section .add-list-area,
  .contact-info-item-area {
    padding: 20px !important;
  }
} */

.register-section .add-list-area {
  background-color: transparent;
  padding: 0;
}

.add-list-section .account-logo {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .add-list-section .account-logo {
    margin-bottom: 20px;
  }
}

.add-list-section .account-area {
  background-color: #0f1932;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 30px;
}

@media only screen and (max-width: 991px) {
  .add-list-section .account-area {
    padding: 15px;
  }
}

.add-list-section .account-form-area {
  background-color: #0a1227;
  border-radius: 3px;
  padding: 30px;
}

@media only screen and (max-width: 991px) {
  .add-list-section .account-form-area {
    padding: 15px;
  }
}

.add-list-section .account-header .title {
  padding: 10px 15px;
  text-align: center;
  background: #ff004e;
  color: white;
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .add-list-section .account-header .title {
    font-size: 16px !important;
  }
}

.add-list-section .add-list-area .add-list-form {
  position: relative;
}

.form-group input {
  position: relative;
  border-radius: 3px;
  background-color: #0f1932;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-group textarea {
  position: relative;
  border-radius: 3px;
  background-color: #0f1932;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-group input:focus,
.form-group textarea:focus {
  background-color: #0f1932;
  color: rgba(255, 255, 255, 0.7);
}

.add-list-section .add-list-area .add-list-form .nice-select {
  background-color: #ff004e;
  border: 1px solid #ff004e;
  font-size: 16px;
  height: 45px;
  border-radius: 3px;
}

.add-list-section .add-list-area .add-list-form .nice-select .current {
  color: white;
}

.add-list-section .add-list-area .add-list-form .nice-select::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.add-list-section .add-list-area .add-list-form .nice-select .list {
  border-radius: 0;
}

.add-list-section .add-list-area .add-list-form .nice-select .option:hover {
  background-color: #0a1227;
  color: white;
}

.add-list-section
  .add-list-area
  .add-list-form
  .nice-select
  .option.selected:hover {
  background-color: #0a1227;
}

.add-list-section .add-list-area .add-list-form .feature-label {
  color: white;
  text-align: left;
}

.add-list-section
  .add-list-area
  .add-list-form
  .payment-list-area
  .payment-list {
  text-align: left;
}

.add-list-section
  .add-list-area
  .add-list-form
  .payment-list-area
  .payment-list
  li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.add-list-section
  .add-list-area
  .add-list-form
  .payment-list-area
  .payment-list
  li
  .payment-box {
  background-color: #0f1932;
  padding: 10px;
}

.add-list-section
  .add-list-area
  .add-list-form
  .payment-list-area
  .payment-list
  li
  .payment-box
  .form-check
  input {
  position: absolute;
  top: 10px;
  left: 20px;
  height: 15px;
  width: 15px;
  background-color: #ff004e;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.add-list-section
  .add-list-area
  .add-list-form
  .payment-list-area
  .payment-list
  li
  .payment-box
  .icon-hyip {
  width: 30px;
  font-size: 30px;
  line-height: 55px;
  margin-left: 40px;
  margin-right: 15px;
}

.add-list-section
  .add-list-area
  .add-list-form
  .payment-list-area
  .payment-list
  li
  .payment-box
  .payment-accept {
  width: 60px;
}

.add-list-section .add-list-area .add-list-form .submit-btn {
  background-color: #ff004e;
  color: white;
  padding: 8px 30px;
  border-radius: 3px;
  width: 100%;
}

.add-list-section .add-list-area .add-list-form .submit-btn--style {
  background-color: #ff004e;
  width: 100%;
  color: #ff004e;
  padding: 15px 40px;
}

.add-list-section .add-list-area .add-list-form .submit-btn--style span {
  background-color: white;
  padding: 2px 10px;
}

.add-list-section .add-list-area .terms-and-conditions {
  color: white;
}

@media only screen and (max-width: 991px) {
  .add-list-section .add-list-area .terms-and-conditions {
    font-size: 14px;
  }
}

.add-list-section .add-list-area .terms-and-conditions a {
  color: #ff004e;
}

.add-list-section .add-list-area .forgot-password {
  color: white;
}

.add-list-section .add-list-area .forgot-password a {
  color: #ff004e;
}

/*-------------------------------------------------
    [ ### deal Block ]
*/
.vote-section .vote-area {
  background-color: #0a1227;
}

.vote-section .vote-area .vote-header-area {
  background-color: #0f1932;
  padding: 10px 30px;
}

.vote-section .vote-area .vote-header-area .vote-header-left {
  width: 10%;
}

@media only screen and (max-width: 767px) {
  .vote-section .vote-area .vote-header-area .vote-header-left {
    width: 100%;
    text-align: center;
  }
}

.vote-section .vote-area .vote-header-area .vote-header-middle {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .vote-section .vote-area .vote-header-area .vote-header-middle {
    width: 100%;
  }
}

.vote-section .vote-area .vote-header-area .vote-header-right {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .vote-section .vote-area .vote-header-area .vote-header-right {
    width: 100%;
  }
}

.vote-section .vote-area .vote-header-area .title {
  color: #ff004e;
}

.vote-section .vote-area .vote-body-area {
  padding: 15px 30px;
  position: relative;
  align-items: center;
}

.vote-section .vote-area .vote-body-area::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.vote-section .vote-area .vote-body-area .vote-body-left {
  width: 10%;
}

@media only screen and (max-width: 767px) {
  .vote-section .vote-area .vote-body-area .vote-body-left {
    width: 100%;
  }
}

.vote-section .vote-area .vote-body-area .vote-body-left .vote-emoji {
  width: 30px;
  height: 30px;
}

.vote-section .vote-area .vote-body-area .vote-body-middle {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .vote-section .vote-area .vote-body-area .vote-body-middle {
    width: 100%;
  }
}

.vote-section .vote-area .vote-body-area .vote-body-right {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .vote-section .vote-area .vote-body-area .vote-body-right {
    width: 100%;
  }
}

.vote-section .vote-area .vote-body-area p {
  color: white;
  margin-bottom: 0;
}

.vote-section .vote-area .vote-body-area .vote-date {
  color: white;
  font-weight: 700;
}

/*-------------------------------------------------
    [ ### Call To Action ]
*/
.call-to-action-section {
  position: relative;
}

.call-to-action-section .call-to-action-form {
  background-color: #0a1227;
  padding: 30px;
}

.call-to-action-section .call-to-action-form .form-group {
  margin-bottom: 0;
  position: relative;
}

.call-to-action-section .call-to-action-form .form-group input {
  border-radius: 50px;
}

@media only screen and (max-width: 440px) {
  .call-to-action-section .call-to-action-form .form-group input {
    border-radius: 5px 5px 0 0;
  }
}

.call-to-action-section .call-to-action-form .form-group .submit-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #ff004e;
  color: white;
  border-radius: 60px;
  padding: 10px 60px;
  height: 46px;
}

@media only screen and (max-width: 440px) {
  .call-to-action-section .call-to-action-form .form-group .submit-btn {
    position: unset;
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
}

.account-row {
  min-height: 100vh;
}

.maps {
  height: 400px;
}

@media only screen and (max-width: 991px) {
  .contact-inquiry {
    margin-bottom: 60px;
  }
}

.contact-thumb {
  margin-left: -200px;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .contact-thumb {
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-area {
  padding: 40px;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: -170px;
  background-color: white;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 991px) {
  .contact-area {
    padding: 30px;
  }
}

.contact-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #ff004e;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .contact-area::before {
    width: 0;
  }
}

.contact-left-header .title {
  margin-bottom: 30px;
  color: white;
}

@media only screen and (max-width: 991px) {
  .contact-left-header .title {
    color: #292929;
  }
}

.contact-icon {
  position: absolute;
  right: 20%;
  bottom: 10%;
  opacity: 0.1;
}

.contact-icon i::before {
  font-size: 120px !important;
  color: #ff004e;
}

.contact-item li {
  color: white;
}

@media only screen and (max-width: 991px) {
  .contact-item li {
    color: #777777;
  }
}

.contact-right-area .title {
  margin-bottom: 30px;
  color: #ff004e;
}

.contact-form-title .title {
  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  color: #777777;
  padding: 12px 20px;
  border: none;
}

.contact-form textarea {
  min-height: 100px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #777777;
}

.contact-form .form-group input[type="submit"] {
  width: auto;
  background-color: #ff004e;
  padding: 12px 40px;
  font-size: 16px;
  margin-top: 20px;
  color: white;
  border-radius: 60px;
}

.contact-form-area {
  margin-left: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 40px;
}

@media only screen and (max-width: 991px) {
  .contact-form-area {
    margin-left: 0;
    padding: 20px;
  }
}

.contact-form-area .title {
  font-size: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .contact-form-area .title {
    font-size: 22px;
  }
}

.contact-info-item-area {
  background-color: #0a1227;
  padding: 30px;
  border-radius: 3px;
}

.contact-info-item {
  background-color: #0f1932;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 30px;
  height: 100%;
}

.contact-info-item .title {
  color: #fff;
}

.contact-info-item p {
  color: rgba(255, 255, 255, 0.7);
  word-break: break-word;
}

.contact-info-item i {
  display: inline-block;
  text-align: center;
  color: #ff004e;
  font-size: 24px;
  border-radius: 50%;
  margin-bottom: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #0f1932;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info-item i::before {
  font-size: 24px;
  line-height: 1em;
}

/*-------------------------------------------------
    [ ### feature block ]
*/
.feature-section .feature-item {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.feature-section .feature-item .title {
  background-color: #0a1227;
  padding: 10px;
  color: white;
  font-weight: 500;
  border-radius: 3px;
  transition: all 0.3s;
}

.feature-section .feature-item:hover .title {
  background-color: #ff004e;
}

.feature-section .feature-slider {
  overflow: hidden;
}

/*-------------------------------------------------
    [ ### event block ]
*/
.event-section .event-area {
  background-color: #0a1227;
  padding: 20px;
  border-radius: 3px;
  border-bottom: 4px solid #d6dedd;
}

.event-section .event-area .event-item {
  background-color: #0f1932;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.event-section .event-area .event-item .title {
  background-color: #ff004e;
  color: white;
  padding: 5px 20px;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.event-section .event-area .event-item .event-content-area {
  padding: 20px;
}

.event-section .event-area .event-item .event-content-area .event-content {
  margin-bottom: 10px;
}

.event-section
  .event-area
  .event-item
  .event-content-area
  .event-content
  .event-title {
  color: #fff;
}

.event-btn a {
  border-radius: 0 0 3px 3px;
}

/*-------------------------------------------------
    [ ### express block ]
*/
.express-section .express-area {
  background-color: #0a1227;
  border-radius: 3px;
  padding: 20px;
}

.express-col-left {
  position: relative;
  left: -31px;
  width: 70%;
  overflow: visible;
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding: 8px 30px;
  background-color: #ea5455;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: visible;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  float: left;
}

@media only screen and (max-width: 767px) {
  .express-col-left {
    width: 100%;
    left: 0;
  }
}

.express-col-left::after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -12px;
  left: -1px;
  border-top: 11px solid #ea5455;
  border-left: 11px solid transparent;
}

.express-section .express-area .express-item .title {
  color: #fff;
  font-size: 17px;
}

.express-section .express-area .express-item .express-det .title {
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 575px) {
  .express-section .express-area .express-item {
    display: block !important;
    text-align: center;
  }

  .express-section .express-area .express-item-header {
    justify-content: center;
  }

  .express-section .express-area .express-item .express-det .title {
    margin-top: 10px;
    font-size: 10px !important;
  }

  .express-section .express-area .express-item .title {
    font-size: 16px !important;
  }

  .express-section .express-rating-area {
    justify-content: center;
  }
}

.express-col-right {
  position: relative;
  right: -31px;
  width: 25%;
  overflow: visible;
  font-size: 17px;
  line-height: 17px;
  display: block;
  padding: 10px 20px;
  background: #28c76f;
  overflow: visible;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  float: right;
}

@media only screen and (max-width: 991px) {
  .express-col-right {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .express-col-right {
    width: 100% !important;
    right: 0;
    top: 10px;
  }
}

.express-col-right::after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  border-top: 11px solid #28c76f;
  border-right: 11px solid transparent;
}

.express-section .express-area .premium {
  color: #fff;
  font-weight: 700;
  float: left;
  margin-right: 7px;
  padding: 0 5px;
  font-size: 10px;
  border-radius: 2px;
  background: linear-gradient(250deg, #ff0000, #000000);
  background-size: 300% 400%;
  -webkit-animation: speed 1s ease infinite;
  -moz-animation: speed 1s ease infinite;
  animation: speed 1s ease infinite;
}

@keyframes speed {
  0% {
    background-position: 50% 200%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 200% 200%;
  }
}

.express-section .express-area .express-item .sub-title {
  color: white;
}

.express-section .express-area .express-item .sub-title a {
  text-decoration: underline;
}

.express-section .express-area .express-rating-area .ratings {
  padding: 3px 20px;
  color: #ff004e;
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.express-section .express-area .express-rating-area .ratings::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-20deg);
  background-color: white;
  z-index: -1;
}

.monitor-widget-area {
  margin-bottom: 15px;
}

.invest-widget-btn {
  color: #fff;
  background: #213546;
  font-weight: 400;
  padding: 7px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}

.invest-widget-btn i {
  margin-right: 5px;
}

.invest-widget-btn button {
  background-color: transparent;
  color: #fff;
  padding: 0;
}

.invest-widget-btn.payout-btn {
  background: #28c76f;
  animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.invest-widget-btn.payout-btn.des-btn {
  animation: none;
}

.invest-widget-btn.rcb-btn {
  background: linear-gradient(220deg, #213546, #7e2dff);
  background-size: 200% 100%;
  -webkit-animation: speed 0.7s ease-in-out infinite;
  -moz-animation: speed 0.7s ease-in-out infinite;
  animation: speed 0.7s ease-in-out infinite;
}

.invest-widget-btn.ins-btn {
  background: linear-gradient(
    45deg,
    red,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    red
  );
  background-size: 200% 100%;
  -webkit-animation: speed 2s ease-in-out infinite;
  -moz-animation: speed 2s ease-in-out infinite;
  animation: speed 2s ease-in-out infinite;
}

.express-section .express-area .express-main {
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .express-section .express-area .monitor-area .monitor-row {
    display: block !important;
  }
}

.express-section .express-area .monitor-area .monitor-col-left {
  width: 10%;
}

@media only screen and (max-width: 1300px) {
  .express-section .express-area .monitor-area .monitor-col-left {
    width: 20%;
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .express-section .express-area .monitor-area .monitor-col-left {
    width: 100%;
    text-align: center;
  }
}

.express-section
  .express-area
  .monitor-area
  .monitor-col-left
  .monitor-thumb-content {
  padding-top: 10px;
}

.express-section
  .express-area
  .monitor-area
  .monitor-col-left
  .monitor-thumb-content
  .ratings
  i {
  color: #ff9f43;
  font-size: 12px;
}

.express-section .express-area .monitor-area .monitor-col-right {
  width: 90%;
  padding-left: 30px;
}

@media only screen and (max-width: 1300px) {
  .express-section .express-area .monitor-area .monitor-col-right {
    width: 80%;
    padding-left: 10px;
  }

  .monitor-widget-wrapper {
    display: block !important;
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .express-section .express-area .monitor-area .monitor-col-right {
    width: 100%;
    padding-left: 0;
  }

  .monitor-widget-wrapper {
    display: block !important;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .express-section .express-area .monitor-area .monitor-col--style {
    display: block !important;
  }

  .express-section
    .express-area
    .monitor-area
    .monitor-col--style
    .monitor-thumb-content {
    width: 100% !important;
    padding-left: 0 !important;
    padding-top: 20px;
  }
}

.express-section
  .express-area
  .monitor-area
  .monitor-col--style
  .monitor-thumb {
  width: 180px;
}

.express-section
  .express-area
  .monitor-area
  .monitor-col--style
  .monitor-thumb-content
  .title {
  color: #ff004e;
  font-size: 18px;
  position: relative;
}

.express-section
  .express-area
  .monitor-area
  .monitor-col--style
  .monitor-thumb-content
  p {
  color: #fff;
}

.express-section-two
  .express-area
  .monitor-area
  .monitor-col--style
  .monitor-thumb-content
  p {
  color: #292929;
}

@media only screen and (max-width: 991px) {
  .express-section .express-area .monitor-area .monitor-col {
    width: 100%;
    justify-content: start !important;
  }

  .express-section
    .express-area
    .monitor-area
    .monitor-col--style
    .monitor-thumb {
    width: 100%;
  }

  .express-section
    .express-area
    .monitor-area
    .monitor-col--style
    .monitor-thumb
    img {
    width: 100%;
  }
}

.express-section .express-area .monitor-area .monitor-list {
  margin-left: 60px;
}

@media only screen and (max-width: 991px) {
  .express-section .express-area .monitor-area .monitor-list {
    margin-left: 0;
  }
}

.express-section .express-area .monitor-area .monitor-list li {
  color: white;
  padding-bottom: 15px;
}

.express-section .express-area .monitor-area .monitor-list li span {
  color: #ff004e;
}

.express-section .express-area .monitor-area .monitor-list li i {
  color: #ff004e;
}

.express-section .express-area .monitor-area .rating-point {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background-color: #ff004e;
  border-radius: 50%;
  margin-right: 60px;
}

.express-section .express-area .monitor-area .rating-point .title {
  margin-bottom: 0;
  line-height: 50px;
  color: white;
}

.express-section .express-area .monitor-area .rating-point .sub-title {
  margin-bottom: 0;
  line-height: 0;
  display: block;
  color: white;
}

.express-section .express-area .monitor-social-area {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.05);
}

@media only screen and (max-width: 767px) {
  .express-section .express-area .monitor-social-area {
    display: block !important;
  }
}

.express-section .express-area .monitor-social-area .monitor-social-title {
  margin-bottom: 0;
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .express-section .express-area .monitor-social-area .monitor-social-title {
    font-size: 14px;
  }
}

.express-section .express-area .monitor-social-area .monitor-social li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.express-section .express-area .monitor-social-area .monitor-social--style1 li {
  margin-right: 30px;
}

.express-section
  .express-area
  .monitor-social-area
  .monitor-social
  li:last-child {
  margin-right: 0;
}

.express-section .express-area .monitor-social-area .monitor-social li span {
  background-color: #0f1932;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.express-section
  .express-area
  .monitor-social-area
  .monitor-social
  li
  .monitor-emoji {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .express-section
    .express-area
    .monitor-social-area
    .monitor-social
    li
    .monitor-emoji {
    width: 20px;
    height: 20px;
  }
}

.express-section
  .express-area
  .monitor-social-area
  .monitor-social
  li
  .monitor-payment {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .express-section
    .express-area
    .monitor-social-area
    .monitor-social
    li
    .monitor-payment {
    width: 20px;
    height: 20px;
  }
}

.express-section
  .express-area
  .monitor-social-area
  .monitor-social
  li
  .monitor-number {
  position: absolute;
  top: -12px;
  right: -8px;
  z-index: -1;
}

.express-section
  .express-area
  .monitor-social-area
  .monitor-social
  li
  .monitor-number
  span {
  background-color: #ff004e;
  width: 18px;
  height: 18px;
  line-height: 20px;
  font-size: 10px;
  border-radius: 50%;
}

.express-section
  .express-area
  .monitor-social-area
  .monitor-social
  li
  .monitor-emoji
  i {
  color: white;
  background-color: #0f1932;
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}

.express-section .express-area .monitor-social-area .monitor-social--style {
  width: 44%;
}

@media only screen and (max-width: 991px) {
  .express-section .express-area .monitor-social-area .monitor-social--style {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .express-section .express-area .monitor-social-area .monitor-btn-area {
    margin-top: 20px;
  }
}

.express-section .express-area .monitor-social-area .monitor-btn-area .cmn-btn {
  margin-right: 30px;
}

@media only screen and (max-width: 991px) {
  .express-section
    .express-area
    .monitor-social-area
    .monitor-btn-area
    .cmn-btn {
    margin-bottom: 10px;
  }
}

.express-section .express-area .monitor-feature-area {
  margin-top: 30px;
}

.express-section .express-area .monitor-feature-area .feature-slider {
  overflow: hidden;
}

.express-section
  .express-area
  .monitor-feature-area
  .feature-slider
  .feature-item {
  background-color: #0f1932;
  padding: 10px;
}

.express-section
  .express-area
  .monitor-feature-area
  .feature-slider
  .feature-item
  .feature-icon {
  width: 30px;
  height: 30px;
  line-height: 35px;
  background-color: #ff004e;
  color: white;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.express-section
  .express-area
  .monitor-feature-area
  .feature-slider
  .feature-item
  .feature-content {
  width: calc(100% - 30px);
  padding-left: 10px;
}

.express-section
  .express-area
  .monitor-feature-area
  .feature-slider
  .feature-item
  .feature-content
  .title {
  margin-bottom: 0;
  color: white;
}

.express-section .express-area .insurance-area .insurance-table {
  margin: -5px;
  justify-content: center;
}

.express-section
  .express-area
  .insurance-area
  .insurance-table
  .insurance-item {
  width: 22%;
  padding: 8px 15px;
  background-color: #0f1932;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 5px;
  border-radius: 3px;
}

@media only screen and (max-width: 1450px) {
  .express-section
    .express-area
    .insurance-area
    .insurance-table
    .insurance-item {
    width: 28%;
  }
}

@media only screen and (max-width: 1200px) {
  .express-section
    .express-area
    .insurance-area
    .insurance-table
    .insurance-item {
    width: 46%;
  }
}

@media only screen and (max-width: 460px) {
  .express-section
    .express-area
    .insurance-area
    .insurance-table
    .insurance-item {
    width: 100%;
  }
}

.express-section
  .express-area
  .insurance-area
  .insurance-table
  .insurance-item
  span {
  font-size: 14px;
  color: white;
}

.express-section
  .express-area
  .insurance-area
  .insurance-table
  .insurance-item
  .insurance-price {
  color: #ff004e;
}

.express-section .express-des {
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  padding: 20px;
}

.express-section .express-des p {
  color: white;
}

.express-section .express-des .title {
  color: #ff004e;
}

.express-section-two .express-area {
  background-color: white;
}

.express-section-two .express-area .express-item .title {
  color: #0a1227;
}

.express-section-two .express-area .express-item .sub-title {
  color: #292929;
}

.express-section-two .express-area .express-rating-area .pay {
  color: white;
}

.express-section-two .express-area .express-rating-area .pay::before {
  background-color: #0a1227;
}

.express-section-two .express-area .monitor-area .monitor-list li {
  color: #292929;
}

.express-section-two .express-area .monitor-social-area .monitor-social {
  border: 1px solid #0a1227;
}

.express-section-two
  .express-area
  .monitor-social-area
  .monitor-social
  li
  span {
  background-color: #0a1227;
  color: white;
}

.express-section-two
  .express-area
  .monitor-social-area
  .monitor-social
  li
  .monitor-emoji
  i {
  color: white;
  background-color: #0a1227;
}

.express-section-two
  .express-area
  .monitor-feature-area
  .feature-slider
  .feature-item {
  background-color: #0a1227;
}

.express-section-two
  .express-area
  .monitor-feature-area
  .feature-slider
  .feature-item
  .feature-content
  .title {
  color: white;
}

.express-section-two .express-area .insurance-area .insurance-table {
  background-color: #0a1227;
}

.express-section-three .express-area {
  background-color: #0f1932;
}

.express-section-three .express-area .express-item .title {
  color: #ff004e;
}

.express-section-three .express-area .express-rating-area .pay {
  color: #ff004e;
}

.express-section-three .express-area .express-rating-area .pay::before {
  background-color: #0a1227;
}

.express-section-three .express-area .monitor-area .monitor-list li span {
  color: white;
}

.express-section-three .express-area .monitor-area .monitor-list li i {
  color: white;
}

.express-section-three .express-area .monitor-area .rating-point {
  background-color: #0a1227;
}

.express-section-three .express-area .monitor-area .rating-point .title {
  color: #ff004e;
}

.express-section-three .express-area .monitor-area .rating-point .sub-title {
  color: #ff004e;
}

.express-section-three
  .express-area
  .monitor-social-area
  .monitor-social
  li
  span {
  background-color: #0a1227;
  color: white;
}

.express-section-three
  .express-area
  .monitor-social-area
  .monitor-social
  li
  .monitor-emoji
  i {
  color: white;
  background-color: #0a1227;
}

.express-section-three
  .express-area
  .monitor-feature-area
  .feature-slider
  .feature-item {
  background-color: #0a1227;
}

.express-section-three
  .express-area
  .monitor-feature-area
  .feature-slider
  .feature-item
  .feature-content
  .title {
  color: white;
}

.express-section-three .express-area .insurance-area .insurance-table {
  background-color: #0a1227;
}

/*-------------------------------------------------
    [ ### quality block ]
*/
.quality-section .quality-area {
  background-color: #0a1227;
  border-radius: 3px;
}

.quality-section .quality-area .quality-header {
  background-color: #0f1932;
  padding: 10px 20px;
}

.quality-section .quality-area .quality-header .quality-title .title {
  color: #ff004e;
  margin-bottom: 0;
}

.quality-section .quality-area .quality-header .quality-script .title {
  color: white;
  margin-right: 20px;
}

.quality-section
  .quality-area
  .quality-header
  .quality-script
  .title
  .sub-title {
  color: #ff004e;
}

.quality-section .quality-area .quality-body {
  padding: 20px;
}

@media (max-width: 680px) {
  .quality-section .quality-area .quality-body {
    padding: 10px;
  }
}

.quality-section .quality-area .quality-body .quality-thumb-area {
  background-color: #e8e4fd;
  padding: 20px;
}

@media (max-width: 1199px) {
  .quality-section .quality-area .quality-body .quality-thumb-area {
    padding: 0;
  }
}

.quality-section-two .quality-area {
  background-color: #0a1227;
}

.quality-section-two .quality-area .quality-header {
  background-color: white;
}

.quality-section-two .quality-area .quality-header .quality-title .title {
  color: #0a1227;
}

.quality-section-two .quality-area .quality-header .quality-script .title {
  color: #292929;
}

.quality-section-two
  .quality-area
  .quality-header
  .quality-script
  .title
  .sub-title {
  color: #ff004e;
}

.quality-section-three .quality-area {
  background-color: #0f1932;
}

.quality-section-three .quality-area .quality-header {
  background-color: #0a1227;
}

.quality-section-three .quality-area .quality-header .quality-title .title {
  color: white;
}

.quality-section-three
  .quality-area
  .quality-header
  .quality-script
  .title
  .sub-title {
  color: white;
}

.notice-section .notice-area {
  background-color: #0f1932;
  border-radius: 3px;
  padding: 30px;
}

.notice-section .notice-area .notice-content p {
  color: #fff;
}

.dashboard-section .dash-item {
  background-color: #0a1227;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .dashboard-section .dash-item {
    justify-content: center !important;
    padding: 20px;
  }
}

@media only screen and (max-width: 730px) {
  .dashboard-section .dash-item {
    display: block !important;
  }
}

.dashboard-section .dash-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background-color: #ff004e;
  z-index: -1;
  transition: all 0.5s;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .dashboard-section .dash-item::before {
    display: none;
  }
}

.dashboard-section .dash-item:hover::before {
  width: 100%;
}

.dashboard-section .dash-item:hover .dash-icon {
  background-color: #0a1227;
}

.dashboard-section .dash-item .dash-icon {
  background-color: #ff004e;
  width: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .dashboard-section .dash-item .dash-icon {
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 730px) {
  .dashboard-section .dash-item .dash-icon {
    width: 100%;
    padding: 20px;
  }
}

.dashboard-section .dash-item .dash-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: white;
  display: inline-block;
  text-align: center;
  color: #ff004e;
  border-radius: 50%;
  font-size: 40px;
}

.dashboard-section .dash-item .dash-content {
  padding: 15px 22px;
  width: calc(100% - 120px);
}

@media (min-width: 992px) and (max-width: 1440px) {
  .dashboard-section .dash-item .dash-content {
    padding: 15px 0 0 0;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 730px) {
  .dashboard-section .dash-item .dash-content {
    width: 100%;
    background-color: #0a1227;
    text-align: center;
  }
}

.dashboard-section .dash-item .dash-content .title {
  color: white;
  font-size: 28px;
}

.dashboard-section .dash-item .dash-content p {
  color: white;
}

@media (max-width: 1660px) {
  .dashboard-section .dash-item .dash-content p {
    font-size: 14px;
  }
}

.chart-section .chart-area {
  overflow-x: auto;
  width: 100%;
  position: relative;
  background-color: #e8e4fd;
  padding: 20px;
}

@media only screen and (max-width: 991px) {
  .chart-section .chart-scroll {
    width: 700px;
    height: 350px;
  }
}

.deposit-method-section .deposit-method-item .deposit-method-thumb {
  position: relative;
  overflow: hidden;
}

.deposit-method-section .deposit-method-item .deposit-method-thumb img {
  width: 100%;
}

.deposit-method-section .deposit-method-item .deposit-method-thumb::before {
  content: "";
  background: rgba(57, 48, 115, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transform-origin: top;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  -moz-transform: perspective(15em) rotateX(-90deg);
  -o-transform: perspective(15em) rotateX(-90deg);
  -ms-transform: perspective(15em) rotateX(-90deg);
  -webkit-transform: perspective(15em) rotateX(-90deg);
  transform: perspective(15em) rotateX(-90deg);
  z-index: 1;
}

.deposit-method-section
  .deposit-method-item
  .deposit-method-thumb
  .deposit-method-content {
  position: absolute;
  width: 88%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -50px;
  -moz-transform: perspective(15em) rotateX(40deg);
  -o-transform: perspective(15em) rotateX(40deg);
  -ms-transform: perspective(15em) rotateX(40deg);
  -webkit-transform: perspective(15em) rotateX(40deg);
  transform: perspective(15em) rotateX(40deg);
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  opacity: 0;
  transform-origin: bottom;
  background-color: #ff004e;
  padding: 20px;
  z-index: 2;
}

.deposit-method-section
  .deposit-method-item
  .deposit-method-thumb
  .deposit-method-content
  .sub-title {
  color: white;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}

.deposit-method-section
  .deposit-method-item
  .deposit-method-thumb
  .deposit-method-content
  .deposit-list
  li {
  color: white;
}

.deposit-method-section .deposit-method-item .deposit-content {
  background-color: #0a1227;
  padding: 20px;
}

.deposit-method-section
  .deposit-method-item:hover
  .deposit-method-thumb::before {
  -moz-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -webkit-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}

.deposit-method-section .deposit-method-item:hover .deposit-method-content {
  -moz-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -webkit-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
  opacity: 1;
  bottom: 10px;
}

.deposit-table-section .deposit-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 10px;
  position: relative;
  z-index: 9;
  border-radius: 3px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .deposit-table-section .deposit-table thead {
    display: none;
  }
}

.deposit-table-section .deposit-table thead tr {
  background-color: #ff004e;
}

.deposit-table-section .deposit-table thead tr th {
  border: none;
  font-weight: 500;
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 10px;
}

.deposit-table-section .deposit-table tbody tr {
  border-right: none;
  border-left: none;
  border-top: none;
  background-color: #0a1227;
}

@media only screen and (max-width: 991px) {
  .deposit-table-section .deposit-table tbody tr {
    background-color: #0f1932;
  }
}

.deposit-table-section .deposit-table tbody tr:nth-child(odd) {
  background-color: #0f1932;
}

@media only screen and (max-width: 991px) {
  .deposit-table-section .deposit-table tbody tr:nth-child(odd) {
    background-color: #0a1227;
  }
}

.deposit-table-section
  .deposit-table
  tbody
  tr:nth-child(odd)
  td:nth-child(odd) {
  background-color: #0a1227;
}

.deposit-table-section .deposit-table tbody tr td {
  order: none;
  color: white;
  font-weight: 500;
  padding: 15px;
  text-align: center;
  font-size: 14px;
}

.deposit-table-section .deposit-table tbody tr td .badge-main {
  background-color: #ff004e;
}

.deposit-table-section .deposit-table tbody tr td a {
  padding: 7px 15px;
  margin-bottom: -10px;
  cursor: pointer;
}

.deposit-table-section .deposit-table tbody tr td:nth-child(odd) {
  background-color: #0f1932;
}

@media only screen and (max-width: 991px) {
  .deposit-table-section .deposit-table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .deposit-table-section .deposit-table tbody tr td::before {
    content: attr(data-label);
    margin-right: auto;
    color: #ff004e !important;
  }
}

.advertise-section .advertise-area {
  background-color: #0a1227;
  border-radius: 3px;
  padding: 30px;
}

.advertise-section .advertise-area .advertise-item {
  background-color: #0f1932;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.advertise-section .advertise-area .advertise-item .title {
  background-color: #ff004e;
  color: white;
  padding: 10px 20px;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.advertise-section .advertise-area .advertise-item .advertise-content-area {
  padding: 20px;
}

.advertise-section
  .advertise-area
  .advertise-item
  .advertise-content-area
  .advertise-list
  li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.advertise-section
  .advertise-area
  .advertise-item
  .advertise-content-area
  .advertise-list
  li
  a {
  display: block !important;
}

.advertise-section
  .advertise-area
  .advertise-item
  .advertise-content-area
  .advertise-list
  li
  a
  span {
  float: right;
}

.advertise-section
  .advertise-area
  .advertise-item
  .advertise-content-area
  .advertise-btn {
  margin-top: 20px;
}

.advertise-section
  .advertise-area
  .advertise-item
  .advertise-content-area
  .advertise-btn
  a {
  width: 100%;
}

.profile-section .profile-bar {
  background-color: #0f1932;
  padding: 30px;
}

.profile-section .profile-bar .profile-content .title {
  color: white;
  font-size: 22px;
}

.profile-section .profile-bar .profile-content .profile-btn {
  margin-top: 30px;
}

.deposit-preview-section .deposit-preview-area {
  background-color: #0a1227;
  padding: 30px;
}

.deposit-preview-section .deposit-preview-area .deposit-preview-item {
  background-color: #e8e4fd;
  padding: 30px;
}

.deposit-preview-section
  .deposit-preview-area
  .deposit-preview-item
  .deposit-preview-thumb
  img {
  width: 300px;
}

.deposit-preview-section
  .deposit-preview-area
  .deposit-preview-item
  .payment-method
  img {
  width: 400px;
}

.deposit-preview-section
  .deposit-preview-area
  .deposit-preview-item
  .deposit-preview-content
  .deposit-list {
  padding-top: 20px;
}

.deposit-preview-section
  .deposit-preview-area
  .deposit-preview-item
  .deposit-preview-content
  .deposit-list
  li {
  border-bottom: 1px solid rgba(57, 48, 115, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.deposit-preview-section
  .deposit-preview-area
  .deposit-preview-item
  .deposit-preview-content
  .deposit-preview-btn {
  margin-top: 30px;
}

.deposit-preview-section
  .deposit-preview-area
  .deposit-preview-item
  .deposit-preview-content
  .deposit-preview-btn
  a {
  width: 100%;
}

.modal {
  z-index: 99999;
}

.modal.active {
  display: none !important;
}

.modal-content {
  background-color: #0a1227;
}

.modal-content .close {
  color: #ff004e;
  box-shadow: none;
  text-shadow: none;
}

.modal-content label {
  color: white;
}

.modal-content h5 {
  color: white;
}

.modal-content p {
  color: white;
}

.modal-content .input-group-text {
  background-color: #ff004e;
  border: 1px solid #ff004e;
  color: white;
}

.modal-custom-btn {
  background-color: #ff004e;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}

/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.privacy-area {
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
  background-color: #0f1932;
}

.privacy-area p {
  color: white;
}

@media only screen and (max-width: 767px) {
  .privacy-wrapper {
    display: block !important;
    text-align: center;
  }

  .privacy-wrapper p {
    font-size: 14px;
  }

  .footer-social {
    margin-top: 10px;
  }
}

@media (max-width: 475px) {
  .google-captcha * {
    max-width: 200px !important;
  }
}

@media (max-width: 500px) {
  .custom-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.input-group-text {
  background-color: #ff004e;
  border: 1px solid #ff004e;
  color: white;
}

.form-group label,
.form-label {
  color: #d5d5d5;
}

.vote-wrapper {
  margin: -5px;
}

.vote-wrapper .vote-check {
  position: relative;
  padding: 5px;
}

.vote-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vote-wrapper label {
  border: 1px solid #ffffff59;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}

.vote-wrapper label::before {
  position: absolute;
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -6px;
  border-radius: 50%;
  background-color: #ea5455;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  opacity: 0;
  transition: all 0.3s;
}

.vote-wrapper input:checked ~ label::before {
  opacity: 1;
}

.vote-wrapper label span::before {
  content: "(";
}

.vote-wrapper label span::after {
  content: ")";
}

.vote-wrapper input:checked ~ label {
  border-color: #ea5455;
  color: #ea5455;
}

.report-area .form-control {
  position: relative;
  border-radius: 3px;
  background-color: #0f1932;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.report-area .form-control:focus {
  background-color: #0f1932;
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none !important;
}

.addAttachment {
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  transition: 0.2s linear;
  padding: 7px 15px;
}

.addAttachment {
  background-color: #fff !important;
  color: #000 !important;
}

.form--check-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form--check-label__link {
  color: #ff0048;
  transition: 0.2s linear;
}

.form--check-label__link a:hover {
  text-decoration: underline;
}

.form--check-label .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form--check-label .form-check input {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.form--check-label .form-check label {
  width: calc(100% - 15px);
  margin-bottom: 0;
}

.card-header.account-header {
  padding: 10px 15px;
  text-align: center;
  background: #ff004e;
  color: white;
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
}

.table td,
.table th {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/*============== custom dropdwon css start ==============*/
.custom--dropdown {
  margin: 0 20px;
}

@media screen and (max-width: 1199px) {
  .custom--dropdown {
    margin: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .custom--dropdown {
    margin-right: 10px;
  }
}

.custom--dropdown.open > .custom--dropdown__selected::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom--dropdown > .custom--dropdown__selected {
  background-color: transparent;
  position: relative;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  padding-right: 30px;
}

.custom--dropdown > .custom--dropdown__selected::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  margin-left: auto;
  width: unset !important;
  right: 12px;
  color: #fff;
  font-size: 15px;
}

@media screen and (max-width: 1399px) {
  .custom--dropdown > .custom--dropdown__selected::before {
    right: 2px;
  }
}

@media screen and (max-width: 1399px) {
  .custom--dropdown > .custom--dropdown__selected {
    padding-right: 15px;
  }
}

.custom--dropdown > .dropdown-list {
  position: absolute;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 100%;
  margin-top: 5px;
  z-index: -1;
  visibility: hidden;
  max-height: 230px;
  width: 105px;
  overflow-y: auto !important;
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar-thumb {
  background-color: #ff004e;
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar-thumb {
  background-color: #ff004e;
}

.custom--dropdown.open > .dropdown-list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999 !important;
  background-color: #0a1227 !important;
}

.dropdown-list > .dropdown-list__item {
  padding: 10px 8px !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.dropdown-list > .dropdown-list__item:hover {
  background-color: #ff004e !important;
}

.dropdown-list > .dropdown-list__item,
.custom--dropdown > .custom--dropdown__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list > .dropdown-list__item .thumb img,
.custom--dropdown > .custom--dropdown__selected .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.dropdown-list > .dropdown-list__item .thumb img,
.custom--dropdown > .custom--dropdown__selected .thumb img {
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 50%;
}

.dropdown-list > .dropdown-list__item .text,
.custom--dropdown > .custom--dropdown__selected .text {
  width: calc(100% - 24px);
  padding-left: 4px;
  color: #fff !important;
}

.custom--dropdown__selected.dropdown-list__item .text {
  font-size: 1rem;
  color: #fff !important;
}

.text--color {
  color: #ffffffb3;
}
/*============== custom drop down css end ==============*/

.btn--dark {
  background: #000;
  border: 1px solid #232323;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
}
.btn--dark:hover {
  background: #000;
  border: 1px solid #232323;
  color: #fff;
}
.btn--base {
  background: #ff004e;
  border: 1px solid #232323;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
}
.btn--base:hover {
  background: #ff004e;
  border: 1px solid #232323;
  color: #fff;
}
.modal-header {
  border-bottom: 1px solid #535353;
}
.modal-footer {
  border-top: 1px solid #535353;
}
.text--base {
  color: #ff004e;
}

.list-group-item {
  background: transparent;
  color: #d5d5d5;
  padding-inline: 0;
}
.bg--danger {
  background-color: #ff0000 !important;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.25rem !important;
  margin-bottom: 0.125rem;
  position: relative !important;
}

.custom--checkbox input[type="radio"] {
  display: none;
}
.custom--checkbox input[type="checkbox"] {
  display: none;
}

.custom--checkbox .radio-label {
  display: inline-block;
  background-color: #0f1932;
  padding: 8px 30px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom--checkbox input[type="radio"]:checked + label {
  position: relative;
}

.custom--checkbox input[type="radio"]:checked + label:before {
  position: absolute;
  font-family: "Line Awesome Free";
  font-size: 0.875rem;
  content: "\f192";
  font-weight: 900;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 15px;
  color: #00583d;
  font-size: 18px;
}
.custom--checkbox input[type="checkbox"]:checked + label {
  position: relative;
}

.custom--checkbox input[type="checkbox"]:checked + label:before {
  position: absolute;
  font-family: "Line Awesome Free";
  font-size: 0.875rem;
  content: "\f058";
  font-weight: 900;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 15px;
  color: #00583d;
  font-size: 18px;
}

.header-top-area .navbar-toggler {
  padding-left: 5px;
  box-shadow: none !important;
}

@media screen and (max-width: 460px) {
  .custom--dropdown__selected.dropdown-list__item .text {
    display: none !important;
  }
  .custom--dropdown > .custom--dropdown__selected {
    padding: 0px;
  }
  .custom--dropdown > .custom--dropdown__selected::before {
    display: none;
  }
  .header-top-area {
    justify-content: center !important;
    gap: 10px;
  }
  .navbar.navbar-expand-lg {
    display: flex;
    gap: 8px;
  }
  .custom--dropdown > .dropdown-list {
    left: auto;
    right: 0px !important;
  }
}
