html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Poppins", 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;
}

span {
  display: inline-block;
}

input:focus {
  box-shadow: none;
}

.form-control {
  line-height: unset;
}

.form-control:focus {
  box-shadow: none !important;
}

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: #4d5bed;
}

*::-webkit-scrollbar-thumb {
  background-color: #4d5bed;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1em;
  color: #031c6c;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.441em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .heading {
    font-size: 22px;
  }
}

.section-heading {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  z-index: 2;
  line-height: 1.25em;
  margin-bottom: 30px;
  margin-top: -7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .section-heading {
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: -5px;
  }
}

.section-heading:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 70px;
  background: linear-gradient(to right, #4d5bed, transparent);
  bottom: -4px;
  left: 0%;
}

.section-header {
  margin-bottom: 50px;
}

.section-header .sub-title {
  color: #4d5bed;
  font-size: 16px;
  padding: 2px 10px;
  background-color: rgba(77, 91, 237, 0.1);
  margin-bottom: 20px;
}

.section-title {
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -10px;
}

.section-title span {
  color: #4d5bed;
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
  margin-bottom: 15px;
  line-height: 1.8em;
}

p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

a {
  display: block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

address {
  margin: 0 0 1.3em;
}

dfn,
em,
cite,
i,
code,
kbd,
tt,
var {
  font-size: 1em;
}

em,
cite,
i {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #454545;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: #fafafa;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}

.el-text-rotation {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}

.el-text-rotation .inner-el {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Margin Element ]
*/
.mr-0 {
  margin: 0;
}

.mrt-0 {
  margin-top: 0;
}

.mrb-0 {
  margin-bottom: 0;
}

.mrl-0 {
  margin-left: 0;
}

.mrr-0 {
  margin-right: 0;
}

.mrt-5 {
  margin-top: 5px;
}

.mrb-5 {
  margin-bottom: 5px;
}

.mrl-5 {
  margin-left: 5px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrl-10 {
  margin-left: 10px;
}

.mrr-10 {
  margin-right: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrb-15 {
  margin-bottom: 15px;
}

.mrl-15 {
  margin-left: 15px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrl-20 {
  margin-left: 20px;
}

.mrr-20 {
  margin-right: 20px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrb-25 {
  margin-bottom: 25px;
}

.mrl-25 {
  margin-left: 25px;
}

.mrr-25 {
  margin-right: 25px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrl-30 {
  margin-left: 30px;
}

.mrr-30 {
  margin-right: 30px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrb-35 {
  margin-bottom: 35px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrl-35 {
  margin-left: 35px;
}

.mrr-35 {
  margin-right: 35px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrt-45 {
  margin-top: 45px;
}

.mrb-45 {
  margin-bottom: 45px;
}

.mrl-45 {
  margin-left: 45px;
}

.mrr-45 {
  margin-right: 45px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrb-50 {
  margin-bottom: 50px;
}

.mrl-50 {
  margin-left: 50px;
}

.mrr-50 {
  margin-right: 50px;
}

.mrt-55 {
  margin-top: 55px;
}

.mrb-55 {
  margin-bottom: 55px;
}

.mrl-55 {
  margin-left: 55px;
}

.mrr-55 {
  margin-right: 55px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrl-60 {
  margin-left: 60px;
}

.mrr-60 {
  margin-right: 60px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrt-65 {
  margin-top: 65px;
}

.mrb-65 {
  margin-bottom: 65px;
}

.mrl-65 {
  margin-left: 65px;
}

.mrr-65 {
  margin-right: 60px;
}

.mrt-70 {
  margin-top: 70px;
}

.mrb-70 {
  margin-bottom: 70px;
}

.mrl-70 {
  margin-left: 70px;
}

.mrr-70 {
  margin-right: 70px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrb-75 {
  margin-bottom: 75px;
}

.mrl-75 {
  margin-left: 75px;
}

.mrr-75 {
  margin-right: 75px;
}

.mrt-80 {
  margin-top: 80px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrb-85 {
  margin-bottom: 85px;
}

.mrl-80 {
  margin-left: 80px;
}

.mrr-80 {
  margin-right: 80px;
}

.mrt-90 {
  margin-top: 90px;
}

.mrb-90 {
  margin-bottom: 90px;
}

.mrl-90 {
  margin-left: 90px;
}

.mrr-90 {
  margin-right: 90px;
}

.mrt-100 {
  margin-top: 100px;
}

.mrb-100 {
  margin-bottom: 100px;
}

.mrl-100 {
  margin-left: 100px;
}

.mrr-100 {
  margin-right: 100px;
}

.mrt-105 {
  margin-top: 105px;
}

.mrb-105 {
  margin-bottom: 105px;
}

.mrl-105 {
  margin-left: 105px;
}

.mrr-105 {
  margin-right: 105px;
}

.mrt-120 {
  margin-top: 120px;
}

.mrb-120 {
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .mrb-120 {
    margin-bottom: 0;
  }
}

.mrl-120 {
  margin-left: 120px;
}

.mrr-120 {
  margin-right: 120px;
}

.mrb-145 {
  margin-bottom: 145px;
}

.mrt-150 {
  margin-top: 150px;
}

.mrt-200 {
  margin-top: 200px;
}

.mrb-150 {
  margin-bottom: 150px;
}

.mrb-155 {
  margin-bottom: 155px;
}

.mrb-170 {
  margin-bottom: 170px;
}

.mrb-175 {
  margin-bottom: 175px;
}

.mrl-150 {
  margin-left: 150px;
}

.mrr-150 {
  margin-right: 150px;
}

.mrb-185 {
  margin-bottom: 185px;
}

.mrb-190 {
  margin-bottom: 190px;
}

.mrb-195 {
  margin-bottom: 195px;
}

.mrb-200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 991px) {
  .md-mrt-60 {
    margin-top: 60px;
  }

  .md-mrb-60 {
    margin-bottom: 60px;
  }

  .md-mrt-55 {
    margin-top: 55px;
  }

  .md-mrb-55 {
    margin-bottom: 55px;
  }

  .md-mrt-50 {
    margin-top: 50px;
  }

  .md-mrb-50 {
    margin-bottom: 50px;
  }
}

/* Margin Top Negative Value */
.ml-t-5 {
  margin-top: -5px;
}

.ml-t-8 {
  margin-top: -8px;
}

.ml-t-058p {
  margin-top: -0.58%;
}

.ml-t-10 {
  margin-top: -10px;
}

.ml-t-15 {
  margin-top: -15px;
}

.ml-t-20 {
  margin-top: -20px;
}

.ml-t-25 {
  margin-top: -25px;
}

.ml-t-30 {
  margin-top: -30px;
}

.ml-t-35 {
  margin-top: -35px;
}

.ml-t-40 {
  margin-top: -40px;
}

.ml-t-45 {
  margin-top: -45px;
}

.ml-t-50 {
  margin-top: -50px;
}

.ml-t-55 {
  margin-top: -55px;
}

.ml-t-60 {
  margin-top: -60px;
}

.ml-t-75 {
  margin-top: -75px;
}

.ml-t-90 {
  margin-top: -90px;
}

.ml-t-105 {
  margin-top: -105px;
}

.ml-t-120 {
  margin-top: -120px;
}

.ml-t-135 {
  margin-top: -135px;
}

.ml-t-150 {
  margin-top: -150px;
}

.ml-t-165 {
  margin-top: -165px;
}

.ml-t-180 {
  margin-top: -180px;
}

.ml-t-195 {
  margin-top: -195px;
}

.ml-t-210 {
  margin-top: -210px;
}

.ml-t-225 {
  margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
  margin-bottom: -5px;
}

.ml-b-10 {
  margin-bottom: -10px;
}

.ml-b-15 {
  margin-bottom: -15px;
}

.ml-b-20 {
  margin-bottom: -20px;
}

.ml-b-25 {
  margin-bottom: -25px;
}

.ml-b-30 {
  margin-bottom: -30px;
}

.ml-b-35 {
  margin-bottom: -35px;
}

.ml-b-40 {
  margin-bottom: -40px;
}

.ml-b-45 {
  margin-bottom: -45px;
}

.ml-b-50 {
  margin-bottom: -50px;
}

.ml-b-55 {
  margin-bottom: -55px;
}

.ml-b-60 {
  margin-bottom: -60px;
}

.ml-b-75 {
  margin-bottom: -75px;
}

.ml-b-80 {
  margin-bottom: -80px;
}

.ml-b-90 {
  margin-bottom: -90px;
}

.ml-b-105 {
  margin-bottom: -105px;
}

.ml-b-120 {
  margin-bottom: -120px;
}

.ml-b-135 {
  margin-bottom: -135px;
}

.ml-b-150 {
  margin-bottom: -150px;
}

@media only screen and (max-width: 991px) {
  .ml-b-150 {
    margin-bottom: -30px;
  }
}

.ml-bp-0933 {
  margin-bottom: -0.933%;
}

/* Margin for Responsive value */
@media only screen and (max-width: 767px) {
  .mrb-m-30 {
    margin-bottom: 30px;
  }

  .mrb-m-45 {
    margin-bottom: 45px;
  }

  .mrb-m-60 {
    margin-bottom: 60px;
  }

  .mr-m-0 {
    margin: 0;
  }
}

/*-------------------------------------------------
    [ ## Padding Element ]
*/
.pd-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;
  }
}

.text--base {
  color: #4d5bed !important;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-primary {
  position: relative;
}

.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.88;
}

.bg-overlay-primary>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main {
  position: relative;
}

.bg-overlay-main:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.8;
}

.bg-overlay-main>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main-two {
  position: relative;
}

.bg-overlay-main-two:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.93;
}

.bg-overlay-main-two .section-header .section-title {
  color: white;
}

.bg-overlay-main-two .section-header p {
  color: white;
}

.bg-overlay-main-two>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}

.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.92;
}

.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: #4d5bed;
  box-shadow: 0px 10px 16px 0px rgba(77, 91, 237, 0.2);
  color: #4d5bed;
  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.active::before,
.scrollToTop.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #4d5bed;
  opacity: 0.15;
  z-index: -10;
}

.scrollToTop:hover {
  color: white;
  box-shadow: 0px 10px 26px 0px rgba(77, 91, 237, 0.5);
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes social-share {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes social-share {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInUp {
  -webkit-animation-name: hg-fadeInUp;
  animation-name: hg-fadeInUp;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInUp50 {
  -webkit-animation-name: hg-fadeInUp50;
  animation-name: hg-fadeInUp50;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInDown {
  -webkit-animation-name: hg-fadeInDown;
  animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInLeft {
  -webkit-animation-name: hg-fadeInLeft;
  animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hg-fadeInRight {
  -webkit-animation-name: hg-fadeInRight;
  animation-name: hg-fadeInRight;
}

/* Zoom In */
@keyframes hg-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.11) translateY(10px);
    transform: scale(1.11) translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

.hg-zoomIn {
  -webkit-animation-name: hg-zoomIn;
  animation-name: hg-zoomIn;
}

/* Zoom Out In */
@-webkit-keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hg-zoomOutIn {
  -webkit-animation-name: hg-zoomOutIn;
  animation-name: hg-zoomOutIn;
}

/* Zoom In Short */
@-webkit-keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hg-zoomInShort {
  -webkit-animation-name: hg-zoomInShort;
  animation-name: hg-zoomInShort;
}

@-webkit-keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}

@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes moveclouds {
  0% {
    margin-left: 125em;
  }

  100% {
    margin-left: -125em;
  }
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 125em;
  }

  100% {
    margin-left: -125em;
  }
}

@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    opacity: 0.6;
  }

  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}

@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    opacity: 0.6;
  }

  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes pulseOne {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 20px rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 20px rgba(37, 96, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
  }
}

@-webkit-keyframes pulseOne {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851),
      0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 20px rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0),
      0 0 0 20px rgba(37, 96, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0),
      0 0 0 0 rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
  }
}

@keyframes bgOverlay {
  0% {
    width: 0%;
    right: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0%;
    right: auto;
    left: 0;
  }
}

@keyframes giraffe {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes giraffe2 {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(40px);
  }

  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-up {
  -webkit-animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animation-circle-inverse.left>span {
  background: white;
  right: 0;
  top: -65px;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  opacity: 0.2;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation: circleWater 4s linear infinite;
  animation: circleWater 4s linear infinite;
}

.animation-circle-inverse.left>span:nth-child(2) {
  -webkit-animation: circleWater2 4s linear infinite;
  animation: circleWater2 4s linear infinite;
}

.animation-circle-inverse.left>span:nth-child(3) {
  -webkit-animation: circleWater3 4s linear infinite;
  animation: circleWater3 4s linear infinite;
}

@-webkit-keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0;
  }
}

@keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0;
  }
}

@-webkit-keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}

@keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}

@-webkit-keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}

@keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}

@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes jump {

  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@-webkit-keyframes jump {

  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@-moz-keyframes jump {

  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes colorchange {
  0% {
    background: #2dbb6c;
  }

  25% {
    background: red;
  }

  50% {
    background: blue;
  }

  75% {
    background: #000000;
  }

  100% {
    background: #2dbb6c;
  }
}

@keyframes slides {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}

@keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}

/*--------------------------------------------------------------
# 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-size: 14px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 6px 15px;
  border-radius: 5px;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn--base-active {
  position: relative;
  background: white;
  color: #4d5bed;
  padding: 8px 25px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--base-active:focus,
.btn--base-active:hover {
  color: #4d5bed;
  box-shadow: 0px 10px 26px 0px rgba(77, 91, 237, 0.5);
}

.btn--base {
  position: relative;
  background: #4d5bed;
  color: white;
  padding: 8px 25px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--dark {
  position: relative;
  color: white;
  padding: 8px 25px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--base:focus,
.btn--base:hover {
  color: white;
  box-shadow: 0px 10px 26px 0px rgba(77, 91, 237, 0.5);
}

.custom-btn {
  color: #4d5bed;
  font-size: 16px;
  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: #4d5bed;
  text-decoration: underline;
}

.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: 10px 10px;
  width: 100%;
}

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: 45px;
  position: relative;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  outline: none;
  border-radius: 5px;
}

@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;
  margin-right: unset !important;
}

.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: #4d5bed;
  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: #4d5bed;
}

@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;
  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: #4d5bed;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: #4d5bed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#overlayer .loader {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 3;
  border: 4px solid white;
  top: 50%;
  -webkit-animation: loader 2.5s infinite ease;
  animation: loader 2.5s infinite ease;
}

#overlayer .loader .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: white;
  -webkit-animation: loader-inner 2.5s infinite ease-in;
  animation: loader-inner 2.5s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

::selection {
  background-color: #4d5bed;
  color: #fff;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .header-section .header-top-area .container {
    max-width: 100%;
  }
}

.header-section-two {
  position: relative;
}

.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: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-section.header-fixed .header-bottom-area {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-top-area {
  position: relative;
  background: #39405a;
}

.header-top-area .header-top-content .header-right-info span {
  color: white;
  margin-right: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.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: #4d5bed;
  padding: 10px;
}

.header-top-area .header-top-content .header-right-info .second-info span {
  color: #4d5bed;
}

.header-top-area .header-top-content .header-right-info .third-info span {
  color: #4d5bed;
}

.header-top-area .header-top-content .header-right-info .fourth-info span {
  color: #4d5bed;
}

.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 {
  margin-right: 60px;
}

.header-top-area .header-top-content .header-social li {
  display: inline-block;
}

.header-top-area .header-top-content .header-social a {
  font-size: 15px;
  display: inline-block;
  padding: 0 6px;
  color: white;
}

.header-top-area .header-top-content .header-social a:hover,
.header-top-area .header-top-content .header-social a.active {
  color: #4d5bed;
}

@media only screen and (max-width: 1199px) {
  .header-top-area .header-top-content .header-social a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .header-top-area .header-top-content .header-social a {
    padding: 0 5px;
  }
}

.header-top-area .header-top-content .header-mail-area i {
  color: #4d5bed;
  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: transparent;
}

.header-bottom-area .header-account {
  padding-left: 30px;
}

.header-bottom-area .header-account .btn--base {
  padding: 12px 30px;
}

.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 {
    max-height: 320px;
    overflow: auto;
  }
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
    background-color: white;
  }

  .header-bottom-area .navbar-collapse .main-menu li a {
    color: #031c6c !important;
  }

  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: #031c6c !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;
  }
}

.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: 25px;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    margin-right: 0;
    width: 100%;
  }
}

.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;
  color: #031c6c;
  font-weight: 600;
  align-items: center;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover {
  color: #4d5bed;
}

.header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #4d5bed;
}

.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: 30px 0px;
  }
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 0px !important;
    display: block !important;
    border-bottom: 1px solid rgba(221, 221, 221, 0.473);
    width: 100%;
  }

  .header-bottom-area .navbar-collapse .main-menu li:nth-last-child(2) a {
    border-bottom: 0 !important;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 150%;
  left: 0;
  width: 200px;
  background-color: white;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
  padding: 4px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  margin-left: 0;
}

.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: #4d5bed;
  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: 600;
  font-size: 16px;
  display: block !important;
}

.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-right .search-bar {
  border-left: 1px solid #e5e5e5;
}

.search-bar a {
  margin-left: 10px;
  font-size: 16px;
  color: #031c6c;
  border: 2px dashed #4d5bed;
  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: "Poppins", sans-serif;
  font-weight: 700;
  border: none;
}

.site-logo img {
  max-height: 50px;
  max-width: 150px;
}

.login-bar span {
  margin-left: 10px;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #4d5bed;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.navbar-nav {
  align-items: center;
}

.section-header .title-border {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 30px;
}

.section-header .title-border::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -33px;
  height: 5px;
  width: 70px;
  border: 1px solid #4d5bed;
  border-radius: 30px;
  overflow: hidden;
}

.section-header .title-border::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -15px;
  height: 5px;
  width: 35px;
  background-color: #4d5bed;
  animation: divider-effect 5s linear infinite;
}

.section-header .title-border-left {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}

.section-header .title-border-left::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid #4d5bed;
  border-radius: 30px;
  overflow: hidden;
}

.section-header .title-border-left::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: #4d5bed;
  animation: divider-effect 5s linear infinite;
}

.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;
  }
}

/* End Header */

/*--------------------------------------------------------------
# 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;
}

/*-------------------------------------------------
    [ ## Navigation Responsive ]
*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #e2e4f7 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #e2e4f7 100%);
  z-index: 9;
  overflow: hidden;
  padding-top: 250px;
  padding-bottom: 180px;
}

.banner-section:hover .highlight-background--lean-right {
  right: 10%;
}

@media only screen and (max-width: 991px) {
  .banner-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.banner-section .banner-element {
  position: absolute;
  right: 8%;
  bottom: 0;
  z-index: 9;
  animation: giraffe2 3s linear infinite;
}

@media only screen and (max-width: 991px) {
  .banner-section .banner-element {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-section .banner-element {
    right: 0;
  }
}

.banner-section .banner-shape-one {
  position: absolute;
  top: 24%;
  left: 5%;
  animation: giraffe 3s linear infinite;
}

.banner-section .banner-shape-two {
  position: absolute;
  bottom: 10%;
  left: 5%;
  animation: rotate2 3s linear infinite;
}

.banner-section .banner-shape-three {
  position: absolute;
  top: 28%;
  left: 30%;
  animation: giraffe2 5s linear infinite;
}

.banner-section .banner-content {
  position: relative;
  z-index: 9;
}

.banner-section .banner-content .title {
  font-size: 45px;
  font-weight: 700;
  position: relative;
  color: #031c6c;
}

@media only screen and (max-width: 991px) {
  .banner-section .banner-content .title {
    font-size: 30px !important;
  }
}

.banner-section .banner-content .title span {
  color: #4d5bed;
}

.banner-section .banner-content p {
  font-size: 18px;
  text-transform: unset;
  line-height: 1.5em;
  color: #758b9f;
}

.banner-section .banner-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 440px) {
  .banner-section .banner-btn {
    display: block;
  }
}

.banner-section .banner-btn .btn--base {
  margin-right: 20px;
}

@media only screen and (max-width: 440px) {
  .banner-section .banner-btn .btn--base {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.highlight-background {
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  top: 0;
  z-index: -1;
}

.highlight-background--lean-right {
  right: 0;
  opacity: 0.6;
  transition: all 0.5s;
}

@media (min-width: 1025px) {
  .highlight-background--lean-left {
    left: 0;
    transition: all 0.5s;
  }
}

.figure {
  display: inline-block;
}

svg {
  width: 100%;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-image: url(style.css);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-banner-section {
  overflow: hidden;
  padding-top: 120px !important;
  padding-bottom: 40px !important;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .inner-banner-section {
    overflow: hidden;
    padding-top: 100px !important;
    padding-bottom: 35px !important;
  }
}

.inner-content {
  margin-bottom: -5px;
}

.inner-content .title {
  color: white;
  font-size: 80px;
}

@media only screen and (max-width: 991px) {
  .inner-content .title {
    font-size: 55px;
  }
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 20px;
  justify-content: center;
}

.breadcrumb li {
  color: #4d5bed;
}

.breadcrumb-item a {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active {
  font-weight: 500;
  color: #031c6c;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #4d5bed;
  font-size: 18px;
  left: 0;
}

@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;
}

.banner-slider .swiper-slide-active .banner-element {
  animation: fadeInUp 1s;
}

.ruddra-next,
.ruddra-prev {
  background-color: white;
  width: 50px;
  height: 50px;
  border: none !important;
  border-radius: 0;
  text-align: center;
  line-height: 50px;
  outline: none;
  transition: all 300ms ease;
  display: inline-block;
  font-size: 18px;
  color: #4d5bed;
  position: absolute !important;
  top: 40%;
  z-index: 99;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
}

.ruddra-prev {
  left: 20px;
}

.ruddra-next {
  right: 20px;
}

.ruddra-next:hover,
.ruddra-prev:hover {
  background-color: #4d5bed;
  color: white;
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
.service-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-section:hover .highlight-background--lean-left {
  left: 20%;
}

.service-section .service-item {
  padding: 30px !important;
  transition: all 0.5s;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

.service-section .service-item .service-shape {
  position: absolute;
  content: "";
  left: 0;
  top: 15%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all ease-in-out 500ms;
}

.service-section .service-item .service-icon {
  margin-bottom: 20px;
}

.service-section .service-item .service-icon i {
  color: #4d5bed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  border-radius: 15px;
  font-size: 30px;
}

.service-section .service-item.active {
  background-color: #4d5bed;
  border-radius: 10px;
}

.service-section .service-item.active .service-shape {
  transform: scale(1);
}

.service-section .service-item.active .service-icon i {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

.service-section .service-item.active .service-content .title {
  color: white;
}

.service-section .service-item.active .service-content p {
  color: #dfdfdf;
}

.service-section .service-item:hover {
  background-color: #4d5bed;
  border-radius: 10px;
}

.service-section .service-item:hover .service-shape {
  transform: scale(1);
}

.service-section .service-item:hover .service-icon i {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

.service-section .service-item:hover .service-content .title {
  color: white;
}

.service-section .service-item:hover .service-content p {
  color: #dfdfdf;
}

/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Project ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.client-section {
  background-color: #f1f2fa;
  position: relative;
  overflow: hidden;
}

.client-section::before {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
}

.client-section::after {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: -50%;
}

.client-section:hover::before {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.client-section:hover::after {
  right: 100%;
  visibility: visible;
  opacity: 1;
}

.client-section .section-title {
  color: white;
  margin-bottom: 30px;
}

.client-section .title-border {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 30px;
}

.client-section .title-border::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid white;
  border-radius: 30px;
}

.client-section .title-border::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: white;
}

.client-section .client-item {
  background-color: white;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.client-section .client-item .client-content .client-details .client-ratings {
  margin-bottom: 10px;
}

.client-section .client-item .client-content .client-details .client-ratings i {
  color: #ffd57f;
}

.client-section .client-item .client-bottom {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.client-section .client-item .client-bottom .client-thumb {
  width: 70px;
  height: 70px;
}

.client-section .client-item .client-bottom .client-title {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.client-section .client-item .client-bottom .client-title .title {
  font-size: 18px;
}

.client-section .client-item .client-bottom .client-title .sub-title {
  font-size: 14px;
}

.client-section .client-slider {
  overflow: hidden;
}

.client-section .client-slider .swiper-pagination {
  display: flex;
  position: relative;
  margin-top: 80px;
  justify-content: center;
}

.client-section .client-slider .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.client-section .client-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*
/*-------------------------------------------------
    [ ### work Block ]
*/
.feature-section {
  background-image: -webkit-linear-gradient(90deg, #f2f3fa 0%, #fcfdff 100%);
  background-image: -ms-linear-gradient(90deg, #f2f3fa 0%, #fcfdff 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.feature-section:hover .highlight-background--lean-left {
  left: 10%;
}

.feature-section .feature-item .feature-icon {
  margin-bottom: 20px;
}

.feature-section .feature-item .feature-icon i {
  color: #4d5bed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  border-radius: 15px;
  font-size: 30px;
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-section:hover .highlight-background--lean-left {
  left: 20%;
}

.about-section .about-shape-one {
  position: absolute;
  top: 20%;
  left: 5%;
  animation: giraffe 3s linear infinite;
}

.about-section .about-shape-two {
  position: absolute;
  bottom: 10%;
  left: 5%;
  animation: rotate2 3s linear infinite;
}

.about-section .about-shape-three {
  position: absolute;
  top: 20%;
  right: 10%;
  animation: giraffe2 3s linear infinite;
}

.about-section .about-thumb {
  animation: giraffe 2s linear infinite;
}

.about-section .about-thumb-two {
  animation: giraffe2 2s linear infinite;
}

.about-section .about-content .sub-title {
  color: #4d5bed;
  margin-bottom: 20px;
  background-color: rgba(77, 91, 237, 0.1);
  padding: 2px 10px;
  border-radius: 5px;
}

.about-section .about-content .title {
  padding-bottom: 20px;
}

.about-section .about-content .title span {
  color: #4d5bed;
}

.about-section .about-content .title-border {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 30px;
}

.about-section .about-content .title-border::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid #4d5bed;
  border-radius: 30px;
}

.about-section .about-content .title-border::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: #4d5bed;
}

.about-section .about-content .about-btn {
  margin-top: 40px;
}

/*-------------------------------------------------
    [ ### counter Block ]
*/
.counter-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.counter-section .highlight-background--lean-left {
  left: 10%;
}

.counter-section .counter-item {
  width: 100%;
  position: relative;
  text-align: center;
}

.counter-section .counter-item .counter-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  color: #4d5bed;
  font-size: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.counter-section .counter-item .counter-content {
  text-align: center;
}

.counter-section .counter-item .counter-content .odo-title {
  color: #031c6c;
  display: inline-block;
}

@media (min-width: 992px) {
  .counter-section .counter-item .counter-content .odo-title {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .counter-section .counter-item .counter-content .odo-title {
    font-size: 24px;
  }
}

.counter-section .counter-item .counter-content p {
  color: #758b9f;
  font-size: 16px;
  text-transform: uppercase;
}

/*-------------------------------------------------
    [ ### news block ]
*/
.news-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.news-section:hover .highlight-background--lean-left {
  left: 20%;
}

.news-section .news-item .news-thumb {
  border-radius: 10px;
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.news-section .news-item .news-thumb img {
  width: 100%;
  height: 100%;
  margin: 0 auto -8px auto;
  display: flex;
}

.news-section .news-item .news-content {
  margin-top: 20px;
}

.news-section .news-item .news-content .title {
  font-size: 20px;
  font-weight: 600;
}

/*-------------------------------------------------
    [ ### Action Block ]
*/
.action-section {
  background-color: #f1f2fa;
  position: relative;
  overflow: hidden;
}

.action-section::before {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
}

.action-section::after {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: -50%;
}

.action-section:hover::before {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.action-section:hover::after {
  right: 100%;
  visibility: visible;
  opacity: 1;
}

.action-section .action-content .sub-title {
  color: white;
  margin-bottom: 10px;
  font-size: 18px;
}

.action-section .action-content .title {
  color: white;
  font-size: 40px;
}

.action-section .action-content .action-btn {
  margin-top: 40px;
}

/*-------------------------------------------------
    [ ### Call To Action ]
*/
.call-to-action-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.call-to-action-section:hover .highlight-background--lean-left {
  left: 20%;
}

.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: 700;
}

.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 {
  top: 1px;
  right: 16px;
  font-size: 24px;
  background-color: #4d5bed;
  border: 1px solid #4d5bed;
  color: white;

  padding: 11px 30px;
}

.submit-btn:hover {
  color: white;
}

.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;
  }
}

.faq-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.faq-section:hover .highlight-background--lean-left {
  left: 20%;
}

.faq-thumb {
  animation: giraffe2 3s linear infinite;
}

.faq-wrapper {
  margin-top: 30px;
}

.faq-wrapper .faq-item {
  transition: all 0.3s;
}

.faq-wrapper .faq-item:not(:last-child) {
  margin-bottom: 20px;
}

.faq-wrapper .faq-item .faq-title {
  font-size: 20px;
  text-transform: unset;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #0c20500f;
  margin-bottom: 0;
}

.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  padding: 15px 30px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: unset;
}

.faq-content {
  margin-top: 20px;
}

.faq-wrapper .faq-item.open .faq-title {
  background: #4d5bed;
  color: white;
}

.faq-wrapper .faq-item.open .right-icon::before {
  background-color: white;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-item.open .right-icon::after {
  background-color: white;
}

.faq-wrapper .faq-item.active .faq-content {
  display: block;
}

.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-content {
  display: none;
}

.faq-wrapper .faq-content p {
  margin-top: 25px;
  text-transform: unset;
}

.faq-wrapper .faq-content p:last-child {
  margin-bottom: -7px;
}

.faq-wrapper .right-icon {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  right: 20px;
}

.faq-wrapper .right-icon::before,
.faq-wrapper .right-icon::after {
  position: absolute;
  content: "";
  background: #232323;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-wrapper .right-icon::before {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
}

.faq-wrapper .right-icon::after {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
}

.maps {
  height: 400px;
}

.contact-info-area {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.contact-info-area:hover .highlight-background--lean-left {
  left: 10%;
}

@media only screen and (max-width: 991px) {
  .contact-inquiry {
    margin-bottom: 60px;
  }
}

.contact-thumb {
  margin-left: -200px;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .contact-thumb {
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-area {
  padding: 40px;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: -170px;
  background-color: white;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 991px) {
  .contact-area {
    padding: 30px;
  }
}

.contact-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #4d5bed;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .contact-area::before {
    width: 0;
  }
}

.contact-left-header .title {
  margin-bottom: 30px;
  color: white;
}

@media only screen and (max-width: 991px) {
  .contact-left-header .title {
    color: #031c6c;
  }
}

.contact-icon {
  position: absolute;
  opacity: 0.2;
}

.contact-icon i::before {
  font-size: 120px !important;
  color: #4d5bed;
}

.contact-item li {
  color: white;
}

@media only screen and (max-width: 991px) {
  .contact-item li {
    color: #758b9f;
  }
}

.contact-right-area .title {
  margin-bottom: 30px;
  color: #4d5bed;
}

.contact-form-title .title {
  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
  background-color: white;
  box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.05);
  color: #758b9f;
  padding: 12px 20px;
  border: none;
  border-radius: 120px;
}

.contact-form textarea {
  padding: 15px 60px;
  min-height: 100px;
  border-radius: 20px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #758b9f;
}

.contact-form .form-group input[type="submit"] {
  width: auto;
  background-color: #4d5bed;
  padding: 12px 40px;
  font-size: 16px;
  margin-top: 20px;
  color: white;
}

.contact-form-area {
  margin-left: 40px;
  box-shadow: 0px 0px 47.4px 31.6px rgba(0, 0, 0, 0.03);
  padding: 40px;
}

@media only screen and (max-width: 991px) {
  .contact-form-area {
    margin-left: 0;
    padding: 20px;
  }
}

.contact-form-area .title {
  font-size: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .contact-form-area .title {
    font-size: 22px;
  }
}

.contact-info-item {
  padding: 30px;
  border: 1px solid #4d5bed;
  border-radius: 5px;
}

.contact-info-item.active {
  background-color: #4d5bed;
  padding: 30px;
}

.contact-info-item.active i {
  background-color: rgba(255, 255, 255, 0.8);
}

.contact-info-item.active .title {
  color: white;
}

.contact-info-item.active p {
  color: white;
}

.contact-info-item i {
  display: inline-block;
  text-align: center;
  color: #4d5bed;
  font-size: 24px;
  border-radius: 15px;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(77, 91, 237, 0.1);
}

.contact-info-item i::before {
  font-size: 24px;
  line-height: 1em;
}

.register-section {
  background-image: -webkit-linear-gradient(35deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.register-section:has(.input-popup) {
  overflow: visible;
}

.register-section:has(.input-popup) .register-element-one {
  display: none;
}

.register-section:hover .highlight-background--lean-left {
  left: 10%;
}

.register-section .register-element-one {
  position: absolute;
  top: -2%;
  right: -2%;
  animation: rotate2 20s linear infinite;
}

.register-section .register-form-area .title {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1599px) {
  .register-section .register-element-one {
    top: -4%;
    right: -4%;
  }
}

@media (max-width: 575px) {
  .register-section .register-form-area .title {
    font-size: 22px;
  }
}

.register-section .register-form-area .register-form {
  position: relative;
}

.register-section .register-form-area .register-form input::placeholder {
  color: #758b9f;
}

.register-section .register-form-area .register-form textarea {
  min-height: 200px;
}

.register-section .register-form-area .register-form textarea::placeholder {
  color: #758b9f;
}

.register-section .register-form-area .register-form .nice-select {
  background-color: white;
  border-radius: 5px;
  border: none;
}

.register-section .register-form-area .register-form .nice-select .current {
  color: #758b9f;
}

.register-section .register-form-area .register-form .nice-select::after {
  border-bottom: 2px solid #758b9f;
  border-right: 2px solid #758b9f;
}

.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: #4d5bed;
  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: #4d5bed;
  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: 10px;
  width: 100%;
}

.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: 7px;
  position: relative;
  overflow: hidden;
}

.register-section .register-form-area .register-form .checkbox-wrapper .checkbox-item label {
  margin: 0;
  color: #031c6c;
}

.register-section .register-form-area .register-form .checkbox-wrapper .login-wrapper p {
  color: #031c6c;
}

.register-section .register-form-area .register-form .checkbox-wrapper .login-wrapper p a {
  color: #4d5bed;
}

.register-section .register-form-area .register-form .forgot-password a {
  color: #4d5bed;
}

.change-catagory-area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #0d0d0dbf;
  z-index: -1;
}

.submit-btn {
  padding: 10px 25px;
  color: white;
  background-color: #4d5bed;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
}

.common-form-style {
  padding: 40px;
  text-align: left;
  background-color: #edeff4;
  z-index: 1;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px 0 0 10px;
}

.register {
  border-radius: 0 10px 10px 0;
}

@media (max-width: 991px) {
  .common-form-style {
    padding: 40px 30px;
    border-radius: 10px;
  }

  .register {
    border-radius: 10px;
  }

  .change-catagory-area.register-part {
    border-radius: 10px !important;
  }
}

@media (max-width: 575px) {
  .common-form-style {
    padding: 40px 20px;
  }
}

@media (max-width: 425px) {
  .common-form-style {
    /* padding: 30px 15px; */
  }
}

@media (max-width: 425px) {

  .register-section .register-form-area .register-form .checkbox-wrapper a,
  .register-section .register-form-area .register-form .checkbox-wrapper label {
    font-size: 15px;
  }
}

.common-form-style p {
  font-size: 16px;
}

.create-account-form {
  margin-top: 15px;
}

.change-catagory-area {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  padding: 60px 15px;
  padding: 40px;
  z-index: 2;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.change-catagory-area.register-part {
  border-radius: 10px 0 0 10px;
}

@media (max-width: 991px) {
  .change-catagory-area {
    border-radius: 10px;
  }
}

.change-catagory-area .title {
  color: white;
}

.change-catagory-area p {
  color: white;
}

.account-area {
  display: none;
}

.account-area.change-form {
  display: block;
}

.dashboard-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #4d5bed;
}

.dashboard-section:hover .highlight-background--lean-left {
  left: 20%;
}

.dashboard-section .dash-item {
  background-color: white;
  border-radius: 5px;
  position: relative;
}

.dashboard-section .dash-item .dash-icon {
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.dashboard-section .dash-item .dash-icon i {
  color: #4d5bed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  border-radius: 15px;
}

.dashboard-section .dash-item .dash-overlay-icon {
  position: absolute;
  left: 30%;
  top: 30%;
}

.dashboard-section .dash-item .dash-overlay-icon i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
}

.dashboard-section .dash-item .dash-content {
  width: calc(100% - 200px);
  padding: 30px 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard-section .dash-item .dash-content {
    width: calc(100% - 120px);
  }
}

.dashboard-section .dash-item .dash-content .sub-title {
  color: #031c6c;
  font-size: 18px;
  font-weight: 500;
}

.dashboard-section .dash-item .dash-content .title {
  color: #031c6c;
  font-weight: 600;
}

.dashboard-section-two {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}

.dashboard-section-two .dash-item {
  background-color: #4d5bed;
}

.dashboard-section-two .dash-item .dash-icon i {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

.dashboard-section-two .dash-item .dash-content .sub-title {
  color: white;
}

.dashboard-section-two .dash-item .dash-content .title {
  color: white;
}

.order-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}

.order-section:hover .highlight-background--lean-left {
  left: 20%;
}

.order-section .order-header {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .order-section .order-header {
    float: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .order-section .order-table-area {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

.order-section .order-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 10px;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 991px) {
  .order-section .order-table {
    width: 700px;
  }
}

.order-section .order-table thead tr {
  background-color: #4d5bed;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
}

.order-section .order-table thead tr th {
  border: none;
  font-weight: 500;
  color: white;
  font-size: 16px;
  padding: 10px 30px;
}

.order-section .order-table tbody tr {
  border-right: none;
  border-left: none;
  border-top: none;
  background-color: #f6f7fa;
}

.order-section .order-table tbody tr th {
  padding: 10px;
}

.order-section .order-table tbody tr th .user-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}

.order-section .order-table tbody tr th span {
  color: #031c6c;
}

.order-section .order-table tbody tr td {
  border: 1px solid #e5e5e5;
  font-weight: 500;
  padding: 15px 30px;
  font-size: 14px;
}

.order-section .order-table tbody tr td a {
  background-color: #4d5bed;
  color: white;
  padding: 2px 10px;
}

.chart-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}

.chart-section:hover .highlight-background--lean-left {
  left: 20%;
}

.chart-section .chart-area {
  overflow-x: auto;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .chart-section .chart-scroll {
    width: 700px;
    height: 350px;
  }
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.blog-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-thumb .overlay-date {
  position: absolute;
  background-color: #4d5bed;
  color: white;
  font-size: 24px;
  font-weight: 500;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100px;
  line-height: 30px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 991px) {
  .blog-thumb .overlay-date {
    font-size: 18px;
  }
}

.blog-thumb img {
  width: 100%;
  transition: all 0.7s;
}

.blog-content {
  margin-top: 25px;
  transition: all 0.7s;
}

.blog-content .date {
  color: #4d5bed;
}

.blog-content .date i {
  margin-right: 6px;
}

.blog-content .title {
  font-size: 30px;
  text-transform: unset;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .blog-content .title {
    font-size: 20px;
  }
}

.blog-content .blog-post-meta {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-content .blog-post-meta span i {
  color: #d41919;
  margin-right: 10px;
}

.remove-btn {
  background-color: #d41919 !important;
  color: #ffffff;
}

.blog-content .blog-post-meta .blog-date {
  position: relative;
  margin-right: 100px;
}

.blog-content .blog-post-meta .blog-date::after {
  position: absolute;
  content: "";
  top: 0;
  right: -40%;
  width: 1px;
  height: 30px;
  background-color: #e5e5e5;
}

.blog-content .blog-btn .trans-btn i {
  margin-left: 7px;
  transition: all 0.3s;
}

.news-details-content .title {
  font-size: 24px !important;
}

@media only screen and (max-width: 991px) {
  .news-details-content .title {
    font-size: 20px !important;
  }
}

.news-details-content p {
  font-size: 14px;
}

.blog-item {
  transition: all 0.7s;
}

.popular-widget-box {
  background-color: white;
  border-radius: 5px;
  padding: 30px;
}

.popular-widget-box .single-popular-item {
  margin-bottom: 20px;
  align-items: center;
}

.popular-widget-box .single-popular-item:last-child {
  margin-bottom: 0;
}

.popular-widget-box .single-popular-item .popular-item-thumb {
  width: 60px;
}

.popular-widget-box .single-popular-item .popular-item-content {
  width: calc(100% - 60px);
  padding-left: 10px;
}

.popular-widget-box .single-popular-item .popular-item-content .blog-user {
  margin-bottom: 0;
}

.popular-widget-box .single-popular-item .popular-item-content .blog-date {
  font-size: 12px;
}

.widget-title {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e530;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.account-wrapper {
  position: relative;
  z-index: 1;
}

.blog-details-content .blog-title {
  font-size: 28px;
}

@media (max-width: 991px) {
  .blog-details-content .blog-title {
    font-size: 24px;
  }
}

blockquote .quote-content {
  font-size: 14px;
  font-style: italic;
  color: white;
  background-color: #4d5bed;
  text-align: center;
  padding: 20px 25px;
}

@media (max-width: 575px) {
  blockquote .quote-content {
    font-size: 16px;
  }
}

.footer-section {
  background-color: #0c2050;
  position: relative;
}

.footer-logo {
  padding-bottom: 0px;
}

.footer-widget ul li {
  padding: 6px 0;
  color: #dfdfdf;
}

.footer-widget ul li a {
  color: #dfdfdf;
}

.footer-widget {
  margin-top: -4px;
}

.footer-widget p {
  color: #dfdfdf;
}

.footer-about p {
  margin-top: 20px;
}

.footer-item-area {
  margin-top: 40px;
}

.footer-item-area--style {
  margin-top: 0;
}

.footer-item {
  width: 70%;
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.footer-about-icon {
  width: 40px;
}

.footer-about-content li {
  padding: 0 !important;
}

.footer-section .widget-title {
  position: relative;
  color: white;
  margin-bottom: 20px;
}

.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: #4d5bed;
  color: white;
  font-size: 16px;
}

.footer-social {
  margin-top: 30px;
}

.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(77, 91, 237, 0.2);
  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 !important;
  background-color: #4d5bed;
}

.footer-social li a i {
  margin-right: 0 !important;
}

.footer-social li+li {
  margin-left: 20px;
}

.footer-link-area .footer-link {
  color: white;
  margin-right: 20px;
}

.footer-link-area .footer-link i {
  color: #4d5bed;
  margin-right: 10px;
}

.privacy-area {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  background-color: #0c2050;
  border-top: 1px solid rgba(77, 91, 237, 0.2);
}

.privacy-area p {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}

.pagination {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #292929;
  padding: 0;
  line-height: 35px;
  display: block;
  margin: 0;
}

.pagination .page-item.disabled span {
  background: #4d5bed;
  border: 1px solid #4d5bed;
  color: white;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #4d5bed;
  border-color: #4d5bed;
  color: white;
}

.checkbox-input {
  width: 15px;
  display: inline-block;
  height: 15px;
}

.checkbox-label {
  display: inline;
}

.agree-checkbox {
  align-items: center;
}

.agree-checkbox label {
  margin-bottom: 0;
}

.agree-checkbox .checkbox-input {
  margin-right: 7px;
}

.form--control {
  padding: 9px 15px;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: white;
  color: #031c6c;
  font-size: 13px;
}

.form--control:focus {
  border-color: #4d5bed;
}

.nice-select.form--control {
  padding: 0 15px;
}

.nice-select .current {
  line-height: 3.4;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #4d5bed;
}

.input-group-text {
  background-color: #4d5bed17;
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav {
  align-items: center;
}

.header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #4d5bed;
}

@media (max-width: 991px) {
  .navbar-nav {
    align-items: start;
  }
}

.api-docs-list__item {
  color: #000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  gap: 10px;
}

.api-docs-list {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.api-docs-list__item .text {
  flex-basis: 48%;
  word-wrap: break-word !important;
  max-width: -webkit-fill-available;
  word-break: break-all;
}

@media (max-width: 424px) {
  .api-docs-list__item .text {
    flex-basis: 100%;
  }
}

.api-docs-list__item:last-child {
  border-bottom: 0;
}

.border_ticket {
  border: 0.2px solid gray;
}

/* badge */
.badge--pending,
.badge--warning,
.badge--success,
.badge--primary,
.badge--danger,
.badge--dark {
  border-radius: 999px;
  padding: 2px 15px;
  position: relative;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.1);
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.badge--success {
  background-color: rgba(40, 199, 111, 0.1);
  border: 1px solid #28c76f;
  color: #28c76f;
}

.badge--danger {
  background-color: rgba(234, 84, 85, 0.1);
  border: 1px solid #ea5455;
  color: #ea5455;
}

.badge--primary {
  background-color: rgba(115, 103, 240, 0.1);
  border: 1px solid #4634ff;
  color: #4634ff;
}

.badge--dark {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
  color: #000000;
}

.btn--dark {
  background-color: #10163a !important;
}

.btn--dark:hover {
  background-color: #0a0e26 !important;
}

.btn--dark {
  color: #ffffff;
}

.btn--dark:hover {
  color: #ffffff;
}

.btn--danger {
  background-color: #e10505 !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
  background-color: #e10505 !important;
  border: 1px solid #e10505 !important;
}

.btn-outline--danger {
  background-color: transparent !important;
  border: 1px solid #e10505 !important;
  color: #e10505 !important;
}

.active.btn-outline--danger {
  background-color: #e10505 !important;
  color: #fff !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
  background-color: #e10505 !important;
  color: #fff !important;
}

.nice-select.langSel.nselect {
  font-weight: 600;
}

.form-checkbox input {
  width: auto;
}

.form-checkbox label {
  display: inline;
}

.form-checkbox span {
  display: inline;
}

.text--primary {
  color: #4634ff !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !important;
}

.text--danger {
  color: #ea5455 !important;
}

.text--warning {
  color: #ff9f43 !important;
}

.text--info {
  color: #1e9ff2 !important;
}

.text--dark {
  color: #10163a !important;
}

.text--white {
  color: #ffffff !important;
}

.text--black {
  color: #000000 !important;
}

/* Table Css Start */
.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 0px;
}

.table thead tr th {
  background-color: hsl(var(--white));
  text-align: center;
  padding: 15px 20px;
  color: hsl(var(--black) / 0.7);
  font-family: var(--heading-font);
  font-weight: 600;
  border-bottom: 0;
  max-width: 170px;
  border: 1px solid #000000db;
  background-color: hsl(var(--base) / 0.03);
}

.table thead tr th:not(:first-child) {
  border-left: 0;
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 6px 0 0 0;
}

.table thead tr th:last-child {
  border-radius: 0 6px 0 0;
  text-align: right;
}

.table tbody {
  border: 0 !important;
  background-color: hsl(var(--white));
}

.table tbody tr {
  border-bottom: 1px solid #000000db;
}

.table tbody tr:last-child {
  border-bottom: 0;
}

.table tbody tr:last-child td {
  border-bottom: 1px solid #000000db;
}

.table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0px 6px 0;
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  border-width: 1px;
  border: 0;
  font-family: var(--heading-font);
  color: hsl(var(--black) / 0.7);
  font-weight: 500;
  max-width: 170px;
  border-bottom: 1px solid #000000db;
  border-right: 1px solid #000000db;
}

.table tbody tr td::before {
  content: attr(data-label);
  font-family: var(--heading-font);
  color: hsl(var(--black));
  font-weight: 500;
  display: none;
  width: 45% !important;
  text-align: left;
}

.table tbody tr td:first-child {
  text-align: left;
  border-left: 1px solid #000000db;
}

.table tbody tr td:last-child {
  text-align: right !important;
  border-right: 1px solid #000000db;
}

@media screen and (max-width: 767px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--md tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.8);
    max-width: unset;
  }

  .table--responsive--md tbody tr td:last-child {
    border: none;
  }

  .table--responsive--md tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--md tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 767px) {
  .table--responsive--md tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive--lg tbody tr {
    display: block;
  }

  .table--responsive--lg tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--lg tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--lg tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #000000db;
    max-width: unset;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none;
  }

  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg tbody tr td {
    border: none;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--xl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #000000db;
    max-width: unset;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl thead {
    display: none;
  }

  .table--responsive--xxl tbody tr {
    display: block;
  }

  .table--responsive--xxl tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--xxl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #000000db;
    max-width: unset;
  }

  .table--responsive--xxl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xxl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xxl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl tbody tr td {
    border: 0;
  }
}

/* ================================= Table Css End =========================== */

/* Custom Dropdown Css Start */
@media (max-width: 991px) {
  .header-section .custom--dropdown {
    display: inline-block;
  }
}

/* Custom Dropdown Css Start */
.custom--dropdown {
  position: relative;
  width: auto;
  min-width: 130px;
  border: 1px solid #edeef9;
  border-radius: 5px;
}

.custom--dropdown:after {
  content: "\f107";
  position: absolute;
  font-weight: 900;
  font-family: "Line Awesome Free";
  top: 50%;
  right: 10px;
  transition: auto;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  font-size: 14px;
}

.custom--dropdown.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.custom--dropdown>.custom--dropdown__selected {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .custom--dropdown>.custom--dropdown__selected {
    padding: 5px 10px;
  }
}

.custom--dropdown>.dropdown-list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  opacity: 0;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 100%;
  margin-top: 5px;
  z-index: -1;
  visibility: hidden;
  max-height: 230px;
  overflow-y: auto !important;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom--dropdown.open>.dropdown-list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999 !important;
  background: #fff !important;
}

.dropdown-list>.dropdown-list__item {
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  margin-right: 0 !important;
}

.dropdown-list>.dropdown-list__item:hover {
  background-color: #ebedf8;
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.dropdown-list>.dropdown-list__item .thumb,
.custom--dropdown>.custom--dropdown__selected .thumb {
  max-width: 30px;
}

.dropdown-list__item .thumb img {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.dropdown-list>.dropdown-list__item .text,
.custom--dropdown>.custom--dropdown__selected .text {
  width: calc(100% - 30px);
  padding-left: 10px;
}

.custom--dropdown__selected.dropdown-list__item .thumb .flag {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

/* Custom Dropdown Css End */

/* =========================== Accordion Style Two Css start ============================= */
.custom--accordion.services-accordion .accordion-item {
  border: 1px solid #edeff4;
  background-color: transparent !important;
  border-radius: 5px;
  overflow: hidden;
}

.custom--accordion.services-accordion .accordion-item:not(:last-child) {
  margin-bottom: 16px;
}

.custom--accordion.services-accordion .accordion-header {
  line-height: 1;
}

.custom--accordion.services-accordion .accordion-body {
  padding: 0 0 10px;
  background-color: #fdfdfd;
}

.custom--accordion.services-accordion .accordion-body .text {
  max-width: 60%;
}

@media screen and (max-width: 575px) {
  .custom--accordion.services-accordion .accordion-body .text {
    max-width: 100%;
  }
}

.custom--accordion.services-accordion:first-of-type .accordion-button.collapsed {
  border-radius: 4px;
}

.custom--accordion.services-accordion:last-of-type .accordion-button.collapsed {
  border-radius: 4px;
}

.custom--accordion.services-accordion .accordion-button {
  position: relative;
  background-color: #edeff4;
  color: #000000e6;
  background-color: rgba(0, 0, 0, 0.03) !important;
  font-weight: 400;
  padding: 15px 0;
  padding-left: 15px;
}

.custom--accordion.services-accordion .accordion-button .icon {
  font-size: 14px;
  margin-right: 7px;
}

@media screen and (max-width: 575px) {
  .custom--accordion.services-accordion .accordion-button {
    padding: 13px;
    padding-right: 30px;
  }
}

.custom--accordion.services-accordion .accordion-button::after {
  background-image: none;
}

.custom--accordion.services-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom--accordion.services-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: inherit;
}

.custom--accordion.services-accordion .accordion-button:not(.collapsed)::after,
.custom--accordion.services-accordion .accordion-button.collapsed::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: 15px;
  height: unset;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}

.custom--accordion.services-accordion .accordion-button.collapsed::after {
  content: "\f107";
}

.custom--accordion.services-accordion .accordion-button:not(.collapsed)::after {
  content: "\f106";
}

.custom--accordion.services-accordion .table thead tr th {
  border: 0 !important;
  background: transparent !important;
  color: #414141 !important;
  padding-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.custom--accordion.services-accordion .table tbody tr td {
  border: 0 !important;
}

.custom--accordion.services-accordion .table tbody tr td .action-buttons {
  gap: 5px;
}

.custom--accordion.services-accordion .table tbody tr td .action-buttons .action-btn {
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 400;
  position: relative;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex !important;
}

.custom--accordion.services-accordion .table tbody tr td .action-buttons .action-btn.details-btn {
  background: #000000e6;
  cursor: pointer;
}

.custom--accordion.services-accordion .table tbody tr td .action-buttons .action-btn.details-btn[disabled] {
  background: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}

.action-btn.edit-btn.disabled {
  background: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}

.action-btn.order-btn {
  background: #4634ff;
}

.custom--accordion.services-accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: #000;
}

.table--acordion .accordion-item .icon.sent-item {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.table--acordion .accordion-item .icon.rcv-item {
  -webkit-transform: rotate(322deg);
  -ms-transform: rotate(322deg);
  transform: rotate(322deg);
}

/* ================================= Accordion Style Two Css End =========================== */
.action-btn.edit-btn.disabled {
  background: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}

.action-btn.order-btn {
  background: #4634ff;
}

.flex-align,
.action-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.dashboard .action-buttons {
  gap: 7px;
  justify-content: flex-end;
}

.dashboard .action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 15px;
  border-radius: 5px;
  padding: 2px 6px;
  font-weight: 400;
  position: relative;
  color: #fff;
  background: #4d5bed;
}

.dashboard .action-btn .text {
  font-size: 13px;
}

#confirmationModal .btn--primary {
  background-color: #4d5bed !important;
}

/*-------------------------------------------------
      [ ## Overlay Element ]
  */
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-primary {
  position: relative;
}

.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.88;
}

.bg-overlay-primary>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main {
  position: relative;
}

.bg-overlay-main:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.8;
}

.bg-overlay-main>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main-two {
  position: relative;
}

.bg-overlay-main-two:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.93;
}

.bg-overlay-main-two .section-header .section-title {
  color: white;
}

.bg-overlay-main-two .section-header p {
  color: white;
}

.bg-overlay-main-two>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}

.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.92;
}

.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;
}

.dashboard {
  position: relative;
  background-image: -webkit-linear-gradient(30deg, #fcfcfc 0%, #f8f8fa 100%);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: hsl(var(#000) / 0.05);
}

.dashboard .api-card {
  padding: 20px 15px;
}

@media screen and (max-width: 424px) {
  .dashboard .api-card {
    padding: 15px 10px;
  }
}

.dashboard .api-card__header .title {
  margin-bottom: 10px;
}

.dashboard .api-card .api-list {
  border: 1px solid hsl(0, 5%, 91%);
  border-radius: 5px;
  margin-bottom: 20px;
}

.dashboard .api-card .api-list__item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .dashboard .api-card .api-list__item {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 575px) {
  .dashboard .api-card .api-list__item {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 424px) {
  .dashboard .api-card .api-list__item {
    padding: 8px;
  }
}

.dashboard .api-card .api-list__item:first-child .title {
  width: 30%;
  font-weight: 600;
}

@media screen and (max-width: 424px) {
  .dashboard .api-card .api-list__item:first-child .title {
    width: 37%;
  }
}

.dashboard .api-card .api-list__item:first-child .title:last-child {
  width: 70%;
}

@media screen and (max-width: 424px) {
  .dashboard .api-card .api-list__item:first-child .title:last-child {
    width: 63%;
  }
}

.dashboard .api-card .api-list__item:not(:last-child) {
  border-bottom: 1px dashed hsl(0, 0%, 83%);
}

.dashboard .api-card .api-list__item .parameter {
  width: 30%;
  font-weight: 500;
}

@media screen and (max-width: 424px) {
  .dashboard .api-card .api-list__item .parameter {
    width: 37%;
  }
}

.dashboard .api-card .api-list__item .desc {
  width: 70%;
}

@media screen and (max-width: 424px) {
  .dashboard .api-card .api-list__item .desc {
    width: 63%;
  }
}

.dashboard .api-card__code .title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.dashboard .api-card__code pre {
  padding: 10px;
}

.dashboard .api-card__code code {
  font-size: 0.875rem;
}

@media screen and (max-width: 575px) {
  .dashboard .api-card__code code {
    font-size: 0.8125rem;
  }
}

.sidebar .widget-box img {
  border-radius: 3px !important;
}

.api-card {
  padding: 20px 15px !important;
}

@media screen and (max-width: 424px) {
  .api-card {
    padding: 15px 10px;
  }
}

.api-card__header .title {
  margin-bottom: 10px;
}

.api-card .api-list {
  border: 1px solid hsl(var(--border-color-dashboard));
  border-radius: 5px;
  margin-bottom: 20px;
}

.api-card .api-list__item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .api-card .api-list__item {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 575px) {
  .api-card .api-list__item {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 424px) {
  .api-card .api-list__item {
    padding: 8px;
  }
}

.api-card .api-list__item:first-child .title {
  width: 30%;
  font-weight: 600;
}

@media screen and (max-width: 424px) {
  .api-card .api-list__item:first-child .title {
    width: 37%;
  }
}

.api-card .api-list__item:first-child .title:last-child {
  width: 70%;
}

@media screen and (max-width: 424px) {
  .api-card .api-list__item:first-child .title:last-child {
    width: 63%;
  }
}

.api-card .api-list__item:not(:last-child) {
  border-bottom: 1px dashed hsl(var(--border-color-dashboard));
}

.api-card .api-list__item .parameter {
  width: 30%;
  font-weight: 500;
}

@media screen and (max-width: 424px) {
  .api-card .api-list__item .parameter {
    width: 40%;
  }
}

.api-card .api-list__item .desc {
  width: 70%;
}

@media screen and (max-width: 424px) {
  .api-card .api-list__item .desc {
    width: 60%;
  }
}

.api-card__code .title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.api-card__code pre {
  padding: 10px;
}

.api-card__code code {
  font-size: 0.875rem;
}

@media screen and (max-width: 575px) {
  .api-card__code code {
    font-size: 0.8125rem;
  }
}

.h-45 {
  height: 45px;
}

.bg--danger {
  background-color: #ea5455 !important;
}


/* custom css start */


/* Copy Animation */
/* 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 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.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 0.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: 80%;
  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-container:has(.select2-selection--single, .select2-selection--multiple),
.select2-container .selection {
  width: 100% !important;
}

.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: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-color: transparent !important;
  border-width: 1px !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
  height: 100% !important;
}

.dashboard-form .select2-container--default .select2-selection--single,
.card .select2-container--default .select2-selection--single {
  border-color: hsl(var(--black) / 0.2) !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-selection--single,
.select2-container--default .select2-selection--multiple {
  outline: none !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-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px !important;
}

.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: red !important; */
  border-radius: 0.375rem !important;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: hsl(var(--base));
  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: hsl(var(--base));
  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: hsl(var(--base));
  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 hsl(var(--base));
}

.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 hsl(var(--base));
  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__input .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;
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

/* custom css end */
