/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
.navbar-toggler span
body {
  background-color: white;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: #777777;
  overflow-x: hidden;
  top:0px !important;
}
body {
    position: static !important;
    top: 0px !important;
}
a {
  display: inline-block !important;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 15px 25px;
  width: 100%;
}

span {
  display: inline-block;
}


a, a:focus, a:hover {
  text-decoration: none;
  color: 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: #27ae61;
}

*::-webkit-scrollbar-thumb {
  background-color: #27ae61;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2em;
  color: #292929;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
}

h1 {
  font-size: 2.441em;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}

h3 {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}

h4 {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .heading {
    font-size: 22px;
  }
}

.section-heading {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  z-index: 2;
  line-height: 1.25em;
  margin-bottom: 30px;
  margin-top: -7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .section-heading {
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: -5px;
  }
}
.section-heading:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 70px;
  background: linear-gradient(to right, #272d43, transparent);
  bottom: -4px;
  left: 0%;
}

.section-header {
  margin-bottom: 50px;
}
.section-header .sub-title {
  color: #27ae61;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  font-family: "Nunito", sans-serif;
}

.section-title {
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: -10px;
}
.section-title span {
  text-transform: uppercase;
  color: #27ae61;
}

/*-------------------------------------------------
    [ ## 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;
}

img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Margin Element ]
*/
.mr-0 {
  margin: 0;
}

.mrt-0 {
  margin-top: 0;
}

.mrb-0 {
  margin-bottom: 0;
}

.mrl-0 {
  margin-left: 0;
}

.mrr-0 {
  margin-right: 0;
}

.mrt-5 {
  margin-top: 5px;
}

.mrb-5 {
  margin-bottom: 5px;
}

.mrl-5 {
  margin-left: 5px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrl-10 {
  margin-left: 10px;
}

.mrr-10 {
  margin-right: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrb-15 {
  margin-bottom: 15px;
}

.mrl-15 {
  margin-left: 15px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrl-20 {
  margin-left: 20px;
}

.mrr-20 {
  margin-right: 20px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrb-25 {
  margin-bottom: 25px;
}

.mrl-25 {
  margin-left: 25px;
}

.mrr-25 {
  margin-right: 25px;
}

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

.mrb-30 {
  margin-bottom: 30px;
}

.mrl-30 {
  margin-left: 30px;
}

.mrr-30 {
  margin-right: 30px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrb-35 {
  margin-bottom: 35px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrl-35 {
  margin-left: 35px;
}

.mrr-35 {
  margin-right: 35px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrt-45 {
  margin-top: 45px;
}

.mrb-45 {
  margin-bottom: 45px;
}

.mrl-45 {
  margin-left: 45px;
}

.mrr-45 {
  margin-right: 45px;
}

.mrt-50 {
  margin-top: 50px;
}

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

.mrl-50 {
  margin-left: 50px;
}

.mrr-50 {
  margin-right: 50px;
}

.mrt-55 {
  margin-top: 55px;
}

.mrb-55 {
  margin-bottom: 55px;
}

.mrl-55 {
  margin-left: 55px;
}

.mrr-55 {
  margin-right: 55px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrl-60 {
  margin-left: 60px;
}

.mrr-60 {
  margin-right: 60px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrt-65 {
  margin-top: 65px;
}

.mrb-65 {
  margin-bottom: 65px;
}

.mrl-65 {
  margin-left: 65px;
}

.mrr-65 {
  margin-right: 60px;
}

.mrt-70 {
  margin-top: 70px;
}

.mrb-70 {
  margin-bottom: 70px;
}

.mrl-70 {
  margin-left: 70px;
}

.mrr-70 {
  margin-right: 70px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrb-75 {
  margin-bottom: 75px;
}

.mrl-75 {
  margin-left: 75px;
}

.mrr-75 {
  margin-right: 75px;
}

.mrt-80 {
  margin-top: 80px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrb-85 {
  margin-bottom: 85px;
}

.mrl-80 {
  margin-left: 80px;
}

.mrr-80 {
  margin-right: 80px;
}

.mrt-90 {
  margin-top: 90px;
}

.mrb-90 {
  margin-bottom: 90px;
}

.mrl-90 {
  margin-left: 90px;
}

.mrr-90 {
  margin-right: 90px;
}

.mrt-100 {
  margin-top: 100px;
}

.mrb-100 {
  margin-bottom: 100px;
}

.mrl-100 {
  margin-left: 100px;
}

.mrr-100 {
  margin-right: 100px;
}

.mrt-105 {
  margin-top: 105px;
}

.mrb-105 {
  margin-bottom: 105px;
}

.mrl-105 {
  margin-left: 105px;
}

.mrr-105 {
  margin-right: 105px;
}

.mrt-120 {
  margin-top: 120px;
}

.mrb-120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .mrb-120 {
    margin-bottom: 0;
  }
}

.mrl-120 {
  margin-left: 120px;
}

.mrr-120 {
  margin-right: 120px;
}

.mrb-145 {
  margin-bottom: 145px;
}

.mrt-150 {
  margin-top: 150px;
}

.mrt-200 {
  margin-top: 200px;
}

.mrb-150 {
  margin-bottom: 150px;
}

.mrb-155 {
  margin-bottom: 155px;
}

.mrb-170 {
  margin-bottom: 170px;
}

.mrb-175 {
  margin-bottom: 175px;
}

.mrl-150 {
  margin-left: 150px;
}

.mrr-150 {
  margin-right: 150px;
}

.mrb-185 {
  margin-bottom: 185px;
}

.mrb-190 {
  margin-bottom: 190px;
}

.mrb-195 {
  margin-bottom: 195px;
}

.mrb-200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 991px) {
  .md-mrt-60 {
    margin-top: 60px;
  }

  .md-mrb-60 {
    margin-bottom: 60px;
  }

  .md-mrt-55 {
    margin-top: 55px;
  }

  .md-mrb-55 {
    margin-bottom: 55px;
  }

  .md-mrt-50 {
    margin-top: 50px;
  }

  .md-mrb-50 {
    margin-bottom: 50px;
  }
}
/* Margin Top Negative Value */
.ml-t-5 {
  margin-top: -5px;
}

.ml-t-8 {
  margin-top: -8px;
}

.ml-t-058p {
  margin-top: -0.58%;
}

.ml-t-10 {
  margin-top: -10px;
}

.ml-t-15 {
  margin-top: -15px;
}

.ml-t-20 {
  margin-top: -20px;
}

.ml-t-25 {
  margin-top: -25px;
}

.ml-t-30 {
  margin-top: -30px;
}

.ml-t-35 {
  margin-top: -35px;
}

.ml-t-40 {
  margin-top: -40px;
}

.ml-t-45 {
  margin-top: -45px;
}

.ml-t-50 {
  margin-top: -50px;
}

.ml-t-55 {
  margin-top: -55px;
}

.ml-t-60 {
  margin-top: -60px;
}

.ml-t-75 {
  margin-top: -75px;
}

.ml-t-90 {
  margin-top: -90px;
}

.ml-t-105 {
  margin-top: -105px;
}

.ml-t-120 {
  margin-top: -120px;
}

.ml-t-135 {
  margin-top: -135px;
}

.ml-t-150 {
  margin-top: -150px;
}

.ml-t-165 {
  margin-top: -165px;
}

.ml-t-180 {
  margin-top: -180px;
}

.ml-t-195 {
  margin-top: -195px;
}

.ml-t-210 {
  margin-top: -210px;
}

.ml-t-225 {
  margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
  margin-bottom: -5px;
}

.ml-b-10 {
  margin-bottom: -10px;
}

.ml-b-15 {
  margin-bottom: -15px;
}

.ml-b-20 {
  margin-bottom: -20px;
}

.ml-b-25 {
  margin-bottom: -25px;
}

.ml-b-30 {
  margin-bottom: -30px;
}

.ml-b-35 {
  margin-bottom: -35px;
}

.ml-b-40 {
  margin-bottom: -40px;
}

.ml-b-45 {
  margin-bottom: -45px;
}

.ml-b-50 {
  margin-bottom: -50px;
}

.ml-b-55 {
  margin-bottom: -55px;
}

.ml-b-60 {
  margin-bottom: -60px;
}

.ml-b-75 {
  margin-bottom: -75px;
}

.ml-b-80 {
  margin-bottom: -80px;
}

.ml-b-90 {
  margin-bottom: -90px;
}

.ml-b-105 {
  margin-bottom: -105px;
}

.ml-b-120 {
  margin-bottom: -120px;
}

.ml-b-135 {
  margin-bottom: -135px;
}

.ml-b-150 {
  margin-bottom: -150px;
}
@media only screen and (max-width: 991px) {
  .ml-b-150 {
    margin-bottom: -30px;
  }
}

.ml-bp-0933 {
  margin-bottom: -0.933%;
}

/* Margin for Responsive value */
@media only screen and (max-width: 767px) {
  .mrb-m-30 {
    margin-bottom: 30px;
  }

  .mrb-m-45 {
    margin-bottom: 45px;
  }

  .mrb-m-60 {
    margin-bottom: 60px;
  }

  .mr-m-0 {
    margin: 0;
  }
}
/*-------------------------------------------------
    [ ## Padding Element ]
*/
.pd-0 {
  padding: 0;
}

.pd-t-0 {
  padding-top: 0;
}

.pd-b-0 {
  padding-bottom: 0;
}

.pd-l-0 {
  padding-left: 0;
}

.pd-r-0 {
  padding-right: 0;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-t-25 {
  padding-top: 25px;
}

.pd-b-25 {
  padding-bottom: 25px;
}

.pd-l-25 {
  padding-left: 25px;
}

.pd-r-25 {
  padding-right: 25px;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-t-35 {
  padding-top: 35px;
}

.pd-b-35 {
  padding-bottom: 35px;
}

.pd-l-35 {
  padding-left: 35px;
}

.pd-r-35 {
  padding-right: 35px;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-b-40 {
  padding-bottom: 40px;
}

.pd-l-40 {
  padding-left: 40px;
}

.pd-r-40 {
  padding-right: 40px;
}

.pd-t-45 {
  padding-top: 45px;
}

.pd-b-45 {
  padding-bottom: 45px;
}

.pd-l-45 {
  padding-left: 45px;
}

.pd-r-45 {
  padding-right: 45px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-l-50 {
  padding-left: 50px;
}

.pd-r-50 {
  padding-right: 50px;
}

.pd-t-60 {
  padding-top: 60px;
}

.pd-b-60 {
  padding-bottom: 60px;
}

.pd-l-60 {
  padding-left: 60px;
}

.pd-r-60 {
  padding-right: 60px;
}

.pd-t-70 {
  padding-top: 70px;
}

.pd-b-70 {
  padding-bottom: 70px;
}

.pd-l-70 {
  padding-left: 70px;
}

.pd-r-70 {
  padding-right: 70px;
}

.pd-t-75 {
  padding-top: 75px;
}

.pd-b-75 {
  padding-bottom: 75px;
}

.pd-l-75 {
  padding-left: 75px;
}

.pd-r-75 {
  padding-right: 75px;
}

.ptb-80 {
  padding: 80px 0;
}

.pd-t-80 {
  padding-top: 80px;
}

.pd-b-80 {
  padding-bottom: 80px;
}

.pd-l-80 {
  padding-left: 80px;
}

.pd-r-80 {
  padding-right: 80px;
}

.pd-t-90 {
  padding-top: 90px;
}

.pd-b-90 {
  padding-bottom: 90px;
}

.pd-l-90 {
  padding-left: 90px;
}

.pd-r-90 {
  padding-right: 90px;
}

.pd-t-100 {
  padding-top: 100px;
}

.pd-b-100 {
  padding-bottom: 100px;
}

.pd-l-100 {
  padding-left: 100px;
}

.pd-r-100 {
  padding-right: 100px;
}

.pd-t-105 {
  padding-top: 105px;
}

.pd-b-105 {
  padding-bottom: 105px;
}

.pd-l-105 {
  padding-left: 105px;
}

.pd-r-105 {
  padding-right: 105px;
}

.pd-t-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pd-t-120 {
    padding-top: 100px;
  }
}

.pd-t-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pd-t-150 {
    padding-top: 100px !important;
  }
}

.pd-b-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pd-b-120 {
    padding-bottom: 100px;
  }
}

.pd-l-120 {
  padding-left: 120px;
}

.pd-r-120 {
  padding-right: 120px;
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.pd-t-135 {
  padding-top: 135px;
}

.pd-b-135 {
  padding-bottom: 135px;
}

.pd-l-135 {
  padding-left: 135px;
}

.pd-r-135 {
  padding-right: 135px;
}

.pd-t-140 {
  padding-top: 140px;
}

.pd-b-140 {
  padding-bottom: 140px;
}

.pd-l-140 {
  padding-left: 140px;
}

.pd-r-140 {
  padding-right: 140px;
}

.pd-t-150 {
  padding-top: 150px;
}

.pd-b-150 {
  padding-bottom: 150px;
}

.pd-l-150 {
  padding-left: 150px;
}

.pd-r-150 {
  padding-right: 150px;
}

.pd-t-165 {
  padding-top: 165px;
}

.pd-b-165 {
  padding-bottom: 165px;
}

.pd-l-165 {
  padding-left: 165px;
}

.pd-r-165 {
  padding-right: 165px;
}

.pd-t-180 {
  padding-top: 180px;
}

.pd-b-170 {
  padding-bottom: 170px;
}

.pd-b-180 {
  padding-bottom: 180px;
}

.pd-l-180 {
  padding-left: 180px;
}

.pd-r-180 {
  padding-right: 180px;
}

.pd-t-195 {
  padding-top: 195px;
}

.pd-b-195 {
  padding-bottom: 195px;
}

.pd-l-195 {
  padding-left: 195px;
}

.pd-r-195 {
  padding-right: 195px;
}

.pd-t-200 {
  padding-top: 200px;
}

.pd-b-200 {
  padding-bottom: 200px;
}

.pd-l-200 {
  padding-left: 200px;
}

.pd-r-200 {
  padding-right: 200px;
}

.pd-t-205 {
  padding-top: 205px;
}

.pd-b-205 {
  padding-bottom: 205px;
}

.pd-l-205 {
  padding-left: 205px;
}

.pd-r-205 {
  padding-right: 205px;
}

.pd-t-210 {
  padding-top: 210px;
}

.pd-t-220 {
  padding-top: 220px;
}

.pd-b-220 {
  padding-bottom: 220px;
}

.pd-l-220 {
  padding-left: 220px;
}

.pd-r-220 {
  padding-right: 220px;
}

.pd-t-225 {
  padding-top: 225px;
}

.pd-b-225 {
  padding-bottom: 225px;
}

.pd-l-225 {
  padding-left: 225px;
}

.pd-r-225 {
  padding-right: 225px;
}

.pd-t-235 {
  padding-top: 235px;
}

.pd-b-235 {
  padding-bottom: 235px;
}

.pd-l-235 {
  padding-left: 235px;
}

.pd-r-235 {
  padding-right: 220px;
}

.pd-t-240 {
  padding-top: 240px;
}

.pd-t-255 {
  padding-top: 255px;
}

@media only screen and (max-width: 992px) {
  .pm-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-b-90 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-t-0 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .pdmX-60 {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pdms-30 {
    padding: 30px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-primary {
  position: relative;
}
.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #272d43;
  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: #272d43;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.8;
}
.bg-overlay-main > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}
.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #272d43;
  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: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #27ae61;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.scrollToTop:hover {
  color: #fff;
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
/*-------------------------------------------------
    [ ## Buttons ]
*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"]:hover {
  color: white;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.cmn-btn-active {
  position: relative;
  background: white;
  color: #292929;
  padding: 8px 25px;
  text-transform: capitalize;
  box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
  border-radius: 0;
  font-family: "Josefin Sans", sans-serif;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cmn-btn-active::before {
  right: 50%;
}
.cmn-btn-active::after {
  left: 50%;
}
.cmn-btn-active::before, .cmn-btn-active::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: '';
  background-color: white;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cmn-btn-active:focus, .cmn-btn-active:hover {
  color: white;
  background-color: #27ae61;
}
.cmn-btn-active:focus::before, .cmn-btn-active:hover::before {
  right: 100%;
}
.cmn-btn-active:focus::after, .cmn-btn-active:hover::after {
  left: 100%;
}

.cmn-btn {
  position: relative;
  background: #27ae61;
  color: white;
  padding: 8px 25px;
  text-transform: capitalize;
  box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
  border-radius: 0;
  font-family: "Josefin Sans", sans-serif;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cmn-btn::before {
  right: 50%;
}
.cmn-btn::after {
  left: 50%;
}
.cmn-btn::before, .cmn-btn::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: '';
  background-color: #27ae61;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cmn-btn i {
  margin-right: 10px;
}
.cmn-btn:focus, .cmn-btn:hover {
  color: #27ae61;
  background-color: white;
}
.cmn-btn:focus::before, .cmn-btn:hover::before {
  right: 100%;
}
.cmn-btn:focus::after, .cmn-btn:hover::after {
  left: 100%;
}

.custom-btn {
  color: #27ae61;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  display: block !important;
  font-size: 16px;
  transition: all 0.3s;
}
.custom-btn:hover {
  color: #27ae61;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input, textarea {
  padding: 12px 20px;
}
input::placeholder, textarea::placeholder {
  color: #777777;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #777777 !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #777777 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid #e5e5e5;
  vertical-align: baseline;
  border-radius: 3px;
  font-size: 100%;
  color: #777777;
  -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 .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: unset;
  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;
  font-size: 12px;
}
.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: #f6f6f6;
  color: #777777;
}
.nice-select .current {
  display: block;
  color: #777777;
}

.select-custom:focus {
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  background: none;
  color: #727272;
}

.form-group {
  margin-bottom: 20px;
}

.form-controller {
  border: 1px solid #e5e5e5;
  background-color: white;
  width: 100%;
  height: 50px;
  outline: none;
  padding: 5px 20px;
  color: black;
}
.form-controller:focus {
  color: #292929;
  border-color: #272d43;
}
@media only screen and (max-width: 575px) {
  .form-controller {
    padding: 5px 15px;
  }
}

textarea.form-controller {
  padding-top: 15px;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  color: #1d2331;
  position: relative;
  padding-left: 23px;
  line-height: 1.2em;
  text-transform: capitalize;
  cursor: pointer;
}
input[type="radio"] + label:before {
  border: 3px solid #B9BEC0;
  content: "";
  height: 14px;
  left: 1px;
  position: absolute;
  top: 3px;
  -webkit-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
  width: 14px;
  background-color: white;
  border-radius: 50%;
}
input[type="radio"]:checked + label:before {
  border-color: #07C1FE;
  background-color: #272d43;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader-area{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #272d43;
  z-index: 99999;
}
.jump {
  animation: jump 1.5s infinite ease;
}
@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: -40px;
  }
  100% {
    top: 0;
  }
}

.coin {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 150px;
  width: 150px;
}

@media(max-width: 767px){
  .coin{
    height: 100px !important;
    width: 100px !important;
  }
  .coin .front, .coin .back {
    height: 100px !important;
    width: 100px !important;
  }
  .coin .front:before, .coin .back:before {
    margin: 22px 22px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .coin .front .currency, .coin .back .currency {
    font-size: 23px !important;
  }
  .coin .front .shapes div, .coin .back .shapes div {
    width: 10px !important;
    height: 2px !important;
    margin: 40px 7px !important;
  }
  .coin .front .shapes div:before, .coin .back .shapes div:before {
    width: 10px !important;
    height: 2px !important;
    margin: -7px 0 !important;
  }
  .coin .front .shapes div:after, .coin .back .shapes div:after {
    width: 10px !important;
    height: 2px !important;
    margin: 3px 0 !important;
  }
  .coin .front .shapes div, .coin .back .shapes div {
    width: 10px !important;
    height: 2px !important;
    margin: 40px 7px !important;
  }
  .coin .front .top, .coin .back .top {
    font-size: 10px !important;
    top: 0px !important;
  }
  .coin .front .bottom, .coin .back .bottom {
    font-size: 10px !important;
    bottom: 4px !important;
  }
  .coin .shadow {
    margin: 112px 7px 0 3px !important;
  }
}

.coin .front, .coin .back {
  position: absolute;
  height: 150px;
  width: 150px;
  background: #ffbd0b;
  border-radius: 50%;
  border-top: 7px solid #ffd84c;
  border-left: 7px solid #ffd84c;
  border-right: 7px solid #d57e08;
  border-bottom: 7px solid #d57e08;
  transform: rotate(44deg);
}
.coin .front:before, .coin .back:before {
  content: "";
  margin: 35.5px 35.5px;
  position: absolute;
  width: 70px;
  height: 70px;
  background: #f0a608;
  border-radius: 50%;
  border-bottom: 5px solid #ffd84c;
  border-right: 5px solid #ffd84c;
  border-left: 5px solid #d57e08;
  border-top: 5px solid #d57e08;
  z-index: 2;
}
.coin .front .currency, .coin .back .currency {
  overflow: hidden;
  position: absolute;
  color: #ffbd0b;
  font-size: 40px;
  transform: rotate(-44deg);
  line-height: 3.7;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 0 3px 0 #cb7407;
  z-index: 3;
  border-radius: 50%;
}
.coin .front .currency:after, .coin .back .currency:after {
  content: "";
  position: absolute;
  height: 200px;
  width: 40px;
  margin: 20px -65px;
  box-shadow: 50px -23px 0 -10px rgba(255, 255, 255, 0.22), 85px -10px 0 -16px rgba(255, 255, 255, 0.19);
  transform: rotate(-50deg);
  animation: shine 1.5s infinite ease;
}
@keyframes shine {
  0% {
    margin: 20px -65px;
  }
  50% {
    margin: 70px -85px;
  }
  100% {
    margin: 20px -65px;
  }
}
.coin .front .shapes, .coin .back .shapes {
  transform: rotate(-44deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coin .front .shapes div, .coin .back .shapes div {
  width: 20px;
  height: 4px;
  background: #d57e08;
  border-top: 2px solid #c47207;
  margin: 75px 7px;
}
.coin .front .shapes div:before, .coin .back .shapes div:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: #d57e08;
  border-top: 2px solid #c47207;
  margin: -10px 0;
}
.coin .front .shapes div:after, .coin .back .shapes div:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: #d57e08;
  border-top: 2px solid #c47207;
  margin: 8px 0;
}
.coin .front .shape_l, .coin .back .shape_l {
  float: left;
}
.coin .front .shape_r, .coin .back .shape_r {
  float: right;
}
.coin .front .top, .coin .back .top {
  font-size: 14px;
  color: #d67f08;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 9px;
  text-shadow: 0 1px 0px #cb7407;
}
.coin .front .bottom, .coin .back .bottom {
  font-size: 14px;
  color: #d67f08;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 9px;
  text-shadow: 0 1px 0px #cb7407;
}

.coin .shadow {
  width: 100%;
  height: 20px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  bottom: -50px;
  border-radius: 50%;
  z-index: -1;
  margin: 185px 7px 0 7px;
  animation: swift 1.5s infinite ease;
}
@keyframes swift {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
  100% {
    opacity: 0.8;
  }
}

::selection {
  background-color: #27ae61;
  color: white;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .header-section .header-top-area .container {
    max-width: 100%;
  }
}

.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: #272d43;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-section.header-fixed .header-bottom-area {
  padding-top: 0;
}

.header-top-area {
  position: relative;
  background: #39405A;
}
.header-top-area .header-top-content .header-right-info span {
  color: white;
  margin-right: 15px;
  font-family: "Nunito", 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: #272d43;
  padding: 20px;
}
.header-top-area .header-top-content .header-right-info .second-info span {
  color: #27ae61;
}
.header-top-area .header-top-content .header-right-info .third-info span {
  color: #27ae61;
}
.header-top-area .header-top-content .header-right-info .fourth-info span {
  color: #27ae61;
}
.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 a {
  font-size: 15px;
  display: inline-block;
  padding: 6px;
  color: white;
}
.header-top-area .header-top-content .header-social a:hover, .header-top-area .header-top-content .header-social a.active {
  color: #27ae61;
}
@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: #272d43;
  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;
  padding-top: 20px;
}
.header-bottom-area .header-account {
  padding-left: 30px;
}
.header-bottom-area .header-account .cmn-btn {
  padding: 12px 30px;
}
.header-action{
  margin: -5px;
}
.header-action a{
  padding: 5px 20px;
  font-size: 14px;
  margin: 5px;
}
.header-bottom-area .navbar-expand-lg {
  z-index: 10;
  background-color: transparent;
  padding: 0 !important;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-expand-lg {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .header-bottom-area .navbar-collapse {
    max-height: 320px;
    overflow: auto;
    background-color: #272d43;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 0;
    background-color: #272d43;
  }
  .header-bottom-area .navbar-collapse .main-menu li a {
    color: #fff !important;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: #292929 !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: 30px;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 18px;
  /* transform: translateY(2px); */
  margin-left: 5px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 20px 0 20px 0;
  color: white;
  font-weight: 600;
  align-items: center;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover {
  color: #27ae61;
}
.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 0 !important;
    display: block;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 180px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  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;
}
.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:hover {
  color: #292929;
  padding-left: 10px;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: #292929;
  padding: 8px 20px;
  font-size: 14px;
  display: block;
  transition: all ease 0.5s;
}
.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;
}

.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: "Nunito", sans-serif;
  font-weight: 700;
  border: none;
}
.language-select .nice-select span {
  color: white;
}
.language-select .nice-select .option {
  font-weight: 600;
}
.language-select .nice-select .option:hover {
  color: #777777;
}

.language-select .nice-select:after {
  border-style: solid;
  border-width: 7px 7px;
  border-color: white transparent transparent;
  transform: rotate(0);
  right: 4px;
}

.site-logo img {
  width: 220px;
  height: 50px;
}

@media only screen and (max-width: 420px) {
  .site-logo img {
    width: 160px;
    height: auto;
  }
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #f69d34;
  font-size: 30px;
}

@media only screen and (max-width: 575px) {
  .navbar-toggler span{
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .header-top-area {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-bottom-area {
    padding: 10px 0;
  }
}

.title-border {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 30px;
}
.title-border::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -50px;
  height: 5px;
  width: 70px;
  border: 1px solid #27ae61;
  border-radius: 30px;
  overflow: hidden;
}
.title-border::after {
  position: absolute;
  content: '';
  top: 50%;
  left: -33px;
  height: 5px;
  width: 35px;
  background-color: #27ae61;
  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 #27ae61;
  border-radius: 30px;
  overflow: hidden;
}
.section-header .title-border-left::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: #27ae61;
  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;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Links ]
*/
a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Menus ]
*/
/*-------------------------------------------------
    [ ## Pagination ]
*/
/* page link pagination */
.pagination {
  margin-top: 50px;
  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: #27ae6199;
  border: 1px solid #27ae6160;
  color: white;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background: #27ae61;
  border-color: #27ae61;
  color: white;
}

/*-------------------------------------------------
    [ ## Navigation Responsive ]
*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  background-attachment: fixed;
  z-index: 9;
  padding-top: 250px;
  padding-bottom: 240px;
}
@media only screen and (max-width: 991px) {
  .banner-section {
    padding-top: 150px;
    padding-bottom: 180px;
  }
}
.banner-section .banner-content {
  position: relative;
  z-index: 9;
}
.banner-section .banner-content .title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  color: white;
}
.banner-section .container, .container-fluid {
  position: relative;
  z-index: 11;
}
.banner-section .banner-content .title span {
  color: white;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .title {
    font-size: 30px !important;
  }
}
.banner-section .banner-content p {
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
  text-transform: unset;
  line-height: 1.5em;
  color: white;
}
.banner-section .banner-btn {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 440px) {
  .banner-section .banner-btn {
    display: block;
  }
}
.banner-section .banner-btn .cmn-btn {
  margin-right: 20px;
}
@media only screen and (max-width: 440px) {
  .banner-section .banner-btn .cmn-btn {
    margin-right: 5px;
  }
}

#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: 200px;
  padding-bottom: 100px;
}

.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: #27ae61;
  text-transform: capitalize;
}

.breadcrumb-item a {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active {
  font-weight: 500;
  color: white;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: white;
  font-size: 18px;
  left: 0;
}

@media (max-width: 575px) {
  h2 {
    font-size: 22px !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: #27ae61;
  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: #27ae61;
  color: white;
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
.service-section {
  background-color: #f8f8f8;
}

.service-icon {
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 10px;
}
.service-icon i {
  color: #27ae61;
}
.service-content .title {
  margin-bottom: 10px;
  font-size: 20px;
}

/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Project ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### work Block ]
*/
.work-section .work-content-area {
  transition: all 0.5s;
}
.work-section .work-content {
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .work-section .work-content {
    margin-right: 0;
  }
}
.work-section .work-content .work-item-area .work-item {
  position: relative;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .work-section .work-content .work-item-area .work-item {
    display: block !important;
    text-align: center;
  }
  .work-section .work-content .work-item-area .work-item .work-icon {
    width: 55px !important;
    height: 55px !important;
    line-height: 55px !important;
    font-size: 22px !important;
  }
  .work-section .work-content .work-item-area .work-item .work-icon i{
    bottom: 5px !important;
    right: 5px !important;
    font-size: 24px !important;
  }
}
.work-section .work-content .work-item-area .work-item .work-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background-color: #272d43;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  color: #fff !important;
  font-size: 40px;
  border: 3px solid #27AE61;
}
.work-section .work-content .work-item-area .work-item .work-icon i{
  position: absolute;
  font-size: 50px;
  right: 0;
  bottom: 0;
  opacity: .2;
  color: #27AE61;
}
.work-section .work-content .work-item-area .work-item .work-details {
  width: calc(100% - 80px);
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .work-section .work-content .work-item-area .work-item .work-details {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .work-section .work-content .work-item-area .work-item .work-details p{
    text-align: justify;
  }
}
.work-section .work-content .work-item-area .work-item .work-details--style {
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .work-section .work-content .work-item-area .work-item .work-details--style {
    padding-right: 0;
  }
}
.work-section .work-content--style {
  margin-right: 0;
  margin-left: 15px;
}
@media only screen and (max-width: 991px) {
  .work-section .work-content--style {
    margin-left: 0;
  }
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section {
  background-color: #f8f8f8;
}
.about-section .about-content .title {
  padding-bottom: 10px;
}
.about-section .about-content .title span {
  color: #27ae61;
}
.about-section .about-content .title-border {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 30px;
}
.about-section .about-content .title-border::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid #272d43;
  border-radius: 30px;
}
.about-section .about-content .title-border::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: #272d43;
}
.about-section .about-content .about-item-area {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.about-section .about-content .about-item-area::before {
  position: absolute;
  content: '';
  top: 20px;
  left: 5%;
  width: 2px;
  height: calc(100% - 40px);
  border: 2px dashed #272d43;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .about-section .about-content .about-item-area::before {
    top: 56px;
    left: 10%;
    height: calc(100% - 102px);
  }
}
.about-section .about-content .about-item-area .about-item .about-icon {
  width: 60px;
  height: 60px;
  line-height: 65px;
  display: inline-block;
  text-align: center;
  background-color: #272d43;
  border-radius: 50%;
  color: white;
  font-size: 24px;
}
.about-section .about-content .about-item-area .about-item .about-details {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.about-section .about-content .about-item-area .about-item .about-details .title {
  font-weight: 500;
  color: #27ae61;
  margin-bottom: 0;
  font-size: 22px;
}

/*-------------------------------------------------
    [ ### choose Block ]
*/
.choose-section {
  background-color: #272d43;
  overflow: hidden;
}
.choose-section .section-header .section-title {
  color: white;
}
.choose-section .section-header p {
  color: white;
}
.choose-section .choose-item-area .choose-item:nth-child(2n) {
  margin-left: -60px;
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .choose-section .choose-item-area .choose-item:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
}
.choose-section .choose-item-area .choose-item:nth-child(2n-2) {
  margin-right: -60px;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .choose-section .choose-item-area .choose-item{
    display: block !important;
    text-align: center;
  }
  .choose-section .choose-item-area .choose-item .choose-icon {
    width: 100% !important;
  }
  .choose-section .choose-item-area .choose-item .choose-content {
    width: 100% !important;
    padding-top: 20px !important;
  }
  .choose-item-area .row{
    justify-content: center !important;
  }
}
@media only screen and (max-width: 991px) {
  .choose-section .choose-item-area .choose-item:nth-child(2n-2) {
    margin-left: 0;
    margin-right: 0;
  }
}
.choose-section .choose-item-area .choose-item .choose-icon {
  width: 60px;
}
.choose-section .choose-item-area .choose-item .choose-icon i {
  font-size: 60px;
  color: #27ae61;
}
.choose-section .choose-item-area .choose-item .choose-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.choose-section .choose-item-area .choose-item .choose-content .title {
  color: white;
  font-weight: 600;
  font-size: 22px;
}
.choose-section .choose-item-area .choose-item .choose-content p {
  color: white;
}
.choose-section .choose-item-area .choose-thumb {
  position: absolute;
  bottom: -16%;
}
@media only screen and (max-width: 991px) {
  .choose-section .choose-item-area .choose-thumb-inner {
    display: none;
  }
}

/*-------------------------------------------------
    [ ### Call To Action ]
*/
.call-to-action-section {
  background-color: #272d43;
}
.subscribe-section {
  background-color: #272d43;
}
.call-to-action-section .call-to-action-content .title {
  color: white;
  font-weight: 700;
}
.call-to-action-section .call-to-action-content p {
  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;
  }
}

.maps {
  height: 400px;
}

@media only screen and (max-width: 991px) {
  .contact-inquiry {
    margin-bottom: 60px;
  }
}
.contact-thumb {
  margin-left: -200px;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .contact-thumb {
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-area {
  padding: 40px;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: -170px;
  background-color: white;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .contact-area {
    padding: 30px;
  }
}
.contact-area::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #27ae61;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .contact-area::before {
    width: 0;
  }
}

.contact-left-header .title {
  margin-bottom: 30px;
  color: white;
}
@media only screen and (max-width: 991px) {
  .contact-left-header .title {
    color: #292929;
  }
}

.contact-icon {
  position: absolute;
  opacity: .2;
}
.contact-icon i::before {
  font-size: 120px !important;
  color: #27ae61;
}

.contact-item li {
  color: white;
}
@media only screen and (max-width: 991px) {
  .contact-item li {
    color: #777777;
  }
}

.contact-right-area .title {
  margin-bottom: 30px;
  color: #27ae61;
}

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

.contact-form .form-group input[type="submit"] {
  width: auto;
  background-color: #27ae61;
  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-section .register-form-area{
  padding: 0 !important;
}
.register-form-area .title-border::before{
  left: 2px;
}
.register-form-area .title-border::after{
  left: 3px;
}

.contact-info-item {
  background-color: white;
}

.contact-info-item i {
  display: inline-block;
  text-align: center;
  color: #27ae61;
  font-size: 24px;
  border-radius: 50%;
  margin-bottom: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.05);
}
.contact-info-item i::before {
  font-size: 24px;
  line-height: 1em;
}

.calculate-section .cal-area {
  box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
  background-color: white;
  border-radius: 3px;
  padding: 40px 30px;
  margin-top: -70px;
  position: relative;
  z-index: 9;
}
.calculate-section .cal-area .title {
  font-weight: 800;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .calculate-section .cal-area .title {
    margin-bottom: 10px;
  }
}
.calculate-section .cal-area .cal-form .form-group {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .calculate-section .cal-area .cal-form .form-group {
    margin-bottom: 10px;
  }
}
.calculate-section .cal-area .cal-form input {
  background-color: #272d43;
  color: white;
  border-radius: 3px;
  padding: 10px 25px;
  border: none;
  text-align: center;
}
.calculate-section .cal-area .cal-form input::placeholder {
  color: white;
}
.calculate-section .cal-area .cal-form .nice-select {
  background-color: #27ae61;
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
}
.calculate-section .cal-area .cal-form .nice-select .current {
  color: white;
}
.calculate-section .cal-area .cal-form .nice-select::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}
.calculate-section .cal-area .cal-form .nice-select .option:hover {
  color: white;
}
.calculate-section .cal-area .cal-form .nice-select .option.selected:hover {
  color: #777777;
}
.calculate-section .cal-area .cal-form .submit-btn {
  background-color: #27ae61;
  color: white;
  width: 50px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .calculate-section .cal-area .cal-form .submit-btn {
    width: 100%;
  }
}
.calculate-section .cal-area .revenue-area .sub-title {
  color: #27ae61;
}
.calculate-section .cal-area .revenue-area .title {
  font-size: 24px;
  margin-bottom: 0;
}
.faq-wrapper {
  margin: -7px 0;
}
.faq-wrapper .faq-item {
  padding: 20px 0;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  font-size: 18px;
  margin-top: -7px;
  margin-bottom: -7px;
  text-transform: unset;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  padding: 12px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: unset;
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-item .faq-title .title {
    font-size: 18px;
  }
}
.faq-wrapper .faq-item.open .right-icon::before {
  background-color: #fff;
  -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 .faq-title{
  background-color: #27ae61;
  color: #fff;
}
.faq-wrapper .faq-item.open .right-icon::after {
  background-color: #fff;
}
.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%;
}
.call-to-action-form{
  margin-top: 30px;
}
.call-to-action-form .submit-btn{
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 20px;
  background-color: #27ae61;
  border: none;
  color: #fff;
  padding: 13px 30px;
  border-radius: 0 3px 3px 0;
}
.pricing-section {
  position: relative;
}
.pricing-section .pricing-item .pricing-inner {
  padding: 40px 20px;
  border-radius: 3px;
  transition: all 0.5s;
  background-color: #272d43;
}
.pricing-section .pricing-item .pricing-inner:hover {
  background-color: #27ae61;
}
.pricing-section .pricing-item .pricing-inner:hover .pricing-icon i {
  background-color: #27ae61;
}
.pricing-section .pricing-item .pricing-icon {
  margin-top: -60px;
}
.pricing-section .pricing-item .pricing-icon i {
  width: 115px;
  height: 115px;
  line-height: 115px;
  display: inline-block;
  text-align: center;
  color: white;
  background-color: #272d43;
  border-radius: 50%;
  font-size: 100px;
  transition: all 0.5s;
}

.pricing-section .pricing-item .pricing-header .pricing-border {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background-color: #dfdfdf;
  border-radius: 50%;
  position: relative;
}
.pricing-section .pricing-item .pricing-header .pricing-border::before {
  position: absolute;
  content: '';
  top: 40%;
  left: -70px;
  height: 3px;
  width: 60px;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
}
.pricing-section .pricing-item .pricing-header .pricing-border::after {
  position: absolute;
  content: '';
  top: 40%;
  right: -70px;
  height: 3px;
  width: 60px;
  border: 1px solid #dfdfdf;
  border-radius: 30px;
}

.pricing-section .pricing-item .pricing-header .title {
  font-weight: 600;
  font-size: 34px;
  color: white;
  margin-bottom: 20px;
}
.pricing-section .pricing-item .pricing-header .title span {
  font-size: 16px;
}

.pricing-section .pricing-item .pricing-header .sub-title {
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  margin-top: 20px;
}

.pricing-section .pricing-item .pricing-body .pricing-list li {
  padding-bottom: 20px;
  font-size: 16px;
  color: white;
}

@media only screen and (max-width: 991px) {
  .pricing-section .pricing-item .pricing-body .pricing-list li {
    font-size: 16px;
  }
}
.pricing-section .pricing-item .pricing-body .pricing-list li span {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .pricing-section .pricing-item .pricing-body .pricing-list li span {
    font-size: 16px;
  }
}
.pricing-section .pricing-item .pricing-body .pricing-btn-area {
  margin-top: 10px;
}

.register-section .register-form-area {
  padding: 50px 30px;
  position: relative;
  z-index: 9;
}
.register-section .register-form-area::before{
    position: absolute;
    content: '';
    bottom: -25px;
    left: -25px;
    background-color: #27ae61;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -10;
}
.contact-section .register-form-area::before{
  display: none;
}
.contact-section .register-form-area::after{
  display: none;
}
.register-section .register-form-area::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-color: white;
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: -10;
}
.register-area{
  min-height: 100vh;
}
@media only screen and (max-width: 991px) {
  .register-section .register-form-area {
    padding: 30px;
  }
}
.register-logo-area{
  background-color: #272d43;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.register-logo-area a{
  width: 150px;
}
.account-header{
  margin-bottom: 30px;
}
.account-header .sub-title{
  color: #292929;
  font-size: 18px;
  font-weight: 600;
}
.account-header .sub-title a{
  color: #27ae61;
}
.register-section .register-form-area .register-form {
  position: relative;
}
.register-section .register-form-area .register-form .register-icon {
  position: absolute;
  top: 6px;
  left: 21px;
}
.register-section .register-form-area .register-form .register-icon i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: white;
  background-color: #27ae61;
  border-radius: 5px;
  font-size: 12px;
}
.register-section .register-form-area .register-form input {
  background-color: #fff;
  color: #2a2a2a;
  padding: 20px 20px 20px 40px;
  border-radius: 5px;
  font-size: 14px;
}
.register-section .register-form-area .register-form input::placeholder {
  color: #2a2a2a;
}
.register-section .register-form-area .register-form .nice-select {
  background-color: #27ae61;
  border-radius: 5px;
  height: 42px;
  line-height: 42px;
}
.register-section .register-form-area .register-form .nice-select .current {
  color: white;
}
.register-section .register-form-area .register-form .nice-select::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}
.register-section .register-form-area .register-form .nice-select .option:hover {
  color: white;
}
.register-section .register-form-area .register-form .nice-select .option.selected:hover {
  color: #777777;
}
.register-section .register-form-area .register-form .radio-wrapper {
  background-color: #272d43;
  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: #27ae61;
  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 .checkbox-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.register-section .register-form-area .register-form .checkbox-wrapper .checkbox-item input[type="checkbox"] {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
}
.register-section .register-form-area .register-form .checkbox-wrapper .checkbox-item label {
  margin: 0;
}
.register-section .register-form-area .register-form .forgot-password a {
  color: #27ae61;
}
.register-section .register-form-area .register-form .submit-btn {
  padding: 10px 30px;
  border-radius: 5px;
  color: white;
  background-color: #27ae61;
  width: 100%;
  margin-top: 10px;
}

.dashboard-section .dash-user-area {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .dashboard-section .dash-user-area .dash-left-user-area {
    display: block !important;
  }
}
.dashboard-section .dash-user-area .dash-left-user-area .user-icon {
  border: 5px solid #27ae61;
  width: 100px;
  height: 100px;
}
.dashboard-section .dash-user-area .dash-left-user-area .user-icon img{
  height: 100%;
}
.dashboard-section .dash-user-area .dash-left-user-area .user-details {
  width: calc(100% - 100px);
  background-color: #272d43;
}
@media only screen and (max-width: 1199px) {
  .dashboard-section .dash-user-area .dash-left-user-area .user-details {
    width: 100%;
  }
}
.dashboard-section .dash-user-area .dash-left-user-area .user-details .title {
  background-color: #27ae61;
  color: white;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .dashboard-section .dash-user-area .dash-left-user-area .user-details .title {
    width: 100%;
  }
}
.dashboard-section .dash-user-area .dash-left-user-area .user-details .dash-link li {
  display: inline-block;
  border-right: 1px solid #dfdfdf;
  padding: 15px 10px;
}
@media only screen and (max-width: 1199px) {
  .dashboard-section .dash-user-area .dash-left-user-area .user-details .dash-link li {
    width: 100%;
    border: none;
  }
}
.dashboard-section .dash-user-area .dash-left-user-area .user-details .dash-link li a {
  color: white;
}
.dashboard-section .dash-item {
  background-color: #272d43;
  padding-left: 20px;
  box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
}
.dashboard-section .dash-item .dash-icon {
  background-color: white;
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.dashboard-section .dash-item .dash-icon img {
  color: #27ae61;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  background-color: white;
  border-radius: 50%;
}
.dashboard-section .dash-item .dash-icon span {
  color: #292929;
  font-size: 18px;
}
.dashboard-section .dash-item .dash-content {
  width: calc(100% - 100px);
  padding: 30px;
}
.dashboard-section .dash-item .dash-content .sub-title {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.dashboard-section .dash-item .dash-content .sub-title span {
  color: #27ae61;
  font-weight: 700;
}
.dashboard-section .dash-item .dash-content .title {
  color: white;
  font-weight: 600;
}
.dash-link li.menu_has_children{
  position: relative;
}
@media (max-width: 991px){
  .dash-link .menu_has_children .sub-menu {
      display: none !important;
  }
}
@media (max-width: 991px){
  .dash-link .menu_has_children.show .sub-menu {
      display: flex !important;
      flex-wrap: wrap;
  }
}
.dash-link li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 180px;
  background-color: white;
  box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -9;
  margin-left: 0;
}
@media (min-width: 1200px){
  .dash-link li:last-child .sub-menu{
    right: 0;
    left: auto;
  }
}
.dash-link li:hover .sub-menu{
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 99;
}
.dash-link li .sub-menu li{
  border-bottom: 1px solid #e5e5e5;
  margin-right: 0;
  width: 100%;
  padding: 0 !important;
  transition: all ease 0.5s;
  position: relative;
}
.dash-link li .sub-menu li:hover a{
  margin-left: 10px;
}
.dash-link li .sub-menu li a{
  color: #292929 !important;
  padding: 8px 20px;
  font-size: 14px;
  display: block;
  transition: all ease 0.5s;
}
.hash-section {
  background-color: #f8f8f8;
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  .hash-section .hash-left {
    display: block !important;
  }
}
.hash-section .hash-left .hash-content {
  text-align: right;
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .hash-section .hash-left .hash-content {
    text-align: left;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.hash-section .hash-left .hash-content .title {
  color: #8595AF;
}
.hash-section .hash-left .hash-content .sub-title {
  font-size: 18px;
  font-weight: 600;
}
.hash-section .hash-left .hash-content .hash-btn {
  margin-top: 15px;
}
.hash-section .hash-left .hash-icon img {
  color: #27ae61;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  border: 5px solid #8595AF;
}
@media only screen and (max-width: 991px) {
  .hash-section .hash-right {
    display: block !important;
  }
}
.hash-section .hash-right .hash-content {
  width: calc(100% - 100px);
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .hash-section .hash-right .hash-content {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.hash-section .hash-right .hash-content .title {
  color: #8595AF;
}
.hash-section .hash-right .hash-content .sub-title {
  font-size: 18px;
  font-weight: 600;
}
.hash-section .hash-right .hash-content .hash-btn {
  margin-top: 15px;
}
.hash-section .hash-right .hash-icon {
  width: 100px;
}
.hash-section .hash-right .hash-icon img {
  color: #27ae61;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  border: 5px solid #8595AF;
}

.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;
  border-radius: 3px;
}
@media only screen and (max-width: 991px) {
  .order-section .order-table {
    width: 700px;
  }
}
.order-section .order-table thead tr {
  background-color: #27ae61;
}
.order-section .order-table thead tr th {
  border: none;
  font-weight: 600;
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 10px;
}
.order-section .order-table tbody tr {
  border-right: none;
  border-left: none;
  border-top: none;
  background-color: white;
  border: 1px solid #e5e5e5;
}
.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: #292929;
}
.order-section .order-table tbody tr td {
  border: none;
  color: #292929;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.sidebar {
  position: sticky;
  top: 10%;
}
.blog-item {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 20px;
}
.blog-item:hover .blog-content .title{
  color: #27ae61;
}
.blog-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-thumb .overlay-date {
  position: absolute;
  background-color: #27ae61;
  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: "Nunito", sans-serif;
}
@media only screen and (max-width: 991px) {
  .blog-thumb .overlay-date {
    font-size: 18px;
    width: 80px;
    height: 80px;
    line-height: 27px;
    padding: 10px;
  }
}

.blog-thumb img {
  width: 100%;
  transition: all 0.7s;
}

.blog-content {
  margin-top: 25px;
  transition: all 0.7s;
}
.blog-content .date {
  color: #27ae61;
}
.blog-content .date i {
  margin-right: 6px;
}
.blog-content .title {
  font-size: 22px;
  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;
}
.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-section .news-item {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.news-details-content {
  padding: 20px !important;
}
.news-details-content .title {
  font-size: 24px !important;
}
@media only screen and (max-width: 991px) {
  .news-details-content .title {
    font-size: 20px !important;
  }
}

.widget-box .search-option input {
  background: white;
  color: #777777;
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 15px 25px;
}

.widget-box .search-option input::placeholder {
  color: #777777;
}

.widget-box .search-submit {
  position: absolute;
  right: 0;
  margin-top: -54px;
  width: 80px;
  height: 54px;
  color: #27ae61;
  background-color: transparent;
}

.widget-box .category-content li {
  position: relative;
  background-color: white;
  border: 1px solid #e5e5e5;
  padding: 16px 30px;
  margin-bottom: 10px;
}
.widget-box .category-content li:hover {
  background-color: #272d43;
}
.widget-box .category-content li a {
  font-weight: 500;
}

.contact-widget-box {
  background-color: white;
  border: 1px solid #e5e5e5;
  padding: 40px;
}
.contact-widget-box .title {
  margin-bottom: 15px;
}
.contact-widget-box p {
  margin-bottom: 30px;
}

.widget-box {
  background-color: white;
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 3px;
}
.widget-box .widget-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}
.popular-widget-box .single-popular-item {
  margin-bottom: 20px;
  align-items: center;
}
.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;
}

.blog-details-content .blog-title {
  font-size: 28px;
}
@media (max-width: 991px) {
  .blog-details-content .blog-title {
    font-size: 24px;
  }
}

.leave-comment {
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.leave-comment .title {
  margin-bottom: 30px;
}

.comment-form input {
  color: #777777;
  padding: 12px 25px;
  border: 1px solid #e5e5e5;
}
.comment-form input::placeholder {
  color: #777777;
}
.comment-form textarea {
  color: #777777;
  border: 1px solid #e5e5e5;
}
.comment-form textarea::placeholder {
  color: #777777;
}
.comment-form input[type="submit"] {
  width: auto;
  background-color: #27ae61;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
}

blockquote .quote-content {
  font-size: 16px;
  font-style: italic;
  color: white;
  background-color: #27ae61;
  text-align: center;
  padding: 20px 25px;
}
@media (max-width: 575px) {
  blockquote .quote-content {
    font-size: 16px;
  }
}

.comments-section {
  border: 1px solid #e5e5e5;
  padding: 25px;
  overflow: hidden;
  margin-top: 50px;
}
.comments-section .ratings {
  margin-bottom: 10px;
}
.comments-section .ratings i {
  color: #ffd57f;
}

.comments-section .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.comments-section .comment-wrapper {
  margin: 0;
  padding: 0;
}

.comments-section .comment-item {
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 575px) {
  .comments-section .comment-item {
    display: block;
  }
}
@media (min-width: 576px) {
  .comment-item {
    padding: 30px 25px 20px 40px;
  }
}
@media (min-width: 768px) {
  .comment-item {
    margin-bottom: 20px;
  }
}
.comment-item:last-child {
  margin-bottom: 0;
}

.comment-item .comment-thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.comment-item .comment-content {
  position: relative;
  width: calc(100% - 70px);
  padding-left: 20px;
  transition: all 0.3s;
}
@media only screen and (max-width: 575px) {
  .comment-item .comment-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.comment-item .comment-content .sub-title {
  display: block;
  font-size: 18px;
}

.comment-item .comment-content .sub-title a {
  font-weight: 600;
}

.comment-item .comment-content .sub-title a:hover {
  text-decoration: none;
}

.comment-item .comment-content span {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
}

.comment-item .comment-content p {
  margin: 0;
}

.comments-section .comment-wrapper li .reply-wrapper {
  padding-left: 60px;
}
@media only screen and (max-width: 575px) {
  .comments-section .comment-wrapper li .reply-wrapper {
    padding-left: 0;
    margin-left: 0;
  }
}

.comment-item .comment-content .reply-button {
  position: absolute;
  font-weight: 600;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.comment-item .comment-content .reply-button i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.comment-item .comment-content:hover .reply-button i {
  background-color: #27ae61;
  color: white;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Registration
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  background-color: #39405A;
  position: relative;
}

.footer-widget ul li {
  padding: 6px 0;
  color: #fff;
}

.footer-widget ul li a {
  color: #fff;
}

.footer-widget {
  margin-top: -4px;
}
.footer-widget p {
  color: white;
}

.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: #fff;
  margin-bottom: 20px;
}

.footer-widget ul li:last-child {
  padding: 6px 0 0 0;
}

.footer-form input {
  border: 1px solid #e5e5e5;
  width: 90%;
  color: #777777;
}
.footer-form input::placeholder {
  color: #777777;
}
.footer-form input[type="submit"] {
  background-color: #27ae61;
  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: 45px;
  font-size: 18px;
  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::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #27ae61;
  transform: rotate(45deg);
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-social li a:hover, .footer-social li a.active {
  color: #27ae61 !important;
}

.footer-social li a:hover::before, .footer-social li a.active::before {
  background-color: white;
}

.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: #27ae61;
  margin-right: 10px;
}

.privacy-area {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  background-color: #39405A;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.privacy-area p {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.pricing-tab-menu {
  margin: -3px;
  margin-bottom: 50px;
  justify-content: center;
  border: none;
}
.pricing-tab-menu .nav-item {
  padding: 3px;
}
.pricing-tab-menu .nav-item .nav-link {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
.pricing-tab-menu .nav-item .nav-link.active {
  background: #27ae61;border-color: #27ae61;
  color: #fff;
}
.deposit-thumb {
  max-width: unset;
}
.oh {
  overflow: hidden;
}
.header-social {
  display: flex;
  flex-wrap: wrap;
}
.header-social li {
  list-style: none;
}
.header-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
}
.select-bar {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  width: auto;
}
.select-bar .current{
  color: #fff;
}
.select-bar::after {
  border-color: rgba(255, 255, 255, 0.7);
}
.header-top-area {
  position: relative;
  z-index: 11;
}
.select-bar .list .option:hover,
.select-bar .list .option.selected {
  color: #292929;
  background: #f8f8f8 !important;
}
.select-bar {
  line-height: 40px;
  height: 40px;
}
.profile-section{
  background-color: #f8f8f8;
}
.profile-area{
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 10%);
  padding: 50px 30px;
  border-radius: 5px;
}
.submit-btn{
  padding: 10px 30px;
  border-radius: 5px;
  color: white;
  background-color: #27ae61;
  width: 100%;
  margin-top: 10px;
}
.profile-form .nice-select{
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  border: 1px solid #ced4da;
}
.profile-form .nice-select .option:hover {
  color: white;
}
.profile-form .nice-select .option.selected:hover {
  color: #777777;
}
.profile-thumb-preview{
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ced4da;
}
.profile-thumb-preview .image-preview{
  width: 100%;
  height: 100%;
}
.profile-edit .upload{
  display: none;
}
.profile-edit label{
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  cursor: pointer;
  padding: 2px 25px;
  width: 100%;
  border-radius: 5px;
  background-color: #27ae61;
  color: #fff;
}


.client-slider {
  overflow: hidden;
}
.client-slider .swiper-slide-active .client-item {
  background-color: #27ae61;
}
.client-slider .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.client-slider .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #27ae61;
}
.client-slider .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 10px;
}
.client-item {
  background-color: #272d43;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
}
.client-thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.client-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: white;
  opacity: .1;
  z-index: -1;
}
.client-content {
  padding-top: 10px;
}
.client-content p {
  color: white;
}
.client-footer {
  padding-top: 20px;
}
.client-footer .title {
  color: white;
  margin-bottom: 0;
}
.client-footer .sub-title {
  color: white;
  font-size: 14px;
  font-style: italic;
}
.word--break {
  word-break: break-all;
}
.fz--14 {
  font-size: 14px;
}
.pl--65 {
  padding-left: 65px !important;
}
.register-section .register-form-area .register-form .nice-select.input--group--select {
  height: 36px;
  width: unset;
  line-height: 28px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 99;
  color: #111;
}
.country-select{
  border: 1px solid #ced4da !important;
  border-radius: 5px !important;
}
.country-select .input-group-append{
  margin: 5px;
}
.country-select input{
  border-radius: 0 5px 5px 0 !important;
  padding-left: 7px !important;
  border: none !important;
}
.country-select select{
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  border-radius: 5px !important;
}
.country-select select option{
  background-color: #fff;
  color: #292929;
}
.country-select select:focus{
  box-shadow: none;
}
.country-select select:focus-visible{
  outline: none;
}
.nice-select .option:hover {
  color: rgb(119, 119, 119) !important;
}


.css-footer {
    width: 100%;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 5px 7px 5px;
    background: #fefefe;
}
@media (max-width: 991px) {
.css-footer {
    display: flex;
  }
.css-footer a {
  display: inherit !important;
}

.privacy-area {
    padding-bottom: 80px;
}


.scrollToTop.active {
  bottom: 70px;
  transform: translateY(0%);
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
}

.css-tabBar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979797;
    position: relative;
}

.css-tabBar-item-text {
    display: inline-block;
    font-size: 0.65rem;
    color: #7d7d7d;
    padding-top: 2px;
}

.css-tabBar-item-active .css-tabBar-item-text {
    color: #369eff;
}
.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}
.icon-loan {
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAoCAMAAAC2PjgYAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABUUExURQAAAGZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZm7jVkEAAAAbdFJOUwAwP/AQ70CAwGCgz+Cff79Q0JBwj9+wbyBfr4PEN8oAAAE3SURBVDjL7ZRhkoMgDIW1gAXFRa223X33v+cGqIosggfY90Od5BsnPJJUVUq8W+rqsmoBiMt8QzTx6hqtiFXucYV+AYwKaRgwl+ke0K7smvi+APMfYOT++z0CHc/SHSA3ghf4mug2DLQ5Q63d0zGU4ZVIeHdqKCXYkAizJN97uxMlpgwlejwpstYxbw0cTy2LDX1bAzMGcxny1sA2f9uBobZfH6VWuq/8xVb9YPYljBkKsDHC8QxOSx4XnmLVIEnkbB6nIbDcYzvInrq9vrxuPMDvx3OHTbxKDCWcC4RqCjh9TWsNjYYs4BI69FoUcRnspy38j1dKqzQeTsSw399h0a94nGcwOdxQ60az0qcmzl0x74+l+9ld5u/bQbPwK5NyMv7ThIS067Ynnn+3StOyCGbr7tmP+QvmoSL1oE+Y+AAAAABJRU5ErkJggg==');
}
.icon-about {
    background-image:url('data:image/png;base64,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');
}
.icon-credit {
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0NCMTk0OTg4OEE3MTFFQkI3Q0Q5MkU4QTgzNUU3REUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0NCMTk0OTk4OEE3MTFFQkI3Q0Q5MkU4QTgzNUU3REUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjQyNTZCNzg4QTYxMUVCQjdDRDkyRThBODM1RTdERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjQyNTZCODg4QTYxMUVCQjdDRDkyRThBODM1RTdERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvQcBaoAAAxqSURBVHja7F0L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');
}

.icon-ions {
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0NCMTk0OUM4OEE3MTFFQkI3Q0Q5MkU4QTgzNUU3REUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0NCMTk0OUQ4OEE3MTFFQkI3Q0Q5MkU4QTgzNUU3REUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Q0IxOTQ5QTg4QTcxMUVCQjdDRDkyRThBODM1RTdERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Q0IxOTQ5Qjg4QTcxMUVCQjdDRDkyRThBODM1RTdERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiO/BcIAAAgYSURBVHja7F1p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');
}

.icon-info {
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0NCMTk0QTA4OEE3MTFFQkI3Q0Q5MkU4QTgzNUU3REUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0NCMTk0QTE4OEE3MTFFQkI3Q0Q5MkU4QTgzNUU3REUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Q0IxOTQ5RTg4QTcxMUVCQjdDRDkyRThBODM1RTdERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Q0IxOTQ5Rjg4QTcxMUVCQjdDRDkyRThBODM1RTdERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjL7GeEAAAvcSURBVHja7F0J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');
}

.icon-pay{
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHEAAABxCAYAAADifkzQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzdEOUU4RTM4OEE4MTFFQkI3Q0Q5MkU4QTgzNUU3REUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzdEOUU4RTQ4OEE4MTFFQkI3Q0Q5MkU4QTgzNUU3REUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Q0IxOTRBMjg4QTcxMUVCQjdDRDkyRThBODM1RTdERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozN0Q5RThFMjg4QTgxMUVCQjdDRDkyRThBODM1RTdERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PriqraIAABCkSURBVHja7F0L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');
    background-size:60px;
    width:60px;
    height:60px;
    position:absolute;
    top:-36px;
    left:50%;
    margin-left:-30px;
    z-index:10;

}

.text-pay{
    padding-top:20px;
}
.css-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.css-footer-fixed:after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #e6e6e6;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.stockspeed {
  width: 100%;color: #fff;
  background-color: #ddd;
      position: relative;
}
.stockspeed .text{    position: absolute;
    top: 0px;    width: 100%;
}
.stockspeed .shtml {background-color: #4CAF50;}
.goog-te-gadget .goog-te-combo{
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    width: auto;    
    text-align: center;

    padding: 3px;    
    
}
.goog-te-gadget {
      
    height: 38px;
    overflow: hidden;
}
.goog-te-combo:focus-visible{
   outline: 0px solid blanchedalmond;  
}
iframe.goog-te-banner-frame {
    display: none !important;
}
.discount{    position: absolute;
    color: #fff;
    right: 3px;
    background-color: #ef6624;
    padding: 5px;
    border-radius: 5px;
    top: -25px;}
/*phone*/
@media(max-width: 991px){
 .user-icon,.inner-banner-section{display:none;}   
  .header-section{
      border-bottom: 1px solid rgb(225 225 225 / 98%); 
  }
.dashboard-section .dash-user-area .dash-left-user-area .user-details .dash-link li {
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 8px;
}
.dashboard-section .dash-user-area .dash-left-user-area .user-details .dash-link li a {
    color: #0e7edd;width: 100%;
}
.dashboard-section .dash-user-area .dash-left-user-area .user-details .dash-link li {
    display: inline-block;
    border-right: 1px solid #dfdfdf;
    padding: 5px 10px;
}
.dashboard-section .dash-user-area .dash-left-user-area .user-details {
  background-color: #fff
}
.dashboard-section .dash-item {
    background-color: #2d85e1;
    padding-left: 20px;
    box-shadow: 7px 5px 30px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
}
.ptb-80 {
    padding: 65px 0;
}
.dashboard-section .dash-user-area {
    padding-bottom: 20px;
}
.user .footer-section{display:none;}
.dash-link .menu_has_children.show .sub-menu {
    width: 100%;
    padding: 20px;
}
.dash-link li .sub-menu li a {
    color: #848589 !important;
    padding: 3px 20px;
    font-size: 14px;
    display: block;
    transition: all ease 0.5s;
    background-color: #E0E8F3;
    width: 100%;
}
.order-section .order-table-area {
border-radius: 5px;
}
.order-section .order-table thead tr {
    background-color: #3662AD;
}
.order-section .order-table tbody tr td {
    border: none;
    color: #292929;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}
.user .container h3{font-size:13px;}
.form-control-lg {
    font-size: unset;

}

.header-section,.header {
    background-color: #000!important;
}


.aiindex #google_translate_element {
    top: 0px;
    position: absolute;
    right: 40px;
}
.order-section .order-table-w-auto{
    
  width:100% !important;  
}
div#goog-gt-tt{display:none!important;}
}