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: #777777;
}

a {
  display: inline-block !important;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 15px 25px;
  width: 100%;
  text-transform: capitalize;
}

span {
  display: inline-block;
}

p, span, li {
  text-transform: capitalize;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-thumb {
  background-color: #47bbff;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2em;
  color: #292929;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
}

h1 {
  font-size: 2.441em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

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, #2a7bff, transparent);
  bottom: -4px;
  left: 0%;
}

.section-header {
  margin-bottom: 55px;
}

.section-title {
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: -10px;
}
@media only screen and (max-width: 1199px) {
  .section-title.text-center {
    padding: 0px;
  }
}
.section-title.text-center {
  margin-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .section-title.text-center {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.text-center {
    margin-bottom: 50px;
  }
}
.section-title.text-center .title-main:before {
  background: linear-gradient(to right, transparent, #2a7bff, transparent);
  left: 50%;
  transform: translateX(-50%);
}
.section-title.text-white .title-main:before {
  background: linear-gradient(to right, transparent, white, transparent);
}
.section-title .title-main {
  font-weight: 600;
  font-size: 42px;
  position: relative;
  z-index: 2;
  line-height: 1.35em;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.section-title .title-main:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 90px;
  background: linear-gradient(to right, #2a7bff, transparent);
  bottom: -4px;
  left: 0%;
}
@media only screen and (max-width: 991px) {
  .section-title .title-main {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title-main {
    font-size: 32px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .section-title .title-main {
    font-size: 28px;
  }
}
.section-title .title-main > span {
  color: #2a7bff;
}
.section-title .title-text {
  line-height: 1.55em;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .section-title .title-text {
    font-size: 16px;
  }
}
.section-title.white {
  color: white;
}
.section-title.white .title-main {
  color: white;
}
.section-title.style-two {
  margin-bottom: 20px;
}
.section-title.style-two .title-main {
  margin-bottom: 20px;
}
.section-title.style-two .title-text {
  font-weight: 600;
  color: #555;
  font-size: 16px;
  line-height: 1.8em;
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
  margin-bottom: 15px;
  line-height: 1.8em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

a {
  display: block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

address {
  margin: 0 0 1.3em;
}

dfn, em, cite, i, code, kbd, tt, var {
  font-size: 1em;
}

em, cite, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #454545;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: #fafafa;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}

.el-text-rotation {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.el-text-rotation .inner-el {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Font Size ]
*/
.fts-13 {
  font-size: 13px;
}

.fts-15 {
  font-size: 15px;
}

.fts-18 {
  font-size: 18px;
}

.fts-20 {
  font-size: 20px;
}

.fts-25 {
  font-size: 25px;
}

.fts-30 {
  font-size: 30px;
}

.fts-35 {
  font-size: 35px;
}

.fts-40 {
  font-size: 40px;
}

.fts-45 {
  font-size: 45px;
}

.fts-50 {
  font-size: 50px;
}

.fts-60 {
  font-size: 60px;
}

.fts-65 {
  font-size: 65px;
}

.fts-70 {
  font-size: 70px;
}

.fts-75 {
  font-size: 75px;
}

/*--------------------------------------------------------------
# Font Weight
--------------------------------------------------------------*/
.w-100 {
  font-weight: 100;
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-800 {
  font-weight: 800;
}

.w-900 {
  font-weight: 900;
}

/*-------------------------------------------------
    [ ## 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;
}

.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: 100px;
  }
}

.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-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-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;
  }
}

.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;
  }
}

/*-------------------------------------------------
    [ ## Color Element ]
*/
.color-white {
  color: white;
}

.color-white-im {
  color: white !important;
}

.color-snow {
  color: #eff2f7;
}

.color-zumthor {
  color: #eaf1ff;
}

.color-white-smoke {
  color: #fafafa;
}

.color-gainsboro {
  color: #dddddd;
}

.color-silver {
  color: #c3c3c3;
}

.color-dim-gray {
  color: #454545;
}

.color-dim-gray-im {
  color: #454545 !important;
}

.color-gray {
  color: #767676;
}

.color-suva-grey {
  color: #efefef;
}

.color-matterhorn {
  color: #4d4d4d;
}

.color-night-rider {
  color: #2d2d2d;
}

.color-eclipse {
  color: #3c3c3c;
}

.color-blue-violet {
  color: #1d1556;
}

.color-medium-slate-blue {
  color: #8655f4;
}

.color-soft-nero {
  color: #2a2a2a;
}

.color-nero {
  color: #191919;
}

.color-black {
  color: black;
}

.color-hr-dv-orange {
  color: #eb5100;
}

.color-deep-cerise {
  color: #e51681;
}

.color-zinnwaldite {
  color: #eabeab;
}

.color-silver-tree {
  color: #53b596;
}

.color-medium-purple {
  color: #783dd5;
}

.color-curious-blue {
  color: #003dbe;
}

.color-red {
  color: #c61616;
}

.color-yellow {
  color: #ffcc00;
}

.text-white {
  color: white;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5 {
  color: white !important;
}

/*-------------------------------------------------
    [ ## Background Element ]
*/
.bg-white {
  background-color: white;
}

.bg-snow {
  background-color: #eff2f7;
}

.bg-zumthor {
  background-color: #eaf1ff;
}

.bg-lavender {
  background-color: #eeedfd;
}

.bg-white-smoke {
  background-color: #fafafa;
}

.bg-gainsboro {
  background-color: #dddddd;
}

.bg-silver {
  background-color: #c3c3c3;
}

.bg-dim-gray {
  background-color: #454545;
}

.bg-gray {
  background-color: #767676;
}

.bg-suva-grey {
  background-color: #efefef;
}

.bg-green {
  background-color: #7dbd00;
}

.bg-matterhorn {
  background-color: #4d4d4d;
}

.bg-golden {
  background-color: #eaad11;
}

.bg-turquoise {
  background-color: #21a8eb;
}

.bg-night-rider {
  background-color: #2d2d2d;
}

.bg-eclipse {
  background-color: #3c3c3c;
}

.bg-blue-violet {
  background-color: #1d1556;
}

.bg-medium-slate-blue {
  background-color: #8655f4;
}

.bg-soft-nero {
  background-color: #2a2a2a;
}

.bg-nero {
  background-color: #191919;
}

.bg-soft-black {
  background-color: #181d31;
}

.bg-black {
  background-color: black;
}

.bg-hr-dv-orange {
  background-color: #eb5100;
}

.bg-deep-cerise {
  background-color: #e51681;
}

.bg-black-russian {
  background-color: #12141c;
}

.bg-black-russian-2 {
  background-color: #555555;
}

.bg-black-russian-3 {
  background-color: #13152e;
}

.bg-midnight-express {
  background-color: #1b1d38;
}

.bg-zinnwaldite {
  background-color: #eabeab;
}

.bg-silver-tree {
  background-color: #53b596;
}

.bg-medium-purple {
  background-color: #783dd5;
}

.bg-curious-blue {
  background-color: #003dbe;
}

.bg-primary {
  background-color: #2a7bff !important;
}

/*-------------------------------------------------
    [ ## Extra Background ]
*/
.bar-blue-violet .swiper-scrollbar-drag {
  background-color: #1d1556;
}

/*-------------------------------------------------
    [ ## SVG Fill ]
*/
.svg-white path {
  fill: white;
}

.svg-snow path {
  fill: #eff2f7;
}

.svg-white-smoke path {
  fill: #fafafa;
}

.svg-gainsboro path {
  fill: #dddddd;
}

.svg-silver path {
  fill: #c3c3c3;
}

.svg-dim-gray path {
  fill: #454545;
}

.svg-gray path {
  fill: #767676;
}

.svg-suva-grey path {
  fill: #efefef;
}

.svg-matterhorn path {
  fill: #4d4d4d;
}

.svg-night-rider path {
  fill: #2d2d2d;
}

.svg-eclipse path {
  fill: #3c3c3c;
}

.svg-blue-violet path {
  fill: #1d1556;
}

.svg-soft-nero path {
  fill: #2a2a2a;
}

.svg-nero path {
  fill: #191919;
}

.svg-soft-black path {
  fill: #181d31;
}

.svg-black path {
  fill: black;
}

/*-------------------------------------------------
    [ ## Social Element ]
*/
.fb-color {
  color: #3b5998;
}

.fb-bg {
  background-color: #3b5998;
}

.tw-color {
  color: #1da1f2;
}

.tw-bg {
  background-color: #1da1f2;
}

.yt-color {
  color: #ff0000;
}

.yt-bg {
  background-color: #ff0000;
}

.in-color {
  color: #c32aa3;
}

.in-bg {
  background-color: #c32aa3;
}

.pin-color {
  color: #bd081c;
}

.pin-bg {
  background-color: #bd081c;
}

.lid-color {
  color: #007bb5;
}

.lid-bg {
  background-color: #007bb5;
}

.gplus-color {
  color: #db4437;
}

.gplus-bg {
  background-color: #db4437;
}

.drib-color {
  color: #ea4c89;
}

.drib-bg {
  background-color: #ea4c89;
}

.drib-color {
  color: #ea4c89;
}

.drib-bg {
  background-color: #ea4c89;
}

.dbart-color {
  color: #05cc47;
}

.dbart-bg {
  background-color: #05cc47;
}

.bh-color {
  color: #053eff;
}

.bh-bg {
  background-color: #053eff;
}

/*-------------------------------------------------
    [ ## 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-image-right {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.bg-image-100 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hg-background {
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background-image: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background-image: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}
.bg-overlay > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-two {
  position: relative;
}
.bg-overlay-two:before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(-133deg, #ff36a9 0%, #9459d4 52%, #297bff 99%);
  background-image: -webkit-linear-gradient(-133deg, #ff36a9 0%, #9459d4 52%, #297bff 99%);
  background-image: -ms-linear-gradient(-133deg, #ff36a9 0%, #9459d4 52%, #297bff 99%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.96;
}
.bg-overlay-two > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}
.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #2a7bff;
  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: #47bbff;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}
.bg-overlay-main .section-header .section-title {
  color: white;
}
.bg-overlay-main .section-header p {
  color: white;
}
.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: #47bbff;
  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-white {
  position: relative;
}
.bg-overlay-white:before {
  content: "";
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.97;
}
.bg-overlay-white > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-white-two {
  position: relative;
}
.bg-overlay-white-two:before {
  content: "";
  position: absolute;
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.94;
}
.bg-overlay-white-two > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black {
  position: relative;
}
.bg-overlay-black:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.5;
}
.bg-overlay-black > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-gradient {
  position: relative;
}
.bg-overlay-gradient:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #2a7bff, rgba(42, 123, 255, 0.6));
  opacity: 0.95;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bg-overlay-gradient > div {
  position: relative;
  z-index: 2;
}

.overlay-bg-snow {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.overlay-bg-snow:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlay-bg-snow-95 {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.overlay-bg-snow-95:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*-------------------------------------------------
    [ ## Lists ]
*/
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

.remove-broswer-defult {
  list-style: none;
  padding: 0;
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*-------------------------------------------------
    [ ## 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;
}

/*-------------------------------------------------
    [ # Button Links ]
*/
.btn-links-area {
  margin: 5px -8px 0;
}
.btn-links-area .btn-links {
  background-color: transparent;
  border: 0 solid;
  margin: 0 8px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #B4C0D9;
  font-size: 32px;
  padding: 0;
  position: relative;
}
.btn-links-area .btn-links:hover {
  color: #2a7bff;
}
.btn-links-area .btn-links:hover.btn-next {
  padding-left: 5px;
}
.btn-links-area.text-right .btn-links:hover.btn-prev {
  padding-right: 5px;
}
.btn-links-area.text-right .btn-links:hover.btn-next {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .btn-links-area.text-right {
    text-align: left !important;
    margin-bottom: 15px;
  }
  .btn-links-area.text-right .btn-links:hover.btn-prev {
    padding-right: 0px;
  }
  .btn-links-area.text-right .btn-links:hover.btn-next {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-links-area .btn-links {
    font-size: 26px;
  }
}

/*-------------------------------------------------
    [ ## Socail Status ]
*/
.social-status a {
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0 5px;
  color: black;
}
.social-status a:hover, .social-status a:focus {
  color: #2a7bff !important;
}

/*-------------------------------------------------
    [ ## Search ]
*/
.search-wrap {
  position: relative;
}
.search-wrap .search-btn {
  cursor: pointer;
  font-size: 16px;
  color: #2a7bff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px dashed #2a7bff;
  text-align: center;
  line-height: 38px;
}
.search-wrap .search-btn:hover {
  color: white;
  background-color: #2a7bff;
  border-style: solid;
}
.search-wrap .search-btn.active i:before {
  content: "\f00d";
}
.search-wrap .search-form {
  background-color: white;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
  display: none;
  height: 70px;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: calc(100% + 22px);
  width: 450px;
  z-index: 99;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-form {
    top: calc(100% + 20px);
  }
}
.search-wrap .search-form input[type="search"] {
  border: 1px solid #e6e6e6;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 85%;
}
.search-wrap .search-form button, .search-wrap .search-form input[type="button"], .search-wrap .search-form input[type="reset"], .search-wrap .search-form input[type="submit"] {
  background-color: #2a7bff;
  border: 0 solid;
  float: left;
  height: 50px;
  width: 15%;
  color: white;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search-wrap .search-form button:hover, .search-wrap .search-form input[type="button"]:hover, .search-wrap .search-form input[type="reset"]:hover, .search-wrap .search-form input[type="submit"]:hover {
  opacity: 0.8;
}

/*-------------------------------------------------
    [ ## Shape Hexagon ]
*/
.shape-hexagon {
  mask-image: url(shape.png);
  -webkit-mask-image: url(shape.png);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background: #2a7bff;
  height: 75px;
  width: 65px;
  position: relative;
}
.shape-hexagon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(50deg, #1d42c4, #2a7bff);
  background: linear-gradient(40deg, #1d42c4, #2a7bff);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.shape-hexagon > div {
  color: white;
  position: relative;
  z-index: 2;
}

.icon-gradient .fa,
.icon-gradient [class*="flaticon-"] {
  font-size: 32px;
  color: #2a7bff;
  display: block;
  background: -webkit-linear-gradient(left, #1d42c4, #2a7bff);
  background: linear-gradient(to right, #1d42c4, #2a7bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  line-height: 1em;
  display: inline-block;
}

/*-------------------------------------------------
    [ ## Mockup All Thumbnail ]
*/
.mock-up-thumb {
  display: inline-block;
}

.mockup-thumb-one {
  position: relative;
  padding-bottom: 100px;
  padding-right: 120px;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .mockup-thumb-one {
    padding-bottom: 70px;
    padding-right: 80px;
  }
}
.mockup-thumb-one > .thumb {
  display: inline-block;
}
.mockup-thumb-one > .thumb:nth-child(2) {
  position: absolute;
  left: 120px;
  z-index: 2;
  top: 100px;
}
@media only screen and (max-width: 575px) {
  .mockup-thumb-one > .thumb:nth-child(2) {
    left: 80px;
    top: 70px;
  }
}

.mock-up-thumb-groud {
  margin-bottom: -30px;
}
.mock-up-thumb-groud .mock-up-thumb {
  margin-bottom: 30px;
  display: block;
}
.mock-up-thumb-groud .mock-up-thumb img {
  width: 100%;
}

/*-------------------------------------------------
    [ ## Carousel Align Center ]
*/
.carousel-nav-dots .owl-dots {
  margin-bottom: -5px;
  text-align: center;
  padding-top: 25px;
}
.carousel-nav-dots .owl-dots > div {
  display: inline-block;
  margin: 0 6px;
  border-radius: 50%;
}
.carousel-nav-dots .owl-dots > div > span {
  background-color: #DDDDDD;
  border-radius: 50%;
  display: block;
  height: 12px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 12px;
}
.carousel-nav-dots .owl-dots > div.active > span {
  background-color: #2a7bff;
}

.carousel-nav-align-center .owl-nav > div {
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .carousel-nav-align-center .owl-nav > div {
    letter-spacing: 0.3em;
  }
}
.carousel-nav-align-center .owl-nav > div > span {
  font-size: 36px;
}
.carousel-nav-align-center .owl-nav > div.owl-prev {
  left: -70px;
}
@media only screen and (max-width: 1199px) {
  .carousel-nav-align-center .owl-nav > div.owl-prev {
    left: -40px;
  }
}
.carousel-nav-align-center .owl-nav > div.owl-next {
  right: -70px;
}
@media only screen and (max-width: 1199px) {
  .carousel-nav-align-center .owl-nav > div.owl-next {
    right: -40px;
  }
}
.carousel-nav-align-center .owl-nav > div:hover {
  color: #fb9a33;
}

/*-------------------------------------------------
    [ ## Pages section Animation ]
*/
.clouds-effect {
  position: absolute;
  top: 0;
  left: 0;
}
.clouds-effect .cloud {
  width: 200px;
  height: 70px;
  background: #BE9EEA;
  border-radius: 65px;
  position: absolute;
  left: 130px;
  top: 130px;
}
@media only screen and (max-width: 1199px) {
  .clouds-effect .cloud {
    top: 70px;
  }
}
.clouds-effect .cloud:before {
  content: "";
  position: absolute;
  background: #BE9EEA;
  z-index: -1;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  top: -57px;
  left: 52%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.clouds-effect .cloud.s1 {
  -webkit-animation: moveclouds 55s linear infinite;
  animation: moveclouds 55s linear infinite;
  top: 190px;
  left: 5%;
}
@media only screen and (max-width: 1199px) {
  .clouds-effect .cloud.s1 {
    top: 90px;
  }
}
.clouds-effect .cloud.s2 {
  left: 30%;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-animation: moveclouds 75s linear infinite;
  animation: moveclouds 75s linear infinite;
}
.clouds-effect .cloud.s3 {
  left: 70%;
  top: 170px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-animation: moveclouds 65s linear infinite;
  animation: moveclouds 65s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .clouds-effect .cloud.s3 {
    top: 75px;
  }
}
.clouds-effect .cloud.s4 {
  left: 95%;
  top: 130px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation: moveclouds 72s linear infinite;
  animation: moveclouds 72s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .clouds-effect .cloud.s4 {
    top: 40px;
  }
}
.clouds-effect .cloud.s5 {
  left: 110%;
  -webkit-animation: moveclouds68s linear infinite;
  animation: moveclouds68s linear infinite;
  top: 115px;
}
@media only screen and (max-width: 1199px) {
  .clouds-effect .cloud.s5 {
    top: 50px;
  }
}

.img-moon {
  position: absolute !important;
  top: 125px;
  left: 175px;
  z-index: 1 !important;
}
@media only screen and (max-width: 1199px) {
  .img-moon {
    left: 120px;
    top: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .img-moon {
    left: 50px;
    top: 35px;
  }
}

/*-------------------------------------------------
    [ ## Scroll Top ]
*/
.topbutton {
  color: white;
  bottom: 50px;
  display: block;
  height: 60px;
  line-height: 60px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
  font-size: 20px;
  border-radius: 50%;
  background-color: #2a7bff;
}
.topbutton.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topbutton.btn-hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.topbutton:hover {
  color: white !important;
  opacity: 0.9;
}
.topbutton:focus {
  color: white !important;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #47bbff;
  color: #fff;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
  color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.scrollToTop:hover {
  color: #fff;
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* 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);
  }
}
.animation-circle-inverse > span {
  background: #179cd8;
  right: 0;
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation: circleWater 4s linear infinite;
  animation: circleWater 4s linear infinite;
}

.animation-circle-inverse > span:nth-child(2) {
  -webkit-animation: circleWater2 4s linear infinite;
  animation: circleWater2 4s linear infinite;
}

.animation-circle-inverse > 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);
  }
}
/*-------------------------------------------------
    [ ## Others Element ]
*/
.block-img {
  display: block;
}

.mfp-close {
  color: white !important;
}

.full-content {
  float: none;
  margin: auto;
}

.full-width {
  width: 100%;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

[data-bg-image] {
  background-size: cover;
  background-position: 50%;
}

.no-border {
  border: 0 none !important;
}

.overflow-hide {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.fl-none {
  float: none !important;
}

@media only screen and (max-width: 800px) {
  .mb-fl-none {
    float: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-text-center {
    text-align: center !important;
  }
}


.owl-carousel .owl-item img {
  width: auto;
}


@media only screen and (min-width:1921px) {
  .container {
    max-width: 1800px;
  }
}



@media only screen and (min-width: 1701px) and (max-width: 1920px) {
  .container {
    max-width: 1600px;
  }

}


@media only screen and (min-width: 1440px) and (max-width: 1700px) {
  .container {
    max-width: 1400px;
  }
  }

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}
.box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  transition: all 0.3s;
  position: relative;
  top: 0px;
}
.box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}

.border-bottom {
  border-bottom: 1px solid #783dd5;
}

.site-content {
  overflow: hidden;
}

.logo-text {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #b2a1d2 !important;
  letter-spacing: 0.45em;
  display: inline-block;
}
.logo-text > a:focus,
.logo-text > a:hover, .logo-text:focus, .logo-text:hover {
  color: #b2a1d2 !important;
}

/*--------------------------------------------------------------
# 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;
  }
}

.btn-default {
  border-radius: 0px;
  padding: 15px 35px 15px;
  letter-spacing: 0.015em;
  color: #2a7bff;
  border: 1px solid #2a7bff;
  background-color: white;
  position: relative;
  z-index: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .btn-default {
    padding: 10px 25px;
  }
}
.btn-default:hover, .btn-default:focus {
  color: white;
  background-color: #2a7bff;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:focus {
  box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0);
}

.btn-white,
.btn-primary {
  position: relative;
}
.btn-white:before,
.btn-primary:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: inherit;
}
.btn-white:focus, .btn-white:hover,
.btn-primary:focus,
.btn-primary:hover {
  color: white;
}
.btn-white:focus:before, .btn-white:hover:before,
.btn-primary:focus:before,
.btn-primary:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.btn-primary {
  background-color: #2a7bff;
  color: white;
  border-color: #2a7bff;
}
.btn-primary:focus, .btn-primary:hover {
  background-color: #2a7bff;
  border-color: #2a7bff;
}
.btn-primary:focus:before, .btn-primary:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.btn-white {
  background-color: white;
  color: #47bbff;
  font-weight: 500;
  text-transform: uppercase;
  border-color: white;
  display: inline-block;
  padding: 12px 40px;
  overflow: hidden;
}
.btn-white:focus, .btn-white:hover {
  background-color: white;
  color: #47bbff;
  box-shadow: 0 8px 15px 0 rgba(0, 86, 179, 0.3);
}

.btn-border {
  background-color: transparent;
  color: #2a7bff;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #2a7bff;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 60px;
  overflow: hidden;
  transition: all 0.5s;
}
.btn-border:focus, .btn-border:hover {
  background: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  color: white;
  border: 1px solid transparent;
}

.btn-border-white {
  background-color: transparent;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid white;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 60px;
  overflow: hidden;
  transition: all 0.5s;
}
.btn-border-white:focus, .btn-border-white:hover {
  background: white;
  color: #47bbff;
  border: 1px solid transparent;
}

.form-group-btn {
  margin: 0 -10px -10px;
}
.form-group-btn > .btn {
  margin: 0 10px 10px;
}
.form-group-btn .btn-primary {
  background-color: white;
  color: #2a7bff;
}
.form-group-btn .btn-white {
  background-color: transparent;
  color: white;
}
.form-group-btn .btn-white:hover {
  color: #2a7bff;
}
.form-group-btn .btn-white:hover:before {
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 575px) {
  .form-group-btn {
    margin: 0 -7px -10px;
  }
  .form-group-btn > .btn {
    margin: 0 7px 10px;
  }
}

.video-btn {
  position: relative;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  z-index: 0;
}
.video-btn:after {
  display: block;
  content: '';
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  opacity: 0.42;
  text-align: center;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.video-btn:before {
  display: block;
  content: '';
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  background-color: white;
  opacity: 0.42;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: play-pluse 1500ms ease-out infinite;
  animation: play-pluse 1500ms ease-out infinite;
}
.video-btn:hover, .video-btn:focus {
  color: white;
}
.video-btn > span {
  color: white;
  position: relative;
  z-index: 5;
  background-color: #2a7bff;
  display: block;
  border-radius: inherit;
  height: 100%;
  width: 100%;
  font-size: 48px;
}

.app-btn-group {
  margin: 40px -13px -10px;
}
.app-btn-group > .btn-app {
  margin: 10px 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.app-btn-group > .btn-app .icon {
  margin-right: 20px;
}
.app-btn-group > .btn-app .btn-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6em;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}
.app-btn-group > .btn-app .btn-text > span {
  display: block;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .app-btn-group {
    margin-top: 25px;
  }
  .app-btn-group > .btn-app .icon {
    margin-right: 10px;
  }
  .app-btn-group > .btn-app .btn-text > span {
    font-size: 13px;
  }
}

.comment-navigation .nav-links a {
  background: white;
  display: inline-block;
  padding: 0.5em 1.8em;
  letter-spacing: 0.02em;
}
.comment-navigation .nav-links a:hover {
  color: white;
}

.mfp-wrap button:hover, .mfp-wrap input[type="button"]:hover, .mfp-wrap input[type="reset"]:hover, .mfp-wrap input[type="submit"]:hover {
  background: transparent !important;
}

.btn-play {
  padding: 15px;
  display: inline-block;
  font-size: 16px;
  height: 55px;
  width: 55px;
  line-height: 25px;
}

.social-btn-lg {
  display: inline-block;
  font-size: 12px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

.cmn-btn {
  position: relative;
  padding: 0 40px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  overflow: hidden;
  text-transform: uppercase;
  transition: all 0.5s;
  z-index: 1;
}
.cmn-btn::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #47bbff;
  z-index: -1;
  opacity: 1;
  transition: all 0.5s;
}
.cmn-btn::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #47bbff;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.cmn-btn:hover {
  color: white;
}
.cmn-btn:hover::before {
  opacity: 0;
}
.cmn-btn:hover::after {
  opacity: 1;
}

.trans-btn {
  font-weight: 700;
  text-transform: uppercase;
}

.custom-btn {
  color: #47bbff;
}

/*-------------------------------------------------
    [ ## 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:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #777777 !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #777777 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  -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: none;
}
@media only screen and (max-width: 575px) {
  .nice-select {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  min-height: 50px;
  max-height: 200px;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  min-height: 50px;
  max-height: 200px;
  overflow-y: scroll;
}
.nice-select.open .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .option.disabled:after {
  border-color: #cccccc;
}
.nice-select .option:hover {
  background-color: #2a7bff;
  color: white;
}
.nice-select .current {
  display: block;
}

.select-custom:focus {
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  background: none;
  color: #727272;
}

.form-group {
  margin-bottom: 20px;
}

.form-controller {
  border: 1px solid #e5e5e5;
  background-color: white;
  width: 100%;
  height: 50px;
  outline: none;
  padding: 5px 20px;
  color: black;
}
.form-controller:focus {
  color: #292929;
  border-color: #2a7bff;
}
@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: #2a7bff;
}

.post-password-form input[type="password"] {
  font-size: 14px;
  border: 1px solid #f0f0f0;
  outline: none;
  box-sizing: border-box;
  padding: 10px;
}
.post-password-form input[type="submit"] {
  padding: 15px 30px;
  position: relative;
  top: 0;
  font-size: 14px;
}

.inf__drop-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 35px;
  padding: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 10px;
}
.inf__drop-area:last-child {
  margin-bottom: 0;
}
.inf__drop-area.is-active {
  background-color: rgba(0, 20, 20, 0.03);
}
.inf__drop-area input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.inf__drop-area .inf__btn {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 7px 30px;
  margin-right: 30px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 20px;
  background-color: #EDEEF0;
}
@media only screen and (max-width: 575px) {
  .inf__drop-area .inf__btn {
    padding: 7px 15px;
    margin-right: 15px;
  }
}
.inf__drop-area .inf__hint {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #47bbff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: white;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*-------------------------------------------------
    [ ## 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 {
  background: transparent;
}

.header-section-two .header-bottom-area {
  background-image: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background-image: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background-image: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
}

.header-section-two .navbar-collapse .main-menu li a {
  color: white !important;
  font-weight: 600 !important;
}

.header-section-two .navbar-collapse .main-menu li .sub-menu li a {
  color: #292929 !important;
  font-weight: 600 !important;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #47bbff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-section-two.header-fixed {
  background: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
}

.header-top-area {
  position: relative;
  min-height: 70px;
  background: white;
  border-bottom: 1px solid #e5e5e5;
}
.header-top-area .header-top-content .header-social {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #e5e5e5;
}
.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: 25px 6px;
  color: #777777;
}
.header-top-area .header-top-content .header-social a:hover, .header-top-area .header-top-content .header-social a:focus {
  color: #2a7bff;
}
@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: #2a7bff;
  margin-right: 5px;
}
.header-top-area .header-top-content .header-mail-area span {
  text-transform: lowercase;
}

.header-section.header-fixed .header-top-area {
  display: none;
}

.header-bottom-area {
  position: relative;
  background: transparent;
}
.header-bottom-area .site-logo {
  margin-right: 60px;
}
.header-bottom-area .navbar-expand-lg {
  z-index: 10;
}
@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: #47bbff;
  }
  .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; border-bottom: 2px solid transparent;
}
.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:hover a::after {
  width: calc(100% - 42px);
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 18px;
  /* transform: translateY(2px); */
  margin-left: 5px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 30px 18px;
  color: white;
  font-weight: 500;
  align-items: center;
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  
  font-family: var(--heading-font); 
}
.header-bottom-area .navbar-collapse .main-menu li a::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 21px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 40px 18px;
}
@media (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 30px 6px;
  }
}
@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: 105%;
  left: 0;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9; margin-top:25px; width:180px
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid #e5e5e5;
  transition: all ease 0.5s; width:100%; display:block
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover {
  color: #2a7bff;
  background-color: #eef5fc;
  padding-left: 10px;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: #292929;
  padding: 8px 20px;
  font-size: 16px;
  display: block;
  transition: all ease 0.5s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
}
.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: 16%;
  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: #777777;
}
.header-search-form input ::placeholder {
  color: #777777;
}
.header-search-form .header-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  padding: 0 20px;
  background-color: #47bbff;
  color: #ffffff;
}

.header-right .search-bar {
  border-left: 1px solid #e5e5e5;
}

.search-bar a {
  margin-left: 25px;
  margin-right: 40px;
  font-size: 18px;
  color: white;
}

.header-action .cmn-btn {
  padding: 18px 30px;
}

.language-select-list {
  position: relative;
  z-index: 99;
  margin-right: 10px;
}

.language-thumb {
  margin-top: 15px;
}

.language-thumb i {
  font-size: 20px;
  font-weight: 600;
}

.login-thumb i {
  font-size: 20px;
  font-weight: 600;
}

.login-bar-two {
  margin-left: 30px;
}

.login-bar-two .login-thumb i {
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: #ff36a9;
  font-weight: 500;
}

.language-select .nice-select {
  padding-left: 10px;
  font-size: 16px;
}

.language-select-two .nice-select {
  background-color: #ff36a9;
  padding: 0 50px;
  border-radius: 5px;
  margin-left: 20px;
}
.language-select-two .nice-select span {
  color: white;
}

.language-select-two .nice-select:after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  width: 7px;
  height: 7px;
  right: 37px;
}

.login-bar span {
  margin-left: 10px;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #47bbff;
  background-color: white;
}

.find-area {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
  border: 10px solid rgba(255, 54, 169, 0.8);
  margin-top: -190px;
  position: relative;
  z-index: 9;
}

.find-section--style .find-area {
  margin-top: 0;
}

.find-area-two {
  margin-top: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid;
  border-radius: 5px;
}

.find-area-two label {
  color: white;
}

.find-form .nice-select {
  background-color: #eff4fa;
  border: none;
}

.find-area-two .find-form .nice-select {
  border-radius: 5px;
}

.find-form .nice-select:after {
  right: 35px;
  width: 7px;
  height: 7px;
}

.find-form input[type="submit"] {
  width: auto;
  background: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  border-radius: 5px;
  padding: 2px 30px;
}

.find-area-two .find-form input[type="submit"] {
  background: #ff36a9;
}

@media (max-width: 1199px) {
  .header-right .search-bar a {
    margin-right: 14px;
    padding: 31px 3px;
  }

  .header-bottom-area .site-logo {
    margin-right: 67px;
  }
}
@media (max-width: 991px) {
  .header-top-area {
    display: none;
  }

  .header-bottom-area-two {
    padding: 20px 0;
  }
  .site-logo{ max-width:250px}
}
@media (max-width: 575px) {
  .header-right .search-bar {
    display: none;
  }

  .language-select-two {
    display: none;
  }

  .login-bar-two {
    display: none;
  }

  .header-action {
    display: none !important;
  }

  .header-bottom-area {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-area {
    margin-top: 20px;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Links ]
*/
a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Menus ]
*/
/*-------------------------------------------------
    [ ## Pagination ]
*/
/* page link pagination */
.pagination li {
  margin-left: 10px;
}

.pagination li.active {
  background-color: #47bbff;
  color: white;
}

.pagination li a {
  width: 40px;
  height: 40px;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  outline: none;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
}

.pagination li a:hover {
  background-color: #47bbff;
  border: 1px solid #47bbff;
  color: white;
}

/*-------------------------------------------------
    [ ## Navigation Responsive ]
*/
.hamburger-menus {
  width: 30px;
  height: 30px;
  position: relative;
  transition: .1s;
  margin: 15px 0px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .hamburger-menus {
    display: inline-block;
  }
}
.hamburger-menus span {
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
}
.hamburger-menus span:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}
.hamburger-menus span:nth-child(2) {
  position: absolute;
  left: 12px;
  top: 0;
}
.hamburger-menus span:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
}
.hamburger-menus span:nth-child(4) {
  position: absolute;
  left: 0;
  top: 12px;
}
.hamburger-menus span:nth-child(5) {
  position: absolute;
  left: 12px;
  top: 12px;
}
.hamburger-menus span:nth-child(6) {
  position: absolute;
  right: 0px;
  top: 12px;
}
.hamburger-menus span:nth-child(7) {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.hamburger-menus span:nth-child(8) {
  position: absolute;
  left: 12px;
  bottom: 0px;
}
.hamburger-menus span:nth-child(9) {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.hamburger-menus:hover span {
  transform: scale(1.3);
  transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.hamburger-menus.click-menu {
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.hamburger-menus.click-menu span {
  border-radius: 50%;
  transition-delay: 200ms;
  background-color: rgba(255, 255, 255, 0.767);
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.hamburger-menus.click-menu span:nth-child(2) {
  position: absolute;
  left: 6px;
  top: 6px;
}
.hamburger-menus.click-menu span:nth-child(4) {
  position: absolute;
  left: 6px;
  top: 18px;
}
.hamburger-menus.click-menu span:nth-child(6) {
  position: absolute;
  right: 6px;
  top: 6px;
}
.hamburger-menus.click-menu span:nth-child(8) {
  position: absolute;
  left: 18px;
  bottom: 6px;
}

.hamburger-menus-two {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin: 10px 0px;
  cursor: pointer;
}
.hamburger-menus-two > span {
  position: relative !important;
  transition: ease-in-out 0.25s;
  display: block;
  background-color: white;
  height: 2px;
  border-radius: 0px;
  margin: 4px 0;
  float: right;
  left: 0;
}
.hamburger-menus-two > span:nth-child(1), .hamburger-menus-two > span:nth-child(3) {
  width: 22px;
}
.hamburger-menus-two > span:nth-child(2) {
  width: 100%;
}
.hamburger-menus-two:hover > span:nth-child(1), .hamburger-menus-two:hover > span:nth-child(3) {
  width: 100%;
}
.hamburger-menus-two:hover > span:nth-child(2) {
  width: 25px;
}
.hamburger-menus-two.is-active > span:nth-child(2) {
  display: none;
}
.hamburger-menus-two.is-active > span:nth-child(1),
.hamburger-menus-two.is-active > span:nth-child(3) {
  width: 100%;
  margin: 0;
  position: absolute;
}
.hamburger-menus-two.is-active > span:nth-child(1) {
  transform: rotate(45deg);
  top: 17px;
}
.hamburger-menus-two.is-active > span:nth-child(3) {
  transform: rotate(-45deg);
  top: 15px;
}

@media only screen and (max-width: 1199px) {
  .navigation {
    width: 250px;
    height: 100%;
    position: fixed;
    left: -100%;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
  }
  .navigation .menu-content > li {
    width: 240px;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    text-align: left;
    white-space: inherit;
  }

  .menu-wrapper {
    position: relative;
    z-index: 9999;
    height: 100%;
  }
  .menu-wrapper .mainmenu li {
    position: relative;
    display: block;
  }
  .menu-wrapper .mainmenu li .fa-angle-down {
    display: none;
  }
}
.overlaybg {
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .menuopen .overlaybg {
    display: block;
  }
}
.navigation.menuopen {
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #292929;
  overflow-y: auto;
  overflow-x: hidden;
}
.navigation.menuopen .mainmenu > li > a {
  backface-visibility: hidden;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  padding: 12px 20px;
  position: relative;
  text-decoration: none;
  text-align: left;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  vertical-align: middle;
  letter-spacing: 0.015em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navigation.menuopen .mainmenu > li > a.active, .navigation.menuopen .mainmenu > li > a:hover {
  color: #2a7bff;
  padding-left: 25px;
}
.navigation.menuopen ul.mainmenu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation.menuopen ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background-color: transparent;
}
.navigation.menuopen ul.sub-menu li a {
  padding: 12px 32px 12px 25px;
  letter-spacing: 0;
  border-right: solid 0px;
  background-color: transparent;
  line-height: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  color: white;
  letter-spacing: 0.015em;
  display: block;
}
.navigation.menuopen ul.sub-menu li a:hover {
  color: #2a7bff;
  padding-left: 30px;
}
.navigation.menuopen ul.sub-menu > .sub-menu > li > a {
  padding-left: 30px;
}
.navigation.menuopen ul.sub-menu > .sub-menu > li > a:hover {
  padding-left: 35px;
}
.navigation.menuopen .megamenu {
  position: relative !important;
}
.navigation.menuopen .megamenu .megamenu-main {
  padding: 0;
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.navigation.menuopen .megamenu .megamenu-main:before {
  display: none;
}
.navigation.menuopen .megamenu .megamenu-main .megamenu-heading {
  display: none;
}
.navigation.menuopen .megamenu .megamenu-main .custom-megamenu li a {
  font-weight: normal;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 600;
}
.navigation.menuopen .megamenu .megamenu-main .custom-megamenu li a:hover {
  padding-left: 30px;
}
.navigation.menuopen .megamenu .megamenu-wrapper .megamenu-container {
  padding: 0px;
}
.navigation.menuopen .megamenu .megamenu-wrapper .row {
  display: block;
  margin: 0px;
}
.navigation.menuopen .megamenu .megamenu-wrapper .row [class*="col-"] {
  max-width: 100%;
  padding: 0px;
}

.menu-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  cursor: pointer;
  z-index: 120;
}
@media only screen and (max-width: 1199px) {
  .menu-click {
    display: block;
  }
}
.menu-click i {
  display: block;
  background-size: 25px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.35);
  float: right;
  padding: 21px;
  width: 54px;
  -webkit-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
}

.menu-extend.fa-plus::before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  background-color: #47bbff;
  padding-top: 230px;
  padding-bottom: 148px;
  overflow: hidden;
  background-attachment: fixed;
}
.banner-section .banner-element {
  position: absolute;
  right: 150px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-section .banner-content .sub-title {
  color: white;
  font-size: 22px;
  margin-bottom: 15px;
}
.banner-section .banner-content .title {
  font-size: 50px;
  color: white;
  margin-bottom: 30px;
}
.banner-section .banner-content p {
  color: white;
  font-size: 18px;
}
.banner-section .banner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 214px;
}
.banner-section .banner-btn .btn-white {
  margin: 40px 15px 0 0;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-btn .btn-white {
    margin: 20px 15px 0 0;
  }
}

.banner-thumb-area {
  position: relative;
  margin-right: -100px;
}
@media only screen and (max-width: 1366px) {
  .banner-thumb-area {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-thumb-area {
    display: none;
  }
}
.banner-thumb-area .animation-circle-inverse {
  position: absolute;
  top: 50%;
  left: 55%;
}

.banner-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  animation: giraffe2 5s linear infinite;
}
.banner-thumb .banner-element-one {
  position: absolute;
  top: 18%;
  left: 39px;
  animation: rotate2 5s linear infinite;
}
.banner-thumb .banner-element-two {
  position: absolute;
  top: 33%;
  right: 62px;
  animation: rotate2 5s linear infinite;
}
.banner-thumb .banner-element-three {
  position: absolute;
  top: 62%;
  right: 26px;
  animation: rotate3 5s linear infinite;
}
.banner-thumb .banner-element-four {
  position: absolute;
  top: 46%;
  right: 40px;
  animation: giraffe 5s linear infinite;
}
.banner-thumb .banner-element-five {
  position: absolute;
  top: 39%;
  left: 7px;
  animation: giraffe 5s linear infinite;
}
.banner-thumb .banner-element-six {
  position: absolute;
  bottom: 28%;
  left: 40%;
  animation: fadeIn 5s linear infinite;
}

.inner-banner-section {
  padding-top: 210px;
  padding-bottom: 115px;
  background-attachment: fixed;
}

@media only screen and (max-width: 575px) {
  .inner-banner-section {
    padding-top: 185px;
    padding-bottom: 90px;
  }
}
.inner-banner-content .title {
  color: white;
  font-size: 50px;
}
@media (max-width: 991px) {
  .inner-banner-content .title {
    font-size: 32px !important;
  }
}

.inner-content {
  margin-bottom: -5px;
}

.inner-content .title {
  color: white;
  font-size: 80px;
}
@media only screen and (max-width: 991px) {
  .inner-content .title {
    font-size: 55px;
  }
}

.breadcrumb {
  justify-content: center;
  margin-top: 10px;
  background-color: transparent;
}

.breadcrumb li {
  color: #fff;
}

.breadcrumb-item a {
  font-weight: 500;
  font-size: 18px;
}

.breadcrumb-item.active {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.breadcrumb-item.active::before {
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-weight: 600;
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 20px;
  }

  .pd-t-120 {
    padding-top: 80px;
  }

  .ptb-120 {
    padding: 80px 0;
  }

  .banner-section {
    padding-top: 250px !important;
    padding-bottom: 182px !important;
  }

  .banner-section .banner-content .title {
    font-size: 28px !important;
  }

  .banner-section .banner-content p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  .banner-section .banner-content .title {
    font-size: 40px;
  }

  .banner-section .banner-content p {
    width: 100%;
  }

  .banner-section {
    padding-top: 300px;
    padding-bottom: 250px;
  }
}
/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
.service-item {
  position: relative;
  padding: 50px 25px;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  background-color: white;
  transition: all 0.5s;
}

.service-icon i {
  font-size: 50px;
  color: white;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background-color: #47bbff;
}

.service-content .title {
  margin-top: 30px;
  margin-bottom: 15px;
}
.service-content .custom-btn {
  margin-top: 20px;
}

.service-item:hover {
  background-color: #47bbff;
}
.service-item:hover i {
  color: #47bbff;
  background-color: white;
  animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
}
.service-item:hover .title {
  color: white;
  animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
}
.service-item:hover p {
  color: white;
  animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
}
.service-item:hover .custom-btn {
  color: white;
  animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
}
.service-item:hover .service-element {
  opacity: 1;
  animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
}

.service-btn i {
  padding-left: 5px;
}

.service-item:hover .service-btn i {
  background-color: transparent;
  color: white;
  animation: none;
}

.service-element {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}

/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
.team-thumb {
  position: relative;
  transition: all 0.5s;
}

.team-thumb:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  opacity: .87;
  transition: all 0.5s;
}

.team-thumb:hover::before {
  height: 100%;
}

.team-thumb img {
  width: 100%;
}

.team-thumb-two {
  position: relative;
  padding: 40px;
}

.team-thumb-two img {
  width: 100%;
}

.team-thumb-two-overlay {
  position: absolute;
  left: 35%;
  bottom: 25px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: -moz-linear-gradient(80deg, #ff36a9 0%, #9459d4 41%, #297bff 77%);
  background-image: -webkit-linear-gradient(80deg, #ff36a9 0%, #9459d4 41%, #297bff 77%);
  background-image: -ms-linear-gradient(80deg, #ff36a9 0%, #9459d4 41%, #297bff 77%);
  transition: all 0.5s;
}

.team-item-two:hover .team-thumb-two-overlay {
  -webkit-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
}

.team-thumb-two-overlay .title {
  color: white;
}

.team-thumb-two-overlay h3 {
  line-height: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.team-thumb-two-overlay span {
  color: white;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}

.team-content-two {
  padding-top: 30px;
}

.team-content-two .title {
  font-weight: 700;
  transition: all 0.3s;
}

.team-content-two .sub-title {
  transition: all 0.3s;
}

.team-content-two .sub-title i {
  color: #ff36a9;
  margin-right: 5px;
}

.team-item-two:hover .team-content-two .title {
  -webkit-animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
  animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
}

.team-item-two:hover .team-content-two .sub-title {
  -webkit-animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
  animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
}

.team-thumb-overlay {
  position: absolute;
  padding: 15px 40px;
  border-radius: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: auto;
  display: flex;
  transition: all 0.5s;
}

.team-thumb-overlay a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #2a7bff;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  display: inline-block;
  color: #2a7bff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-thumb:hover .team-thumb-overlay {
  opacity: 1;
}

.team-details {
  background-color: #fff;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 75%;
  margin-top: -60px;
  position: relative;
  margin-left: 28%;
}

.team-details .title {
  font-weight: 700;
}

.team-wish-list {
  margin-top: 15px;
}

.team-wish-list li {
  display: inline-block;
  padding: 0 4px;
}

.team-wish-list li i {
  font-size: 18px;
}

.team-wish-list span {
  display: block;
  font-size: 14px;
}

.member-area {
  margin-top: 36px;
  margin-bottom: 36px;
}

.single-member {
  width: 260px;
  flex: 0 0 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-member > .member {
  width: 175px;
  height: 175px;
  transform: rotate(45deg);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.single-member > .member:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0.8;
  background: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  content: "";
  z-index: 3;
  transition: all 0.3s;
}
.single-member > .member .member-thumb {
  transform: rotate(-45deg);
  position: relative;
  left: -25px;
  top: -10px;
}
.single-member > .member .member-thumb img {
  max-width: 250px;
  height: 250px;
}

.single-member-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -45px;
}
.single-member-area:first-child {
  margin-top: 0;
}

.single-member .member:hover::before {
  width: 100%;
}

.member-content {
  width: 54%;
  margin-top: -10px;
}

.member-content .title {
  margin-bottom: 20px;
}

.member-content .sub-title {
  color: #777777;
  font-style: italic;
  margin-bottom: 15px;
  font-weight: 600;
}

.member-content .cmn-btn {
  border-radius: 60px;
  margin-top: 20px;
}

.member-details-slide-section-area {
  margin-bottom: -70px;
}

.member-details-slider-content {
  width: 90%;
  margin-top: -10px;
}
@media (max-width: 991px) {
  .member-details-slider-content {
    width: 100%;
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  .member-details-slider-content {
    margin-top: 30px;
  }
}

.member-details-slider-content .title {
  margin-bottom: 20px;
}

.member-details-slider-content .sub-title {
  color: #777777;
  font-style: italic;
  margin-bottom: 15px;
  font-weight: 600;
}

.member-details-slider-content .cmn-btn {
  border-radius: 60px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .member-content {
    width: 100%;
  }
}
@media (max-width: 1580px) {
  .single-member {
    width: 190px;
    flex: 0 0 190px;
  }

  .single-member .member {
    width: 120px !important;
    height: 120px !important;
  }

  .single-member-area {
    margin-top: -26px;
  }

  .member-content {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .single-member {
    width: 170px;
    flex: 0 0 170px;
  }

  .single-member .member {
    width: 110px !important;
    height: 110px !important;
  }

  .single-member-area {
    margin-top: -26px;
  }

  .member-content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .single-member-area {
    display: block;
    margin-top: 0;
  }

  .single-member {
    width: 100%;
    flex: 0;
    margin-bottom: 70px;
  }

  .single-member .member {
    width: 170px;
    height: 170px;
  }
}
.member-details-slide-section {
  position: relative;
  background-color: white;
  z-index: 2;
}
@media (max-width: 991px) {
  .member-details-slide-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .member-details-slide-section {
    padding-bottom: 100px;
  }
}

.member-details-slide-section::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 225px);
  background-color: #fafafa;
  z-index: -1;
}
@media (max-width: 1199px) {
  .member-details-slide-section::before {
    height: calc(100% - 68px);
  }
}
@media (max-width: 991px) {
  .member-details-slide-section::before {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .counter-area--style {
    display: none;
  }
}
.member-slider {
  position: relative;
  overflow: hidden;
}

.member-slider .swiper-pagination {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  left: 98% !important;
  top: 20%;
  width: 34px !important;
  bottom: 445px !important;
}
@media (max-width: 1199px) {
  .member-slider .swiper-pagination {
    bottom: 360px !important;
  }
}
@media (max-width: 991px) {
  .member-slider .swiper-pagination {
    display: none;
  }
}

.counter-area--style .counter-item {
  margin-top: -120px;
}

.swiper-slide-active .member-details-slider-thumb {
  animation: fadeInUp 3s;
}

.member-search-area {
  padding-bottom: 60px;
}

.member-search-form .form-group .nice-select, .member-search-form .form-group input {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  background-color: #fafafa;
  color: #777777;
  font-size: 16px;
}

.member-search-form .form-group .nice-select:after {
  right: 35px;
  width: 7px;
  height: 7px;
}

.member-search-form .form-group input {
  padding: 12px 25px;
}

.member-search-form .form-group input::placeholder {
  color: #777777;
}

.member-search-form .form-group input[type="submit"] {
  background-image: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 41%, #297bff 77%);
  background-image: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 41%, #297bff 77%);
  background-image: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 41%, #297bff 77%);
  border-radius: 50px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 991px) {
  .member-details-item-area {
    margin-bottom: 0;
  }

  .member-details-single-item .member-facilities:last-child {
    border: none;
  }
}
.member-details-single-item {
  width: 50%;
}
@media (max-width: 991px) {
  .member-details-single-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.member-details-single-item:nth-child(2n) .member-facilities:last-child {
  border: none;
}
.member-details-single-item .member-facilities {
  width: 50%;
  padding: 15px 30px;
  border-right: 1px solid #e5e5e5;
}
.member-details-single-item .member-facilities i {
  color: #ff36a9;
  margin-right: 10px;
}
.member-details-single-item .member-facilities .first {
  color: #292929;
}

.form-group-two {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
    [ ## Project ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Portfolio Block ]
*/
.p2 {
  width: 25%;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb img {
  width: 100%;
}

.portfolio-thumb:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  opacity: .87;
  transition: all 0.3s;
}

.portfolio-thumb:hover::before {
  height: 100%;
}

.portfolio-content {
  margin-top: -10px;
}

.portfolio-item--style .title {
  margin-bottom: 20px;
  width: 74%;
}
@media only screen and (max-width: 991px) {
  .portfolio-item--style .title {
    width: 100%;
  }
}

.portfolio-item--style p {
  width: 77%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .portfolio-item--style p {
    width: 100%;
    margin-bottom: 30px;
  }
}

.portfolio-grid {
  width: 100% !important;
}

.portfolio-item {
  float: left;
  width: 50%;
}
.portfolio-item.p2 {
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .portfolio-item.p2 {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-item.p2 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-item {
    width: 50%;
  }
}

.portfolio-thumb-overlay {
  position: absolute;
  padding: 15px 40px;
  border-radius: 40px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.5s;
}

.portfolio-thumb:hover .portfolio-thumb-overlay {
  opacity: 1;
}

.portfolio-overlay-content .title {
  position: relative;
  font-weight: 700;
  margin-top: 35px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.portfolio-overlay-content .title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #292929;
}
.portfolio-overlay-content .title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 12%;
  height: 1px;
  background-color: #ff36a9;
  z-index: 9;
}

.portfolio-overlay-content .overlay-list li {
  display: inline-block;
  padding: 0 6px;
}
.portfolio-overlay-content .overlay-list li i {
  color: #ff36a9;
  margin-right: 5px;
}
.portfolio-overlay-content .overlay-list li span {
  color: #292929;
}

.gallery-btn .cmn-btn {
  border-radius: 60px;
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.client-section {
  background-attachment: fixed;
}

.client-slider {
  overflow: hidden;
}

.client-item {
  padding: 0 40px 40px;
  position: relative;
  z-index: 2;
}
.client-item::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-color: white;
  z-index: -1;
}
.client-item .client-icon {
  position: absolute;
  content: '';
  top: 50%;
  left: 37%;
}
.client-item .client-icon i {
  font-size: 90px;
  color: #47bbff;
  opacity: .15;
}

.client-header .title {
  margin-top: 30px;
}
.client-header .sub-title {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Features Block ]
*/
.goal-thumb {
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .goal-section .video-icon {
    display: none;
  }
}
.goal-thumb img {
  width: 100%;
}

.goal-content {
  width: 90%;
  margin-top: -10px;
}
.goal-content .title {
  margin-bottom: 20px;
  font-size: 30px;
}
@media only screen and (max-width: 575px) {
  .goal-content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .goal-content {
    width: 100%;
  }
}

.goal-content-two {
  margin-left: 60px;
}
@media only screen and (max-width: 991px) {
  .goal-content-two {
    margin-left: 0;
  }
}

.goal-list {
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .goal-list {
    width: 100%;
  }
}
.goal-list li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.goal-list li::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #47bbff;
}

.service-content .button-group .cmn-btn {
  margin-top: 30px;
}

.service-thumb {
  height: 100%;
}

.service-thumb img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .service-content-area [class*="row"] {
    margin-bottom: -30px !important;
  }
}
/*-------------------------------------------------
    [ ### Network Location ]
*/
.know-section {
  position: relative;
  background: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  overflow: hidden;
  z-index: 9;
}

.know-section::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  opacity: .9;
  z-index: -1;
}

.know-element-one {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.know-element-two {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.know-content {
  margin-top: -10px;
  margin-bottom: -5px;
}

.know-content .title {
  color: white;
  margin-bottom: 20px;
}

.know-content p {
  color: white;
  margin-bottom: 5px;
}

.know-content .btn-white {
  margin-top: 30px;
}

.know-content .cmn-btn {
  margin-top: 30px;
  border-radius: 5px;
}

/*-------------------------------------------------
    [ ### Discount Block ]
*/
.process-list {
  position: relative;
  padding-top: 45px;
}

.bg-line {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 210px;
  left: 0px;
  position: absolute;
  top: 5px;
  width: 100%;
}

.process-list .single-process {
  text-align: center;
}

.process-list .single-process .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 60px;
  height: 140px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 25px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 140px;
  color: white;
  border: 1px solid #47bbff;
  background-color: #47bbff;
  transition: all 0.7s;
}

.process-list .single-process .process-step {
  margin-bottom: 3px;
}

.process-list .single-process .process-no {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
}

.single-process:hover .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*-------------------------------------------------
    [ ### Vission Mission Block ]
*/
.gallery-slider {
  overflow: hidden;
}

.gallery-thumb {
  position: relative;
  transition: all 0.3s;
}

.gallery-thumb:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  opacity: .9;
  transition: all 0.5s;
}

.gallery-thumb:hover::before {
  height: 100%;
}

.gallery-thumb-overlay {
  position: absolute;
  padding: 15px 40px;
  border-radius: 40px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.5s;
}

.gallery-thumb-overlay a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: white;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  color: #2a7bff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-thumb:hover .gallery-thumb-overlay {
  opacity: 1;
}

.gallery-overlay-content .title {
  color: white;
  margin-top: 35px;
}

.overlay-list li {
  display: inline-block;
  padding: 0 6px;
}

.overlay-list li i, .overlay-list li span {
  color: white;
  margin-right: 5px;
}

/*-------------------------------------------------
    [ ### Work Brand ]
*/
.payment-wrapper {
  overflow: hidden;
}

.payment-item {
  padding: 20px 25px;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
}

.brand-wrapper {
  overflow: hidden;
}

/*-------------------------------------------------
    [ ### Announcement ]
*/
.event-section-header-area {
  margin-bottom: 30px;
}

.event-section-header {
  margin-top: -10px;
}

.event-header-btn {
  float: right;
}

.event-header-btn .cmn-btn {
  border-radius: 60px;
}

.event-thumb img {
  width: 100%;
}

.event-content-two {
  width: 90%;
  margin-top: -23px;
}

.event-content-two .title {
  margin-bottom: 25px;
}

.event-content-two .cmn-btn {
  border-radius: 60px;
  margin-top: 25px;
}

.event-left-thumb img {
  width: 100%;
}

.event-right-content {
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .event-right-content {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.event-right-content .event-date {
  font-weight: 600;
  margin-bottom: 40px;
}

.countdown-area {
  padding-top: 30px;
}
.countdown-area .timer-body-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .countdown-area .timer-body-block {
    margin: 0 -15px;
  }
}
.countdown-area .timer-body-block > .table-cell {
  text-align: center;
  position: relative;
  margin: 0 30px 10px;
}
.countdown-area .timer-body-block > .table-cell > .tab-val {
  color: white;
  background-image: -moz-linear-gradient(90deg, #ff36a9 0%, #9459d4 39%, #297bff 89%);
  background-image: -webkit-linear-gradient(90deg, #ff36a9 0%, #9459d4 39%, #297bff 89%);
  background-image: -ms-linear-gradient(90deg, #ff36a9 0%, #9459d4 39%, #297bff 89%);
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .countdown-area .timer-body-block > .table-cell > .tab-val {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.countdown-area .timer-body-block > .table-cell > .tab-metr {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #292929;
  font-family: 24px;
}
@media only screen and (max-width: 1199px) {
  .countdown-area .timer-body-block > .table-cell > .tab-metr {
    font-size: 22px;
  }
}

.countdown-area--style .timer-body-block > .table-cell {
  margin: 0 25px 10px;
}

.event-overview-content {
  width: 90%;
}

.event-overview-content .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: unset;
}
@media only screen and (max-width: 991px) {
  .event-overview-content .title {
    font-size: 22px;
  }
}

.event-overview-content .event-date {
  font-weight: 600;
  margin-bottom: 40px;
}

.event-overview-content--style .event-date {
  margin-bottom: 10px;
}

.event-overview-content--style p {
  margin-top: 10px;
}

.event-overview-content .sub-title {
  color: #777777;
  font-style: italic;
  margin-bottom: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .event-overview-content .sub-title {
    font-size: 18px;
  }
}

.event-overview-list {
  margin-bottom: 30px;
}

.event-overview-list li {
  padding: 4px 0;
}
.event-overview-list li i {
  color: #2a7bff;
  margin-right: 10px;
}

.event-overview-list--style i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #bed7ff;
}

.event-overview-content .cmn-btn {
  border-radius: 60px;
  margin-top: 20px;
}

.event-overview-thumb {
  position: relative;
  height: 100%;
}

.event-overview-thumb img {
  width: 100%;
}

.event-overview-thumb::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #2a7bff;
  opacity: .87;
  transition: all 0.5s;
}

.event-overview-thumb:hover::before {
  height: 100%;
}

.event-overview-thumb-overlay {
  position: absolute;
  padding: 15px 40px;
  border-radius: 40px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.6s;
}

.event-overview-thumb:hover .event-overview-thumb-overlay {
  opacity: 1;
}

.event-overview-thumb-overlay a {
  width: 70px;
  height: 70px;
  line-height: 60px;
  background-color: transparent;
  border: 5px solid white;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.7s;
  z-index: 9;
}

.event-details-content {
  padding-top: 20px;
}
.event-details-content .title {
  font-weight: 700;
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  .event-details-content .title {
    font-size: 22px;
  }
}
.event-details-content span {
  font-weight: 600;
}
.event-details-content p {
  padding-right: 80px;
  padding-top: 20px;
}
@media only screen and (max-width: 575px) {
  .event-details-content p {
    padding-right: 0;
  }
}
.event-details-content .event-blockquote {
  font-size: 20px;
  font-style: italic;
  padding-right: 60px;
  margin-top: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .event-details-content .event-blockquote {
    font-size: 18px;
    padding-right: 0;
  }
}

.event-choose-area {
  padding-top: 30px;
}

.event-choose-thumb {
  height: 100%;
}

.event-faq-area {
  margin-top: 60px;
}
.event-faq-area .title {
  margin-bottom: 30px;
}

.event-faq-area .faq-content p {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .event-faq-area .faq-content p {
    width: 100%;
  }
}

.event-choose-item-list {
  margin-bottom: 20px;
}
.event-choose-item-list:last-child {
  margin-bottom: 0;
}
.event-choose-item-list .sub-title {
  font-size: 22px;
  color: #292929;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .event-choose-item-list .sub-title {
    font-size: 18px;
  }
}

.event-choose-item-icon i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #2a7bff;
  background-color: #bed7ff;
}

.event-choose-content p {
  margin-bottom: 30px;
}

/*-------------------------------------------------
    [ ### Announcement ]
*/
.get-section-two {
  background-color: #fafafa;
}

.get-thumb {
  animation: giraffe 3s linear infinite;
}

.get-section-two .get-content {
  width: 93%;
}

.get-content {
  margin-top: -10px;
}

.get-content .title {
  width: 60%;
  margin-bottom: 20px;
}

.get-section-two .get-content .title {
  width: 100%;
}

.get-btn-area {
  margin-top: 40px;
}

.get-btn-area .get-btn-1 {
  margin-right: 20px;
}
@media (max-width: 440px) {
  .get-btn-area .get-btn-1 {
    margin-bottom: 20px;
  }
}

/*-------------------------------------------------
    [ ### Announcement ]
*/
.newslatter-content {
  margin-top: -10px;
}

.newslatter-content .title {
  margin-bottom: 30px;
}

.newslatter-form {
  position: relative;
  margin-bottom: -20px;
}

.newslatter-form .form-group input {
  width: 100%;
  padding: 15px 30px;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  border-radius: 60px;
}

.subscribe-btn {
  position: absolute;
  color: #47bbff;
  font-size: 24px;
  top: 0;
  right: 0;
  height: 100%;
  width: 80px;
  border: none;
  background-color: transparent;
}

.newslatter-form .icon-gradient i {
  font-size: 25px;
}
@media (max-width: 575px) {
  .newslatter-form .icon-gradient i {
    font-size: 18px;
  }
}

/*-------------------------------------------------
    [ ### Pricing ]
*/
.price-section {
  background-attachment: fixed;
}

.price-item {
  background-color: white;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}

.price-header {
  position: relative;
  padding: 30px;
  background-color: white;
  border-bottom: 2px solid #e5e5e5;
}
.price-header .title {
  margin-bottom: 30px;
}
.price-header .price {
  font-size: 40px;
  font-weight: 700;
  color: #292929;
}
@media (max-width: 991px) {
  .price-header .price {
    font-size: 28px;
  }
}
.price-header .month {
  font-weight: 500;
  font-size: 24px;
  color: #292929;
}
@media (max-width: 991px) {
  .price-header .month {
    font-size: 20px;
  }
}

.price-section-two .price-header {
  background-color: #47bbff;
}
.price-section-two .price-header .title {
  color: white;
}
.price-section-two .price-header .price {
  color: white;
}
.price-section-two .price-header .month {
  color: white;
}

.price-body {
  padding: 30px 0;
  background-color: white;
}
.price-body .pricing-body-header {
  margin-bottom: 20px;
}
.price-body .pricing-body-header .amount {
  font-size: 28px;
  color: #292929;
  font-weight: 600;
}
@media (max-width: 991px) {
  .price-body .pricing-body-header .amount {
    font-size: 22px;
  }
}
.price-body .pricing-body-header .amount-details {
  font-size: 24px;
  color: #777777;
  font-weight: 500;
  text-transform: lowercase;
}
@media (max-width: 991px) {
  .price-body .pricing-body-header .amount-details {
    font-size: 20px;
  }
}
.price-body .pricing-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.price-body .pricing-list li:last-child {
  border: none;
}
.price-body .price-btn {
  margin-top: 30px;
}
.price-body .price-btn .cmn-btn {
  width: auto;
}

.price-header::before, .price-header::after {
  position: absolute;
  content: '';
  height: 6px;
  width: 100%;
  background-color: #47bbff;
  opacity: 0.3;
  top: 0;
  left: 0;
}

.price-header::before {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 1;
}

.price-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.price-item:hover .price-header::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/*-------------------------------------------------
    [ ### Faqs ]
*/
.faq-area {
  margin-top: -7px;
  margin-bottom: -40px;
}

.faq-tab-wrapper .tab-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.faq-tab-wrapper .tab-menu li {
  display: inline;
  color: #777777;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px 40px;
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #C3C6C7;
  outline: none;
  margin: 7px;
  transition: all 0.3s;
}
.faq-tab-wrapper .tab-menu li:hover {
  background-color: #47bbff;
  color: white;
  border: 1px solid #47bbff;
}
@media (max-width: 991px) {
  .faq-tab-wrapper .tab-menu li {
    font-size: 16px;
  }
}

.faq-tab-wrapper .tab-menu li.active {
  color: white;
  background-color: #47bbff;
  border: 1px solid #47bbff;
}

.faq-tab-content {
  margin-top: 60px;
}

.faq-wrapper {
  margin: -7px 0;
}
.faq-wrapper .faq-item {
  padding: 15px 0;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  font-size: 20px;
  margin-top: -7px;
  margin-bottom: -7px;
  text-transform: capitalize;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  padding: 10px 30px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-title .title {
    font-size: 18px;
  }
}
.faq-wrapper .faq-item .faq-title .title i {
  color: #ff42ae;
  margin-right: 10px;
  font-size: 24px;
}
.faq-wrapper .faq-content {
  display: none;
}
.faq-wrapper .faq-content p {
  margin-top: 20px;
  padding: 25px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}
.faq-wrapper .right-icon {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  border: 1px solid #292929;
  border-radius: 50%;
}
.faq-wrapper .right-icon::before {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .right-icon::after {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
}

.faq-item .faq-content p:last-child {
  margin-bottom: -7px;
}

.faq-wrapper .faq-item.open .faq-title {
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
  border: none;
  background-color: #47bbff;
}

.faq-item.open .faq-title .title {
  color: white;
}

.faq-item.active .faq-content {
  display: block;
}

.faq-wrapper .faq-item.open .right-icon {
  border: 1px solid white;
}

.faq-item.open .right-icon::before, .faq-item.open .right-icon::after {
  background-color: white;
}

.faq-item .right-icon::before, .faq-item .right-icon::after {
  position: absolute;
  content: '';
  background: #292929;
  -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-item.active.open .faq-title .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.open .faq-title .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list li a {
  font-weight: 600;
  padding: 6px 0;
  transition: all 0.3s;
}
.faq-list li a:hover {
  color: #2a7bff;
}

.faq-list-area {
  margin-top: -5px;
}

.faq-form {
  margin-bottom: -20px;
}

.faq-form .form-group input {
  color: #777777;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
}
.faq-form .form-group input::placeholder {
  color: #777777;
}
.faq-form .form-group textarea {
  color: #777777;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
}
.faq-form .form-group textarea::placeholder {
  color: #777777;
}
.faq-form .form-group input[type="submit"] {
  width: auto;
  background-color: #47bbff;
  color: white;
}

/*-------------------------------------------------
    [ ### Support Ticket ]
*/
.counter-section {
  background-attachment: fixed;
}

.counter-item {
  padding: 30px;
  background-color: white;
}

.counter-item .counter-number {
  font-size: 40px;
  font-weight: 600;
  color: #47bbff;
  line-height: 1;
 display:inline-block
}
.counter-item .texiao span{font-size: 40px;
  font-weight: 600;
  color: #47bbff;}

.counter-area-two .counter-item .counter-number {
  font-size: 40px;
}

.counter-item .counter-content {
  font-weight: 700;
  text-transform: capitalize;
  color: #292929;
  font-size: 24px;
  margin-top: 12px;
  display: inline-block;
  line-height: 1;
}

@media (max-width: 575px) {
  .counter-item .counter-number {
    font-size: 32px !important;
  }

  .counter-item .counter-content {
    font-size: 20px;
  }
}
/*-------------------------------------------------
    [ ### Call To Action ]
*/
.call-to-action {
  overflow: hidden;
  padding-top: 60px;
  background-attachment: fixed;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-to-action [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.call-to-action .call-to-action-thumb {
  margin-left: -195px;
}
@media only screen and (max-width: 1366px) {
  .call-to-action .call-to-action-thumb {
    margin-left: -145px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-to-action .call-to-action-thumb {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action .call-to-action-thumb {
    margin-left: 0px;
    padding-top: 40px;
  }
}
.call-to-action .call-to-title {
  font-size: 25px;
  line-height: 1.3em;
  margin-bottom: 25px;
  font-weight: 700;
}
.call-to-action .call-no-title {
  font-size: 18px;
  margin-top: 27px;
}
.call-to-action .call-no {
  background-color: white;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  color: #292929;
  display: inline-block;
  line-height: 1.3em;
  padding: 20px 150px 20px 50px;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: -1;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .call-to-action .call-no {
    padding: 20px 120px 20px 30px;
  }
}
@media only screen and (max-width: 420px) {
  .call-to-action .call-no {
    padding: 20px 120px 20px 20px;
    font-size: 20px;
  }
}
.call-to-action .call-no .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  color: white;
  background-color: #2a7bff;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  right: 0;
  top: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 420px) {
  .call-to-action .call-no .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    top: 2px;
  }
}
.call-to-action .call-no .icon:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: inherit;
  background-color: #2a7bff;
  content: "";
  z-index: -1;
}
.call-to-action .call-no .icon > span {
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------
    [ ### Founder Message Block ]
*/
.about-thumb {
  height: 100%;
}

.about-area {
  margin-top: -10px;
  margin-bottom: -10px;
}

.about-content {
  margin-top: -10px;
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .about-content {
    margin-left: 0;
  }
}
.about-content .title {
  margin-bottom: 30px;
}
.about-content .cmn-btn {
  margin-top: 30px;
}

.story-thumb {
  position: relative;
  overflow: hidden;
  width: 350px;
  height: 350px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .story-thumb {
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .story-thumb {
    width: 300px;
    height: 300px;
  }
}
.story-thumb:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 50%;
  opacity: 0;
  background-image: -moz-linear-gradient(90deg, #ff36a9 0%, #9459d4 41%, #297bff 77%);
  background-image: -webkit-linear-gradient(90deg, #ff36a9 0%, #9459d4 41%, #297bff 77%);
  background-image: -ms-linear-gradient(90deg, #ff36a9 0%, #9459d4 41%, #297bff 77%);
  content: "";
  z-index: 3;
  transition: all 0.7s;
}

.story-thumb:hover::before {
  opacity: .8;
  height: 100%;
}

.story-thumb-overlay {
  position: absolute;
  padding: 15px 40px;
  border-radius: 40px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.5s;
}

.story-thumb-overlay a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: white;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  color: #ff36a9;
  -webkit-transition: all 0.3s;
  transition: all 0.7s;
  z-index: 9;
}

.story-thumb:hover .story-thumb-overlay {
  opacity: 1;
  z-index: 9;
}

.story-content {
  padding-top: 30px;
}

.story-content .title {
  font-weight: 700;
  margin-bottom: 15px;
}

.story-item-area {
  margin-top: -10px;
}

.story-item-area h2 {
  margin-bottom: 30px;
}

.story-slider-area {
  margin-left: 40px;
}
@media only screen and (max-width: 991px) {
  .story-slider-area {
    margin-left: 0;
  }
}

.story-slider-area h2 {
  margin-bottom: 30px;
}

.story-thumb-two {
  width: 50%;
}

@media only screen and (max-width: 1199px) {
  .story-thumb-two {
    width: 100%;
  }

  .story-thumb-two img {
    width: 100%;
  }
}
.story-content-two {
  width: 50%;
  padding: 20px 0;
}
@media only screen and (max-width: 1199px) {
  .story-content-two {
    width: 100%;
  }
}

.story-item .title {
  font-weight: 700;
  margin-bottom: 15px;
}

.story-slider-item-area {
  padding: 30px;
  border: 1px solid #e5e5e5;
  width: 94%;
}

@media only screen and (max-width: 991px) {
  .story-slider-item {
    display: block !important;
  }
}
.story-slider-item-details .title {
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}

.story-slider-item-details span::before {
  content: '(';
}

.story-slider-item-details span::after {
  content: ')';
}

.story-slider-icon {
  width: 50px;
}
.story-slider-icon i {
  font-size: 30px;
}

.story-slider-content {
  width: calc(100% - 50px);
}
@media only screen and (max-width: 991px) {
  .story-slider-content {
    width: 100%;
  }
}

.story-slider-item-icon {
  width: 100%;
}
.story-slider-item-icon i {
  color: #fb9a33;
}

.story-slider {
  overflow: hidden;
}

.about-thumb img {
  width: 100%;
}

@media (max-width: 767px) {
  .about-story-area {
    margin-top: 30px;
  }
}
@media (max-width: 1700px) {
  .about-story-area {
    margin-left: 40px;
  }

  .about-story-area-two {
    margin-left: 0px;
  }
}
.about-story-thumb {
  width: 175px;
  height: 175px;
  transform: rotate(45deg);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .about-story-thumb {
    margin: 0 auto;
  }
}
.about-story-thumb img {
  max-width: 300px;
  height: 300px;
  transform: rotate(-45deg);
  position: relative;
  top: -31px;
  left: -56px;
}

.about-story-content {
  position: relative;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  text-align: center;
  background-color: white;
  padding: 25px;
  box-shadow: 0px 0px 21px 9px rgba(41, 123, 255, 0.14);
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .about-story-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
  }
}
.about-story-content .title {
  font-weight: 700;
}

.about-story-content-two {
  position: relative;
  padding: 60px;
  background-color: white;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
  width: 70%;
}
@media (max-width: 991px) {
  .about-story-content-two {
    width: 100%;
    padding: 20px;
  }
}
.about-story-content-two .title {
  font-size: 30px;
}
@media (max-width: 991px) {
  .about-story-content-two .title {
    font-size: 22px;
  }
}
.about-story-content-two .sub-title {
  margin-bottom: 15px;
}

.story-overview-thumb {
  width: 400px;
  padding-bottom: 15px;
  background: #fff;
  position: relative;
}
@media (max-width: 575px) {
  .story-overview-thumb {
    width: 180px !important;
  }
}
@media (max-width: 1199px) {
  .story-overview-thumb {
    margin: 0 auto;
    width: 350px;
  }
}
@media (min-width: 1192px) and (max-width: 1700px) {
  .story-overview-thumb {
    width: 350px;
    margin-right: 50px;
  }
}
.story-overview-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  mask: url(./img/thumb-mask.png) no-repeat center center;
  -webkit-mask: url(./img/thumb-mask.png) no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
}

.story-overview-thumb img {
  width: 100%;
  position: relative;
  z-index: 1;
  mask: url(./img/img-mask.png) no-repeat center center;
  -webkit-mask: url(./img/img-mask.png) no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

@media (max-width: 1199px) {
  .story-overview-content-area {
    margin: 0 auto;
  }
}
.story-overview-content {
  padding: 30px;
  max-width: 400px;
}
.story-overview-content .story-overview-body {
  padding: 40px 30px;
  background-color: white;
  box-shadow: 0px 0px 6.24px 1.76px rgba(77, 111, 241, 0.2);
}
.story-overview-content .story-overview-body .title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}

.story-overview-item-area {
  position: relative;
}
.story-overview-item-area::before {
  position: absolute;
  content: '';
  right: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
}
.story-overview-item-area::after {
  position: absolute;
  content: '\f004';
  font-family: 'Font Awesome 5 Free';
  right: 50%;
  bottom: 0;
  font-size: 30px;
  font-weight: 700;
  color: #ff42ae;
  transform: translateX(50%);
}

.story-overview-area {
  position: relative;
}

.story-overview-date-area {
  position: absolute;
  content: '';
  top: 0;
  right: 42%;
  background-color: #ff42ae;
  padding: 30px 60px;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
@media (max-width: 1199px) {
  .story-overview-date-area {
    display: none;
  }
}
.story-overview-date-area span {
  color: white;
  font-size: 18px;
  font-weight: 600;
  width: 50px;
  text-transform: uppercase;
}

.story-overview-date-area-two {
  position: absolute;
  content: '';
  top: 0;
  right: 42%;
  background-color: #ff42ae;
  padding: 30px 60px;
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.story-overview-date-area-two span {
  color: white;
  font-size: 18px;
  font-weight: 600;
  width: 50px;
  text-transform: uppercase;
}

.story-overview-thumb-overlay {
  position: absolute;
  right: -60px;
  top: 40px;
}
.story-overview-thumb-overlay img {
  width: auto;
}
.story-overview-thumb-overlay span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100px;
  height: 100px;
  line-height: 85px;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 18px;
}

@media only screen and (max-width: 575px) {
  .story-item {
    display: block !important;
  }
}
/*-------------------------------------------------
    [ ### Fan Fact Block ]
*/
.package-left-content {
  margin-top: -10px;
}

.package-left-content .title {
  margin-bottom: 20px;
}

.package-left-content .cmn-btn {
  border-radius: 60px;
  margin-top: 20px;
  font-weight: 600;
}

.package-item {
  padding: 60px 40px;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.package-item:hover {
  box-shadow: 0px 15px 36px -3px rgba(0, 0, 0, 0.35);
}

.package-details .title {
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .package-details .title {
    font-size: 22px;
  }
}

.package-list {
  margin-top: 15px;
}

.package-list li {
  padding: 5px 0;
}

.package-list li span {
  float: right;
}

.package-btn {
  margin-top: 30px;
}

.package-item:hover .btn-border {
  background: -moz-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -webkit-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  background: -ms-linear-gradient(20deg, #ff36a9 0%, #9459d4 54%, #297bff 91%);
  color: white;
  border: 1px solid transparent;
}

.sec-bg {
  background-color: #fafafa;
}

.four-not-four-section {
  overflow: hidden;
  background-color: #47bbff;
}
.four-not-four-section .row {
  min-height: 100vh;
}

.four-not-four-content .sub-title {
  color: white;
  font-size: 40px;
  display: block;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.four-not-four-content .title {
  color: white;
  font-size: 40px;
  display: block;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .four-not-four-content .title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .four-not-four-content .sub-title {
    font-size: 24px !important;
  }

  .four-not-four-content .title {
    font-size: 24px !important;
  }
}
@media (max-width: 991px) {
  .four-not-four-content .sub-title {
    font-size: 32px;
  }

  .four-not-four-content .title {
    font-size: 32px;
  }
}
.swiper-notification {
  display: none;
}

.bg-gradient {
  background-image: -moz-linear-gradient(48deg, #ff36a9 3%, #9459d4 53%, #297bff 84%);
  background-image: -webkit-linear-gradient(48deg, #ff36a9 3%, #9459d4 53%, #297bff 84%);
  background-image: -ms-linear-gradient(48deg, #ff36a9 3%, #9459d4 53%, #297bff 84%);
}

.overview-section {
  position: relative;
  background-color: #fafafa;
}
.overview-section::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-image: -moz-linear-gradient(48deg, #ff36a9 3%, #9459d4 53%, #297bff 84%);
  background-image: -webkit-linear-gradient(48deg, #ff36a9 3%, #9459d4 53%, #297bff 84%);
  background-image: -ms-linear-gradient(48deg, #ff36a9 3%, #9459d4 53%, #297bff 84%);
}

@media (max-width: 767px) {
  .overview-section::before {
    background: #fafafa;
  }
}
.overview-thumb {
  text-align: left;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .overview-thumb {
    display: none;
  }
}

.overview-content {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 70px;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .overview-content {
    padding-left: 0;
  }
}

.overview-content .title {
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .overview-content .title {
    width: 100%;
  }
}

.overview-content h3 {
  font-size: 16px;
  color: #777777;
  font-weight: 700;
}

.privacy-top-area {
  background-color: #fafafa;
  padding: 120px;
}
@media only screen and (max-width: 991px) {
  .privacy-top-area {
    padding: 40px;
  }
}

.privacy-left-content {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .privacy-left-content {
    width: 100%;
  }
}

.privacy-content-area {
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
}

.privacy-single-content-area {
  border-bottom: 1px solid #e5e5e5;
}
.privacy-single-content-area:last-child {
  border: none;
}
.privacy-single-content-area .title {
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 575px) {
  .privacy-single-content-area .title {
    font-size: 18px;
  }
}
.privacy-single-content-area p {
  padding: 20px;
}
.privacy-single-content-area .privacy-content-list {
  padding: 0 20px 20px 20px;
  width: 40%;
}
@media only screen and (max-width: 575px) {
  .privacy-single-content-area .privacy-content-list {
    width: 100%;
  }
}
.privacy-single-content-area .privacy-content-list li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.privacy-single-content-area .privacy-content-list li::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #47bbff;
}

.refund-section .privacy-single-content-area .title span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #47bbff;
  display: inline-block;
  text-align: center;
  color: white;
  border-radius: 50%;
  font-weight: 500;
  margin-right: 10px;
}

.refund-list li {
  color: #47bbff;
}
.refund-list li::before {
  position: unset;
}

.signup-area {
  position: relative;
  padding: 60px;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  z-index: 2;
  background-color: white;
}
@media only screen and (max-width: 991px) {
  .signup-area {
    padding: 30px;
  }
}
.signup-area::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: #47bbff;
  z-index: -1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media only screen and (max-width: 991px) {
  .signup-area::after {
    display: none;
  }
}
.signup-area .title {
  margin-bottom: 25px;
}
.signup-area p {
  margin-bottom: 40px;
}
.signup-area .signup-element {
  position: absolute;
  right: 0;
  top: 0;
  opacity: .2;
}
@media only screen and (max-width: 1199px) {
  .signup-area .signup-element {
    display: none;
  }
}

.signup-left-area {
  width: 90%;
}
@media only screen and (max-width: 991px) {
  .signup-left-area {
    width: 100%;
  }
}

.signup-form .formmm-group {
  position: relative;
}
.signup-form input {
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.1);
  color: #777777;
}
.signup-form input::placeholder {
  color: #777777;
}

.signup-right-area {
  margin-left: 60px;
}
@media only screen and (max-width: 991px) {
  .signup-right-area {
    display: none;
  }
}
.signup-right-area .title {
  color: white;
}
.signup-right-area p {
  color: white;
}

.signup-right-area-two {
  margin-left: 0;
}

.control a {
  color: #47bbff;
}

.signup-form .form-group input[type="submit"] {
  width: auto;
  background-color: #47bbff;
  color: white;
  padding: 0 50px;
  margin-top: 30px;
}

.show-pass {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 90px;
  text-align: center;
  line-height: 54px;
  color: #777777;
}

.control-two {
  color: #47bbff;
}

.sign-up-option {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  margin-bottom: -5px;
  margin-bottom: 45px;
  margin-top: 20px;
}

.sign-up-option li {
  padding: 5px;
  display: inline;
}

.sign-up-option li a {
  display: flex;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  background: #2a7bff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
}

.sign-up-option li a i {
  margin-right: 5px;
}

.sign-up-option li a.google {
  background: #47bbff;
}

.sign-up-option li a.facebook {
  background: #3b5998;
}

.maps {
  height: 480px;
}

@media only screen and (max-width: 991px) {
  .contact-inquiry {
    margin-bottom: 60px;
  }
}
.contact-area {
  padding: 60px;
  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: #47bbff;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .contact-area::before {
    width: 0;
  }
}

.contact-left-header .title {
  margin-bottom: 30px;
  color: white;
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  .contact-left-header .title {
    color: #292929;
    font-size: 24px;
  }
}

.contact-icon {
  width: 40px;
}

.contact-icon i {
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid white;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .contact-icon i {
    color: #777777;
    border: 1px solid #e5e5e5;
  }
}

.contact-content {
  width: calc(100% - 40px);
  padding-left: 20px;
}

.contact-item li {
  color: white;
}
@media only screen and (max-width: 991px) {
  .contact-item li {
    color: #777777;
  }
}

.contact-right-area .title {
  margin-bottom: 30px;
  color: #47bbff;
  font-size: 30px;
}
@media (max-width: 991px) {
  .contact-right-area .title {
    font-size: 24px;
  }
}

.contact-form input, .contact-form textarea {
  background-color: #e9f2ff;
  color: #777777;
  padding: 12px 20px;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #777777;
}

.contact-form .form-group input[type="submit"] {
  width: auto;
  background-color: #47bbff;
  padding: 1px 60px;
  color: white;
}

.details-area {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.details-area .details-header {
  padding: 30px 30px;
  border-bottom: 1px solid #e1e1e1;
}

.details-area .details-header .privacy-post {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.single-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 575px) {
  .single-row {
    padding: 30px 30px;
  }
}
.single-row .left {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 40px 15px;
}

@media (max-width: 575px) {
  .single-row .left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .single-row .right {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    border-left: 0px solid !important;
    margin-top: 20px;
  }
}
.single-row .left span {
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.single-row .left span::before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #47bbff;
  opacity: 0;
}

@media (max-width: 575px) {
  .single-row .left span::before {
    opacity: 1;
  }
}
.single-row .right {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 40px 15px;
  border-left: 1px solid #e1e1e1;
}

.single-row .right p a {
  color: #47bbff;
  text-decoration: underline;
}

.single-row .left span {
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  color: #292929;
  font-size: 18px;
}

.single-row .right .top {
  width: 65%;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .single-row .right .top {
    width: 100%;
  }
}
.single-row .right ul:not(.social-list) li {
  position: relative;
  padding-left: 20px;
}

.single-row .right ul:not(.social-list) li::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 7px;
  height: 8px;
  background-color: #47bbff;
}

.promotion-item {
  padding: 30px;
  background-color: #47bbff;
}
.promotion-item .title {
  color: white;
  margin-bottom: 20px;
}
.promotion-item p {
  color: white;
}

.video-content .title {
  margin-bottom: 20px;
}

.skill-bar {
  margin-bottom: 20px;
}

.skill-bar .skill-content {
  color: #292929;
  font-weight: 600;
}

.skill-bar span {
  margin-bottom: 10px;
}

.progressbar {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  background-color: #d8f3fc;
}

.bar {
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: 0;
  background: #47bbff;
  overflow: hidden;
}

.label {
  width: 40px;
  height: 25px;
  top: -35px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #292929;
}

.label::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #05253a;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 45%);
}

.video-thumb {
  position: relative;
}

.video-icon {
  z-index: 1;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute !important;
  top: 50%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
}

.video-icon a {
  color: #fff;
  background-color: var(--main-color);
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 24px;
  background-color: #47bbff;
  border-radius: 50%;
}

.video-icon a::before, .video-icon a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background-color: #47bbff;
  opacity: 0.15;
  z-index: -10;
}

.video-icon a::before {
  z-index: -10;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}

.video-icon a::after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}

@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }

  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
/* inner ripple */
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
.video-details {
  margin-top: 30px;
}

.process-item .title {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .sidebar {
    margin-top: 60px;
  }
}
.blog-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
  transition: all 0.7s;
}

.blog-content {
  padding: 30px;
  background-color: white;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  transition: all 0.7s;
}
.blog-content .date {
  color: #47bbff;
}
.blog-content .date i {
  margin-right: 6px;
}
.blog-content .title {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-content .title {
    font-size: 20px;
  }
}
.blog-content .blog-btn i {
  margin-left: 7px;
}
.blog-content .cmn-btn {
  margin-top: 30px;
}

.blog-item {
  transition: all 0.7s;
}

.blog-item:hover .blog-thumb img {
  background-color: #000;
  opacity: .6;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-item:hover .blog-content {
  background-color: #47bbff;
}
.blog-item:hover .date {
  color: white;
  animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
}
.blog-item:hover .title {
  color: white;
  animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
}
.blog-item:hover p {
  color: white;
  animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
}
.blog-item:hover .custom-btn {
  color: white;
  animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
}
.blog-item:hover .cmn-btn {
  animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
}

.blog-section-two:hover .blog-content {
  background-color: white;
}
.blog-section-two:hover .blog-content .date {
  color: #47bbff;
}
.blog-section-two:hover .blog-content .title {
  color: #292929;
}
.blog-section-two:hover .blog-content p {
  color: #777777;
}

.widget-box .search-option input {
  background: white;
  color: #777777;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  width: 100%;
  border: none;
  padding: 15px 25px;
}

.widget-box .search-option input::placeholder {
  color: #777777;
}

.widget-box .search-submit {
  position: absolute;
  right: 16px;
  margin-top: -54px;
  width: 60px;
  height: 54px;
  color: white;
  background-color: #47bbff;
}

.widget-box .category-content li {
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  padding: 16px 30px;
  margin-bottom: 10px;
}
.widget-box .category-content li.active {
  position: relative;
  background-color: #47bbff;
  color: white;
}
.widget-box .category-content li:hover {
  background-color: #47bbff;
  color: white;
}


.category-content li:before {
  position: absolute;
  left: -5px;
  bottom: 15px;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 7px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translateX(50%);
  opacity: 0;
  transition: all 0.3s;
}

.category-content li:hover::before, .category-content li:hover::after {
  opacity: 1;
}

.category-content li.active:before {
  position: absolute;
  left: -5px;
  bottom: 19px;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 7px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translateX(50%);
  opacity: 1;
  transition: all 0.3s;
}

.contact-widget-box {
  background-color: #47bbff;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  padding: 40px;
}
.contact-widget-box .title {
  margin-bottom: 15px;
  color: white;
}
.contact-widget-box p {
  color: white;
  margin-bottom: 30px;
}

.blog-details-content .blog-title {
  font-size: 28px;
}
@media (max-width: 991px) {
  .blog-details-content .blog-title {
    font-size: 24px;
  }
}
.blog-details-content p {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .blog-details-content p {
    margin-right: 0;
  }
}

.leave-comment {
  margin-top: 80px;
  padding: 20px;
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
}
.leave-comment .title {
  margin-bottom: 30px;
}

.comment-form input {
  color: #777777;
  padding: 12px 25px;
  border: 1px solid #e5e5e5;
}
.comment-form input::placeholder {
  color: #777777;
}
.comment-form textarea {
  color: #777777;
  border: 1px solid #e5e5e5;
}
.comment-form textarea::placeholder {
  color: #777777;
}
.comment-form input[type="submit"] {
  width: auto;
  background-color: #47bbff;
  color: white;
  padding: 2px 30px;
}

blockquote .quote-content {
  font-size: 18px;
  color: white;
  background-color: #47bbff;
  text-align: center;
  padding: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 0;
  font-style: italic;
}
@media (max-width: 575px) {
  blockquote .quote-content {
    font-size: 16px;
    padding: 20px;
  }
}

.comments-section {
  box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.05);
  padding: 25px;
  overflow: hidden;
  margin-top: 80px;
}

.comments-section .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.comments-section .comment-wrapper {
  margin: 0;
  padding: 0;
}

.comments-section .comment-item {
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 575px) {
  .comments-section .comment-item {
    display: block;
  }
}
@media (min-width: 576px) {
  .comment-item {
    padding: 30px 25px 20px 40px;
  }
}
@media (min-width: 768px) {
  .comment-item {
    margin-bottom: 20px;
  }
}
.comment-item:last-child {
  margin-bottom: 0;
}

.comment-item .comment-thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.comment-item .comment-content {
  position: relative;
  width: calc(100% - 70px);
  padding-left: 20px;
  transition: all 0.3s;
}
@media only screen and (max-width: 575px) {
  .comment-item .comment-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.comment-item .comment-content .sub-title {
  display: block;
  font-size: 18px;
}

.comment-item .comment-content .sub-title a {
  font-weight: 600;
}

.comment-item .comment-content .sub-title a:hover {
  text-decoration: none;
}

.comment-item .comment-content span {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
}

.comment-item .comment-content p {
  margin: 0;
}

.comments-section .comment-wrapper li .reply-wrapper {
  padding-left: 60px;
}
@media only screen and (max-width: 575px) {
  .comments-section .comment-wrapper li .reply-wrapper {
    padding-left: 0;
    margin-left: 0;
  }
}

.comment-item .comment-content .reply-button {
  position: absolute;
  font-weight: 600;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.comment-item .comment-content .reply-button i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.comment-item .comment-content:hover .reply-button i {
  background-color: #47bbff;
  color: white;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
/*-------------------------------------------------------------------
    [ ## Single Posts ]
*/
.post.single-post {
  margin-bottom: 0px;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.post.single-post h3, .post.single-post h4, .post.single-post h5, .post.single-post h6 {
  margin-bottom: 15px;
}
.post.single-post .post-thumb {
  margin-bottom: 0;
}
.post.single-post .post-thumb:before {
  background: transparent;
}
.post.single-post .entry-title {
  font-size: 42px;
  line-height: 1.25em;
}
@media only screen and (max-width: 1199px) {
  .post.single-post .entry-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .post.single-post .entry-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .post.single-post .entry-title {
    font-size: 26px;
  }
}
.post.single-post .post-details {
  padding: 30px 0px 25px;
}
.post.single-post ul li, .post.single-post ol li {
  margin-top: 10px;
  line-height: 1.6em;
}
.post.single-post > ul,
.post.single-post > ol {
  padding-left: 20px;
}
.post.single-post table {
  margin-bottom: 30px;
}
.post.single-post .image-group {
  padding-top: 20px;
}
.post.single-post iframe {
  border: 0px solid;
}
.post.single-post figure {
  margin-bottom: 30px;
}
.post.single-post figure span {
  color: #979797;
  font-size: 12px;
  display: block;
  padding: 13px 0 25px;
}
.post.single-post .responsive-video {
  margin-bottom: 50px;
  margin-top: 40px;
}
.post.single-post .responsive-video .fluid-width-video-wrapper {
  position: absolute;
  top: 0;
}
.post.single-post blockquote {
  border-left: 2px solid #2a7bff;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-top: 20px;
  position: relative;
  color: #292929;
  margin-top: 25px;
}
.post.single-post blockquote:before {
  content: "\ebda";
  position: absolute;
  top: -15px;
  left: 13px;
  color: #2a7bff;
  opacity: 0.2;
  font-family: "remixicon";
  font-size: 80px;
  line-height: 1em;
}
.post.single-post blockquote img {
  margin-bottom: 25px;
  border-radius: 0px;
}
.post.single-post blockquote p {
  margin-bottom: 10px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6em;
}
.post.single-post blockquote p:last-child {
  margin-bottom: 0;
}
.post.single-post blockquote p cite {
  margin-left: 0;
  padding-left: 0;
}
.post.single-post blockquote cite, .post.single-post blockquote a, .post.single-post blockquote span {
  padding: 0 1.2em;
  font-size: 0.8em;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
.post.single-post blockquote cite {
  display: block;
}
.post.single-post blockquote cite:before {
  content: "--";
  padding-right: 5px;
}
.post.single-post .entry-footer {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .post.single-post .entry-footer {
    display: block;
  }
}

.entry-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .entry-tag {
    margin-bottom: 10px;
  }
}
.entry-tag strong {
  color: #292929;
  padding: 3px 10px 0 0;
}
.entry-tag .tags > a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 0 5px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-tag .tags > a:hover, .entry-tag .tags > a:focus {
  color: #2a7bff;
}

.entry-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry-share strong {
  color: #292929;
  padding: 3px 10px 0 0;
}
.entry-share .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry-share .share a {
  font-size: 14px;
  display: block;
  color: #888;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin: 0 5px;
}
.entry-share .share a:hover {
  color: #2a7bff !important;
}

.social-network {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
  left: 0;
  bottom: 0;
}

.social-share {
  list-style: none;
  margin-bottom: 0;
  border-radius: 50px;
  padding: 10px 50px;
  background-color: white;
  box-shadow: 1px 1px 18px 15px rgba(40, 57, 145, 0.05);
}
@media only screen and (max-width: 575px) {
  .social-share {
    padding: 10px 30px;
  }
}
.social-share > li {
  display: inline-block;
  margin: 0 -2px !important;
}
.social-share > li a {
  font-size: 16px;
  display: block;
  padding: 5px 15px;
}
.social-share > li a:hover, .social-share > li a:focus {
  color: #2a7bff;
}

/* [ ## Post Author ] */
.author-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 40px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 480px) {
  .author-info {
    display: block;
  }
}
.author-info #author-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  width: 160px;
}
@media only screen and (max-width: 480px) {
  .author-info #author-img {
    margin-bottom: 20px;
  }
}
.author-info .at-img > img {
  border-radius: 50%;
  height: 160px;
  width: 160px;
}
.author-info #author-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 160px);
  flex: 0 0 calc(100% - 160px);
  padding-left: 30px;
}
@media only screen and (max-width: 480px) {
  .author-info #author-details {
    padding-left: 0;
  }
}
.author-info #author-details .authors-bio {
  font-size: 17px;
  margin-bottom: 20px;
}
.author-info #author-details .author-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #292929;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .author-info #author-details .author-name {
    font-size: 22px;
  }
}
.author-info #author-details .author-designation {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.about-us-block {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-us-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-block .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.about-us-block .mock-up-thumb-back {
  width: calc(50% - 385px);
}
@media only screen and (max-width: 1366px) {
  .about-us-block .mock-up-thumb-back {
    width: calc(50% - 320px);
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-block .mock-up-thumb-back {
    width: calc(50% - 270px);
  }
}
@media only screen and (max-width: 991px) {
  .about-us-block .mock-up-thumb-back {
    display: none;
  }
}
.about-us-block .mock-up-thumb {
  border: 15px solid white;
  position: relative;
  box-shadow: 10px 0 35px rgba(0, 0, 0, 0.09);
  border-radius: 0 0 120px 0;
  overflow: hidden;
}
.about-us-block .mock-up-thumb .video-btn-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-us-block .video-btn:after {
  background-color: rgba(255, 255, 255, 0.2);
}

.single-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.single-info:last-child {
  margin-bottom: 0;
}
.single-info:nth-child(2n) .icon:before {
  transform: rotate(180deg);
}
.single-info:hover .icon:before {
  transform: rotate(180deg);
}
.single-info:hover:nth-child(2n) .icon:before {
  transform: rotate(360deg);
}
.single-info > .icon {
  width: 70px;
  text-align: center;
  flex: 0 0 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  font-size: 36px;
  color: #2a7bff;
  position: relative;
  transition: all 0.4s;
}
.single-info > .icon:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #2a7bff;
  z-index: 1;
  border-radius: inherit;
  transition: all 0.4s;
}
.single-info .info {
  padding-left: 20px;
  margin-top: -5px;
}
.single-info .info .heading {
  margin-bottom: 10px;
}

.text-block .video-abs-center .video-btn-area {
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991px) {
  .text-block .text-right {
    text-align: left !important;
  }
}

.text-about-block .text-about-content {
  padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .text-about-block .text-about-content {
    padding-left: 0px;
  }
}

.about-list {
  margin-top: -10px;
}
.about-list .item {
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
}
.about-list .item:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #2a7bff;
}
.about-list .item:last-child {
  margin-bottom: -5px;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-info-block .section-heading {
  margin-bottom: 40px;
}
.contact-info-block .contact-info-area .section-heading:before {
  background: linear-gradient(to right, white, transparent);
}
.contact-info-block .contact-info {
  display: flex;
  margin-bottom: 35px;
}
.contact-info-block .contact-info:last-child {
  margin-bottom: 0;
}
.contact-info-block .contact-info .icon {
  flex: 0 0 35px;
  max-width: 35px;
  font-size: 20px;
}
.contact-info-block .contact-info .info {
  color: #eff4fa;
}
.contact-info-block .contact-info .info .title {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: -2px;
}
.contact-info-block .contact-info .info p {
  line-height: 1.7em;
}
.contact-info-block .contact-info .info p span,
.contact-info-block .contact-info .info p a {
  display: block;
}
.contact-info-block .contact-info .info p a:hover,
.contact-info-block .contact-info .info p a:focus {
  color: #2a7bff;
}

.contact-info-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .contact-info-content {
    display: block;
  }
}
.contact-info-content .contact-info-area {
  background-color: #2a7bff;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 60px;
}
@media only screen and (max-width: 1199px) {
  .contact-info-content .contact-info-area {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-content .contact-info-area {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info-content .contact-info-area {
    padding: 50px 20px;
  }
}
.contact-info-content .contact-form-area {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 60px 50px;
}
@media only screen and (max-width: 1199px) {
  .contact-info-content .contact-form-area {
    padding: 60px 0px 0 45px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-content .contact-form-area {
    max-width: 100%;
    padding: 60px 0px 0 0px;
  }
}

#gmaps {
  min-height: 650px;
  background-color: #fafafa;
}
@media only screen and (max-width: 991px) {
  #gmaps {
    min-height: 550px;
  }
}
@media only screen and (max-width: 757px) {
  #gmaps {
    min-height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  #gmaps {
    min-height: 400px;
  }
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-page-content {
  text-align: center;
  margin-top: -30px;
}
@media only screen and (max-width: 1366px) {
  .error-page-content {
    margin-top: -25px;
  }
  .error-page-content.ptb-80 {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .error-page-content {
    margin-top: -20px;
  }
  .error-page-content.ptb-80 {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .error-page-content {
    margin-top: -15px;
  }
  .error-page-content.ptb-80 {
    padding: 0px;
  }
}
.error-page-content .error-title {
  font-size: 220px;
  font-weight: 800;
  margin-bottom: 35px;
  color: #2a7bff;
  text-shadow: 7px 0px 0 rgba(42, 123, 255, 0.8);
  font-family: "Poppins", sans-serif;
  line-height: 1em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1366px) {
  .error-page-content .error-title {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-page-content .error-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .error-page-content .error-title {
    font-size: 120px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .error-page-content .error-title {
    font-size: 100px;
    margin-bottom: 32px;
  }
}
.error-page-content .btn-primary {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .error-page-content .btn-primary {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
## Registration
--------------------------------------------------------------*/
.user-signin-block {
  background-position: top center;
  position: relative;
}
.user-signin-block .row {
  min-height: 100vh;
}
.user-signin-block .sing-in-mockup {
  margin-left: -175px;
  margin-right: -90px;
}
@media only screen and (max-width: 991px) {
  .user-signin-block .sing-in-mockup {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .user-signin-block .col-lg-2 {
    display: none;
  }
}

.user-signin-area,
.user-signup-area {
  background-color: white;
  border-radius: 10px;
  padding: 75px 80px 80px;
}
@media only screen and (max-width: 1199px) {
  .user-signin-area,
  .user-signup-area {
    padding: 75px 50px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .user-signin-area,
  .user-signup-area {
    padding: 55px 30px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .user-signin-area,
  .user-signup-area {
    padding: 55px 20px 50px;
  }
}

.user-signup-area .form-content .text-info-sing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 30px;
}
.user-signup-area .form-content .text-info-sing > div {
  margin-bottom: 10px;
}
.user-signup-area .form-content .form-btn-group {
  text-align: left;
  padding-top: 25px;
}
@media only screen and (max-width: 991px) {
  .user-signup-area .form-content .form-btn-group {
    margin-top: 0;
  }
}

.form-content {
  text-align: center;
}
.form-content .heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .form-content .heading {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .form-content .heading {
    font-size: 24px;
  }
}
.form-content p {
  line-height: 1.5em;
}
.form-content .form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-content .form-group > label {
  position: absolute;
  right: 0px;
  top: 43%;
  -webkit-transform: translateY(-46%);
  transform: translateY(-46%);
  cursor: pointer;
  z-index: 2;
  margin-bottom: 0;
  color: #777777;
}
.form-content .form-controller {
  padding: 0px 0px 5px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  border-bottom: 1px solid #eaeaea;
  background-color: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  outline: none;
}
.form-content .form-controller:focus {
  border-color: #2a7bff;
}
.form-content .remember-and-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .form-content .remember-and-password {
    display: block;
  }
}
.form-content .remember-and-password label {
  margin-bottom: 0;
  color: #777777;
  cursor: pointer;
}
.form-content .remember-and-password label input {
  margin-right: 7px;
}
.form-content .remember-and-password a:hover {
  color: #2a7bff;
}
.form-content .remember-and-password .text-info-sing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .form-content .remember-and-password .text-info-sing {
    display: block;
  }
}
.form-content .forget-pass {
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .form-content .forget-pass {
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.form-content .forget-pass a {
  text-decoration: underline;
}
.form-content .signup-link a {
  color: #2a7bff;
}
.form-content .signup-link a:hover {
  color: #fb9a33;
}
.form-content .form-btn-group .btn {
  border-radius: 7px;
}
@media only screen and (max-width: 991px) {
  .form-content .form-btn-group {
    margin-top: 30px;
  }
}

.signin-by-web-profile {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -5px 32px;
}
@media only screen and (max-width: 575px) {
  .signin-by-web-profile {
    margin: 30px -3px 25px;
  }
}
.signin-by-web-profile > div {
  font-size: 14px;
  font-weight: 700;
  background-color: #fafafa;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  margin: 0 5px 10px;
  color: white;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 575px) {
  .signin-by-web-profile > div {
    margin: 0 3px 7px;
    font-size: 13px;
  }
}
.signin-by-web-profile > div:hover {
  opacity: 0.85;
}
.signin-by-web-profile > div a {
  padding: 10px 25px;
  display: block;
}
@media only screen and (max-width: 575px) {
  .signin-by-web-profile > div a {
    padding: 8px 15px;
  }
}
.signin-by-web-profile > div a:hover,
.signin-by-web-profile > div a:focus {
  color: white;
}
.signin-by-web-profile > div i {
  display: inline-block;
  padding-right: 5px;
}
.signin-by-web-profile > div.google {
  background-color: #E34133;
}
.signin-by-web-profile > div.facebook {
  background-color: #3B5998;
}
.signin-by-web-profile > div.twitter {
  background-color: #55ACEE;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 75px;
}

.page-content, .entry-summary {
  margin: 1.4em 0;
}

.page-links {
  clear: both;
  margin: 0 0 2.1em;
}

@media only screen and (max-width: 991px) {
  .sidebar-items {
    margin-top: 80px;
  }
}
/*-------------------------------------------------
    [ ### Page Title ]
*/
.page-title-area {
  background-position: bottom center;
}
.page-title-area:before {
  opacity: 0.7;
  background-color: black;
}
.page-title-area .page-title {
  margin-bottom: 10px;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 1.25em;
  color: white;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title {
    font-size: 42px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .page-title-area .page-title {
    font-size: 32px;
  }
}

/*-------------------------------------------------
    [ ### Breadcrumb ]
*/
/*-------------------------------------------------
    [ ### Text Content ]
*/
.text-content p i {
  font-size: 18px;
}
.text-content ul {
  padding-top: 10px;
  padding-left: 0;
  list-style: none;
}
.text-content ul:last-child {
  margin-bottom: 0;
}
.text-content ul > li {
  padding-left: 22px;
  padding-right: 100px;
  margin-bottom: 8px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .text-content ul > li {
    padding-right: 0;
  }
}
.text-content ul > li:last-child {
  margin-bottom: 0px;
}
.text-content ul > li:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 13px;
}
.text-content.style-two ul {
  overflow: hidden;
  margin-bottom: -10px;
}
.text-content.style-two ul > li {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 25px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 575px) {
  .text-content.style-two ul > li {
    width: 100%;
  }
}
.text-content.style-two ul > li:before {
  content: "\f00c";
  font-size: 15px;
  color: #2a7bff;
}

/*-------------------------------------------------
    [ ### Page info Content ]
*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-content {
  font-size: 16px;
}
.comment-content p {
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  .comment-content {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .comment-content {
    margin-top: 10px;
  }
}
.comment-content ul li, .comment-content ol li {
  margin-top: 10px;
  line-height: 1.6em;
}
.comment-content > ul,
.comment-content > ol {
  padding-left: 20px;
}
.comment-content a:hover {
  text-decoration: underline;
}

.bypostauthor {
  display: block;
}

.cancel-comment-reply-link {
  bottom: -2px;
  display: inline-block;
  left: 0.6em;
  position: relative;
}

.logged-in-as {
  margin-bottom: 0.7em !important;
  padding: 0 15px;
}

.comments-area {
  overflow: hidden;
  margin: 60px 0 0;
}
.comments-area .comment-list, .comments-area .children {
  list-style: none;
  padding: 0;
}
.comments-area .comments-title {
  color: #292929;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .comments-area .comments-title {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.comments-area .comment-list {
  margin-bottom: 0px;
  border-top: none;
}
.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 75px;
}
.comments-area .comment-list > .comment:last-child .comment-body:last-child {
  margin-bottom: 0;
}
.comments-area .comment-body {
  overflow: hidden;
  margin-bottom: 45px;
}
.comments-area .comment-author {
  float: left;
  margin-right: 20px;
  width: 70px;
}
@media only screen and (max-width: 575px) {
  .comments-area .comment-author {
    margin-right: 15px;
  }
}
.comments-area .comment-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.comments-area .date {
  display: block;
  font-size: 16px;
  color: #a0a0a0;
  margin-top: 0;
}
.comments-area .comment-details {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.comments-area .comment-metadata {
  margin-bottom: 12px;
  color: #292929;
}
.comments-area .comment-metadata .author {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.25em;
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-metadata .author {
    font-size: 17px;
  }
}
.comments-area .comment-metadata .says, .comments-area .comment-metadata .comment-edit-link {
  color: #777;
}
.comments-area .children {
  margin-left: 108px;
}
@media only screen and (max-width: 1199px) {
  .comments-area .children {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 992px) {
  .comments-area .children {
    margin-left: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .comments-area .children {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .comments-area .children {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .comments-area .children {
    margin-left: 25px;
  }
}
.comments-area .comment-navigation {
  margin-bottom: 3.5em;
}
.comments-area .comment-navigation .nav-links .nav-previous {
  float: left;
}
.comments-area .comment-navigation .nav-links .nav-next {
  float: right;
}
.comments-area .comment-navigation .nav-links span {
  font-size: 18px;
}
.comments-area .comment-navigation .nav-links a {
  background-color: #232c3b;
  color: white;
  border-radius: 5px;
}

.comment-respond label {
  font-weight: 500;
}
.comment-respond .comment-reply-title {
  color: #292929;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 1.2em;
  }
}

.comment-respond {
  margin: 55px 0px 0;
}
.comment-respond p {
  margin-bottom: 1em;
}
.comment-respond [class*="col-"] {
  margin-bottom: 25px;
}
.comment-respond textarea {
  min-height: 160px;
  max-width: 100%;
}
.comment-respond .form-submit {
  margin-bottom: 0;
  padding: 0 15px;
}
.comment-respond .comment-subscription-form {
  display: none;
}
.comment-respond .comment-form-rating {
  margin-bottom: 1em;
}
.comment-respond .form-submit {
  width: 100%;
  padding-top: 5px;
}
.comment-respond .form-controller {
  display: table-cell;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  outline: none;
}
.comment-respond .form-controller:focus {
  border-color: #2a7bff;
}
.comment-respond #submit,
.comment-respond .submit {
  border-color: #e51681;
  border-radius: 0;
  background: #e51681;
  color: white;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#review_form .form-submit {
  padding: 0;
}

.no-comments {
  position: relative;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.comment-reply-link {
  padding: 8px 22px;
  font-size: 14px;
  border: 1px solid #dddddd;
  line-height: normal;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border-radius: 30px;
  color: #2a7bff;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.comment-reply-link:hover {
  background: #2a7bff;
  color: white;
  border-color: #2a7bff;
}
@media only screen and (min-width: 600px) {
  .comment-reply-link {
    position: absolute;
    right: 0;
    top: -60px;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 60px;
}
.widget select {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 0.4em 0.8em;
  outline: none;
}
.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-title-area {
  position: relative;
}
.widget .widget-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
}
.widget .widget-title:before {
  position: absolute;
  width: 3px;
  height: 20px;
  background-color: white;
  content: "";
  left: 0;
  top: 6px;
}
.widget pre {
  padding: 0.5em;
}
.widget label {
  margin-bottom: 0;
}
.widget option {
  padding: 0.2em 1em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
  padding: 0.5em 1em;
}
.widget input[type="text"]:focus,
.widget input[type="email"]:focus,
.widget input[type="url"]:focus,
.widget input[type="password"]:focus,
.widget input[type="search"]:focus,
.widget textarea:focus {
  box-shadow: none !important;
}

.sidebar-items .widget {
  margin-bottom: 60px;
  border: 1px solid #e5e5e5;
  padding: 30px;
  background-color: #fafafa;
}
@media only screen and (max-width: 1199px) {
  .sidebar-items .widget {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .sidebar-items .widget {
    padding: 25px 15px 30px;
  }
}
.sidebar-items .widget:last-of-type {
  margin-bottom: 0;
}
.sidebar-items .widget-title {
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-items .widget-title {
    margin-bottom: 30px;
  }
}
.sidebar-items .widget-title:before {
  background-color: #2a7bff;
  top: 5px;
}

.sidebar-services {
  margin-bottom: -60px;
}
@media only screen and (max-width: 991px) {
  .sidebar-services {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Widgets Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Popular, Latest Post, Recent Comment widget
--------------------------------------------------------------*/
.widget-post-list .post {
  margin-bottom: 20px;
  background-color: transparent;
  box-shadow: 0 0 0px 0 transparent;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.widget-post-list .post .post-thumb {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 50%;
  overflow: hidden;
}
.widget-post-list .post .post-thumb:before {
  height: 0;
  width: 0;
}
.widget-post-list .post .post-details {
  padding: 0 0 0 15px;
}
.widget-post-list .post .post-details .entry-meta-content {
  margin-bottom: 0px;
  font-size: 14px;
  color: #777777;
}
.widget-post-list .post .post-details .entry-meta-content .entry-date {
  text-align: left;
}
.widget-post-list .post .entry-title {
  font-size: 18px;
  line-height: 1.35em;
  margin-bottom: 10px;
}
.widget-post-list .post:first-child {
  margin-top: -5px;
}
.widget-post-list .post:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: 0px solid;
}

.widget-content img {
  display: block;
}

/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories ul li,
.widget_archive ul li,
.widget_layered_nav ul li {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  padding: 12px 0px;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_layered_nav ul li a {
  display: block;
  overflow: hidden;
}
.widget_categories ul li a > span,
.widget_archive ul li a > span,
.widget_layered_nav ul li a > span {
  float: right;
}
.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_layered_nav ul li ul {
  padding-left: 15px;
}
.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_layered_nav ul li .count {
  float: right;
  color: #777777;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_layered_nav ul li a:hover {
  color: #2a7bff;
}
.widget_categories ul li a:hover .count,
.widget_archive ul li a:hover .count,
.widget_layered_nav ul li a:hover .count {
  color: #2a7bff;
}
.widget_categories ul > li:first-child,
.widget_archive ul > li:first-child,
.widget_layered_nav ul > li:first-child {
  margin-top: -5px !important;
  padding-top: 0px;
}
.widget_categories ul > li:last-child,
.widget_archive ul > li:last-child,
.widget_layered_nav ul > li:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
  margin-bottom: -5px;
}
.widget_categories .bsm-select-wrapper li,
.widget_archive .bsm-select-wrapper li,
.widget_layered_nav .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_categories .bsm-select-wrapper input.select-dropdown,
.widget_archive .bsm-select-wrapper input.select-dropdown,
.widget_layered_nav .bsm-select-wrapper input.select-dropdown {
  margin-bottom: 0;
  padding: 0 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.widget_categories .bsm-select-wrapper span.caret,
.widget_archive .bsm-select-wrapper span.caret,
.widget_layered_nav .bsm-select-wrapper span.caret {
  right: 15px;
}
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > span {
  font-size: 14px;
  color: inherit;
  display: block;
  line-height: 30px;
  padding: 10px 16px;
}

.widget_text .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_text .bsm-select-wrapper input.select-dropdown {
  margin-bottom: 0;
  padding: 0 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.widget_text .bsm-select-wrapper span.caret {
  right: 15px;
}
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > span {
  font-size: 14px;
  color: inherit;
  display: block;
  line-height: 30px;
  padding: 10px 16px;
}

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
}

.widget_nav_menu .menu a .fa {
  display: none;
}

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_product_categories {
  font-size: 16px;
  text-transform: capitalize;
}
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 15px;
}
.widget_links a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before,
.widget_recent_comments a:before,
.widget_recent_entries a:before,
.widget_product_categories a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 800;
  left: 0;
  top: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.widget_links a:hover, .widget_links a:focus,
.widget_meta a:hover,
.widget_meta a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus,
.widget_pages a:hover,
.widget_pages a:focus,
.widget_recent_comments a:hover,
.widget_recent_comments a:focus,
.widget_recent_entries a:hover,
.widget_recent_entries a:focus,
.widget_product_categories a:hover,
.widget_product_categories a:focus {
  color: #2a7bff;
  padding-left: 17px;
}
.widget_links a:hover:before, .widget_links a:focus:before,
.widget_meta a:hover:before,
.widget_meta a:focus:before,
.widget_nav_menu a:hover:before,
.widget_nav_menu a:focus:before,
.widget_pages a:hover:before,
.widget_pages a:focus:before,
.widget_recent_comments a:hover:before,
.widget_recent_comments a:focus:before,
.widget_recent_entries a:hover:before,
.widget_recent_entries a:focus:before,
.widget_product_categories a:hover:before,
.widget_product_categories a:focus:before {
  padding-left: 5px;
}
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
}
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
  padding: 8px 0;
  border-bottom: 0 none;
  line-height: 1.3em;
}
.widget_links > ul,
.widget_meta > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_product_categories > ul {
  position: relative;
}
.widget_links ul > li:first-child,
.widget_meta ul > li:first-child,
.widget_nav_menu ul > li:first-child,
.widget_pages ul > li:first-child,
.widget_recent_comments ul > li:first-child,
.widget_recent_entries ul > li:first-child,
.widget_product_categories ul > li:first-child {
  margin-top: 0;
  padding-top: 5px;
  border-top: 0 none;
}
.widget_links ul > li:last-child,
.widget_meta ul > li:last-child,
.widget_nav_menu ul > li:last-child,
.widget_pages ul > li:last-child,
.widget_recent_comments ul > li:last-child,
.widget_recent_entries ul > li:last-child,
.widget_product_categories ul > li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.widget .menu {
  position: relative;
}
.widget .menu > li:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.widget .menu .sub-menu {
  box-shadow: 0 0 0 transparent;
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
  border: 0;
  margin: 0 0 0 1em;
}

.widget_recent_entries .post-date {
  display: block;
}

/*--------------------------------------------------------------
# Contact Widget
--------------------------------------------------------------*/
.widget_contact_us .contact-info {
  margin-bottom: 15px;
}
.widget_contact_us .contact-info:last-child {
  margin-bottom: 0;
}
.widget_contact_us .contact-info .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  color: white;
}
.widget_contact_us .contact-info > p {
  line-height: 1.55em;
}
.widget_contact_us .contact-info a:hover,
.widget_contact_us .contact-info a:focus {
  color: #2a7bff;
}

/*--------------------------------------------------------------
# About Widget
--------------------------------------------------------------*/
.widget_about .footer-social {
  margin-top: 35px !important;
}
@media only screen and (max-width: 991px) {
  .widget_about .footer-social {
    margin-top: 25px !important;
  }
}

/*--------------------------------------------------------------
# Services Categories Widget
--------------------------------------------------------------*/
.widget_services_categories {
  padding: 0 !important;
  background-color: #fafafa;
}
.widget_services_categories .widget-content li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.widget_services_categories .widget-content li:last-child {
  border-bottom: 0px solid;
}
.widget_services_categories .widget-content li > a {
  font-weight: 600;
  font-size: 18px;
  padding: 18px 25px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .widget_services_categories .widget-content li > a {
    font-size: 16px;
  }
}
.widget_services_categories .widget-content li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #2a7bff;
  content: "";
  transition: all 0.3s;
}
.widget_services_categories .widget-content li > a:after {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 5px 6px;
  border-color: transparent;
  transition: all 0.3s;
}
.widget_services_categories .widget-content li > a.active:before {
  width: 3px;
}
.widget_services_categories .widget-content li > a.active:after {
  border-color: transparent transparent transparent #2a7bff;
}

/*--------------------------------------------------------------
# Subscribe Widget
--------------------------------------------------------------*/
.subscribe_widget {
  background-color: #292929;
  padding: 30px 35px 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .subscribe_widget {
    padding: 30px 20px 40px;
  }
}
.subscribe_widget:before {
  position: absolute;
  content: "\f1d8";
  right: 30px;
  font-family: "Font Awesome 5 Free";
  top: 10px;
  font-size: 130px;
  font-weight: 400;
  line-height: 1em;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  color: white;
  opacity: 0.03;
}
.subscribe_widget .title {
  font-size: 24px;
  line-height: 1.15em;
  margin-bottom: 35px;
}
.subscribe_widget .title > span {
  display: block;
  font-size: 16px;
  color: #bab8b8;
  font-weight: normal;
  font-style: italic;
}
.subscribe_widget :-moz-placeholder {
  opacity: 0.5;
}
.subscribe_widget ::-moz-placeholder {
  opacity: 0.5;
}
.subscribe_widget :-ms-input-placeholder {
  opacity: 0.5;
}
.subscribe_widget .subscribe-form {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .subscribe_widget .subscribe-form {
    font-size: 14px;
  }
}
.subscribe_widget .subscribe-form .form-group {
  margin-bottom: 0px;
  position: relative;
}
.subscribe_widget .subscribe-form .form-group input[type="email"] {
  background-color: transparent;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px !important;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe_widget .subscribe-form .form-group input[type="email"] {
    width: 70%;
  }
}
.subscribe_widget .subscribe-form .form-group input[type="email"]:focus {
  color: white;
  border-bottom-color: #2a7bff;
}
.subscribe_widget .subscribe-form .form-group .btn.btn-send {
  position: absolute;
  right: 0;
  top: 7px;
  color: #2a7bff;
  background-color: transparent;
  font-size: 18px;
  padding: 0;
  opacity: 0.8;
}

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss ul:last-child {
  margin-bottom: 0;
}
.widget_rss li {
  margin-bottom: 1.6em;
  padding-bottom: 25px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss li .rssSummary {
  margin: 5px 0;
  line-height: 1.75em;
}
.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.widget_rss .rss-date, .widget_rss cite {
  font-size: 0.8em;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
}
.widget_rss > p {
  position: relative;
}

#wp-calendar caption {
  font-weight: 600;
}

#wp-calendar td,
#wp-calendar th {
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group,
.widget_product_search .input-group {
  position: relative;
}
.widget_search .input-group .form-controller,
.widget_product_search .input-group .form-controller {
  display: table-cell;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  outline: none;
}
.widget_search .input-group .form-controller:focus,
.widget_product_search .input-group .form-controller:focus {
  border-color: #2a7bff;
}
.widget_search button, .widget_search input[type="button"], .widget_search input[type="reset"], .widget_search input[type="submit"],
.widget_product_search button,
.widget_product_search input[type="button"],
.widget_product_search input[type="reset"],
.widget_product_search input[type="submit"] {
  border: 0px solid;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 16px;
  color: #292929;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget_search button:hover, .widget_search input[type="button"]:hover, .widget_search input[type="reset"]:hover, .widget_search input[type="submit"]:hover,
.widget_product_search button:hover,
.widget_product_search input[type="button"]:hover,
.widget_product_search input[type="reset"]:hover,
.widget_product_search input[type="submit"]:hover {
  color: #2a7bff;
}

.tagcloud {
  margin-bottom: -10px;
}
.tagcloud a {
  padding: 10px 20px;
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 1199px) {
  .tagcloud a {
    padding: 10px 15px;
    font-size: 15px;
  }
}
.tagcloud a:hover {
  background-color: #2a7bff;
  color: white;
  border-color: #2a7bff;
}

.widget_gallery .gallery-content img {
  width: 100%;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  background-color: #47bbff;
  background-attachment: fixed;
}

.footer-widget ul li {
  padding: 6px 0;
}

.footer-widget ul li a {
  color: white;
  transition: all 0.3s;
  position: relative;
}

.footer-widget ul li a i {
  margin-right: 10px;
}

.footer-widget ul li a:hover {
  padding-left: 5px;
}

.footer-widget ul li a:hover .footer-widget ul li a::before {
  background-color: var(--main-color);
}

.footer-widget {
  margin-top: -4px;
}

.footer-widget p {
  color: white;
}

.footer-section .widget-title {
  position: relative;
  color: #fff;
  margin-bottom: 20px;
}

.footer-section .widget-title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 42px;
  height: 2px;
  background-color: var(--main-color);
}

.footer-widget ul li:last-child {
  padding: 6px 0 0 0;
}

.footer-social li {
  display: inline-block;
}

.footer-social-two {
  margin-top: 20px;
}

.footer-social-two li + li {
  margin-left: 10px;
}

.footer-social-two li {
  display: inline-block;
}

.footer-social li a {
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  padding-left: 0 !important;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-social-two li a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  padding-left: 0 !important;
  color: #e3e2e2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-social-two li:nth-child(1) a {
  background-color: #4267b2;
}

.footer-social-two li:nth-child(2) a {
  background-color: #41abe1;
}

.footer-social-two li:nth-child(3) a {
  background-color: #e41332;
}

.footer-social-two li:nth-child(4) a {
  background-color: #446ae4;
}

.footer-social li a::before {
  position: unset !important;
}

.footer-social li a:hover {
  color: #fff !important;
  background-color: #2a7bff;
  border: 2px solid #2a7bff;
}

.footer-social li a i {
  margin-right: 0 !important;
}

.footer-social li + li {
  margin-left: 10px;
}

.footer-logo p {
  margin-top: 20px;
}

.footer-contact-list li {
  color: white;
}

.footer-nav-area {
  margin-top: 30px;
  margin-bottom: 40px;
}

.footer-nav li {
  display: inline-block;
}

.footer-nav li a {
  color: white;
  padding: 0 8px;
  font-weight: 600;
}

.privacy-area {
  background-color: #47bbff;
  padding: 15px;
  border-top: 1px solid #e3e3e3;
}

.privacy-area-two {
  background-color: #032458;
  border: none;
}

.privacy-area p {
  color: white;
}
.wp-pagenavi {
	clear: both; margin-top:15px; padding-top:15px; overflow:hidden
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px; margin-bottom:15px;display:inline-block; float:left
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.fenye{ margin-top:15px}
.tag a{ font-size:14px; color:#737373; line-height:28px}
.relevant_new li{ width:50%; float:left}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background-color: rgba(253,104,70, 0.5); color:#FFFFFF}
.about-content p{ text-indent:2em}
.payment-item img{display:inline-block; margin:0px auto; height:100px}
.payment-item { text-align:center}
.flink{ padding-top:15px; color:#FFFFFF}
.flink a{ color:#FFFFFF; margin-right:8px}
.ptb-120{ padding-bottom:60px}
.client-thumb img{ max-width:120px}
.service-content p{ min-height:120px}