html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: #758b9f;
  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%;
  text-transform: capitalize;
}

span {
  display: inline-block;
}



a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #FA9E1B;
}

*::-webkit-scrollbar-thumb {
  background-color: #FA9E1B;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2em;
  color: #031c6c;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
}

h1 {
  font-size: 2.441em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

h5 {
  font-size: 1em;
  font-weight: 600;
}

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, #191f26, transparent);
  bottom: -4px;
  left: 0%;
}

.section-header {
  margin-bottom: 50px;
}

.section-header .sub-title {
  color: #FA9E1B;
  font-size: 16px;
  padding: 2px 10px;
  background-color: rgba(204, 34, 98, 0.1);
  margin-bottom: 20px;
}

.section-title {
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -10px;
  font-family: "Exo", sans-serif;
  font-size: 40px;
}

.section-title span {
  color: #FA9E1B;
  font-family: "Exo", sans-serif;
}

/*-------------------------------------------------
    [ ## 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: 180px;
  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-0 {
  padding: 0;
}

.pd-t-0 {
  padding-top: 0;
}

.pd-b-0 {
  padding-bottom: 0;
}

.pd-l-0 {
  padding-left: 0;
}

.pd-r-0 {
  padding-right: 0;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-r-5 {
  padding-right: 5px;
}

.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-45 {
  padding-bottom: 45px;
}

.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;
  }
}

.pd-t-135 {
  padding-top: 135px;
}

.pd-b-135 {
  padding-bottom: 135px;
}

.pd-l-135 {
  padding-left: 135px;
}

.pd-r-135 {
  padding-right: 135px;
}

.pd-t-140 {
  padding-top: 140px;
}

.pd-b-140 {
  padding-bottom: 140px;
}

.pd-l-140 {
  padding-left: 140px;
}

.pd-r-140 {
  padding-right: 140px;
}

.pd-t-150 {
  padding-top: 150px;
}

.pd-b-150 {
  padding-bottom: 150px;
}

.pd-l-150 {
  padding-left: 150px;
}

.pd-r-150 {
  padding-right: 150px;
}

.pd-t-165 {
  padding-top: 165px;
}

.pd-b-165 {
  padding-bottom: 165px;
}

.pd-l-165 {
  padding-left: 165px;
}

.pd-r-165 {
  padding-right: 165px;
}

.pd-t-180 {
  padding-top: 180px;
}

.pd-b-170 {
  padding-bottom: 170px;
}

.pd-b-180 {
  padding-bottom: 180px;
}

.pd-l-180 {
  padding-left: 180px;
}

.pd-r-180 {
  padding-right: 180px;
}

.pd-t-195 {
  padding-top: 195px;
}

.pd-b-195 {
  padding-bottom: 195px;
}

.pd-l-195 {
  padding-left: 195px;
}

.pd-r-195 {
  padding-right: 195px;
}

.pd-t-200 {
  padding-top: 200px;
}

.pd-b-200 {
  padding-bottom: 200px;
}

.pd-l-200 {
  padding-left: 200px;
}

.pd-r-200 {
  padding-right: 200px;
}

.pd-t-205 {
  padding-top: 205px;
}

.pd-b-205 {
  padding-bottom: 205px;
}

.pd-l-205 {
  padding-left: 205px;
}

.pd-r-205 {
  padding-right: 205px;
}

.pd-t-210 {
  padding-top: 210px;
}

.pd-t-220 {
  padding-top: 220px;
}

.pd-b-220 {
  padding-bottom: 220px;
}

.pd-l-220 {
  padding-left: 220px;
}

.pd-r-220 {
  padding-right: 220px;
}

.pd-t-225 {
  padding-top: 225px;
}

.pd-b-225 {
  padding-bottom: 225px;
}

.pd-l-225 {
  padding-left: 225px;
}

.pd-r-225 {
  padding-right: 225px;
}

.pd-t-235 {
  padding-top: 235px;
}

.pd-b-235 {
  padding-bottom: 235px;
}

.pd-l-235 {
  padding-left: 235px;
}

.pd-r-235 {
  padding-right: 220px;
}

.pd-t-240 {
  padding-top: 240px;
}

.pd-t-255 {
  padding-top: 255px;
}

@media only screen and (max-width: 992px) {
  .pm-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-b-90 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-t-0 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .pdmX-60 {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pdms-30 {
    padding: 30px;
  }
}

/*-------------------------------------------------
    [ ## 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-main {
  position: relative;
}

.bg-overlay-main:before {
  content: "";
  position: absolute;
  background-color: #191f26;
  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-primary-two {
  position: relative;
}

.bg-overlay-primary-two:before {
  content: "";
  position: absolute;
  background-color: #31124b;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}

.bg-overlay-primary-two .section-header .section-title {
  color: white;
}

.bg-overlay-primary-two .section-header p {
  color: white;
}

.bg-overlay-primary-two>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}

.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #31124b;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.6;
}

.bg-overlay-primary>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: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FA9E1B;
  box-shadow: 0px 10px 16px 0px rgba(77, 91, 237, 0.2);
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
  color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.scrollToTop:hover {
  color: white;
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes dotts {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dotts {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-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: .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: .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.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.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%;
  }
}

@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }

  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}

@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}

@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}

/* inner ripple */
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

/*--------------------------------------------------------------
# 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: #31124b;
  color: white;
  padding: 12px 30px;
  border-radius: 60px;
  font-family: "Exo", sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  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:focus,
.cmn-btn-active:hover {
  color: white;
  box-shadow: 0 0 10px rgba(25, 31, 38, 0.6);
}

@media only screen and (max-width: 991px) {
  .cmn-btn-active {
    font-size: 14px;
    padding: 8px 20px;
  }
}

.cmn-btn-active span {
  display: inline-block;
  vertical-align: middle;
  width: 5.75px;
  height: 5.63px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 2px;
}

.cmn-btn-active span:first-child {
  margin-left: 10px;
}

.cmn-btn-active span:nth-child(2) {
  opacity: .6;
}

.cmn-btn-active span:last-child {
  opacity: .4;
}

.cmn-btn {
  position: relative;
  background: #FA9E1B;
  color: white;
  padding: 12px 30px;
  border-radius: 60px;
  font-family: "Exo", sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.cmn-btn span {
  display: inline-block;
  vertical-align: middle;
  width: 5.75px;
  height: 5.63px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 2px;
  animation: dotts 3s linear infinite;
}

.cmn-btn span:first-child {
  margin-left: 10px;
  animation-delay: 0.5s;
}

.cmn-btn span:nth-child(2) {
  opacity: .6;
  animation-delay: 1.5s;
}

.cmn-btn span:last-child {
  opacity: .4;
  animation-delay: 2.2s;
}

.cmn-btn:focus,
.cmn-btn:hover {
  color: white;
  box-shadow: 0 0 20px rgba(204, 34, 98, 0.6);
}

@media only screen and (max-width: 991px) {
  .cmn-btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}

.custom-btn {
  color: #FA9E1B;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  z-index: 9;
}

.custom-btn i {
  font-size: 14px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.custom-btn:hover {
  color: #FA9E1B;
}

.custom-btn:hover i {
  padding-left: 5px;
}

/*-------------------------------------------------
    [ ## 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: 15px 20px;
}

input::placeholder,
textarea::placeholder {
  color: #758b9f;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #758b9f !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #758b9f !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: #758b9f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

label {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 10px;
  display: block;
}

::-webkit-input-placeholder {
  color: #b3b3b3;
}

.widget_newsletter::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder {
  color: #b3b3b3;
}

/*--------Nice Select----------*/
.nice-select {
  background-color: white;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  line-height: 50px;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 25px;
  width: 100%;
  height: 50px;
  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 #e5e5e5;
  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 .option:hover {
  background-color: #191f26;
  color: #758b9f;
}

.nice-select .current {
  display: block;
  color: #758b9f;
}

.select-custom:focus {
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  background: none;
  color: #727272;
}

.form-group {
  margin-bottom: 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: #031c6c;
  border-color: #191f26;
}

@media only screen and (max-width: 575px) {
  .form-controller {
    padding: 5px 15px;
  }
}

textarea.form-controller {
  padding-top: 15px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+label {
  color: #1d2331;
  position: relative;
  padding-left: 23px;
  line-height: 1.2em;
  text-transform: capitalize;
  cursor: pointer;
}

input[type="radio"]+label:before {
  border: 3px solid #B9BEC0;
  content: "";
  height: 14px;
  left: 1px;
  position: absolute;
  top: 3px;
  -webkit-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
  width: 14px;
  background-color: white;
  border-radius: 50%;
}

input[type="radio"]:checked+label:before {
  border-color: #07C1FE;
  background-color: #191f26;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FA9E1B;
  z-index: 99999;
  overflow: hidden;
}

.circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  transform: rotate(0deg);
  animation: move 1.1s linear infinite;
}

@keyframes move {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.circlesmall {
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  border: 1px solid #fff;
  margin: auto
}

.circlecenter {
  position: absolute;
  border-radius: 100%;
  height: 7px;
  width: 7px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#circle1 {
  left: 0;
  right: 0;
  top: 12%;
}

#circle2 {
  left: 12%;
  bottom: 0;
  top: 0;
}

#circle3 {
  bottom: 0;
  right: 12%;
  top: 0;
}

#circle4 {
  left: 0;
  bottom: 12%;
  right: 0;
}

::selection {
  background-color: #FA9E1B;
  color: white;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  .header-section {
    position: relative;
  }

  .header-section .header-top-area .container {
    max-width: 100%;
  }
}

.header-section-two .header-bottom-area {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #350a4e;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-top-area {
  position: relative;
  background: #350a4e;
  padding: 5px 0;
}

.header-top-area .header-top-content .header-right-info span {
  color: white;
  margin-right: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.header-top-area .header-top-content .header-right-info span i {
  margin-right: 10px;
}

.header-top-area .header-top-content .header-right-info .first-info {
  background-color: #191f26;
  padding: 10px;
}

.header-top-area .header-top-content .header-right-info .second-info span {
  color: #FA9E1B;
}

.header-top-area .header-top-content .header-right-info .third-info span {
  color: #FA9E1B;
}

.header-top-area .header-top-content .header-right-info .fourth-info span {
  color: #FA9E1B;
}

.header-top-area .header-top-content .header-account {
  background-color: #ff5757;
  margin-left: 20px;
  padding: 25px 35px;
}

.header-top-area .header-top-content .header-account span {
  color: white;
  text-transform: uppercase;
}

.header-top-area .header-top-content .header-account .register::after {
  content: '/';
  padding-left: 5px;
  padding-right: 5px;
}

.header-top-area .header-top-content .header-social li {
  display: inline-block;
}

.header-top-area .header-top-content .header-social a {
  font-size: 12px;
  display: inline-block;
  padding: 0 4px;
  color: white;
}

.header-top-area .header-top-content .header-social a:hover,
.header-top-area .header-top-content .header-social a.active {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .header-top-area .header-top-content .header-social a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .header-top-area .header-top-content .header-social a {
    padding: 0 4px;
  }
}

.header-top-area .header-top-content .header-mail-area i {
  color: #191f26;
  margin-right: 5px;
}

.header-top-area .header-top-content .header-mail-area span {
  text-transform: lowercase;
}

.header-top-area .header-top-content .header-support span {
  color: white;
  margin-right: 30px;
}

.header-section.header-fixed .header-top-area {
  display: none;
}

.header-bottom-area {
  position: relative;
  background: rgba(54, 19, 84, 0.6);
}

.header-bottom-area .header-account {
  padding-left: 30px;
}

.header-bottom-area .header-account .cmn-btn {
  padding: 12px 30px;
}

.header-bottom-area .header-action {
  margin-bottom: -7px;
  margin: -5px;
  display: flex;
}

@media (max-width: 1199px) {
  .header-bottom-area .header-action {
    display: block;
  }

  .dropdown-lang.dropdown {
    margin-bottom: 10px;
  }
}

.header-bottom-area .header-action a {
  padding: 6px 20px;
  font-size: 16px;
  font-size: 12px;
  font-weight: 600;
  margin: 5px;
}

.header-bottom-area .navbar-expand-lg {
  z-index: 10;
  background-color: transparent;
  padding: 0 !important;
}

@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-expand-lg {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .header-bottom-area .navbar-collapse .main-menu {
    max-height: 320px;
    overflow-y: auto;
  }
}

@media (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
    background-color: transparent;
  }

  .header-bottom-area .navbar-collapse .main-menu li a {
    color: #fff !important;
  }

  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: #fff !important;
  }

  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }

  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }

  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }

  .language-btn {
    padding-left: 0px !important;
    padding-top: 0px !important;
  }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  margin-right: 30px;
}

.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 18px;
  /* transform: translateY(2px); */
  margin-left: 5px;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 30px 0 30px 0;
  color: #fff;
  font-weight: 600;
  align-items: center;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover {
  color: #FA9E1B;
}

.header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #FA9E1B;
}

.header-bottom-area .navbar-collapse .main-menu li:hover a::after {
  width: 100%;
}

.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}

@media (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 0px;
  }
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    display: block;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 150%;
  left: 0;
  width: 200px;
  background-color: white;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  margin-left: 0;
  border-left: 3px solid #FA9E1B;
  border-radius: 3px 0 0 3px;
}

.header-bottom-area .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-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FA9E1B;
  transition: all 0.5s;
  z-index: -1;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover::before {
  width: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: white;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: #031c6c;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 14px;
  display: block;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}

.header-bottom-area .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-bottom-area .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-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.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 (max-width: 575px) {
  .header-top-search-area {
    width: 100%;
  }
}

.header-top-search-area.open {
  opacity: 1;
  visibility: visible;
}

.active.header-top-search-area {
  opacity: 1;
  visibility: visible;
  animation-duration: 0.7s;
  animation-name: fadeInUp;
}

.header-search-form {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.header-search-form input {
  padding: 15px 25px;
  border: 1px solid #e5e5e5;
  width: 100%;
  font-family: var(--para-font);
  text-transform: capitalize;
  border: none;
  color: #758b9f;
}

.header-search-form input::placeholder {
  color: #758b9f;
}

.header-search-form .header-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  padding: 0 20px;
  background-color: #FA9E1B;
  color: white;
}

.header-right .search-bar {
  border-left: 1px solid #e5e5e5;
}

.search-bar a {
  margin-left: 10px;
  font-size: 16px;
  color: #031c6c;
  border: 2px dashed #FA9E1B;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}

.account a {
  margin-left: 10px;
  font-size: 18px;
  color: white;
  border: 2px dashed white;
  width: 45px;
  height: 45px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.language-select-list {
  position: relative;
  z-index: 99;
  margin-right: 20px;
}

.language-thumb i {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.login-thumb i {
  font-size: 18px;
  font-weight: 600;
}

.login-bar-two {
  margin-left: 30px;
}

.language-select .nice-select {
  padding-left: 10px;
  font-size: 14px;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border: none;
}

.language-select .nice-select span {
  color: white;
}

.language-select .nice-select .option {
  font-weight: 600;
}

.language-select .nice-select .option:hover {
  color: #758b9f;
}

.language-select .nice-select:after {
  border-style: solid;
  border-width: 7px 7px;
  border-color: white transparent transparent;
  transform: rotate(0);
  right: 4px;
}


.login-bar span {
  margin-left: 10px;
}

.navbar-toggler {
  padding: 0px;
}

.navbar-toggler:focus {
  box-shadow: none;
  border: none;

}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #FA9E1B;
  font-size: 22px;
  padding: 0px;
}

.header-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 112;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-form.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-form .skip {
  position: absolute;
  top: 150px;
  right: 80px;
  font-size: 20px;
  color: #031c6c;
  cursor: pointer;
}

.header-form .header-form-area {
  width: 100%;
  max-width: 720px;
  margin: 15px;
  position: relative;
}

.header-form .header-form-area input {
  height: 50px;
  background: transparent;
  color: #758b9f;
  border: 1px solid transparent;
  width: 100%;
  border-bottom: 1px solid #FA9E1B;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

.header-form .header-form-area input::placeholder {
  color: #758b9f;
}

.header-form .header-form-area button,
.header-form .header-form-area input[type="button"],
.header-form .header-form-area input[type="reset"],
.header-form .header-form-area input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 40px;
  border: none;
  background: transparent;
  color: #FA9E1B;
  font-size: 18px;
  text-align: right;
}

@media (max-width: 1199px) {
  .header-right .search-bar a {
    margin-right: 14px;
    padding: 31px 3px;
  }

  .header-top-area {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-bottom-area-two {
    padding: 0;
  }

  .header-bottom-area {
    padding: 10px 0;
    background-color: #350a4e !important;
  }
}

@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;
  }
}

.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 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;
  }
}

.title-border {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  animation: rotate2 10s linear infinite;
}

.title-border img {
  width: 40px;
  height: 40px;
}

.title-border-left {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}

.title-border-left::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid #FA9E1B;
  border-radius: 30px;
  overflow: hidden;
}

.title-border-left::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: #FA9E1B;
  animation: divider-effect 5s linear infinite;
}

/*--------------------------------------------------------------
# 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: 60px;
  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: 45px;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  color: #758b9f;
  padding: 0;
  line-height: 45px;
  display: block;
  margin: 0;
}

.pagination .page-item.disabled span {
  background: rgba(204, 34, 98, 0.8);
  color: white;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #FA9E1B;
  border-color: #FA9E1B;
  color: white;
}

/*-------------------------------------------------
    [ ## Navigation Responsive ]
*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  z-index: 9;
  overflow: hidden;
  animation: zoomIn 1s;
}

@media (min-width: 992px) {
  .banner-section .row {
    min-height: 100vh;
  }
}

@media (max-width: 991px) {
  .banner-section .banner-content {
    padding: 100px 0px;
  }

  .banner-section .banner-btn {
    margin-top: 40px !important
  }
}

@media (max-width: 575px) {
  .banner-section .banner-content {
    padding: 80px 0px;
  }
}

.banner-section .banner-content {
  position: relative;
  z-index: 9;
}

.banner-section .banner-content .title {
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  line-height: 1;
  animation: flipInX 3s;
}

@media only screen and (max-width: 1199px) {
  .banner-section .banner-content .title {
    font-size: 44px !important;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section .banner-content .title {
    font-size: 30px !important;
    line-height: 1.2;
  }
}


@media only screen and (max-width: 575px) {
  .banner-section .banner-content .title {
    font-size: 30px !important;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 480px) {
  .banner-section .banner-content .title {
    font-size: 18px !important;
    line-height: 1.2;
  }
}


.banner-section .banner-content .title span {
  color: white;
  text-transform: uppercase;
}

.banner-section .banner-content .sub-title {
  color: white;
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-weight: 500;
  animation: flipInX 3s;
}

@media only screen and (max-width: 1199px) {
  .banner-section .banner-content .sub-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-section .banner-content .sub-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-section .banner-content .sub-title {
    font-size: 18px;
  }

  .banner-section .banner-btn {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 480px) {
  .banner-section .banner-content .sub-title {
    font-size: 16px;
  }
}


.banner-section .banner-btn {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: flipInX 3s;
}

@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;
  }
}

.inner-banner-section {
  padding-top: 200px;
  padding-bottom: 102px;
}

.inner-banner-section .banner-content .title {
  font-size: 40px;
}

.inner-banner-section .row {
  min-height: auto;
}

.breadcrumb-header .section-title {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 20px;
  }

  .pd-t-120 {
    padding-top: 80px;
  }

  .ptb-120 {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  .banner-section .banner-content p {
    width: 100%;
  }
}

.banner-slider {
  overflow: hidden;
  display: flex;
}

.banner-slider .swiper-slide-active .banner-element {
  animation: fadeInUp 1s;
}

.slider-next,
.slider-prev {
  width: 30px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
  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;
}

@media only screen and (max-width: 991px) {

  .slider-next,
  .slider-prev {
    display: none;
  }
}

.slider-prev {
  left: 30px;
}

.slider-next {
  right: 30px;
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Project ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.client-section {
  position: relative;
  overflow: hidden;
  background-color: #FA9E1B;
}

.client-section .section-header {
  margin-bottom: 20px;
}

.client-section .section-header .section-title {
  color: white;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 40px;
}

.client-section .client-content .client-icon {
  position: absolute;
  top: -30%;
  right: 45%;
}

.client-section .client-content .client-icon i {
  font-size: 140px;
  color: rgba(204, 34, 98, 0.2);
}

@media only screen and (max-width: 991px) {
  .client-section .client-content .client-icon i {
    font-size: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .client-section .client-content .client-icon {
    top: 10%;
    right: 30%;
  }
}

.client-section .client-content p {
  color: white;
  font-size: 18px;
  font-style: italic;
  width: 80%;
  margin: 0 auto;
  font-family: "Exo", sans-serif;
}

@media only screen and (max-width: 991px) {
  .client-section .client-content p {
    width: 100%;
    font-size: 16px;
  }
}

.client-section .client-content h4 {
  font-family: "Exo", sans-serif;
}

.client-section .client-slider {
  overflow: hidden;
}

.client-slider .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.client-slider .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.client-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 10px;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*
/*-------------------------------------------------
    [ ### feature Block ]
*/
.feature-item {
  background-color: #31124b;
  box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
  padding: 30px 20px;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.feature-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: -90px;
  width: 60px;
  height: 60px;
  background-color: #FA9E1B;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  transition: all 0.5s;
  z-index: -1;
}

.feature-item:hover::before {
  left: 0;
}

.feature-item:hover {
  background-color: #fff;
}

.feature-section .feature-item .feature-icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #FA9E1B;
  border-radius: 50%;
  font-size: 24px;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .feature-section .feature-item .feature-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

.feature-section .feature-item:hover .feature-icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.feature-section .feature-item .feature-content {
  padding-top: 20px;
}

.feature-section .feature-item .feature-content .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s;
  font-family: "Exo", sans-serif;
}

.feature-section .feature-item .feature-content p {
  font-size: 14px;
  color: #fff;
}

.feature-section .feature-item:hover .feature-icon i,
.feature-section .feature-item.active .feature-icon i {
  background-color: #FA9E1B;
  color: white;
}

.feature-section .feature-item:hover .feature-content .title,
.feature-section .feature-item.active .feature-content .title {
  color: #FA9E1B;
}

.feature-section .feature-item:hover .feature-content p {
  color: #758b9f;
}

/*-------------------------------------------------
    [ ### Call To Action ]
*/
.call-to-action-section {
  background-color: #FA9E1B;
}

.call-to-action-section .call-to-action-area {
  background-color: white;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
  padding: 60px;
  border-radius: 10px;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .call-to-action-section .call-to-action-area {
    padding: 30px;
  }
}

.call-to-action-section .call-to-action-content .title {
  font-weight: 600;
  font-size: 16px;
  color: white;
  font-family: "Exo", sans-serif;
}

.call-to-action-section .call-to-action-content p {
  color: #dfdfdf;
}

.call-to-action-section .call-to-action-content .call-to-action-form {
  margin-top: 30px;
}

.call-to-action-section .call-to-action-content .call-to-action-form input {
  border-radius: 10px;
  padding: 13px 20px;
}

.call-to-action-section .call-to-action-content .call-to-action-form .submit-btn {
  background-color: #FA9E1B;
  color: white;
  padding: 13px 40px;
  box-shadow: 0px 10px 16px 0px rgba(77, 91, 237, 0.2);
  border-radius: 5px;
}

.call-to-action-section .call-to-action-btn {
  float: right;
}

@media only screen and (max-width: 991px) {
  .call-to-action-section .call-to-action-btn {
    float: left;
  }
}

.call-to-action-section-two {
  background-color: #31124b;
}

.brand-section .brand-wrapper {
  overflow: hidden;
}

.swiper-notification {
  display: none;
}

.choose-section {
  position: relative;
}

.choose-section .choose-item .choose-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #31124b;
  border-radius: 50%;
  font-size: 26px;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .choose-section .choose-item .choose-icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
  }
}

.choose-section .choose-item .choose-content {
  width: calc(100% - 80px);
  padding-left: 15px;
}

.choose-section .choose-item .choose-content .title {
  font-size: 20px;
  font-weight: 700;
  transition: all 0.5s;
  font-family: "Exo", sans-serif;
}

.choose-section .choose-item .choose-content p {
  font-size: 13px;
  font-weight: 600;
}

.process-area {
  position: relative;
}

.process-area::before {
  position: absolute;
  content: '';
  top: 30%;
  left: 100px;
  width: calc(100% - 200px);
  height: 10px;
  background-color: #FA9E1B;
  transform: translateY(-50%);
  border-radius: 20px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .process-area::before {
    display: none;
  }
}

.process-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background-color: #FA9E1B;
  color: white;
  display: inline-block;
  text-align: center;
  font-size: 50px;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .process-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
}

.process-content {
  padding-top: 15px;
}

.process-content .title {
  color: white;
  margin-bottom: 0;
  font-family: "Exo", sans-serif;
}

.process-content .sub-title {
  font-size: 14px;
  color: white;
}

.pricing-section .pricing-item {
  box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
  background-color: white;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.pricing-section .pricing-item .pricing-feature {
  align-items: flex-end;
  background-color: #FA9E1B;
  color: white;
  content: "";
  display: flex;
  height: 75px;
  justify-content: center;
  position: absolute;
  right: -22px;
  top: 50px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  width: 200px;
}

.pricing-section .pricing-item::before {
  position: absolute;
  top: 0%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(204, 34, 98, 0.1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  z-index: -1;
}

.pricing-section .pricing-item::after {
  position: absolute;
  bottom: 0%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(204, 34, 98, 0.1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  z-index: -1;
  left: auto;
  right: -50%;
}

.pricing-section .pricing-item:hover::before,
.pricing-section .pricing-item.active::before {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.pricing-section .pricing-item:hover::after,
.pricing-section .pricing-item.active::after {
  right: 100%;
  visibility: visible;
  opacity: 1;
}

.pricing-section .pricing-item:hover .pricing-header .sub-title span,
.pricing-section .pricing-item.active .pricing-header .sub-title span {
  background-color: #FA9E1B;
}

.pricing-section .pricing-item:hover .pricing-btn-area .cmn-btn,
.pricing-section .pricing-item.active .pricing-btn-area .cmn-btn {
  background-color: #31124b;
}

.pricing-section .pricing-item .pricing-header {
  margin-bottom: 20px;
}

.pricing-section .pricing-item .pricing-header .sub-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.pricing-section .pricing-item .pricing-header .sub-title span {
  font-size: 18px;
  background-color: #31124b;
  color: white;
  padding: 10px 20px;
  transition: all 0.5s;
  width: 100%;
  font-family: "Exo", sans-serif;
}

.pricing-section .pricing-item .pricing-header p {
  text-transform: uppercase;
  color: #031c6c;
  font-size: 14px;
}

.pricing-section .pricing-item .pricing-header .title {
  font-size: 50px;
  font-family: "Exo", sans-serif;
  margin-bottom: 0;
}

.pricing-section .pricing-item .pricing-header .title span {
  font-size: 15px;
}

.pricing-section .pricing-item .pricing-body {
  padding: 0 30px;
}

.pricing-section .pricing-item .pricing-body .pricing-list li {
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  color: #031c6c;
}

.pricing-section .pricing-item .pricing-btn-area {
  margin-top: 20px;
  margin-bottom: -7px;
  padding-bottom: 40px;
}

.pricing-shape span {
  display: inline-block;
  vertical-align: middle;
  width: 5.75px;
  height: 5.63px;
  background: #31124b;
  border-radius: 50%;
  margin-right: 2px;
}

.pricing-shape span:nth-child(2) {
  opacity: .6;
}

.pricing-shape span:last-child {
  opacity: .4;
}

.register-section {
  background-color: #191f26;
}

.register-section .register-area {
  min-height: 100vh;
}

.register-section .register-logo .register-logo-text {
  margin-top: 20px;
}

.register-section .register-logo .register-logo-text p {
  color: white;
}

.register-section .register-form-area {
  background-color: #FA9E1B;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 60px;
}

@media only screen and (max-width: 991px) {
  .register-section .register-form-area {
    padding: 30px;
  }
}

.register-section .register-form-area .register-form {
  position: relative;
}

.register-section .register-form-area .register-form .register-icon {
  position: absolute;
  top: 8px;
  left: 25px;
}

.register-section .register-form-area .register-form .register-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: white;
  background-color: #FA9E1B;
  border-radius: 5px;
}

.register-section .register-form-area .register-form input {
  background-color: white;
  color: #758b9f;
  padding: 15px 20px 15px 60px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
}

.register-section .register-form-area .register-form input::placeholder {
  color: #758b9f;
}

.register-section .register-form-area .register-form textarea {
  background-color: white;
  color: #758b9f;
  padding: 15px 20px;
  border-radius: 5px;
  border: none;
}

.register-section .register-form-area .register-form textarea::placeholder {
  color: #758b9f;
}

.register-section .register-form-area .register-form .nice-select {
  background-color: #FA9E1B;
  border-radius: 5px;
  border: none;
}

.register-section .register-form-area .register-form .nice-select .current {
  color: white;
}

.register-section .register-form-area .register-form .nice-select::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.register-section .register-form-area .register-form .nice-select .option:hover {
  color: white;
}

.register-section .register-form-area .register-form .nice-select .option.selected:hover {
  color: #758b9f;
}

.register-section .register-form-area .register-form .radio-wrapper {
  background-color: #2d3652;
  border-radius: 10px;
  padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.register-section .register-form-area .register-form .radio-item {
  margin-right: 20px;
}

.register-section .register-form-area .register-form .radio-item [type="radio"]:checked,
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.register-section .register-form-area .register-form .radio-item [type="radio"]:checked+label,
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: white;
  margin: 0;
}

.register-section .register-form-area .register-form .radio-item [type="radio"]:checked+label:before,
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  border-radius: 100%;
  background: #fff;
}

.register-section .register-form-area .register-form .radio-item [type="radio"]:checked+label:after,
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #FA9E1B;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.register-section .register-form-area .register-form .radio-item [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.register-section .register-form-area .register-form .checkbox-wrapper {
  margin-top: 30px;
}

.register-section .register-form-area .register-form .checkbox-wrapper .checkbox-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.register-section .register-form-area .register-form .checkbox-wrapper .checkbox-item input[type="checkbox"] {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.register-section .register-form-area .register-form .checkbox-wrapper .checkbox-item label {
  margin: 0;
  color: white;
}

.register-section .register-form-area .register-form .checkbox-wrapper .login-wrapper p {
  color: white;
}

.register-section .register-form-area .register-form .checkbox-wrapper .login-wrapper p a {
  color: white;
}

.register-section .register-form-area .register-form .forgot-password a {
  color: #FA9E1B;
}

.register-section .register-form-area .register-form .submit-btn {
  padding: 12px 40px;
  color: white;
  background-color: #191f26;
  border-radius: 3px;
  margin-top: 20px;
  font-weight: 500;
}


.footer-section {
  background-color: #31124b;
  position: relative;
}

.footer-widget ul li {
  padding: 10px 0;
  font-size: 14px;
  color: white;
}

.footer-widget ul li i {
  color: #FA9E1B;
  margin-right: 10px;
  font-size: 16px;
}

.footer-widget {
  margin-top: -4px;
}

.footer-widget p {
  color: white;
  font-weight: 400;
  font-size: 14px;
  font-family: "Exo", sans-serif;
  letter-spacing: 2px;
}

.footer-section .widget-title {
  position: relative;
  color: white;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-widget ul li:last-child {
  padding: 6px 0 0 0;
}

.footer-form input {
  border: 1px solid #e5e5e5;
  width: 90%;
  color: #758b9f;
}

.footer-form input::placeholder {
  color: #758b9f;
}

.footer-form input[type="submit"] {
  background-color: #FA9E1B;
  color: white;
  font-size: 16px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-social {
  margin-top: 20px;
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  position: relative;
  color: white !important;
  width: 40px;
  height: 40px;
  line-height: 43px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding-left: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.footer-social li a:hover,
.footer-social li a.active {
  color: white;
  background-color: #FA9E1B;
}

.footer-social li a i {
  margin-right: 0 !important;
  color: white;
}

.footer-social li+li {
  margin-left: 10px;
}

.privacy-area {
  position: relative;
  padding: 10px 0;
  background-color: #1f0733;
}

@media(max-width: 1199px) {
  .privacy-area {
    border-top: 1px solid #ffffff20;
  }
}

@media(max-width: 767px) {
  .copyright-area {
    display: block !important;
    text-align: center;
  }

  .privacy-area p {
    border-bottom: 1px solid #ffffff20;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.privacy-area p {
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  font-family: "Exo", sans-serif;
  letter-spacing: 2px;
}

.privacy-area .copyright-list li {
  display: inline-block;
  color: #dfdfdf;
  font-size: 13px;
  margin-right: 15px;
  font-family: "Exo", sans-serif;
  letter-spacing: 2px;
}


/* Custom */

.text-color-1 {
  color: #FA9E1B;
}

.text-color-2 {
  color: #031c6c;
}

.wb-break-all {
  word-break: break-all;
}

.useful-links {
  margin-top: 10px;
}

.useful-links ul li {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  color: #dfdfdf;
  font-size: 13px;
  letter-spacing: 2px;
}

.useful-links ul li+li {
  margin-left: 15px;
}

/* start custom.css */
/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #FF7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1E2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all .5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}


@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}




.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: '';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}



.show-filter {
  display: none;
}

@media(max-width:767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}



/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05), 6px 4px 19px rgb(115 103 240 / 20%)
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: .3s;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da !important;
  border-width: 2px !important;
  border-radius: .375rem !important;
  padding: .375rem .75rem !important;
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: rgb(var(--main)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
  border-radius: .375rem !important;
}


.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: rgb(var(--main));
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: rgb(var(--main));
  background-color: #fff;
  border-radius: 5px;
  height: 100%;

}


.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;

}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: rgb(var(--main));
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid rgb(var(--main));
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid rgb(var(--main));
  display: inline-block;
  border-radius: 100%;

}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}


.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }

}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__in put .text {
  font-size: 14px;

}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

/* end custom.css */


.text--base {
  color: #FA9E1B !important;
}

.cookies-card__content a {
  color: #FA9E1B !important;
}

.cookies-card__icon {
  background: #FA9E1B !important;
}


/* Language */

.dropdown-lang .language-btn .flag {
  width: 20px;
  height: 15px;
  border-radius: 2px;
}

.dropdown-lang .language-btn::after {
  color: #fff !important;
}

.dropdown-lang .language-text {
  color: hsl(var(--white));
  font-size: 13px;
}

.dropdown-lang .dropdown-menu {
  width: 112px !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 0px !important;
  max-height: 370px;
  overflow-y: auto;
  background-color: #ddd;
  z-index: 999;
  box-shadow: var(--box-shadow);
  transform: inherit;
  min-width: 130px !important;
}


.dropdown-lang .dropdown-menu.show {
  opacity: 1 !important;
  visibility: visible !important;
}

.dropdown-lang .dropdown-menu a {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: hsl(var(--white)) !important;
  transition: 0.3s;
  padding: 0;
  margin: 0px 0px 0px 5px;
}

@media (max-width: 575px) {
  .dropdown-lang .dropdown-menu a:last-child {
    border-bottom: none;
  }
}



.dropdown-lang .dropdown-menu li {
  border-bottom: none !important;
  padding: 4px 8px !important;
}

.dropdown-lang .dropdown-menu a .flag {
  width: 20px;
  margin-right: 10px;
  height: 15px;
}

.dropdown-lang .dropdown-menu li:last-child a {
  border-bottom: none;
  margin-bottom: 0px;
  font-size: 13px;
  font-size: 13px;
  padding: 0;
  margin: 0px 0px 0px 5px;
}

.dropdown-lang .a {
  color: #fff !important;
}

@media (max-width: 575px) {
  .dropdown-lang .dropdown-menu a {
    padding: 0px !important;
  }
}

/* language end  */