
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: #758b9f;
  overflow-x: hidden;
}



a {
  display: inline-block !important;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 15px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

p, span, li {
  text-transform: capitalize;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #4d5bed;
}

*::-webkit-scrollbar-thumb {
  background-color: #4d5bed;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2em;
  color: #031c6c;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
}

h1 {
  font-size: 2.441em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 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, #4d5bed, transparent);
  bottom: -4px;
  left: 0%;
}

.section-header {
  margin-bottom: 50px;
}
.section-header .sub-title {
  color: #4d5bed;
  font-size: 16px;
  padding: 2px 10px;
  background-color: rgba(77, 91, 237, 0.1);
  margin-bottom: 20px;
}

.section-title {
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -10px;
}
.section-title span {
  color: #4d5bed;
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
  margin-bottom: 15px;
  line-height: 1.8em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

a {
  display: block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

address {
  margin: 0 0 1.3em;
}

dfn, em, cite, i, code, kbd, tt, var {
  font-size: 1em;
}

em, cite, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #454545;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: #fafafa;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}

.el-text-rotation {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.el-text-rotation .inner-el {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Margin Element ]
*/
.mr-0 {
  margin: 0;
}

.mrt-0 {
  margin-top: 0;
}

.mrb-0 {
  margin-bottom: 0;
}

.mrl-0 {
  margin-left: 0;
}

.mrr-0 {
  margin-right: 0;
}

.mrt-5 {
  margin-top: 5px;
}

.mrb-5 {
  margin-bottom: 5px;
}

.mrl-5 {
  margin-left: 5px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrl-10 {
  margin-left: 10px;
}

.mrr-10 {
  margin-right: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrb-15 {
  margin-bottom: 15px;
}

.mrl-15 {
  margin-left: 15px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrl-20 {
  margin-left: 20px;
}

.mrr-20 {
  margin-right: 20px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrb-25 {
  margin-bottom: 25px;
}

.mrl-25 {
  margin-left: 25px;
}

.mrr-25 {
  margin-right: 25px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrl-30 {
  margin-left: 30px;
}

.mrr-30 {
  margin-right: 30px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrb-35 {
  margin-bottom: 35px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrl-35 {
  margin-left: 35px;
}

.mrr-35 {
  margin-right: 35px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrt-45 {
  margin-top: 45px;
}

.mrb-45 {
  margin-bottom: 45px;
}

.mrl-45 {
  margin-left: 45px;
}

.mrr-45 {
  margin-right: 45px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrb-50 {
  margin-bottom: 50px;
}

.mrl-50 {
  margin-left: 50px;
}

.mrr-50 {
  margin-right: 50px;
}

.mrt-55 {
  margin-top: 55px;
}

.mrb-55 {
  margin-bottom: 55px;
}

.mrl-55 {
  margin-left: 55px;
}

.mrr-55 {
  margin-right: 55px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrl-60 {
  margin-left: 60px;
}

.mrr-60 {
  margin-right: 60px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrt-65 {
  margin-top: 65px;
}

.mrb-65 {
  margin-bottom: 65px;
}

.mrl-65 {
  margin-left: 65px;
}

.mrr-65 {
  margin-right: 60px;
}

.mrt-70 {
  margin-top: 70px;
}

.mrb-70 {
  margin-bottom: 70px;
}

.mrl-70 {
  margin-left: 70px;
}

.mrr-70 {
  margin-right: 70px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrb-75 {
  margin-bottom: 75px;
}

.mrl-75 {
  margin-left: 75px;
}

.mrr-75 {
  margin-right: 75px;
}

.mrt-80 {
  margin-top: 80px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrb-85 {
  margin-bottom: 85px;
}

.mrl-80 {
  margin-left: 80px;
}

.mrr-80 {
  margin-right: 80px;
}

.mrt-90 {
  margin-top: 90px;
}

.mrb-90 {
  margin-bottom: 90px;
}

.mrl-90 {
  margin-left: 90px;
}

.mrr-90 {
  margin-right: 90px;
}

.mrt-100 {
  margin-top: 100px;
}

.mrb-100 {
  margin-bottom: 100px;
}

.mrl-100 {
  margin-left: 100px;
}

.mrr-100 {
  margin-right: 100px;
}

.mrt-105 {
  margin-top: 105px;
}

.mrb-105 {
  margin-bottom: 105px;
}

.mrl-105 {
  margin-left: 105px;
}

.mrr-105 {
  margin-right: 105px;
}

.mrt-120 {
  margin-top: 120px;
}

.mrb-120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .mrb-120 {
    margin-bottom: 0;
  }
}

.mrl-120 {
  margin-left: 120px;
}

.mrr-120 {
  margin-right: 120px;
}

.mrb-145 {
  margin-bottom: 145px;
}

.mrt-150 {
  margin-top: 150px;
}

.mrt-200 {
  margin-top: 200px;
}

.mrb-150 {
  margin-bottom: 150px;
}

.mrb-155 {
  margin-bottom: 155px;
}

.mrb-170 {
  margin-bottom: 170px;
}

.mrb-175 {
  margin-bottom: 175px;
}

.mrl-150 {
  margin-left: 150px;
}

.mrr-150 {
  margin-right: 150px;
}

.mrb-185 {
  margin-bottom: 185px;
}

.mrb-190 {
  margin-bottom: 190px;
}

.mrb-195 {
  margin-bottom: 195px;
}

.mrb-200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 991px) {
  .md-mrt-60 {
    margin-top: 60px;
  }

  .md-mrb-60 {
    margin-bottom: 60px;
  }

  .md-mrt-55 {
    margin-top: 55px;
  }

  .md-mrb-55 {
    margin-bottom: 55px;
  }

  .md-mrt-50 {
    margin-top: 50px;
  }

  .md-mrb-50 {
    margin-bottom: 50px;
  }
}
/* Margin Top Negative Value */
.ml-t-5 {
  margin-top: -5px;
}

.ml-t-8 {
  margin-top: -8px;
}

.ml-t-058p {
  margin-top: -0.58%;
}

.ml-t-10 {
  margin-top: -10px;
}

.ml-t-15 {
  margin-top: -15px;
}

.ml-t-20 {
  margin-top: -20px;
}

.ml-t-25 {
  margin-top: -25px;
}

.ml-t-30 {
  margin-top: -30px;
}

.ml-t-35 {
  margin-top: -35px;
}

.ml-t-40 {
  margin-top: -40px;
}

.ml-t-45 {
  margin-top: -45px;
}

.ml-t-50 {
  margin-top: -50px;
}

.ml-t-55 {
  margin-top: -55px;
}

.ml-t-60 {
  margin-top: -60px;
}

.ml-t-75 {
  margin-top: -75px;
}

.ml-t-90 {
  margin-top: -90px;
}

.ml-t-105 {
  margin-top: -105px;
}

.ml-t-120 {
  margin-top: -120px;
}

.ml-t-135 {
  margin-top: -135px;
}

.ml-t-150 {
  margin-top: -150px;
}

.ml-t-165 {
  margin-top: -165px;
}

.ml-t-180 {
  margin-top: -180px;
}

.ml-t-195 {
  margin-top: -195px;
}

.ml-t-210 {
  margin-top: -210px;
}

.ml-t-225 {
  margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
  margin-bottom: -5px;
}

.ml-b-10 {
  margin-bottom: -10px;
}

.ml-b-15 {
  margin-bottom: -15px;
}

.ml-b-20 {
  margin-bottom: -20px;
}

.ml-b-25 {
  margin-bottom: -25px;
}

.ml-b-30 {
  margin-bottom: -30px;
}

.ml-b-35 {
  margin-bottom: -35px;
}

.ml-b-40 {
  margin-bottom: -40px;
}

.ml-b-45 {
  margin-bottom: -45px;
}

.ml-b-50 {
  margin-bottom: -50px;
}

.ml-b-55 {
  margin-bottom: -55px;
}

.ml-b-60 {
  margin-bottom: -60px;
}

.ml-b-75 {
  margin-bottom: -75px;
}

.ml-b-80 {
  margin-bottom: -80px;
}

.ml-b-90 {
  margin-bottom: -90px;
}

.ml-b-105 {
  margin-bottom: -105px;
}

.ml-b-120 {
  margin-bottom: -120px;
}

.ml-b-135 {
  margin-bottom: -135px;
}

.ml-b-150 {
  margin-bottom: -150px;
}
@media only screen and (max-width: 991px) {
  .ml-b-150 {
    margin-bottom: -30px;
  }
}

.ml-bp-0933 {
  margin-bottom: -0.933%;
}

/* Margin for Responsive value */
@media only screen and (max-width: 767px) {
  .mrb-m-30 {
    margin-bottom: 30px;
  }

  .mrb-m-45 {
    margin-bottom: 45px;
  }

  .mrb-m-60 {
    margin-bottom: 60px;
  }

  .mr-m-0 {
    margin: 0;
  }
}
/*-------------------------------------------------
    [ ## Padding Element ]
*/
.pd-0 {
  padding: 0;
}

.pd-t-0 {
  padding-top: 0;
}

.pd-b-0 {
  padding-bottom: 0;
}

.pd-l-0 {
  padding-left: 0;
}

.pd-r-0 {
  padding-right: 0;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-t-25 {
  padding-top: 25px;
}

.pd-b-25 {
  padding-bottom: 25px;
}

.pd-l-25 {
  padding-left: 25px;
}

.pd-r-25 {
  padding-right: 25px;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-t-35 {
  padding-top: 35px;
}

.pd-b-35 {
  padding-bottom: 35px;
}

.pd-l-35 {
  padding-left: 35px;
}

.pd-r-35 {
  padding-right: 35px;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-b-40 {
  padding-bottom: 40px;
}

.pd-l-40 {
  padding-left: 40px;
}

.pd-r-40 {
  padding-right: 40px;
}

.pd-t-45 {
  padding-top: 45px;
}

.pd-b-45 {
  padding-bottom: 45px;
}

.pd-l-45 {
  padding-left: 45px;
}

.pd-r-45 {
  padding-right: 45px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-l-50 {
  padding-left: 50px;
}

.pd-r-50 {
  padding-right: 50px;
}

.pd-t-60 {
  padding-top: 60px;
}

.pd-b-60 {
  padding-bottom: 60px;
}

.pd-l-60 {
  padding-left: 60px;
}

.pd-r-60 {
  padding-right: 60px;
}

.pd-t-70 {
  padding-top: 70px;
}

.pd-b-70 {
  padding-bottom: 70px;
}

.pd-l-70 {
  padding-left: 70px;
}

.pd-r-70 {
  padding-right: 70px;
}

.pd-t-75 {
  padding-top: 75px;
}

.pd-b-75 {
  padding-bottom: 75px;
}

.pd-l-75 {
  padding-left: 75px;
}

.pd-r-75 {
  padding-right: 75px;
}

.ptb-80 {
  padding: 80px 0;
}

.pd-t-80 {
  padding-top: 80px;
}

.pd-b-80 {
  padding-bottom: 80px;
}

.pd-l-80 {
  padding-left: 80px;
}

.pd-r-80 {
  padding-right: 80px;
}

.pd-t-90 {
  padding-top: 90px;
}

.pd-b-90 {
  padding-bottom: 90px;
}

.pd-l-90 {
  padding-left: 90px;
}

.pd-r-90 {
  padding-right: 90px;
}

.pd-t-100 {
  padding-top: 100px;
}

.pd-b-100 {
  padding-bottom: 100px;
}

.pd-l-100 {
  padding-left: 100px;
}

.pd-r-100 {
  padding-right: 100px;
}

.pd-t-105 {
  padding-top: 105px;
}

.pd-b-105 {
  padding-bottom: 105px;
}

.pd-l-105 {
  padding-left: 105px;
}

.pd-r-105 {
  padding-right: 105px;
}

.pd-t-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pd-t-120 {
    padding-top: 100px;
  }
}

.pd-t-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pd-t-150 {
    padding-top: 100px !important;
  }
}

.pd-b-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pd-b-120 {
    padding-bottom: 100px;
  }
}

.pd-l-120 {
  padding-left: 120px;
}

.pd-r-120 {
  padding-right: 120px;
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.pd-t-135 {
  padding-top: 135px;
}

.pd-b-135 {
  padding-bottom: 135px;
}

.pd-l-135 {
  padding-left: 135px;
}

.pd-r-135 {
  padding-right: 135px;
}

.pd-t-140 {
  padding-top: 140px;
}

.pd-b-140 {
  padding-bottom: 140px;
}

.pd-l-140 {
  padding-left: 140px;
}

.pd-r-140 {
  padding-right: 140px;
}

.pd-t-150 {
  padding-top: 150px;
}

.pd-b-150 {
  padding-bottom: 150px;
}

.pd-l-150 {
  padding-left: 150px;
}

.pd-r-150 {
  padding-right: 150px;
}

.pd-t-165 {
  padding-top: 165px;
}

.pd-b-165 {
  padding-bottom: 165px;
}

.pd-l-165 {
  padding-left: 165px;
}

.pd-r-165 {
  padding-right: 165px;
}

.pd-t-180 {
  padding-top: 180px;
}

.pd-b-170 {
  padding-bottom: 170px;
}

.pd-b-180 {
  padding-bottom: 180px;
}

.pd-l-180 {
  padding-left: 180px;
}

.pd-r-180 {
  padding-right: 180px;
}

.pd-t-195 {
  padding-top: 195px;
}

.pd-b-195 {
  padding-bottom: 195px;
}

.pd-l-195 {
  padding-left: 195px;
}

.pd-r-195 {
  padding-right: 195px;
}

.pd-t-200 {
  padding-top: 200px;
}

.pd-b-200 {
  padding-bottom: 200px;
}

.pd-l-200 {
  padding-left: 200px;
}

.pd-r-200 {
  padding-right: 200px;
}

.pd-t-205 {
  padding-top: 205px;
}

.pd-b-205 {
  padding-bottom: 205px;
}

.pd-l-205 {
  padding-left: 205px;
}

.pd-r-205 {
  padding-right: 205px;
}

.pd-t-210 {
  padding-top: 210px;
}

.pd-t-220 {
  padding-top: 220px;
}

.pd-b-220 {
  padding-bottom: 220px;
}

.pd-l-220 {
  padding-left: 220px;
}

.pd-r-220 {
  padding-right: 220px;
}

.pd-t-225 {
  padding-top: 225px;
}

.pd-b-225 {
  padding-bottom: 225px;
}

.pd-l-225 {
  padding-left: 225px;
}

.pd-r-225 {
  padding-right: 225px;
}

.pd-t-235 {
  padding-top: 235px;
}

.pd-b-235 {
  padding-bottom: 235px;
}

.pd-l-235 {
  padding-left: 235px;
}

.pd-r-235 {
  padding-right: 220px;
}

.pd-t-240 {
  padding-top: 240px;
}

.pd-t-255 {
  padding-top: 255px;
}

@media only screen and (max-width: 992px) {
  .pm-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-b-90 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-t-0 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .pdmX-60 {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pdms-30 {
    padding: 30px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-primary {
  position: relative;
}
.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.88;
}
.bg-overlay-primary > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main {
  position: relative;
}
.bg-overlay-main:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.8;
}
.bg-overlay-main > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-main-two {
  position: relative;
}
.bg-overlay-main-two:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.93;
}
.bg-overlay-main-two .section-header .section-title {
  color: white;
}
.bg-overlay-main-two .section-header p {
  color: white;
}
.bg-overlay-main-two > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}
.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #4d5bed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.92;
}
.bg-overlay-primary > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black {
  position: relative;
}
.bg-overlay-black:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.01;
}
.bg-overlay-black > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black-two {
  position: relative;
}
.bg-overlay-black-two:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}

.bg-overlay-black-three {
  position: relative;
}
.bg-overlay-black-three:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
}
.bg-overlay-black-three > div {
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------
    [ ## Lists ]
*/
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

/*-------------------------------------------------
    [ ## Post, Page, Comments Table ]
*/
body:not(.woocommerce-page) .article-content table,
body:not(.bbpress) .article-content table,
body:not(.buddypress) .article-content table {
  margin-bottom: 30px;
}
body:not(.woocommerce-page) .article-content table td, body:not(.woocommerce-page) .article-content table th,
body:not(.bbpress) .article-content table td,
body:not(.bbpress) .article-content table th,
body:not(.buddypress) .article-content table td,
body:not(.buddypress) .article-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

.comment-content table {
  margin-bottom: 30px;
}
.comment-content table td, .comment-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4d5bed;
  box-shadow: 0px 10px 16px 0px rgba(77, 91, 237, 0.2);
  color: #4d5bed;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
  color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.scrollToTop.active::before, .scrollToTop.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #4d5bed;
  opacity: 0.15;
  z-index: -10;
}

.scrollToTop:hover {
  color: white;
  box-shadow: 0px 10px 26px 0px rgba(77, 91, 237, 0.5);
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes social-share {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes social-share {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInUp {
  -webkit-animation-name: hg-fadeInUp;
  animation-name: hg-fadeInUp;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInUp50 {
  -webkit-animation-name: hg-fadeInUp50;
  animation-name: hg-fadeInUp50;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInDown {
  -webkit-animation-name: hg-fadeInDown;
  animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInLeft {
  -webkit-animation-name: hg-fadeInLeft;
  animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInRight {
  -webkit-animation-name: hg-fadeInRight;
  animation-name: hg-fadeInRight;
}

/* Zoom In */
@keyframes hg-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.11) translateY(10px);
    transform: scale(1.11) translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
.hg-zoomIn {
  -webkit-animation-name: hg-zoomIn;
  animation-name: hg-zoomIn;
}

/* Zoom Out In */
@-webkit-keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomOutIn {
  -webkit-animation-name: hg-zoomOutIn;
  animation-name: hg-zoomOutIn;
}

/* Zoom In Short */
@-webkit-keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomInShort {
  -webkit-animation-name: hg-zoomInShort;
  animation-name: hg-zoomInShort;
}

@-webkit-keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes moveclouds {
  0% {
    margin-left: 125em;
  }

  100% {
    margin-left: -125em;
  }
}
@-webkit-keyframes moveclouds {
  0% {
    margin-left: 125em;
  }

  100% {
    margin-left: -125em;
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    opacity: .6;
  }

  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    opacity: .6;
  }

  to {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes pulseOne {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
  }
}
@-webkit-keyframes pulseOne {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0.851), 0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0.851);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 20px rgba(37, 96, 212, 0), 0 0 0 20px rgba(37, 96, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
    -moz-box-shadow: 0 0 0 0 rgba(37, 96, 212, 0), 0 0 0 0 rgba(37, 96, 212, 0);
  }
}
@keyframes bgOverlay {
  0% {
    width: 0%;
    right: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0%;
    right: auto;
    left: 0;
  }
}
@keyframes giraffe {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}
@keyframes giraffe2 {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(40px);
  }

  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-up {
  -webkit-animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animation-circle-inverse.left > span {
  background: white;
  right: 0;
  top: -65px;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  opacity: 0.2;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation: circleWater 4s linear infinite;
  animation: circleWater 4s linear infinite;
}

.animation-circle-inverse.left > span:nth-child(2) {
  -webkit-animation: circleWater2 4s linear infinite;
  animation: circleWater2 4s linear infinite;
}

.animation-circle-inverse.left > span:nth-child(3) {
  -webkit-animation: circleWater3 4s linear infinite;
  animation: circleWater3 4s linear infinite;
}

@-webkit-keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0.0;
  }
}
@keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0.0;
  }
}
@-webkit-keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}
@keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}
@-webkit-keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}
@keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}
@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes jump {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@-webkit-keyframes jump {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@-moz-keyframes jump {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes colorchange {
  0% {
    background: #2dbb6c;
  }

  25% {
    background: red;
  }

  50% {
    background: blue;
  }

  75% {
    background: #000000;
  }

  100% {
    background: #2dbb6c;
  }
}
@keyframes slides {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}
@-webkit-keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}
@keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*-------------------------------------------------
    # Forms
*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"]:hover {
  color: white;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.cmn-btn-active {
  position: relative;
  background: white;
  color: #4d5bed;
  padding: 8px 25px;
  text-transform: capitalize;
  box-shadow: 0px 10px 16px 0px rgba(77, 91, 237, 0.2);
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cmn-btn-active:focus, .cmn-btn-active:hover {
  color: #4d5bed;
  box-shadow: 0px 10px 26px 0px rgba(77, 91, 237, 0.5);
}

.cmn-btn {
  position: relative;
  background: #4d5bed;
  color: white;
  padding: 8px 25px;
  text-transform: capitalize;
  box-shadow: 0px 10px 16px 0px rgba(77, 91, 237, 0.2);
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cmn-btn:focus, .cmn-btn:hover {
  color: white;
  box-shadow: 0px 10px 26px 0px rgba(77, 91, 237, 0.5);
}

.custom-btn {
  color: #4d5bed;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 9;
}
.custom-btn i {
  font-size: 14px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.custom-btn:hover {
  color: #4d5bed;
}
.custom-btn:hover i {
  padding-left: 5px;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input, textarea {
  padding: 15px 20px;
}
input::placeholder, textarea::placeholder {
  color: #758b9f;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #758b9f !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #758b9f !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid #e5e5e5;
  vertical-align: baseline;
  font-size: 100%;
  color: #758b9f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

label {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 10px;
  display: block;
}

::-webkit-input-placeholder {
  color: #b3b3b3;
}

.widget_newsletter::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder {
  color: #b3b3b3;
}

/*--------Nice Select----------*/
.nice-select {
  background-color: white;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  line-height: 50px;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 25px;
  width: 100%;
  height: 50px;
  position: relative;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border: 1px solid #e5e5e5;
  outline: none;
}
@media only screen and (max-width: 575px) {
  .nice-select {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  min-height: 50px;
  max-height: 200px;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  min-height: 50px;
  max-height: 200px;
  overflow-y: scroll;
}
.nice-select.open .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: unset !important;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .option.disabled:after {
  border-color: #cccccc;
}
.nice-select .option:hover {
  background-color: #4d5bed;
  color: #758b9f;
}
.nice-select .current {
  display: block;
  color: #758b9f;
}

.select-custom:focus {
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  background: none;
  color: #727272;
}

.form-group {
  margin-bottom: 20px;
}

.form-controller {
  border: 1px solid #e5e5e5;
  background-color: white;
  width: 100%;
  height: 50px;
  outline: none;
  padding: 5px 20px;
  color: black;
}
.form-controller:focus {
  color: #031c6c;
  border-color: #4d5bed;
}
@media only screen and (max-width: 575px) {
  .form-controller {
    padding: 5px 15px;
  }
}

textarea.form-controller {
  padding-top: 15px;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  color: #1d2331;
  position: relative;
  padding-left: 23px;
  line-height: 1.2em;
  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: #4d5bed;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: #4d5bed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#overlayer .loader {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 3;
  border: 4px solid white;
  top: 50%;
  -webkit-animation: loader 2.5s infinite ease;
  animation: loader 2.5s infinite ease;
}

#overlayer .loader .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: white;
  -webkit-animation: loader-inner 2.5s infinite ease-in;
  animation: loader-inner 2.5s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}
::selection {
  background-color: #4d5bed;
  color: 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-section-two {
  position: relative;
}
.header-section-two .header-bottom-area {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-section.header-fixed .header-bottom-area {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-top-area {
  position: relative;
  background: #39405A;
}
.header-top-area .header-top-content .header-right-info span {
  color: white;
  margin-right: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.header-top-area .header-top-content .header-right-info span i {
  margin-right: 10px;
}
.header-top-area .header-top-content .header-right-info .first-info {
  background-color: #4d5bed;
  padding: 10px;
}
.header-top-area .header-top-content .header-right-info .second-info span {
  color: #4d5bed;
}
.header-top-area .header-top-content .header-right-info .third-info span {
  color: #4d5bed;
}
.header-top-area .header-top-content .header-right-info .fourth-info span {
  color: #4d5bed;
}
.header-top-area .header-top-content .header-account {
  background-color: #ff5757;
  margin-left: 20px;
  padding: 25px 35px;
}
.header-top-area .header-top-content .header-account span {
  color: white;
  text-transform: uppercase;
}
.header-top-area .header-top-content .header-account .register::after {
  content: '/';
  padding-left: 5px;
  padding-right: 5px;
}
.header-top-area .header-top-content .header-social {
  margin-right: 60px;
}
.header-top-area .header-top-content .header-social li {
  display: inline-block;
}
.header-top-area .header-top-content .header-social a {
  font-size: 15px;
  display: inline-block;
  padding: 0 6px;
  color: white;
}
.header-top-area .header-top-content .header-social a:hover, .header-top-area .header-top-content .header-social a.active {
  color: #4d5bed;
}
@media only screen and (max-width: 1199px) {
  .header-top-area .header-top-content .header-social a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .header-top-area .header-top-content .header-social a {
    padding: 0 5px;
  }
}
.header-top-area .header-top-content .header-mail-area i {
  color: #4d5bed;
  margin-right: 5px;
}
.header-top-area .header-top-content .header-mail-area span {
  text-transform: lowercase;
}
.header-top-area .header-top-content .header-support span {
  color: white;
  margin-right: 30px;
}

.header-section.header-fixed .header-top-area {
  display: none;
}

.header-bottom-area {
  position: relative;
  background: transparent;
  padding-top: 20px;
}
.header-bottom-area .header-account {
  padding-left: 30px;
}
.header-bottom-area .header-account .cmn-btn {
  padding: 12px 30px;
}
.header-bottom-area .navbar-expand-lg {
  z-index: 10;
  background-color: transparent;
  padding: 0 !important;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-expand-lg {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .header-bottom-area .navbar-collapse {
    max-height: 320px;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
    background-color: white;
  }
  .header-bottom-area .navbar-collapse .main-menu li a {
    color: #031c6c !important;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: #031c6c !important;
  }
  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  margin-right: 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: #031c6c;
  font-weight: 600;
  align-items: center;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover {
  color: #4d5bed;
}
.header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #4d5bed;
}
.header-bottom-area .navbar-collapse .main-menu li:hover a::after {
  width: 100%;
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}
@media (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 30px 0px;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
    display: block;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 150%;
  left: 0;
  width: 200px;
  background-color: white;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
  padding: 4px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  margin-left: 0;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid #e5e5e5;
  margin-right: 0;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #4d5bed;
  transition: all 0.5s;
  z-index: -1;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover::before {
  width: 100%;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: white;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: #031c6c;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 14px;
  display: block;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.header-top-search-area {
  position: absolute;
  top: 100%;
  width: 350px;
  right: 0%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 575px) {
  .header-top-search-area {
    width: 100%;
  }
}
.header-top-search-area.open {
  opacity: 1;
  visibility: visible;
}

.active.header-top-search-area {
  opacity: 1;
  visibility: visible;
  animation-duration: 0.7s;
  animation-name: fadeInUp;
}

.header-search-form {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.header-search-form input {
  padding: 15px 25px;
  border: 1px solid #e5e5e5;
  width: 100%;
  font-family: var(--para-font);
  text-transform: capitalize;
  border: none;
  color: #758b9f;
}
.header-search-form input::placeholder {
  color: #758b9f;
}
.header-search-form .header-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  padding: 0 20px;
  background-color: #4d5bed;
  color: white;
}

.header-right .search-bar {
  border-left: 1px solid #e5e5e5;
}

.search-bar a {
  margin-left: 10px;
  font-size: 16px;
  color: #031c6c;
  border: 2px dashed #4d5bed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}

.account a {
  margin-left: 10px;
  font-size: 18px;
  color: white;
  border: 2px dashed white;
  width: 45px;
  height: 45px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.language-select-list {
  position: relative;
  z-index: 99;
  margin-right: 20px;
}

.language-thumb i {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.login-thumb i {
  font-size: 18px;
  font-weight: 600;
}

.login-bar-two {
  margin-left: 30px;
}

.language-select .nice-select {
  padding-left: 10px;
  font-size: 14px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border: none;
}
.language-select .nice-select span {
  color: white;
}
.language-select .nice-select .option {
  font-weight: 600;
}
.language-select .nice-select .option:hover {
  color: #758b9f;
}

.language-select .nice-select:after {
  border-style: solid;
  border-width: 7px 7px;
  border-color: white transparent transparent;
  transform: rotate(0);
  right: 4px;
}

.site-logo img {
  max-height: 50px;
  max-width: 150px;
}


.login-bar span {
  margin-left: 10px;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #4d5bed;
  font-size: 30px;
}

.header-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 112;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-form.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-form .skip {
  position: absolute;
  top: 150px;
  right: 80px;
  font-size: 20px;
  color: #031c6c;
  cursor: pointer;
}

.header-form .header-form-area {
  width: 100%;
  max-width: 720px;
  margin: 15px;
  position: relative;
}

.header-form .header-form-area input {
  height: 50px;
  background: transparent;
  color: #758b9f;
  border: 1px solid transparent;
  width: 100%;
  border-bottom: 1px solid #4d5bed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.header-form .header-form-area input::placeholder {
  color: #758b9f;
}

.header-form .header-form-area button, .header-form .header-form-area input[type="button"], .header-form .header-form-area input[type="reset"], .header-form .header-form-area input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 40px;
  border: none;
  background: transparent;
  color: #4d5bed;
  font-size: 18px;
  text-align: right;
}

@media (max-width: 1199px) {
  .header-right .search-bar a {
    margin-right: 14px;
    padding: 31px 3px;
  }

  .header-top-area {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-bottom-area-two {
    padding: 0;
  }

  .header-bottom-area {
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .header-right .search-bar {
    display: none;
  }

  .language-select-two {
    display: none;
  }

  .login-bar-two {
    display: none;
  }

  .header-action {
    margin-top: 20px;
  }
}
.home-two h2 {
  font-size: 40px;
  font-weight: 700;
}

.dark-bg {
  background: #1a1d24;
}

.blue-bg {
  background: #0f1932;
}

.dark-main h2 {
  color: white;
}
.dark-main h3 {
  color: white;
}
.dark-main p {
  color: #dfdfdf;
}
.dark-main span {
  color: #dfdfdf;
}

.section-header .title-border {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 30px;
}
.section-header .title-border::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -33px;
  height: 5px;
  width: 70px;
  border: 1px solid #4d5bed;
  border-radius: 30px;
  overflow: hidden;
}
.section-header .title-border::after {
  position: absolute;
  content: '';
  top: 50%;
  left: -15px;
  height: 5px;
  width: 35px;
  background-color: #4d5bed;
  animation: divider-effect 5s linear infinite;
}
.section-header .title-border-left {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}
.section-header .title-border-left::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid #4d5bed;
  border-radius: 30px;
  overflow: hidden;
}
.section-header .title-border-left::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: #4d5bed;
  animation: divider-effect 5s linear infinite;
}
.section-header p {
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-transform: unset;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .section-header p {
    width: 100%;
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Links ]
*/
a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}


/*-------------------------------------------------
    [ ## Navigation Responsive ]
*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  background-image: linear-gradient(179.83deg, #EAF5FF 74.14%, rgba(255, 255, 255, 0) 99.41%);
   /* background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);*/
   /* background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);*/
  z-index: 9;
  overflow: hidden;
  padding-top: 250px;
  padding-bottom: 180px;
}






.banner-section:hover .highlight-background--lean-right {
  right: 10%;
}
@media only screen and (max-width: 991px) {
  .banner-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.banner-section .banner-element {
  position: absolute;
  right: 8%;
  bottom: 0;
  z-index: 9;
  animation: giraffe2 3s linear infinite;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-element {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-element {
    right: 0;
  }
}
.banner-section .banner-shape-one {
  position: absolute;
  top: 20%;
  left: 5%;
  animation: giraffe 3s linear infinite;
}
.banner-section .banner-shape-two {
  position: absolute;
  bottom: 10%;
  left: 5%;
  animation: rotate2 3s linear infinite;
}
.banner-section .banner-shape-three {
  position: absolute;
  top: 20%;
  left: 30%;
  animation: giraffe2 5s linear infinite;
}
.banner-section .banner-content {
  position: relative;
  z-index: 9;
}
.banner-section .banner-content .title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  color: #031c6c;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .title {
    font-size: 30px !important;
  }
}
.banner-section .banner-content .title span {
  color: #4d5bed;
}
.banner-section .banner-content p {
  font-size: 18px;
  text-transform: unset;
  line-height: 1.5em;
  color: #758b9f;
}
.banner-section .banner-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 440px) {
  .banner-section .banner-btn {
    display: block;
  }
}
.banner-section .banner-btn .cmn-btn {
  margin-right: 20px;
}
@media only screen and (max-width: 440px) {
  .banner-section .banner-btn .cmn-btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.highlight-background {
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  top: 0;
}

.highlight-background--lean-right {
  right: 0;
  opacity: 0.6;
  transition: all 0.5s;
}

@media (min-width: 1025px) {
  .highlight-background--lean-left {
    left: 0;
    transition: all 0.5s;
  }
}
.figure {
  display: inline-block;
}

svg {
  width: 100%;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-image: url(style.css);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-banner-section {
  overflow: hidden;
  padding-top: 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: #4d5bed;
}

.breadcrumb-item a {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active {
  font-weight: 500;
  color: #031c6c;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #4d5bed;
  font-size: 18px;
  left: 0;
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 20px;
  }

  .pd-t-120 {
    padding-top: 80px;
  }

  .ptb-120 {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  .banner-section .banner-content p {
    width: 100%;
  }
}
.banner-slider {
  overflow: hidden;
}
.banner-slider .swiper-slide-active .banner-element {
  animation: fadeInUp 1s;
}

.ruddra-next, .ruddra-prev {
  background-color: white;
  width: 50px;
  height: 50px;
  border: none !important;
  border-radius: 0;
  text-align: center;
  line-height: 50px;
  outline: none;
  transition: all 300ms ease;
  display: inline-block;
  font-size: 18px;
  color: #4d5bed;
  position: absolute !important;
  top: 40%;
  z-index: 99;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
}

.ruddra-prev {
  left: 20px;
}

.ruddra-next {
  right: 20px;
}

.ruddra-next:hover,
.ruddra-prev:hover {
  background-color: #4d5bed;
  color: white;
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
.service-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}
.service-section:hover .highlight-background--lean-left {
  left: 20%;
}
.service-section .service-item {
  padding: 30px 0;
  transition: all 0.5s;
  position: relative;
}
.service-section .service-item .service-shape {
  position: absolute;
  content: '';
  left: 0;
  top: 15%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all ease-in-out 500ms;
}
.service-section .service-item .service-icon {
  margin-bottom: 20px;
}
.service-section .service-item .service-icon i {
  color: #4d5bed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  border-radius: 15px;
  font-size: 30px;
}
.service-section .service-item.active {
  background-color: #4d5bed;
  border-radius: 10px;
}
.service-section .service-item.active .service-shape {
  transform: scale(1);
}
.service-section .service-item.active .service-icon i {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.service-section .service-item.active .service-content .title {
  color: white;
}
.service-section .service-item.active .service-content p {
  color: #dfdfdf;
}
.service-section .service-item:hover {
  background-color: #4d5bed;
  border-radius: 10px;
}
.service-section .service-item:hover .service-shape {
  transform: scale(1);
}
.service-section .service-item:hover .service-icon i {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.service-section .service-item:hover .service-content .title {
  color: white;
}
.service-section .service-item:hover .service-content p {
  color: #dfdfdf;
}

/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Project ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.client-section {
  background-color: #f1f2fa;
  position: relative;
  overflow: hidden;
}
.client-section::before {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
}
.client-section::after {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: -50%;
}
.client-section:hover::before {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.client-section:hover::after {
  right: 100%;
  visibility: visible;
  opacity: 1;
}
.client-section .section-title {
  color: white;
  margin-bottom: 30px;
}
.client-section .title-border {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 30px;
}
.client-section .title-border::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid white;
  border-radius: 30px;
}
.client-section .title-border::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: white;
}
.client-section .client-item {
  background-color: white;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
  padding: 30px;
  border-radius: 10px;
}
.client-section .client-item .client-content .client-details .client-ratings {
  margin-bottom: 10px;
}
.client-section .client-item .client-content .client-details .client-ratings i {
  color: #ffd57f;
}
.client-section .client-item .client-bottom {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.client-section .client-item .client-bottom .client-thumb {
  width: 70px;
  height: 70px;
}
.client-section .client-item .client-bottom .client-title {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.client-section .client-item .client-bottom .client-title .title {
  font-size: 18px;
}
.client-section .client-item .client-bottom .client-title .sub-title {
  font-size: 14px;
}
.client-section .client-slider {
  overflow: hidden;
}
.client-section .client-slider .swiper-pagination {
  display: flex;
  position: relative;
  margin-top: 80px;
  justify-content: center;
}
.client-section .client-slider .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.client-section .client-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*
/*-------------------------------------------------
    [ ### work Block ]
*/
.feature-section {
  background-image: -webkit-linear-gradient(90deg, #f2f3fa 0%, #fcfdff 100%);
  background-image: -ms-linear-gradient(90deg, #f2f3fa 0%, #fcfdff 100%);
  position: relative;
  overflow: hidden;
}
.feature-section:hover .highlight-background--lean-left {
  left: 10%;
}
.feature-section .feature-item .feature-icon {
  margin-bottom: 20px;
}
.feature-section .feature-item .feature-icon i {
  color: #4d5bed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  border-radius: 15px;
  font-size: 30px;
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section {
  /*background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);*/
  /*-background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);*/
  position: relative;
  overflow: hidden;
}
.about-section:hover .highlight-background--lean-left {
  left: 20%;
}
.about-section .about-shape-one {
  position: absolute;
  top: 20%;
  left: 5%;
  animation: giraffe 3s linear infinite;
}
.about-section .about-shape-two {
  position: absolute;
  bottom: 10%;
  left: 5%;
  animation: rotate2 3s linear infinite;
}
.about-section .about-shape-three {
  position: absolute;
  top: 20%;
  right: 10%;
  animation: giraffe2 3s linear infinite;
}
.about-section .about-thumb {
  animation: giraffe 2s linear infinite;
}
.about-section .about-thumb-two {
  animation: giraffe2 2s linear infinite;
}
.about-section .about-content .sub-title {
  color: #4d5bed;
  margin-bottom: 20px;
  background-color: rgba(77, 91, 237, 0.1);
  padding: 2px 10px;
  border-radius: 5px;
}
.about-section .about-content .title {
  padding-bottom: 20px;
}
.about-section .about-content .title span {
  color: #4d5bed;
}
.about-section .about-content .title-border {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 30px;
}
.about-section .about-content .title-border::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid #4d5bed;
  border-radius: 30px;
}
.about-section .about-content .title-border::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: #4d5bed;
}
.about-section .about-content .about-btn {
  margin-top: 40px;
}

/*-------------------------------------------------
    [ ### counter Block ]
*/
.counter-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}
.counter-section .highlight-background--lean-left {
  left: 10%;
}

.counter-section .counter-item {
  width: 100%;
  position: relative;
  text-align: center;
}

.counter-section .counter-item .counter-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  color: #4d5bed;
  font-size: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.counter-section .counter-item .counter-content {
  text-align: center;
}

.counter-section .counter-item .counter-content .odo-title {
  color: #031c6c;
  display: inline-block;
}

@media (min-width: 992px) {
  .counter-section .counter-item .counter-content .odo-title {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .counter-section .counter-item .counter-content .odo-title {
    font-size: 24px;
  }
}
.counter-section .counter-item .counter-content p {
  color: #758b9f;
  font-size: 16px;
  text-transform: uppercase;
}

/*-------------------------------------------------
    [ ### news block ]
*/
.news-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}
.news-section:hover .highlight-background--lean-left {
  left: 20%;
}
.news-section .news-item .news-thumb {
  border-radius: 10px;
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.news-section .news-item .news-thumb img {
  width: 100%;
  height: 100%;
  margin: 0 auto -8px auto;
  display: flex;
}
.news-section .news-item .news-content {
  margin-top: 20px;
}
.news-section .news-item .news-content .title {
  font-size: 20px;
  font-weight: 600;
}

/*-------------------------------------------------
    [ ### Action Block ]
*/
.action-section {
  background-color: #fcfdff;
  position: relative;
  overflow: hidden;
}
.action-section::before {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
}
.action-section::after {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: -50%;
}
.action-section:hover::before {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.action-section:hover::after {
  right: 100%;
  visibility: visible;
  opacity: 1;
}
.action-section .action-content .sub-title {
  color: white;
  margin-bottom: 10px;
  font-size: 18px;
}
.action-section .action-content .title {
  color: white;
  font-size: 40px;
}
.action-section .action-content .action-btn {
  margin-top: 40px;
}

/*-------------------------------------------------
    [ ### Call To Action ]
*/
.call-to-action-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
}
.call-to-action-section:hover .highlight-background--lean-left {
  left: 20%;
}
.call-to-action-section .call-to-action-area {
  background-color: white;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
  padding: 60px;
  border-radius: 10px;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .call-to-action-section .call-to-action-area {
    padding: 30px;
  }
}
.call-to-action-section .call-to-action-content .title {
  font-weight: 700;
}
.call-to-action-section .call-to-action-content .call-to-action-form {
  margin-top: 30px;
}
.call-to-action-section .call-to-action-content .call-to-action-form input {
  border-radius: 10px;
  padding: 13px 20px;
}
.call-to-action-section .call-to-action-content .call-to-action-form .submit-btn {
  position: absolute;
  top: 1px;
  right: 16px;
  font-size: 24px;
  background-color: #4d5bed;
  border: 1px solid #4d5bed;
  color: white;
  padding: 11px 30px;
  border-radius: 0 5px 5px 0;
}
.call-to-action-section .call-to-action-btn {
  float: right;
}
@media only screen and (max-width: 991px) {
  .call-to-action-section .call-to-action-btn {
    float: left;
  }
}

.faq-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}
.faq-section:hover .highlight-background--lean-left {
  left: 20%;
}

.faq-thumb {
  animation: giraffe2 3s linear infinite;
}

.faq-wrapper {
  margin: -7px 0;
}

.faq-wrapper .faq-item {
  padding: 20px 0;
  transition: all 0.3s;
}

.faq-wrapper .faq-item .faq-title {
  font-size: 20px;
  margin-top: -7px;
  margin-bottom: -7px;
  text-transform: unset;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  padding: 15px 30px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: unset;
}

.faq-wrapper .faq-item.open .faq-title {
  background: #4d5bed;
  color: white;
}

.faq-wrapper .faq-item.open .right-icon::before {
  background-color: white;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-item.open .right-icon::after {
  background-color: white;
}

.faq-wrapper .faq-item.active .faq-content {
  display: block;
}

.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-content {
  display: none;
}

.faq-wrapper .faq-content p {
  margin-top: 25px;
  text-transform: unset;
}

.faq-wrapper .faq-content p:last-child {
  margin-bottom: -7px;
}

.faq-wrapper .right-icon {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  right: 20px;
}

.faq-wrapper .right-icon::before, .faq-wrapper .right-icon::after {
  position: absolute;
  content: '';
  background: #232323;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-wrapper .right-icon::before {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
}

.faq-wrapper .right-icon::after {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
}

.maps {
  height: 400px;
}

.contact-info-area {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}
.contact-info-area:hover .highlight-background--lean-left {
  left: 10%;
}

@media only screen and (max-width: 991px) {
  .contact-inquiry {
    margin-bottom: 60px;
  }
}
.contact-thumb {
  margin-left: -200px;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .contact-thumb {
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-area {
  padding: 40px;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: -170px;
  background-color: white;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .contact-area {
    padding: 30px;
  }
}
.contact-area::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #4d5bed;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .contact-area::before {
    width: 0;
  }
}

.contact-left-header .title {
  margin-bottom: 30px;
  color: white;
}
@media only screen and (max-width: 991px) {
  .contact-left-header .title {
    color: #031c6c;
  }
}

.contact-icon {
  position: absolute;
  opacity: .2;
}
.contact-icon i::before {
  font-size: 120px !important;
  color: #4d5bed;
}

.contact-item li {
  color: white;
}
@media only screen and (max-width: 991px) {
  .contact-item li {
    color: #758b9f;
  }
}

.contact-right-area .title {
  margin-bottom: 30px;
  color: #4d5bed;
}

.contact-form-title .title {
  margin-bottom: 30px;
}

.contact-form input, .contact-form textarea {
  background-color: white;
  box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.05);
  color: #758b9f;
  padding: 12px 20px;
  border: none;
  border-radius: 120px;
}

.contact-form textarea {
  padding: 15px 60px;
  min-height: 100px;
  border-radius: 20px;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #758b9f;
}

.contact-form .form-group input[type="submit"] {
  width: auto;
  background-color: #4d5bed;
  padding: 12px 40px;
  font-size: 16px;
  margin-top: 20px;
  color: white;
}

.contact-form-area {
  margin-left: 40px;
  box-shadow: 0px 0px 47.4px 31.6px rgba(0, 0, 0, 0.03);
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .contact-form-area {
    margin-left: 0;
    padding: 20px;
  }
}
.contact-form-area .title {
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .contact-form-area .title {
    font-size: 22px;
  }
}

.contact-info-item.active {
  background-color: #4d5bed;
  padding: 30px;
  border-radius: 5px;
}
.contact-info-item.active i {
  background-color: rgba(255, 255, 255, 0.8);
}
.contact-info-item.active .title {
  color: white;
}
.contact-info-item.active p {
  color: white;
}

.contact-info-item i {
  display: inline-block;
  text-align: center;
  color: #4d5bed;
  font-size: 24px;
  border-radius: 15px;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(77, 91, 237, 0.1);
}
.contact-info-item i::before {
  font-size: 24px;
  line-height: 1em;
}

.pricing-section {
  position: relative;
  background-image: -webkit-linear-gradient(90deg, #f2f3fa 0%, #fcfdff 100%);
  background-image: -ms-linear-gradient(90deg, #f2f3fa 0%, #fcfdff 100%);
}

.pricing-section .pricing-item {
  position: relative;
  overflow: hidden;
}
.pricing-section .pricing-item .pricing-shape-one {
  position: absolute;
  top: -20%;
  right: -20%;
  opacity: 0;
  transition: all 0.5s;
}
.pricing-section .pricing-item .pricing-shape-two {
  position: absolute;
  bottom: -20%;
  left: -20%;
  opacity: 0;
  transition: all 0.5s;
}
.pricing-section .pricing-item:hover .pricing-shape-one {
  opacity: 1;
}
.pricing-section .pricing-item:hover .pricing-shape-two {
  opacity: 1;
}
.pricing-section .pricing-item.active .pricing-shape-one {
  opacity: 1;
}
.pricing-section .pricing-item.active .pricing-shape-two {
  opacity: 1;
}
.pricing-section .pricing-item .pricing-element {
  position: absolute;
  content: '';
  left: 0;
  top: 5%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all ease-in-out 500ms;
}
.pricing-section .pricing-item:hover .pricing-element {
  transform: scale(1);
}
.pricing-section .pricing-item.active .pricing-element {
  transform: scale(1);
}
.pricing-section .pricing-item .pricing-icon {
  margin-bottom: 20px;
}
.pricing-section .pricing-item .pricing-icon i {
  color: #4d5bed;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  border-radius: 15px;
  font-size: 36px;
}
.pricing-section .pricing-item .pricing-inner {
  padding: 40px 20px;
  transition: all 0.5s;
  background-color: white;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
  border-radius: 10px;
}

.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: 45px;
  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;
  margin-top: 20px;
}

.pricing-section .pricing-item .pricing-body .pricing-list li {
  padding-bottom: 20px;
  font-size: 16px;
}

@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: 30px;
}

.pricing-section-two .pricing-item {
  border: 5px solid transparent;
  transition: all 0.5s;
}
.pricing-section-two .pricing-item:hover {
  border: 5px solid rgba(77, 91, 237, 0.1);
  border-radius: 10px;
}
.pricing-section-two .pricing-item.active {
  border: 5px solid rgba(77, 91, 237, 0.1);
  border-radius: 10px;
}
.pricing-section-two .pricing-item .pricing-inner .pricing-header .sub-title {
  color: #4d5bed;
  font-size: 20px;
}

.pricing-section-three .pricing-item .pricing-inner {
  justify-content: space-between;
  padding: 40px 40px;
}
@media only screen and (max-width: 991px) {
  .pricing-section-three .pricing-item .pricing-inner {
    display: block !important;
    padding: 30px;
  }
}
.pricing-section-three .pricing-item .pricing-inner .pricing-header .sub-title {
  margin-top: 0;
  color: #4d5bed;
  font-size: 20px;
}
.pricing-section-three .pricing-item .pricing-inner .pricing-header .title {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .pricing-section-three .pricing-item .pricing-inner .pricing-header .title {
    margin-bottom: 5px;
  }
}
.pricing-section-three .pricing-item .pricing-inner .pricing-header .pricing-post {
  color: #031c6c;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .pricing-section-three .pricing-item .pricing-inner .pricing-header .pricing-post {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-section-three .pricing-item .pricing-inner .pricing-body {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-section-three .pricing-item .pricing-inner .pricing-body .pricing-list-area {
    display: block !important;
  }
}
.pricing-section-three .pricing-item .pricing-inner .pricing-body .pricing-list-area .pricing-list {
  padding-right: 150px;
}
@media only screen and (max-width: 991px) {
  .pricing-section-three .pricing-item .pricing-inner .pricing-body .pricing-list-area .pricing-list {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-section-three .pricing-item .pricing-inner .pricing-body .pricing-list-area .pricing-list {
    padding-right: 60px;
  }
}
.pricing-section-three .pricing-item .pricing-inner .pricing-body .pricing-list-area .pricing-list li {
  color: #031c6c;
}
.pricing-section-three .pricing-item .pricing-inner .pricing-body .pricing-list-area .pricing-list li:last-child {
  padding-bottom: 0;
}
.pricing-section-three .pricing-item .pricing-inner .pricing-body .pricing-btn-area {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .pricing-section-three .pricing-item .pricing-inner .pricing-body .pricing-btn-area {
    margin-top: 30px;
    text-align: center;
  }
}
.pricing-section-three .pricing-item:hover .pricing-inner {
  background-color: #4d5bed;
}
.pricing-section-three .pricing-item:hover .pricing-header .sub-title {
  color: white;
}
.pricing-section-three .pricing-item:hover .pricing-header .title {
  color: white;
}
.pricing-section-three .pricing-item:hover .pricing-header .pricing-post {
  color: white;
}
.pricing-section-three .pricing-item:hover .pricing-body .pricing-list-area .pricing-list li {
  color: #fff;
}
.pricing-section-three .pricing-item:hover .pricing-body .pricing-btn-area .cmn-btn {
  background-color: white;
  color: #4d5bed;
}
.pricing-section-three .pricing-item.active .pricing-inner {
  background-color: #4d5bed;
}
.pricing-section-three .pricing-item.active .pricing-header .sub-title {
  color: white;
}
.pricing-section-three .pricing-item.active .pricing-header .title {
  color: white;
}
.pricing-section-three .pricing-item.active .pricing-header .pricing-post {
  color: white;
}
.pricing-section-three .pricing-item.active .pricing-body .pricing-list-area .pricing-list li {
  color: #fff;
}
.pricing-section-three .pricing-item.active .pricing-body .pricing-btn-area .cmn-btn {
  background-color: white;
  color: #4d5bed;
}

.pricing-section-four .pricing-item.active .pricing-inner {
  background-color: #4d5bed;
}
.pricing-section-four .pricing-item.active .pricing-header .title {
  color: white;
}
.pricing-section-four .pricing-item.active .pricing-header .pricing-icon i {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.pricing-section-four .pricing-item.active .pricing-body .pricing-list li {
  color: #dfdfdf;
}
.pricing-section-four .pricing-item.active .pricing-body .pricing-btn-area .cmn-btn {
  background-color: white;
  color: #4d5bed;
}
.pricing-section-four .pricing-item .pricing-inner {
  border-radius: 0;
}
.pricing-section-four .pricing-content .title {
  margin-bottom: 20px;
}
.pricing-section-four .pricing-content .title span {
  color: #4d5bed;
}
.pricing-section-four .pricing-content .title-border {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 30px;
}
.pricing-section-four .pricing-content .title-border::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid #4d5bed;
  border-radius: 30px;
}
.pricing-section-four .pricing-content .title-border::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: #4d5bed;
}
.pricing-section-four .pricing-content .pricing-left-btn {
  margin-top: 30px;
}

.register-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
}
.register-section:hover .highlight-background--lean-left {
  left: 10%;
}
.register-section .register-element-one {
  position: absolute;
  top: -2%;
  right: -2%;
  animation: rotate2 20s linear infinite;
}
.register-section .register-form-area .title {
  font-size: 30px;
  margin-bottom: 30px;
}
.register-section .register-form-area .register-form {
  position: relative;
}
.register-section .register-form-area .register-form input {
  background-color: white;
  color: #758b9f;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 13px;
  border: none;
}
.register-section .register-form-area .register-form input::placeholder {
  color: #758b9f;
}
.register-section .register-form-area .register-form textarea {
  background-color: white;
  color: #758b9f;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 13px;
  border: none;
  min-height: 200px;
}
.register-section .register-form-area .register-form textarea::placeholder {
  color: #758b9f;
}
.register-section .register-form-area .register-form .nice-select {
  background-color: white;
  border-radius: 5px;
  border: none;
}
.register-section .register-form-area .register-form .nice-select .current {
  color: #758b9f;
}
.register-section .register-form-area .register-form .nice-select::after {
  border-bottom: 2px solid #758b9f;
  border-right: 2px solid #758b9f;
}
.register-section .register-form-area .register-form .nice-select .option:hover {
  color: white;
}
.register-section .register-form-area .register-form .nice-select .option.selected:hover {
  color: #758b9f;
}
.register-section .register-form-area .register-form .radio-wrapper {
  background-color: #4d5bed;
  border-radius: 10px;
  padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.register-section .register-form-area .register-form .radio-item {
  margin-right: 20px;
}
.register-section .register-form-area .register-form .radio-item [type="radio"]:checked,
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.register-section .register-form-area .register-form .radio-item [type="radio"]:checked + label,
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: white;
  margin: 0;
}
.register-section .register-form-area .register-form .radio-item [type="radio"]:checked + label:before,
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  border-radius: 100%;
  background: #fff;
}
.register-section .register-form-area .register-form .radio-item [type="radio"]:checked + label:after,
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #4d5bed;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.register-section .register-form-area .register-form .radio-item [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.register-section .register-form-area .register-form .radio-item [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.register-section .register-form-area .register-form .checkbox-wrapper {
  margin-top: 10px;
}
.register-section .register-form-area .register-form .checkbox-wrapper .checkbox-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.register-section .register-form-area .register-form .checkbox-wrapper .checkbox-item input[type="checkbox"] {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.register-section .register-form-area .register-form .checkbox-wrapper .checkbox-item label {
  margin: 0;
  color: #031c6c;
}
.register-section .register-form-area .register-form .checkbox-wrapper .login-wrapper p {
  color: #031c6c;
}
.register-section .register-form-area .register-form .checkbox-wrapper .login-wrapper p a {
  color: #4d5bed;
}
.register-section .register-form-area .register-form .forgot-password a {
  color: #4d5bed;
}
.register-section .register-form-area .register-form .submit-btn {
  padding: 7px 25px;
  color: white;
  background-color: #4d5bed;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.common-form-style {
  padding: 40px;
  text-align: left;
  background-color: #edeff4;
}
.common-form-style .title {
  margin-bottom: 10px !important;
}
.common-form-style p {
  font-size: 14px;
}

.create-account-form {
  margin-top: 15px;
}

.change-catagory-area {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  padding: 60px 15px;
  background-color: #4d5bed;
  padding: 40px;
  z-index: 2;
  background-size: cover;
  background-position: center;
}
.change-catagory-area .title {
  color: white;
}
.change-catagory-area p {
  color: white;
}

.account-area {
  display: none;
}
.account-area.change-form {
  display: block;
}

.dashboard-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #4d5bed;
}
.dashboard-section:hover .highlight-background--lean-left {
  left: 20%;
}
.dashboard-section .dash-item {
  background-color: white;
  border-radius: 5px;
  position: relative;
}
.dashboard-section .dash-item .dash-icon {
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.dashboard-section .dash-item .dash-icon i {
  color: #4d5bed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  background-color: rgba(77, 91, 237, 0.1);
  border-radius: 15px;
}
.dashboard-section .dash-item .dash-overlay-icon {
  position: absolute;
  left: 30%;
  top: 30%;
}
.dashboard-section .dash-item .dash-overlay-icon i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
}
.dashboard-section .dash-item .dash-content {
  width: calc(100% - 200px);
  padding: 30px 10px;
}
@media only screen and (max-width: 1199px) {
  .dashboard-section .dash-item .dash-content {
    width: calc(100% - 120px);
  }
}
.dashboard-section .dash-item .dash-content .sub-title {
  color: #031c6c;
  font-size: 18px;
  font-weight: 500;
}
.dashboard-section .dash-item .dash-content .title {
  color: #031c6c;
  font-weight: 600;
}

.dashboard-section-two {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}
.dashboard-section-two .dash-item {
  background-color: #4d5bed;
}
.dashboard-section-two .dash-item .dash-icon i {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.dashboard-section-two .dash-item .dash-content .sub-title {
  color: white;
}
.dashboard-section-two .dash-item .dash-content .title {
  color: white;
}

.order-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}
.order-section:hover .highlight-background--lean-left {
  left: 20%;
}
.order-section .order-header {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .order-section .order-header {
    float: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .order-section .order-table-area {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.order-section .order-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 10px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .order-section .order-table {
    width: 700px;
  }
}
.order-section .order-table thead tr {
  background-color: #4d5bed;
  box-shadow: 0 0.75rem 0.75rem 0.0375rem rgba(132, 138, 163, 0.1);
}
.order-section .order-table thead tr th {
  border: none;
  font-weight: 500;
  color: white;
  font-size: 16px;
  padding: 10px 30px;
}
.order-section .order-table tbody tr {
  border-right: none;
  border-left: none;
  border-top: none;
  background-color: #f6f7fa;
}
.order-section .order-table tbody tr th {
  padding: 10px;
}
.order-section .order-table tbody tr th .user-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.order-section .order-table tbody tr th span {
  color: #031c6c;
}
.order-section .order-table tbody tr td {
  border: 1px solid #e5e5e5;
  font-weight: 500;
  padding: 15px 30px;
  font-size: 14px;
}
.order-section .order-table tbody tr td a {
  background-color: #4d5bed;
  color: white;
  padding: 2px 10px;
}

.chart-section {
  background-image: -webkit-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  background-image: -ms-linear-gradient(30deg, #f7f8fa 0%, #f0f1fa 100%);
  position: relative;
  overflow: hidden;
}
.chart-section:hover .highlight-background--lean-left {
  left: 20%;
}

.chart-section .chart-area {
  overflow-x: auto;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .chart-section .chart-scroll {
    width: 700px;
    height: 350px;
  }
}
/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.blog-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-thumb .overlay-date {
  position: absolute;
  background-color: #4d5bed;
  color: white;
  font-size: 24px;
  font-weight: 500;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100px;
  line-height: 30px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .blog-thumb .overlay-date {
    font-size: 18px;
  }
}

.blog-thumb img {
  width: 100%;
  transition: all 0.7s;
}

.blog-content {
  margin-top: 25px;
  transition: all 0.7s;
}
.blog-content .date {
  color: #4d5bed;
}
.blog-content .date i {
  margin-right: 6px;
}
.blog-content .title {
  font-size: 30px;
  text-transform: unset;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .blog-content .title {
    font-size: 20px;
  }
}
.blog-content .blog-post-meta {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-content .blog-post-meta span i {
  color: #d41919;
  margin-right: 10px;
}
.blog-content .blog-post-meta .blog-date {
  position: relative;
  margin-right: 100px;
}
.blog-content .blog-post-meta .blog-date::after {
  position: absolute;
  content: '';
  top: 0;
  right: -40%;
  width: 1px;
  height: 30px;
  background-color: #e5e5e5;
}
.blog-content .blog-btn .trans-btn i {
  margin-left: 7px;
  transition: all 0.3s;
}

.news-details-content .title {
  font-size: 24px !important;
}
@media only screen and (max-width: 991px) {
  .news-details-content .title {
    font-size: 20px !important;
  }
}
.news-details-content p {
  font-size: 14px;
}

.blog-item {
  transition: all 0.7s;
}

.popular-widget-box {
  background-color: white;
  border-radius: 5px;
  padding: 30px;
}
.popular-widget-box .single-popular-item {
  margin-bottom: 20px;
  align-items: center;
}
.popular-widget-box .single-popular-item:last-child {
  margin-bottom: 0;
}
.popular-widget-box .single-popular-item .popular-item-thumb {
  width: 60px;
}
.popular-widget-box .single-popular-item .popular-item-content {
  width: calc(100% - 60px);
  padding-left: 10px;
}
.popular-widget-box .single-popular-item .popular-item-content .blog-user {
  margin-bottom: 0;
}
.popular-widget-box .single-popular-item .popular-item-content .blog-date {
  font-size: 12px;
}

.widget-title {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.blog-details-content .blog-title {
  font-size: 28px;
}
@media (max-width: 991px) {
  .blog-details-content .blog-title {
    font-size: 24px;
  }
}

blockquote .quote-content {
  font-size: 14px;
  font-style: italic;
  color: white;
  background-color: #4d5bed;
  text-align: center;
  padding: 20px 25px;
}
@media (max-width: 575px) {
  blockquote .quote-content {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# 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: #0c2050;
  position: relative;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-widget ul li {
  padding: 6px 0;
  color: #dfdfdf;
}

.footer-widget ul li a {
  color: #dfdfdf;
}

.footer-widget {
  margin-top: -4px;
}
.footer-widget p {
  color: #dfdfdf;
}

.footer-about p {
  margin-top: 20px;
}

.footer-item-area {
  margin-top: 40px;
}

.footer-item-area--style {
  margin-top: 0;
}

.footer-item {
  width: 70%;
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.footer-about-icon {
  width: 40px;
}

.footer-about-content li {
  padding: 0 !important;
}

.footer-section .widget-title {
  position: relative;
  color: white;
  margin-bottom: 20px;
}

.footer-widget ul li:last-child {
  padding: 6px 0 0 0;
}

.footer-form input {
  border: 1px solid #e5e5e5;
  width: 90%;
  color: #758b9f;
}
.footer-form input::placeholder {
  color: #758b9f;
}
.footer-form input[type="submit"] {
  background-color: #4d5bed;
  color: white;
  font-size: 16px;
}

.footer-social {
  margin-top: 30px;
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  position: relative;
  color: white !important;
  width: 40px;
  height: 40px;
  line-height: 43px;
  background-color: rgba(77, 91, 237, 0.2);
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding-left: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.footer-social li a:hover, .footer-social li a.active {
  color: white !important;
  background-color: #4d5bed;
}

.footer-social li a i {
  margin-right: 0 !important;
}

.footer-social li + li {
  margin-left: 20px;
}

.footer-link-area .footer-link {
  color: white;
  margin-right: 20px;
}
.footer-link-area .footer-link i {
  color: #4d5bed;
  margin-right: 10px;
}

.privacy-area {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  background-color: #0c2050;
  border-top: 1px solid rgba(77, 91, 237, 0.2);
}
.privacy-area p {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.pagination {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #292929;
  padding: 0;
  line-height: 35px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  background: #4d5bed;
  border: 1px solid #4d5bed;
  color: white;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background: #4d5bed;
  border-color: #4d5bed;
  color: white;
}