/*
Theme Name: Consulter
Author: RRDevs
Author URI: https://themeforest.net/user/rrdevs/
Theme URI: https://modinatheme.com/consulter/
Description: Real States WordPress Theme
Version: 1.0.0
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(119, 255, 210, 0.788) inset !important;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input, textarea, button {
  border: 0px;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #243342;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #04213F;
  line-height: 145%;
}

h1 {
  font-size: 48px;
  line-height: 1.17;
}

@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #EF0548;
}

p {
  margin: 0px;
}

.fs-lg {
  font-size: 86px;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width: 767px) and (max-width: 991px) {
  .fs-lg {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .fs-lg {
    font-size: 36px;
  }
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

.mx-auto {
  margin: 0 auto;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center:before, .align-center:after {
  content: none;
}

.align-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center-h:before, .align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center-v:before, .align-center-v:after {
  content: none;
}

.align-center-v-b {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center-v-b:before, .align-center-v-b:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center:before, .justify-content-center:after {
  content: none;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eq-height:before, .eq-height:after {
  content: none;
}

/* ----------------------------------
    Template Helps Classes - Styles
 ------------------------------------ */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  color: #fff !important;
}

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

/* padding left */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/* padding right */
.pr-5 {
  padding-right: 5px;
}

.pr-5i {
  padding-right: 5px !important;
}

@media (max-width: 767px) {
  .pr-5i {
    padding-right: 15px !important;
  }
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-150 {
  padding-right: 150px;
}

/* padding top */
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

/* padding bottom */
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

/* margin left */
.ml-5 {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

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

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

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

/* margin right */
.mr-5 {
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

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

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

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

/* margin top */
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

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

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

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

/* margin bottom */
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

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

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

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: right;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top;
}

.bg-100 {
  background-size: 100% 100%;
}

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

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

.lr-9 {
  margin-left: -9px;
  margin-right: -9px;
}

.lr-9 [class*="col"] {
  padding-left: 9px;
  padding-right: 9px;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #EF0548;
  z-index: -1;
}

.fix {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shape {
  position: absolute;
}

@media (max-width: 1191px) {
  .shape {
    display: none;
    opacity: 0;
  }
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

.scroll-up {
  position: fixed;
  background: #00baa3;
  border-radius: 50%;
  bottom: 0px;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 44px;
  right: 20px;
  text-align: center;
  width: 40px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 990;
}

.scroll-up i {
  color: #fff;
}

.scroll-up:hover {
  background-color: #f86048;
  color: #fff;
}

.scroll-up.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .scroll-up {
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    right: 30px;
    width: 30px;
  }
}

button {
  border: none;
}

section {
  position: relative;
  z-index: 1;
}

section.pt-235 {
  padding-top: 225px;
}

@-webkit-keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equal > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 414px) {
  .d-none-mobile {
    display: none !important;
  }
}

.overlay {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 40%;
  opacity: 0;
  visibility: hidden;
}

.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: .5;
  visibility: visible;
}

@-webkit-keyframes left-to-right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}

@keyframes left-to-right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}

@-webkit-keyframes right-to-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}

@keyframes right-to-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}

@-webkit-keyframes left-to-center {
  0% {
    background-position: left center;
  }
  100% {
    background-position: center center;
  }
}

@keyframes left-to-center {
  0% {
    background-position: left center;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes right-to-center {
  0% {
    background-position: right center;
  }
  100% {
    background-position: center center;
  }
}

@keyframes right-to-center {
  0% {
    background-position: right center;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes top-to-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}

@keyframes top-to-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}

@-webkit-keyframes top-to-center {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center center;
  }
}

@keyframes top-to-center {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}

@keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}

@-webkit-keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center center;
  }
}

@keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}

@keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}

@-webkit-keyframes top-left-to-center {
  0% {
    background-position: left top;
  }
  100% {
    background-position: center center;
  }
}

@keyframes top-left-to-center {
  0% {
    background-position: left top;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}

@keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}

@-webkit-keyframes top-right-to-center {
  0% {
    background-position: right top;
  }
  100% {
    background-position: center center;
  }
}

@keyframes top-right-to-center {
  0% {
    background-position: right top;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}

@keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}

@-webkit-keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: center center;
  }
}

@keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left top;
  }
}

@keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left top;
  }
}

@-webkit-keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: center center;
  }
}

@keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}

@keyframes zoomIn {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}

.animation_left-to-right {
  background-position: left center;
}

.active .animation_left-to-right {
  -webkit-animation: left-to-right 5s ease 0s 1 normal forwards running;
          animation: left-to-right 5s ease 0s 1 normal forwards running;
}

.animation_right-to-left {
  background-position: right center;
}

.active .animation_right-to-left {
  -webkit-animation: right-to-left 5s ease 0s 1 normal forwards running;
          animation: right-to-left 5s ease 0s 1 normal forwards running;
}

.animation_left-to-center {
  background-position: left center;
}

.active .animation_left-to-center {
  -webkit-animation: left-to-center 5s ease 0s 1 normal forwards running;
          animation: left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_right-to-center {
  background-position: right center;
}

.active .animation_right-to-center {
  -webkit-animation: right-to-center 5s ease 0s 1 normal forwards running;
          animation: right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-to-bottom {
  background-position: center top;
}

.active .animation_top-to-bottom {
  -webkit-animation: top-to-bottom 5s ease 0s 1 normal forwards running;
          animation: top-to-bottom 5s ease 0s 1 normal forwards running;
}

.animation_top-to-center {
  background-position: center top;
}

.active .animation_top-to-center {
  -webkit-animation: top-to-center 5s ease 0s 1 normal forwards running;
          animation: top-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-top {
  background-position: center bottom;
}

.active .animation_bottom-to-top {
  -webkit-animation: bottom-to-top 5s ease 0s 1 normal forwards running;
          animation: bottom-to-top 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-center {
  background-position: center bottom;
}

.active .animation_bottom-to-center {
  -webkit-animation: bottom-to-center 5s ease 0s 1 normal forwards running;
          animation: bottom-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-bottom-right {
  background-position: left top;
}

.active .animation_top-left-to-bottom-right {
  -webkit-animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
          animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-center {
  background-position: left top;
}

.active .animation_top-left-to-center {
  -webkit-animation: top-left-to-center 5s ease 0s 1 normal forwards running;
          animation: top-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-bottom-left {
  background-position: right top;
}

.active .animation_top-right-to-bottom-left {
  -webkit-animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
          animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-center {
  background-position: right top;
}

.active .animation_top-right-to-center {
  -webkit-animation: top-right-to-center 5s ease 0s 1 normal forwards running;
          animation: top-right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-top-right {
  background-position: left bottom;
}

.active .animation_bottom-left-to-top-right {
  -webkit-animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
          animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-center {
  background-position: left bottom;
}

.active .animation_bottom-left-to-center {
  -webkit-animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
          animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-top-left {
  background-position: right bottom;
}

.active .animation_bottom-right-to-top-left {
  -webkit-animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
          animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-center {
  background-position: right bottom;
}

.active .animation_bottom-right-to-center {
  -webkit-animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
          animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

nav .breadcrumb {
  list-style: none;
}

nav .breadcrumb li {
  list-style: none;
}

@media (min-width: 768px) {
  .no-padding .col-12 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .no-padding .col-12 {
    padding: 0px 30px;
  }
}

.mask-outline {
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.mask-outline h1 {
  font-size: 200px;
  margin-bottom: 0;
  line-height: 1;
}

@media (max-width: 991px) {
  .mask-outline h1 {
    font-size: 150px;
  }
}

@media (max-width: 576px) {
  .mask-outline h1 {
    font-size: 100px;
  }
}

.mask-outline h2 {
  font-size: 115px;
  margin-bottom: 0;
  line-height: 1;
}

.mask-outline h3 {
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1;
}

#scrollUp {
  background-color: #EF0548;
  border-radius: 50%;
  bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  height: 40px;
  line-height: 44px;
  right: 20px;
  text-align: center;
  width: 40px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: fixed;
  z-index: 9999;
}

#scrollUp:hover {
  background-color: #4069FF;
}

@media only screen and (max-width: 991px) {
  #scrollUp {
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    right: 30px;
    width: 30px;
  }
}

@media (max-width: 414px) {
  .d-none-mobile {
    display: none !important;
  }
}

.width-90 {
  max-width: 90% !important;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media (max-width: 991px) {
  .width-90 {
    max-width: 100% !important;
    width: 100%;
  }
}

.width-90.bg-before {
  position: relative;
}

.width-90.bg-before::before {
  position: absolute;
  right: -15%;
  bottom: 0;
  width: 15%;
  content: "";
  height: 50%;
  background-color: #FDF6F8;
}

@-webkit-keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  23% {
    -webkit-transform: translateX(17px);
            transform: translateX(17px);
    opacity: 1;
  }
  24%,
  80% {
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
  }
}

@keyframes arrow {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  23% {
    -webkit-transform: translateX(17px);
            transform: translateX(17px);
    opacity: 1;
  }
  24%,
  80% {
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {
  0%,
  100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
            transform: rotate(-40deg) scaleX(1);
  }
  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {
  0%,
  100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
            transform: rotate(-40deg) scaleX(1);
  }
  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {
  0%,
  100% {
    -webkit-transform: rotate(40deg) scaleX(1);
            transform: rotate(40deg) scaleX(1);
  }
  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {
  0%,
  100% {
    -webkit-transform: rotate(40deg) scaleX(1);
            transform: rotate(40deg) scaleX(1);
  }
  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}

@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomBg {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomBg {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomBg {
  -webkit-animation-name: zoomMe;
          animation-name: zoomMe;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
  -webkit-transition: 1s;
  transition: 1s;
}

@-webkit-keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes dimond {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes dimond {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes bounceUp {
  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 bounceUp {
  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 moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

@-webkit-keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

/* ----------------------------------
  All Aniamtion Styles
 ------------------------------------ */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@-webkit-keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes playVideo1 {
  0% {
    -webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.2);
  }
}

@keyframes playVideo1 {
  0% {
    -webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.2);
  }
}

@-webkit-keyframes playVideo2 {
  0% {
    -webkit-box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.5);
            box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.5);
  }
  40% {
    -webkit-box-shadow: 0 0 0px 0px rgba(64, 105, 255, 0.5);
            box-shadow: 0 0 0px 0px rgba(64, 105, 255, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0px 5px rgba(64, 105, 255, 0.5);
            box-shadow: 0 0 0px 5px rgba(64, 105, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.5);
            box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.5);
  }
}

@keyframes playVideo2 {
  0% {
    -webkit-box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.5);
            box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.5);
  }
  40% {
    -webkit-box-shadow: 0 0 0px 0px rgba(64, 105, 255, 0.5);
            box-shadow: 0 0 0px 0px rgba(64, 105, 255, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0px 5px rgba(64, 105, 255, 0.5);
            box-shadow: 0 0 0px 5px rgba(64, 105, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.5);
            box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.5);
  }
}

@-webkit-keyframes playVideo3 {
  0% {
    -webkit-box-shadow: 0 0 0px 17px #4069FF;
            box-shadow: 0 0 0px 17px #4069FF;
  }
  40% {
    -webkit-box-shadow: 0 0 0px 6px #4069FF;
            box-shadow: 0 0 0px 6px #4069FF;
  }
  80% {
    -webkit-box-shadow: 0 0 0px 12px #4069FF;
            box-shadow: 0 0 0px 12px #4069FF;
  }
  100% {
    -webkit-box-shadow: 0 0 0px 17px #4069FF;
            box-shadow: 0 0 0px 17px #4069FF;
  }
}

@keyframes playVideo3 {
  0% {
    -webkit-box-shadow: 0 0 0px 17px #4069FF;
            box-shadow: 0 0 0px 17px #4069FF;
  }
  40% {
    -webkit-box-shadow: 0 0 0px 6px #4069FF;
            box-shadow: 0 0 0px 6px #4069FF;
  }
  80% {
    -webkit-box-shadow: 0 0 0px 12px #4069FF;
            box-shadow: 0 0 0px 12px #4069FF;
  }
  100% {
    -webkit-box-shadow: 0 0 0px 17px #4069FF;
            box-shadow: 0 0 0px 17px #4069FF;
  }
}

@-webkit-keyframes playVideo4 {
  0% {
    -webkit-box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.2);
            box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 0 0px 0px rgba(64, 105, 255, 0.2);
            box-shadow: 0 0 0px 0px rgba(64, 105, 255, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 0 0px 5px rgba(64, 105, 255, 0.2);
            box-shadow: 0 0 0px 5px rgba(64, 105, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.2);
            box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.2);
  }
}

@keyframes playVideo4 {
  0% {
    -webkit-box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.2);
            box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 0 0px 0px rgba(64, 105, 255, 0.2);
            box-shadow: 0 0 0px 0px rgba(64, 105, 255, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 0 0px 5px rgba(64, 105, 255, 0.2);
            box-shadow: 0 0 0px 5px rgba(64, 105, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.2);
            box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.2);
  }
}

@-webkit-keyframes playVideo5 {
  0% {
    -webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
  }
  40% {
    -webkit-box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.1);
  }
  80% {
    -webkit-box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
  }
}

@keyframes playVideo5 {
  0% {
    -webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
  }
  40% {
    -webkit-box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.1);
  }
  80% {
    -webkit-box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
  }
}

/* ------------------------------------------------------------------
   Template Default Button, Input Styles - Value Change with Your's Need
 -------------------------------------------------------------------- */
.btnd, .theme-btn, .video-btn {
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
}

.theme-btn {
  color: #FFF;
  padding: 19px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  background-color: #EF0548;
  border: 2px solid #EF0548;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 2px;
  font-family: "Poppins", sans-serif;
}

.theme-btn i {
  margin-left: 6px;
}

.theme-btn.border-style::before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid #fff;
  z-index: -1;
}

@media (max-width: 580px) {
  .theme-btn {
    padding: 16px 35px;
  }
}

@media (max-width: 480px) {
  .theme-btn {
    padding: 15px 30px;
    font-size: 15px;
  }
}

.theme-btn.no-fil {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

@media (max-width: 585px) {
  .theme-btn.no-fil {
    margin-left: 0;
  }
}

.theme-btn.no-fil:hover {
  background-color: #4069FF;
  border: 2px solid #4069FF;
}

.theme-btn.black {
  background-color: #EF0548;
  border-color: #EF0548;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.theme-btn.black:hover {
  background-color: #4069FF;
  border: 2px solid #4069FF;
}

.theme-btn.minimal-btn {
  color: #727475;
  border: 2px solid #ebebeb;
  background: transparent;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.theme-btn.color-3 {
  background: #FF9C00 !important;
  border-color: #FF9C00 !important;
}

.theme-btn.color-3:hover {
  background-color: #EF0548 !important;
  color: #fff !important;
  border-color: #EF0548 !important;
}

.theme-btn.btn-white {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #FF9C00 !important;
}

.theme-btn.btn-white:hover {
  background: #FF9C00 !important;
  color: #fff !important;
  border-color: #FF9C00 !important;
}

.theme-btn:hover {
  background-color: #4069FF;
  border: 2px solid #4069FF;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #FFF;
}

.video-btn {
  font-size: 16px;
  font-weight: 700;
  color: #EF0548;
}

.video-btn i {
  margin-right: 10px;
}

.video-play-btn .play-video {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: #FFF;
  color: #EF0548;
  line-height: 120px;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  -webkit-animation: playVideo infinite 3.5s;
          animation: playVideo infinite 3.5s;
  display: inline-block;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .video-play-btn .play-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.video-play-btn .play-video:hover {
  color: #EF0548;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.video-play-btn .play-text {
  font-weight: 700;
}

.cat-btn {
  font-size: 16px;
  line-height: 1;
  padding: 20px 30px;
  font-weight: 700;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent;
  display: inline-block;
  margin-right: 10px;
  margin-top: 30px;
}

.cat-btn i {
  margin-right: 10px;
}

.cat-btn.color {
  background-color: #EF0548;
  border-color: #EF0548;
  color: #fff;
}

.cat-btn:hover {
  background-color: #EF0548;
  border-color: #EF0548;
  border-style: solid;
  border-width: 1px;
}

.portfolio-cat-filter button {
  border: none;
  background-color: #86BB461F;
  display: inline-block;
  padding: 15px 32px;
  line-height: 1;
  text-transform: capitalize;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 30px;
  margin: 0px 5px;
  font-weight: 500;
  margin-top: 30px;
  color: #EF0548;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

@media (max-width: 767px) {
  .portfolio-cat-filter button {
    padding: 15px 25px;
    font-size: 12px;
    margin-top: 10px;
  }
}

.portfolio-cat-filter button.active, .portfolio-cat-filter button:hover {
  color: #fff;
  background-color: #EF0548;
}

.preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #EF0548;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 1400px) {
  .preloader .animation-preloader .spinner {
    width: 7em;
    height: 7em;
    margin: 0 auto 2.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 4.5em "Poppins", sans-serif, sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 3.5em;
  }
}

@media (max-width: 991px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 3em;
  }
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

@media (max-width: 480px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 1.9em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: #EF0548;
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #4069FF;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.preloader p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #FF9C00;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

body {
  word-wrap: break-word;
}

body ol.wp-block-latest-comments {
  list-style-type: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

body ol.wp-block-latest-comments li {
  list-style-type: none !important;
  margin-left: 0 !important;
}

body ul.wp-block-latest-posts {
  list-style-type: none !important;
  margin-left: 0 !important;
}

body ul.wp-block-latest-posts li {
  list-style-type: none !important;
  margin-left: 0 !important;
}

.post.sticky {
  border: 1px solid #202426;
  background: #EDF3F7;
}

.post.sticky .post-content {
  padding-top: 10px;
}

form.search-form span {
  display: none;
}

form.search-form .search-submit {
  color: #fff;
  background-color: #4069FF;
  position: absolute;
  height: 100%;
  right: 0px;
  padding: 0px 20px;
}

.search-form {
  overflow: hidden;
  position: relative;
}

.search-form label {
  width: 100%;
}

.search-form .search-field {
  height: 60px;
  line-height: 60px;
  padding-left: 25px;
  position: relative;
  padding-right: 60px;
  background-color: #252a2a12;
  width: 100%;
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
  font-size: 1.4rem;
  line-height: 2rem;
}

.wp-block-group__inner-container > ul {
  padding-left: 0px;
}

.widget_block h2 {
  font-size: 1.4rem;
  line-height: 2rem;
}

.widget_block h3 {
  font-size: 1.4rem;
  line-height: 2rem;
}

.widget.widget_block h3 {
  margin-bottom: 20px;
}

.widget.widget_block h2 {
  margin-bottom: 20px;
}

.wp-block-group {
  display: block;
  clear: both;
  display: flow-root;
}

.wp-block-group .wp-block-group__inner-container h2 {
  margin-bottom: 20px;
  position: relative;
}

.wp-block-search .wp-block-search__label {
  width: 100%;
  display: none;
}

.wp-block-search .wp-block-search__button {
  border: 0px;
  color: #fff;
  margin-left: 10px;
  word-break: normal;
  background: #EF0548;
  text-transform: capitalize;
  font-size: 17px;
  border-radius: 0px;
  padding: 10px 16px;
}

.wp-block-search input[type="search"].wp-block-search__input {
  background: #f8f8f8;
  font-size: 15px;
  width: 100%;
  border-radius: 0px;
  min-height: 52px;
  height: 52px;
}

.wp-block-group__inner-container {
  padding: 0px !important;
  padding: 20px;
}

.byline {
  display: none;
}

.updated:not(.published) {
  display: none;
}

.single .byline {
  display: inline;
}

.group-blog .byline {
  display: inline;
}

table {
  width: 100%;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
  margin: 0 0 20px;
  width: 100%;
  margin-bottom: 30px !important;
}

table tr {
  border: inherit;
}

table th {
  border-top: 1px solid;
  border-right: 1px solid;
  text-align: center;
  padding: 8px;
  border-color: #d7d7d7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #d7d7d7;
}

table th a {
  font-weight: 600;
  color: #EF0548;
}

table td {
  border-top: 1px solid;
  border-right: 1px solid;
  text-align: center;
  padding: 8px;
  border-color: #d7d7d7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #d7d7d7;
}

table td a {
  font-weight: 600;
  color: #EF0548;
  font-weight: 600;
  color: #EF0548;
}

.widget table caption {
  padding-bottom: 0;
  text-align: right;
  padding-bottom: 0;
  padding-top: 10px;
}

.widget img {
  max-width: 100%;
}

.widget nav.wp-calendar-nav {
  bottom: 0;
  position: absolute;
}

.widget select {
  padding: 0 15px;
  width: 100%;
  cursor: pointer;
  border-color: #dddddd;
  outline: none;
  color: #243342;
  font-size: 17px;
}

.widget select:focus {
  padding: 0 15px;
  width: 100%;
  cursor: pointer;
  border-color: #dddddd;
  outline: none;
  color: #243342;
}

.widget ul li > span.number {
  float: right;
  color: #243342;
}

.calendar_wrap {
  position: relative;
}

.calendar_wrap table {
  width: 100%;
  color: #EF0548;
}

.calendar_wrap tbody td {
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}

.calendar_wrap tbody th {
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}

.calendar_wrap tbody td#today a {
  color: #fff;
}

.calendar_wrap td#today {
  background: #333333;
  color: #fff;
}

.calendar_wrap tfoot {
  background: #f5f5f5;
}

.calendar_wrap tfoot td {
  font-size: 15px;
  color: #EF0548;
  font-weight: 400;
  padding: 0 15px;
  height: 42px;
}

.calendar_wrap tfoot td a {
  color: #EF0548;
}

.calendar_wrap tfoot td a:hover {
  color: #FF9C00;
}

.calendar_wrap tfoot td#prev {
  text-align: left;
}

.calendar_wrap tfoot td#next {
  text-align: right;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  clear: both;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  clear: both;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.attachment-full.size-full {
  width: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  margin-bottom: 1.6em;
  max-width: 100%;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
  color: #EF0548;
  line-height: 1.5;
  padding: 0.5em 0;
  font-size: 16px;
  text-align: center;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.comment-content img {
  max-width: 100%;
}

.bypostauthor {
  display: block;
  display: block;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #EF0548;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.clear:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.entry-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.entry-content ul li.blocks-gallery-item {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entry-content ul li.blocks-gallery-item:before {
  content: '';
}

.entry-content table th {
  padding: 15px;
}

.entry-content table td {
  padding: 15px;
}

.entry-content img {
  max-width: 100%;
}

.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site-footer:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 15px;
  margin: 0;
  width: 100%;
}

.gallery-item figcaption {
  font-weight: normal;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-image figcaption {
  font-weight: 400;
  font-size: .8em;
  font-size: .8em;
  margin-top: 0;
  margin-top: 0;
  font-weight: 400;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  font-weight: 400;
  font-size: .8em;
  font-size: .8em;
  margin-top: 0;
  margin-top: 0;
  font-weight: 400;
}

.wp-block-gallery .blocks-gallery-item figure img {
  margin-top: 0;
}

ul.blocks-gallery-grid {
  margin-left: 0 !important;
}

ul.blocks-gallery-grid li:before {
  display: none;
}

.wp-block-button {
  margin-bottom: 15px;
}

.wp-block-button.is-style-squared a {
  border-radius: 0;
}

.wp-block-button__link.wp-block-button.is-style-squared a {
  border-radius: 0;
}

.wp-block-cover-image {
  margin-bottom: 15px;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover-image h1:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover-image h2 {
  font-size: 36px;
}

.wp-block-cover-image h2:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover-image h3:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover-image h4:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover-image h5:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover-image h6:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover-image p:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover-image strong {
  color: #fff;
}

.wp-block-cover-image .wp-block-cover-image-text {
  font-size: 36px;
}

.wp-block-cover-image .wp-block-cover-text {
  font-size: 36px;
}

.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container {
  color: #fff;
}

.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text {
  color: #fff;
}

.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
  color: #fff;
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-block-cover .wp-block-subhead:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover h1:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover h2 {
  font-size: 36px;
}

.wp-block-cover h2:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover h3:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover h4:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover h5:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover h6:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover strong {
  color: #fff;
}

.wp-block-cover .wp-block-cover-image-text {
  font-size: 36px;
}

.wp-block-cover .wp-block-cover-text {
  font-size: 36px;
}

.wp-block-cover .wp-block-cover-text a {
  font-size: inherit;
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container {
  color: #fff;
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text {
  color: #fff;
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover-text {
  color: #fff;
}

strong {
  color: #202426;
  font-weight: bold;
}

dt {
  color: #202426;
  font-size: 20px;
  line-height: 32px;
}

i {
  font-style: italic;
}

cite {
  font-style: italic;
}

em {
  font-style: italic;
}

var {
  font-style: italic;
}

address {
  font-style: italic;
}

dfn {
  font-style: italic;
}

.blocks-gallery-caption {
  margin-top: 20px;
  color: #EF0548;
  font-weight: 500;
}

.wp-block-embed figcaption {
  margin-top: 20px;
  color: #EF0548;
  font-weight: 500;
}

.wp-block-embed iframe {
  max-width: 100%;
  width: 100%;
}

.wp-block-image figcaption {
  margin-top: 20px;
  color: #EF0548;
  font-weight: 500;
}

.wp-block-image .alignleft {
  margin: inherit;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

figcaption {
  margin-top: 20px;
  color: #EF0548;
  font-weight: 500;
  display: block;
}

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

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

img.wp-post-image {
  height: auto;
  max-width: 100%;
}

.blocks-gallery-grid .blocks-gallery-image figcaption {
  font-size: .8em;
  font-size: .8em;
  margin-top: 0;
  margin-top: 0;
}

.blocks-gallery-grid .blocks-gallery-item figcaption {
  font-size: .8em;
  font-size: .8em;
  margin-top: 0;
  margin-top: 0;
}

.wp-block-video video {
  width: 100%;
}

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

ul {
  padding-left: 20px;
}

ul ul {
  padding-left: 20px;
}

ul ol {
  padding-left: 20px;
}

ol {
  padding-left: 20px;
}

ol ol {
  padding-left: 20px;
}

ol ul {
  padding-left: 20px;
}

select {
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  color: #454545;
  vertical-align: middle;
  min-width: 100%;
  border: 1px solid #dddddd;
  outline: 0 !important;
  max-height: calc(12.2em + 18px);
  height: calc(2.2em + 19px);
  padding: 13px 10px 10px;
  -webkit-appearance: none;
  background-size: 12px;
  background-position: calc(100% - 13px) 24px;
  background-repeat: no-repeat;
  max-width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23dddddd'><polygon points='0,0 100,0 50,50'/></svg>");
  margin-bottom: 15px;
}

input[type="text"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="email"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="url"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="password"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="search"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="number"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="tel"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="range"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="date"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="month"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="week"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="time"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="datetime"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="datetime-local"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type="color"] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

textarea {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #EF0548;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 4px;
}

pre {
  background: #eef3f9;
  padding: 30px;
  border-radius: 5px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 30px;
}

.entry-summary img {
  max-width: 100%;
}

form.post-password-form {
  position: relative;
}

.post-password-form label {
  width: 100%;
  display: block;
}

.post-password-form input[type="password"] {
  border: 1px solid #eef3f9;
  width: 100%;
  height: 52px;
  padding: 10px 15px;
}

.post-password-form input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0px;
  padding: 12px 30px;
  border-radius: 0px 4px 4px 0px;
  border: none;
  background: #EF0548;
  color: #fff;
  background-color: #4069FF;
  display: inline-block;
  height: 60px;
  padding: 0px 40px;
  color: #fff;
  border-radius: 2px;
  display: block;
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-password-form input[type="password"] {
  height: 60px;
  line-height: 60px;
  padding-left: 25px;
  position: relative;
  padding-right: 25px;
  background-color: #f7f7f7;
  width: 100% !important;
  border-radius: 2px;
  border: 1px solid rgba(68, 68, 68, 0.2);
  display: block;
  margin-top: 10px;
}

.format-chat .entry-content p {
  padding: 15px;
  margin-right: 20px;
  background: #eef3f9;
  border-radius: 5px;
}

.format-chat .entry-content p:nth-child(2n) {
  margin-right: 0;
  margin-left: 24px;
  text-align: right;
}

article {
  display: block;
}

aside {
  display: block;
}

figure {
  display: block;
}

footer {
  display: block;
}

footer table th {
  border-top: 1px solid;
  border-right: 1px solid;
  text-align: center;
  padding: 8px;
  border-color: #d7d7d7;
  color: #fff;
}

footer table td {
  border-top: 1px solid;
  border-right: 1px solid;
  text-align: center;
  padding: 8px;
  border-color: #d7d7d7;
  color: #fff;
}

footer span.wp-calendar-nav-prev a:hover {
  color: #EF0548;
}

footer span.wp-calendar-nav-next a:hover {
  color: #EF0548;
}

footer .widget ul li > span.number {
  color: #fff;
}

header {
  display: block;
}

hgroup {
  display: block;
}

main {
  display: block;
}

nav {
  display: block;
}

section {
  display: block;
}

.page-links {
  clear: both;
  margin: 1.5em 0;
  margin-top: 20px;
  font-weight: 600;
  clear: both;
}

.page-links .post-page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #eee;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 3px;
}

.page-links a.post-page-numbers {
  background-color: #4069FF;
  color: #fff;
}

.page-links a.post-page-numbers:hover {
  background-color: #EF0548;
  color: #fff;
}

.page-links .page-link-label {
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
}

.page-links a:visited {
  color: #fff;
}

.page-links a:focus {
  color: #fff;
}

.page-links a:hover {
  color: #fff;
  background-color: #EF0548;
}

.page p img {
  margin-bottom: 30px;
}

blockquote.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

.wp-caption.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

.wp-calendar-table tr td a:hover {
  color: #EF0548;
}

.wp-calendar-table tbody td#today {
  background: #EF0548;
  opacity: 1;
  color: #fff;
  border-color: #EF0548;
}

table.wp-calendar-table {
  margin: 0;
}

.wp-block-archives a, .wp-block-categories a {
  color: #EF0548;
}

.wp-block-archives a:hover, .wp-block-categories a:hover {
  color: #FF9C00;
}

ul.wp-block-archives.extraclass.wp-block-archives-list li {
  margin-bottom: 15px;
}

button.wp-block-search__button {
  border: none;
  padding: 0 24px;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

button.wp-block-search__button:hover {
  background-color: #4069FF;
  color: #fff;
}

.post-content ul li {
  margin-bottom: 15px;
}

.post-content ol li {
  margin-bottom: 15px;
}

ul.wp-block-rss {
  list-style: none;
  padding: 0;
}

p.has-large-font-size {
  font-size: 36px;
  line-height: 50px;
}

.gallery.gallery-columns-9 .gallery-item {
  width: calc(100% / 9);
}

.single-sidebar-widget .widget {
  background-color: #ededed;
  margin-bottom: 40px;
  padding: 40px 30px;
}

section.widget:last-of-type {
  margin-bottom: 0;
}

.widget.widget_rss .rss-date {
  margin-bottom: 8px;
  display: block;
  margin-top: 4px;
  color: #EF0548;
  font-weight: 500;
  font-size: 16px;
}

.widget.widget_rss cite {
  margin-top: 10px;
  display: block;
  color: #4069FF;
}

.widget.widget_rss ul li {
  border-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
  border: none;
}

.comment-text img {
  display: block;
  margin: 10px 0px;
}

.widget.widget_text img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
  margin: 15px 0;
}

.widget_rss li cite:before {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #4069FF;
  content: "";
  position: relative;
  top: -5px;
  margin-right: 10px;
}

.widget.widget_tag_cloud .tagcloud a {
  background-color: #EF0548;
  padding: 11px 25px;
  line-height: 18px;
  font-size: 14px !important;
  text-transform: capitalize;
  border-radius: 5px;
  margin-right: 5px;
  color: #fff !important;
  display: inline-block;
  clear: both;
  overflow: hidden;
}

.widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: #4069FF;
}

.widget.widget_archive li:hover .post-count-number {
  color: #fff;
}

.bre-sub span > i {
  font-size: 11px;
  margin: 0 5px;
}

blockquote {
  padding-left: 30px;
  border-left: 5px solid #EF0548;
  margin: 30px 0 30px 0;
}

blockquote cite {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}

.post-contents.entry-content p {
  margin-bottom: 25px;
}

.blog-post-details .post-navigation .nav-links {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  overflow: hidden;
  clear: both;
  word-break: break-word;
}

.blog-post-details .post-navigation .nav-links a {
  display: block;
  color: #fff;
  padding: 30px 20px;
  background: #EF0548;
  font-size: 18px;
  font-weight: 500;
}

.blog-post-details .post-navigation .nav-links a:hover {
  background: #4069FF;
}

.blog-post-details .post-navigation .nav-next a {
  text-align: right;
}

.comment-form-wrap {
  overflow: hidden;
  width: 100%;
}

.page-contents p {
  margin-bottom: 15px;
  margin-bottom: 15px;
}

.page-contents p:last-child {
  margin-bottom: 0;
}

.page-contents ul {
  list-style-type: revert;
  list-style-type: revert;
}

.page-contents ul li {
  list-style-type: revert;
}

tbody {
  border: 1px solid #d7d7d7;
}

.comment {
  list-style-type: none;
}

.comment ol {
  list-style-type: decimal;
  margin-bottom: 20px;
}

.comment ol li {
  list-style-type: decimal;
}

.page-template-default .blog-wrapper ul {
  margin-bottom: 15px;
}

.page-template-default ol {
  margin-bottom: 15px;
  list-style-type: decimal;
  margin-bottom: 20px;
}

.page-template-default ol li {
  list-style-type: decimal;
}

.page-template-default ul {
  list-style: revert;
}

.page-template-default ul li {
  list-style: revert;
}

.comments-item-list {
  list-style: none !important;
  margin-left: 0px !important;
  padding-left: 0px;
}

.comments-item-list a.comment-reply-link {
  position: absolute;
  right: 0;
  border: 2px solid #eee;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  font-weight: 600;
  top: 0;
}

.comments-item-list a.comment-reply-link:hover {
  color: #EF0548;
  border-color: #EF0548;
}

.comments-item-list a.comment-reply-link i {
  margin-right: 5px;
}

.comments-item-list .single-comment-item .comment-text.comment-text h1 {
  font-size: 2.5rem;
  line-height: 1.3;
}

.comments-item-list .single-comment-item table {
  margin-top: 20px;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.tag-share-wrap .post-tags a {
  display: inline-block;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  background: #EF0548;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-transform: capitalize;
}

.tag-share-wrap .post-tags a:hover {
  background: #4069FF;
  color: #fff;
}

dl {
  margin-top: 20px;
}

.comment-respond {
  margin-top: 30px;
}

.comment-reply-title small {
  font-size: 60%;
  margin-left: 40px;
}

input#wp-comment-cookies-consent {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

p.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.blog-wrapper .blog-post-details .post-meta {
  margin-bottom: 20px;
  text-transform: capitalize;
}

.blog-wrapper .blog-post-details .post-content p {
  margin: 0px;
  margin-bottom: 15px;
  line-height: 1.625;
}

.blog-wrapper .blocks-gallery-item img {
  margin: 0px !important;
}

.wp-block-columns blockquote.wp-block-quote {
  padding: 20px !important;
  font-size: 26px !important;
}

@media screen and (max-width: 992px) {
  .entry-content table th {
    padding: 7px;
  }
  .entry-content table td {
    padding: 7px;
  }
  table td {
    padding: 7px;
  }
}

@media screen and (max-width: 767px) {
  .blog-post-details .post-navigation .nav-links {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .blog-post-details .post-navigation .nav-next a {
    text-align: left;
  }
}

.admin-bar .mobile-nav.show, .admin-bar header.header-1.sticky {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar .mobile-nav.show, .admin-bar header.header-1.sticky {
    top: 46px !important;
  }
}

.widget_recent_entries ul, .widget_recent_comments ul {
  padding-left: 0;
}

nav.navigation.comment-navigation {
  margin-top: 25px;
}

nav.navigation.comment-navigation .nav-links a {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #EF0548;
}

.wp-block-latest-comments__comment {
  margin-bottom: 8px !important;
}

.single-sidebar-widget.widget > ul {
  padding-left: 0px !important;
}

.page-template-default ul.children {
  list-style: none;
}

.wp-block-archives label {
  margin-bottom: 10px;
}

.wp-block-calendar caption {
  padding-top: 10px;
}

.single-sidebar-widget .menu {
  padding-left: 0px;
}

time.wp-block-latest-comments__comment-date {
  margin: 6px 0px;
}

a.wp-block-latest-comments__comment-author {
  text-transform: capitalize;
}

.category-markup.tag-content-2.tag-css.tag-formatting-2 ol,
.tag-html.tag-markup-2 ol {
  padding-left: 29px;
}

.widget_recent_comments ul li span {
  display: block;
}

.wp-block-latest-comments__comment-author {
  font-size: 18px !important;
  color: #243342 !important;
  text-transform: capitalize;
}

.wp-block-latest-comments__comment-author:hover {
  color: #EF0548 !important;
}

span.comment-author-link {
  display: block;
}

.woocommerce .onsale {
  background: #EF0548 !important;
  font-family: "Poppins", sans-serif;
}

.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h5, .woocommerce h4 {
  font-weight: 600;
}

.woocommerce p {
  font-size: 16px;
}

.woocommerce a.button {
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 15px 30px;
  color: #EF0548 !important;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.woocommerce a.button:hover {
  background: #EF0548 !important;
  color: #fff !important;
}

.woocommerce li.product .onsale {
  top: 0;
  border-radius: 50%;
  margin: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  right: 0 !important;
  left: 0px;
}

h2.woocommerce-loop-product__title {
  font-size: 22px !important;
  text-transform: capitalize;
  font-weight: 600 !important;
}

h2.woocommerce-loop-product__title:hover {
  color: #4069FF;
}

.related.products {
  padding-top: 30px;
}

.related.products h2 {
  font-weight: 600;
  margin-bottom: 40px;
}

.woocommerce-tabs.wc-tabs-wrapper h1, .woocommerce-tabs.wc-tabs-wrapper h2, .woocommerce-tabs.wc-tabs-wrapper h3, .woocommerce-tabs.wc-tabs-wrapper h5, .woocommerce-tabs.wc-tabs-wrapper h4 {
  font-weight: 600;
}

.single-product div.product form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-block;
}

.woocommerce div.product form.cart .button, .woocommerce div.product form.cart div.quantity {
  float: none !important;
}

.woocommerce div.product form.cart .button {
  display: block;
  padding: 20px 50px;
  border-radius: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #EF0548 !important;
  font-weight: 600 !important;
  color: #fff !important;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #4069FF !important;
  color: #fff !important;
}

button.plus, button.minus {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

button.plus:hover, button.minus:hover {
  color: #FFF;
  background: #EF0548;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #EF0548;
  font-size: 22px !important;
}

form.cart {
  margin-top: 30px;
}

.woocommerce-product-details__short-description p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}

body .woocommerce ul.products li.product .onsale {
  left: inherit !important;
  right: inherit !important;
}

form.checkout.woocommerce-checkout {
  background: #f9f9f9;
  padding: 40px;
}

form.checkout.woocommerce-checkout input {
  height: 50px;
  padding: 0px 15px;
}

.woocommerce form .form-row textarea {
  padding-top: 15px;
  height: 150px;
}

input#coupon_code {
  width: 220px;
  height: 60px;
}

.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce .woocommerce-pagination ul {
  border: 0px !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li {
  border: 0px !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li.current {
  background-color: #EF0548 !important;
  color: white !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce .woocommerce-pagination ul.page-numbers li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  border-radius: 50%;
  background: #f6f6f6;
  font-weight: 600 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 6px !important;
  padding: 0px !important;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce .woocommerce-pagination ul.page-numbers li span {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    font-size: 14px;
  }
}

.woocommerce .woocommerce-pagination ul.page-numbers li a i, .woocommerce .woocommerce-pagination ul.page-numbers li span i {
  margin-top: 2px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a:hover, .woocommerce .woocommerce-pagination ul.page-numbers li span:hover {
  background-color: #EF0548 !important;
  color: #fff !important;
}

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/
header {
  position: relative;
  z-index: 99;
}

@media (min-width: 1199px) {
  header {
    min-height: 80px;
  }
}

header.header-1 {
  position: relative;
}

header.header-1.sticky {
  top: 0 !important;
  width: 100%;
  position: fixed !important;
  background: #fff;
  -webkit-animation: sticky .8s ease-in-out;
          animation: sticky .8s ease-in-out;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}

@media (max-width: 767px) {
  header.header-1.sticky {
    position: relative;
  }
}

header.header-1.sticky .main-menu ul li > a {
  padding: 30px 20px;
}

header.header-1.sticky .main-menu ul ul li a {
  padding: 10px 20px;
}

header.header-1.sticky .theme-btn {
  padding: 17px 28px;
}

@media (max-width: 991px) {
  header.header-1 {
    padding: 15px 0px;
  }
}

header.header-1 .logo a {
  display: block;
}

header.header-1 .main-menu ul {
  line-height: 1;
}

header.header-1 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}

header.header-1 .main-menu ul > li li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 15px;
}

header.header-1 .main-menu ul > li > a {
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  color: #04213F;
  line-height: 1;
  padding: 38px 18px;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-family: "Poppins", sans-serif;
}

header.header-1 .main-menu ul > li > a span {
  margin-left: 3px;
  font-size: 18px;
}

@media (max-width: 1199px) {
  header.header-1 .main-menu ul > li > a {
    padding: 26px 15px;
  }
}

header.header-1 .main-menu ul > li:hover > a {
  color: #EF0548;
}

header.header-1 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header.header-1 .main-menu ul > li:hover > ul li:hover > a {
  color: #04213F;
}

header.header-1 .main-menu ul > li:hover > ul li:hover ul > a:hover {
  color: #fff;
}

header.header-1 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 220px;
  background-color: #4069FF;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px 0px;
}

header.header-1 .main-menu ul > li > ul li {
  display: block;
}

header.header-1 .main-menu ul > li > ul li a {
  display: block;
  color: #FFF;
  padding: 10px 24px;
  line-height: 1.5;
}

header.header-1 .main-menu ul > li > ul li a:hover {
  color: #EF0548;
}

header.header-1 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

header.header-1.transparent-header {
  background: transparent;
  position: absolute;
  left: 0;
  width: 100%;
}

header.header-1.transparent-header.sticky {
  background: #fff;
}

header.header-1 .header-contact {
  gap: 15px;
  color: #04213F;
}

header.header-1 .header-contact:hover .icon i, header.header-1 .header-contact:focus .icon i {
  color: #EF0548;
}

header.header-1 .header-contact:hover .text span, header.header-1 .header-contact:hover .text h5, header.header-1 .header-contact:focus .text span, header.header-1 .header-contact:focus .text h5 {
  color: #EF0548;
}

header.header-1 .header-contact .icon {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #4069FF;
}

header.header-1 .header-contact .icon i {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header.header-1 .header-contact .text h5 {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 0;
}

header.header-1 .header-contact .text p {
  font-size: 15px;
  line-height: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 5px;
}

header .logo_text {
  text-transform: uppercase;
  color: #EF0548;
  font-size: 28px;
  line-height: 1;
}

header.header-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

header.header-2 .logo img {
  max-width: 100%;
}

@media (max-width: 767px) {
  header.header-2 .logo img {
    width: 100%;
  }
}

header.header-2 hr {
  background: rgba(255, 255, 255, 0.3);
}

header.header-2 #hamburger {
  color: #FF9C00;
}

header.header-2 .middle-bar {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  header.header-2 .middle-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

header.header-2 .main-menu ul {
  line-height: 1;
}

header.header-2 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}

header.header-2 .main-menu ul > li li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 15px;
}

header.header-2 .main-menu ul > li > a {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  color: #FFF;
  line-height: 1;
  padding: 30px 20px;
  overflow: hidden;
  text-align: left;
  position: relative;
  margin-bottom: -3px;
}

header.header-2 .main-menu ul > li > a span {
  margin-left: 3px;
  font-size: 14px;
}

@media (max-width: 1199px) {
  header.header-2 .main-menu ul > li > a {
    padding: 26px 20px;
  }
}

header.header-2 .main-menu ul > li:hover > a {
  color: #FF9C00;
}

header.header-2 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header.header-2 .main-menu ul > li:hover > ul li:hover a {
  color: #243342;
}

header.header-2 .main-menu ul > li:hover > ul li:hover ul a:hover {
  color: #fff;
}

header.header-2 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 220px;
  background-color: #4069FF;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px 0px;
}

header.header-2 .main-menu ul > li > ul li {
  display: block;
}

header.header-2 .main-menu ul > li > ul li a {
  display: block;
  color: #FFF;
  padding: 12px 24px;
  line-height: 1.5;
}

header.header-2 .main-menu ul > li > ul li a:hover {
  color: #243342;
}

header.header-2 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.top-bar-wrapper {
  background: #04213F;
  overflow: hidden;
}

.top-bar-wrapper a {
  color: #fff;
}

.top-bar-wrapper .top-left .social-pages {
  color: #fff;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar-wrapper .top-left .social-pages span {
  margin-right: 20px;
}

.top-bar-wrapper .top-left .social-pages a {
  padding: 18px 20px;
  position: relative;
  margin: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.top-bar-wrapper .top-left .social-pages a::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}

.top-bar-wrapper .top-left .social-pages a::after {
  background: #EF0548;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.top-bar-wrapper .top-left .social-pages a:hover {
  color: #fff;
}

.top-bar-wrapper .top-left .social-pages a:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.top-bar-wrapper .top-right a {
  padding: 0px 20px;
}

.top-bar-wrapper .top-right a:last-child {
  padding-right: 0;
}

.top-bar-wrapper .top-right a:last-child::before {
  display: none;
}

.top-bar-wrapper .top-right a::before {
  position: absolute;
  right: 0;
  top: -100px;
  height: 300px;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}

.top-bar-wrapper .top-right a i {
  color: #EF0548;
  margin-right: 10px;
}

.breadcrumb-wrapper {
  font-size: 18px;
  color: #fff;
}

.breadcrumb-wrapper span {
  color: #4069FF;
}

.breadcrumb-wrapper a {
  font-size: 18px;
}

@media (max-width: 991px) {
  .breadcrumb-wrapper a {
    font-size: 16px;
  }
}

.breadcrumb-wrapper a span {
  color: #fff !important;
}

.breadcrumb-wrapper a:hover span {
  color: #EF0548 !important;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-transition: right .5s ease-in;
  transition: right .5s ease-in;
  background-color: #EF0548;
  padding: 20px;
  z-index: 9999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: 0px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 30px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav .sidebar-nav .metismenu a span {
  margin-left: 10px;
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #EF0548;
}

.mobile-nav .social-icons {
  margin-bottom: 20px;
}

.mobile-nav .social-icons a {
  display: inline-block;
  margin-right: 12px;
}

.mobile-nav .social-icons a:hover {
  color: #EF0548;
}

#hamburger {
  color: #EF0548;
  font-size: 30px;
  line-height: 1;
  text-align: right;
  display: none;
}

#hamburger i {
  cursor: pointer;
}

@media (max-width: 991px) {
  #hamburger {
    display: block;
  }
}

.action-bar .single-info-element {
  margin-bottom: 25px;
}

.action-bar .single-info-element .icon {
  color: #FFF;
  font-size: 26px;
  margin-right: 12px;
}

.action-bar .single-info-element h5 {
  font-size: 15px !important;
  font-weight: 600;
}

.action-bar .single-info-element span {
  font-size: 15px !important;
}

.action-bar .call-us .icon {
  font-size: 26px;
}

.action-bar .call-us span {
  font-size: 15px !important;
}

.action-bar .theme-btn {
  background: #4069FF;
  color: #fff;
  border-color: #4069FF;
}

.action-bar .theme-btn:hover {
  background: #243342;
  border-color: #243342;
  color: #fff;
}

.single-info-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-info-element .icon {
  float: left;
  overflow: hidden;
  margin-right: 15px;
  font-size: 36px;
  color: #FF9C00;
}

.single-info-element .text {
  overflow: auto;
}

.single-info-element .text h5 {
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: -4px;
  margin-bottom: -1px;
}

.single-info-element .text span {
  font-size: 16px;
  line-height: 1;
  margin-top: -2px;
}

.call-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.call-us .icon {
  float: left;
  overflow: hidden;
  margin-right: 15px;
  font-size: 36px;
  color: #FFF;
}

.call-us .text {
  overflow: auto;
}

.call-us .text h5 {
  margin-bottom: 3px;
  text-transform: capitalize;
  margin-top: -3px;
  font-weight: 500;
  font-size: 14px;
}

.call-us .text span {
  font-size: 22px;
  line-height: 1;
}

.page-banner-wrap {
  background-color: #04213F;
  padding-top: 125px;
  padding-bottom: 115px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-banner-wrap h1 {
  font-size: 64px;
  line-height: 115%;
}

@media (max-width: 1200px) {
  .page-banner-wrap h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .page-banner-wrap h1 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .page-banner-wrap {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .page-banner-wrap {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media (max-width: 500px) {
  .page-banner-wrap {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.search-btn {
  color: #FFF;
}

.search-btn:hover {
  color: #FF9C00;
}

.header-social-share a {
  color: #FFF;
  padding: 0px 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.header-social-share a:last-child {
  border: 0;
}

.header-social-share a:hover {
  color: #FF9C00;
}

.search-box-wrapper {
  position: relative;
}

.search-box {
  width: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(109, 109, 109, 0.06);
          box-shadow: 0px 15px 40px 0px rgba(109, 109, 109, 0.06);
}

.search-box.show {
  width: 320px;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.search-box form input {
  border: 0px;
  width: 100%;
  line-height: 1;
  padding: 0px 20px;
  color: #EF0548;
  font-size: 16px;
  height: 60px;
  background-color: #fff;
}

.search-box form button {
  border: 0px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 60px;
  background-color: #EF0548;
  color: #fff;
  text-align: center;
  padding: 0px 25px;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.search-box form button:hover {
  background-color: #4069FF;
  color: #fff;
}

.section-padding {
  padding: 120px 0px;
}

@media (max-width: 1191px) {
  .section-padding {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0px;
  }
}

.section-title-2 {
  padding-bottom: 10px;
}

.section-title-2 span {
  text-transform: capitalize;
  display: block;
  color: #4069FF;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4069FF;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .section-title-2 span {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

.section-title-2 h1 {
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .section-title-2 h1 {
    font-size: 32px;
  }
}

.block-contents .section-title {
  position: relative;
  margin-top: -10px;
}

.block-contents .section-title h5 {
  font-size: 150px;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #243342;
  -webkit-text-fill-color: transparent;
  opacity: .10;
  margin-bottom: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -75px;
  font-weight: 700;
  text-transform: capitalize;
  z-index: -1;
  letter-spacing: -4px;
  font-family: "Poppins", sans-serif;
}

.block-contents .section-title h5.relative {
  position: relative;
  margin-bottom: -65px;
  top: inherit;
}

@media (max-width: 991px) {
  .block-contents .section-title h5.relative {
    margin-bottom: -50px;
  }
}

@media (max-width: 767px) {
  .block-contents .section-title h5.relative {
    margin-bottom: -40px;
  }
}

.block-contents .section-title h5.text-start {
  left: 0px !important;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.block-contents .section-title h5.text-white {
  -webkit-text-stroke-color: #FFF;
}

@media (max-width: 1200px) {
  .block-contents .section-title h5 {
    font-size: 120px;
    top: -40px;
  }
}

@media (max-width: 991px) {
  .block-contents .section-title h5 {
    font-size: 100px;
    top: -40px;
  }
}

@media (max-width: 767px) {
  .block-contents .section-title h5 {
    font-size: 80px;
    top: -30px;
  }
}

.block-contents .section-title > span {
  font-weight: 600;
  text-transform: capitalize;
  color: #4069FF;
  font-size: 14px;
  position: relative;
  padding-left: 80px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.block-contents .section-title > span::before {
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #4069FF;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block-contents .section-title h2 {
  font-size: 60px;
  line-height: 1.3;
  text-transform: capitalize;
}

@media (max-width: 1191px) {
  .block-contents .section-title h2 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .block-contents .section-title h2 {
    font-size: 38px;
  }
}

@media (max-width: 500px) {
  .block-contents .section-title h2 {
    font-size: 34px;
  }
}

.block-contents .section-title h2 span {
  color: #EF0548;
}

.block-contents p {
  margin-top: 15px;
}

.block-contents blockquote {
  border-left: 5px solid #4069FF;
  font-style: italic;
  padding-left: 20px;
  color: #EF0548;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}

.section-bg {
  background-color: #f6f6f6;
}

.theme-bg {
  background-color: #EF0548;
}

.theme-bg .section-title h5 {
  -webkit-text-stroke-color: #FFF;
}

.theme-bg .section-title h2 {
  color: #FFF;
}

.content-not-found span {
  position: absolute;
  font-size: 180px;
  font-weight: 700;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #EF0548;
}

@media (max-width: 991px) {
  .content-not-found span {
    font-size: 150px;
  }
}

@media (max-width: 767px) {
  .content-not-found span {
    font-size: 100px;
  }
}

.border-wrap {
  border: 1px solid #EDF3F7;
}

.blog-wrapper .border-wrap {
  padding: 50px;
}

@media (max-width: 767px) {
  .blog-wrapper .border-wrap {
    padding: 50px 15px;
  }
}

.blog-wrapper .border-wrap .single-blog-post .post-content {
  padding: 0px;
}

.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.blog-wrapper .single-blog-post h2 {
  font-weight: 600 !important;
  font-size: 32px;
}

.blog-wrapper .single-blog-post h2:hover a {
  color: #EF0548 !important;
}

.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: transparent;
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-wrapper .single-blog-post.post-details .post-content h1 {
  font-size: 36px;
  line-height: 1.4;
}

.blog-wrapper .single-blog-post.post-details .post-content h1, .blog-wrapper .single-blog-post.post-details .post-content h2, .blog-wrapper .single-blog-post.post-details .post-content h3, .blog-wrapper .single-blog-post.post-details .post-content h4, .blog-wrapper .single-blog-post.post-details .post-content h5, .blog-wrapper .single-blog-post.post-details .post-content h6 {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
  background-color: #EF0548;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 60px;
  text-align: center;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
}

.blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
  color: #fff;
}

.blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
  color: #4069FF;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
  right: 20px;
  font-size: 100px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f10d";
  bottom: -5px;
  color: #000;
  z-index: -1;
  opacity: .2;
  font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: .3;
  z-index: -1;
}

.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color: #EF0548;
  background-image: url("../img/quotepost.png");
  border: none;
}

.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
}

@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 76px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2:hover a, .blog-wrapper .single-blog-post.format-quote .quote-content h2:hover a {
  color: #fff !important;
}

.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 420px;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}

@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}

.blog-wrapper .single-blog-post .post-content {
  padding: 50px;
  border: 1px solid #EDF3F7;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 0px 6px 6px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 40px 30px;
  }
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: #fff;
  display: inline-block;
  background-color: #EF0548;
  padding: 10px 16px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
  border-radius: 30px;
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  background-color: #4069FF;
}

.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
}

.blog-wrapper .single-blog-post .post-content ul ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}

.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content ol ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content p {
  margin-top: 15px;
}

.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: #212E45;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    font-size: 13px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-right: 5px;
}

.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
}

.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #212E45;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px;
  text-transform: capitalize;
}

.blog-wrapper .single-blog-post .post-content .author-info h5:hover a {
  color: #EF0548;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 16px;
  border: 2px solid #002C434D;
  border-radius: 30px;
  line-height: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #243342;
  font-family: "Poppins", sans-serif;
}

.blog-wrapper .single-blog-post .post-content .post-link a:hover {
  background-color: #EF0548;
  color: #fff;
  border-color: #EF0548;
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-left: 5px;
}

@media (min-width: 991px) {
  .main-sidebar {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .main-sidebar {
    margin-top: 40px;
  }
}

.main-sidebar h1, .main-sidebar h2, .main-sidebar h3, .main-sidebar h4, .main-sidebar h5, .main-sidebar h6 {
  font-weight: 600;
}

.main-sidebar .single-sidebar-widget {
  border: 2px solid #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
}

.main-sidebar .single-sidebar-widget ul > li {
  margin-bottom: 8px;
}

.main-sidebar .single-sidebar-widget ul a {
  font-size: 18px !important;
  color: #243342 !important;
  text-transform: capitalize;
}

.main-sidebar .single-sidebar-widget ul a:hover {
  color: #EF0548 !important;
}

.main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}

.main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}

.main-sidebar .single-sidebar-widget a, .main-sidebar .single-sidebar-widget .comment-author-link {
  font-size: 18px !important;
  color: #243342 !important;
  text-transform: capitalize;
}

.main-sidebar .single-sidebar-widget a:hover, .main-sidebar .single-sidebar-widget .comment-author-link:hover {
  color: #EF0548 !important;
}

.main-sidebar .single-sidebar-widget .comment-author-link {
  color: #EF0548 !important;
}

.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  position: relative;
}

.main-sidebar .single-sidebar-widget table {
  margin-bottom: 0;
}

.main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #f2f2f2;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color: #EF0548;
  color: #fff;
}

.main-sidebar .single-sidebar-widget #recentcomments .recentcomments > a {
  color: #243342 !important;
}

.search_widget form {
  width: 100%;
  position: relative;
}

.search_widget form input {
  background-color: #f8f8f8;
  font-size: 15px;
  padding: 20px;
  width: 100%;
}

.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: #4069FF;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.search_widget form button:hover {
  background-color: #EF0548;
}

.tagcloud a {
  display: inline-block;
  padding: 9px 14px;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  background: #f8f8f8;
  margin-right: 5px;
  margin-bottom: 8px;
}

.tagcloud a:last-child {
  margin-right: 0;
}

.tagcloud a:hover {
  background-color: #4069FF;
  color: #fff;
}

.widget_categories ul li {
  display: block;
  margin-bottom: 10px;
}

p.sticky-label {
  position: absolute;
  right: 0;
  background: #EF0548;
  color: #fff;
  padding: 10px 40px;
  z-index: -1;
  top: 0;
  font-weight: 600;
}

.page-nav-wrap ul {
  border: 0px !important;
}

.page-nav-wrap ul li {
  display: inline-block;
  border: 0px !important;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  border-radius: 50%;
  background: #f6f6f6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 6px !important;
  padding: 0px !important;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700 !important;
}

.page-nav-wrap ul li .page-numbers.current {
  background-color: #EF0548 !important;
  color: white !important;
}

@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    font-size: 14px;
  }
}

.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
  background-color: #EF0548 !important;
  color: #fff !important;
}

.social-share a {
  margin-left: 10px;
}

.tag-share-wrap {
  padding-bottom: 50px;
}

.tag-share-wrap h4 {
  margin-bottom: 25px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .tag-share-wrap h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}

.popular-posts .single-post-item, .popular_posts .single-post-item {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffffff1a;
}

.popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
  width: 80px;
  height: 80px;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
  overflow: hidden;
}

.popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #fff;
}

.popular-posts .single-post-item .post-content h5:hover a, .popular_posts .single-post-item .post-content h5:hover a {
  color: #F47102;
}

.popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
  color: #F47102;
}

.comments-section-wrap {
  overflow: hidden;
}

.comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
    font-size: 20px;
  }
}

.comments-item-list h1, .comments-item-list h2, .comments-item-list h3, .comments-item-list h4, .comments-item-list h5, .comments-item-list h6 {
  font-weight: 600;
}

.comments-item-list .single-comment-item {
  margin-top: 30px;
}

.comments-item-list .single-comment-item ul {
  margin-bottom: 15px;
}

.comments-item-list .single-comment-item .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .comments-item-list .single-comment-item .author-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}

@media (max-width: 585px) {
  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}

.comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}

.comments-item-list .single-comment-item .author-info-comment .info {
  position: relative;
}

.comments-item-list .single-comment-item .author-info-comment .info h5 {
  margin-bottom: 1px;
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}

.comments-item-list .single-comment-item .author-info-comment span {
  color: #243342;
  font-size: 16px;
  font-weight: 600;
  margin-top: -2px;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px;
  }
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
  margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
  color: #fff;
}

.comments-item-list .single-comment-item .author-info-comment .comment-text {
  margin-top: 15px;
}

.comment-form {
  background-color: #f0f0f0;
  padding: 50px;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .comment-form {
    padding: 30px;
  }
}

@media (max-width: 585px) {
  .comment-form {
    padding: 30px 15px;
  }
}

.comment-form label {
  margin-bottom: 4px;
}

.comment-form input, .comment-form textarea {
  margin-bottom: 20px;
  padding: 20px 30px;
  line-height: 1;
  font-size: 16px;
  width: 100%;
}

@media (max-width: 585px) {
  .comment-form input, .comment-form textarea {
    padding: 15px;
  }
}

.comment-form textarea {
  height: 200px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
}

.comment-form .submit {
  display: inline-block;
  background-color: #4069FF;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  padding: 20px 60px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 0;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .comment-form .submit {
    padding: 20px 40px;
  }
}

@media (max-width: 585px) {
  .comment-form .submit {
    padding: 15px 40px;
    font-size: 14px;
  }
}

.comment-form .submit:hover {
  background-color: #EF0548;
}

.comment-form .submit i {
  margin-right: 10px;
}

.comment ul {
  list-style-type: disc;
}

.comment ul ol {
  margin-bottom: 0;
}

.comment ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}

.comment ol ul {
  margin-bottom: 0;
}

.comment ol ol {
  margin-bottom: 0;
}

.comment ol li {
  line-height: 1.5;
  margin-top: 10px;
}

.blog-wrapper form.search-form-box {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  border: 2px solid #EF0548;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-wrapper form.search-form-box input {
  height: 60px;
  width: 100%;
  padding: 0px 30px;
  font-size: 18px;
  color: #EF0548;
}

@media (max-width: 767px) {
  .blog-wrapper form.search-form-box input {
    line-height: 50px;
    font-size: 16px;
  }
}

.blog-wrapper form.search-form-box button {
  background: transparent;
  position: absolute;
  right: 20px;
  color: #EF0548;
  border: 0px;
  top: 0;
  line-height: 60px;
  font-size: 22px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (max-width: 767px) {
  .blog-wrapper form.search-form-box button {
    font-size: 20px;
  }
}

.blog-wrapper form.search-form-box button:hover {
  color: #4069FF;
}

.post-thumb img {
  width: 100%;
}

.hero-1 {
  overflow: hidden;
}

.hero-1 .single-slide {
  padding-top: 190px;
  padding-bottom: 200px;
  background-position: top center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #04213F;
}

.hero-1 .single-slide::before {
  position: absolute;
  left: 60px;
  top: 50px;
  width: 26px;
  height: 26px;
  content: "";
  border-radius: 50%;
  background: rgba(239, 5, 72, 0.2);
  -webkit-animation: bounce 3s linear infinite forwards;
          animation: bounce 3s linear infinite forwards;
}

@media (max-width: 991px) {
  .hero-1 .single-slide {
    padding-top: 140px;
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .hero-1 .single-slide {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.hero-1 .single-slide .p-sub-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.hero-1 .single-slide .p-sub-title span {
  color: #EF0548;
}

.hero-1 .single-slide .slide-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #04213F;
  z-index: -1;
  background-size: cover;
  -webkit-clip-path: polygon(24% 0, 100% 0, 100% 50%, 100% 100%, 33% 100%, 3% 33%);
          clip-path: polygon(24% 0, 100% 0, 100% 50%, 100% 100%, 33% 100%, 3% 33%);
}

.hero-1 .single-slide .hero-contents {
  position: relative;
  z-index: 2;
}

.hero-1 .single-slide .hero-contents h1 {
  text-transform: capitalize;
  font-size: 64px;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .hero-1 .single-slide .hero-contents h1 {
    font-size: 40px;
  }
}

.hero-1 .single-slide .hero-contents p {
  display: block;
  color: #fff;
}

.hero-1 .single-slide [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
  -webkit-transition: 1s;
  transition: 1s;
}

.hero-1 .shape {
  position: absolute;
  right: 0;
  top: -200px;
  width: 145px;
  height: 800px;
  background: rgba(239, 5, 72, 0.1);
  content: "";
  -webkit-transform: rotate(-30deg) !important;
          transform: rotate(-30deg) !important;
}

.hero-1 .slide-element img {
  position: absolute;
  left: 50px;
  top: 30px;
}

.hero-1 .slide-element .element1 {
  -webkit-animation: movebounce 4s linear infinite forwards;
          animation: movebounce 4s linear infinite forwards;
}

.hero-1 .slide-element .element2 {
  -webkit-animation: movebounce 4s linear infinite forwards;
          animation: movebounce 4s linear infinite forwards;
  top: 80%;
  left: 55%;
}

.hero-1 .slide-element .element3 {
  top: 20%;
  left: 35%;
}

.hero-1 .slide-element .element4 {
  top: auto;
  bottom: -25px;
  left: -25px;
  -webkit-transform: rotate(-8.52deg);
          transform: rotate(-8.52deg);
}

.hero-1 .slick-nav {
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
  z-index: 999;
}

@media (max-width: 585px) {
  .hero-1 .slick-nav {
    display: none;
  }
}

.hero-1 .slick-nav.prev-arrow {
  left: 3%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 999;
}

.hero-1 .slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.hero-1 .slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.hero-1 .slick-nav i:before, .hero-1 .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  margin: -1px 0 0 -5px;
  display: block;
  -webkit-transform-origin: 9px 50%;
          transform-origin: 9px 50%;
}

.hero-1 .slick-nav i:before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.hero-1 .slick-nav i:after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.hero-1 .slick-nav::before, .hero-1 .slick-nav::after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.hero-1 .slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.hero-1 .slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}

.hero-1 .slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}

.hero-1 .slick-nav.animate i::before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}

.hero-1 .slick-nav.animate i::after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

.hero-1 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  list-style-type: none;
}

.hero-1 .slick-dots li {
  margin: 0 0.25rem;
}

.hero-1 .slick-dots button {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 2px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 100%;
  text-indent: -9999px;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hero-1 .slick-dots li.slick-active button {
  background-color: #EF0548;
}

.hero-1 .animated {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.banner {
  z-index: 1;
  position: relative;
  padding: 240px 0 196px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 1200px) {
  .banner {
    margin-top: 50px;
  }
}

@media (max-width: 1299px) {
  .banner {
    padding-top: 200px;
  }
}

@media (max-width: 1199px) {
  .banner {
    padding-top: 180px;
  }
}

@media (max-width: 991px) {
  .banner {
    padding: 150px 0;
  }
}

@media (max-width: 767px) {
  .banner {
    margin-top: 0;
    padding: 130px 0 140px;
  }
}

@media (max-width: 575px) {
  .banner {
    background-position: 52% 50%;
  }
}

@media (max-width: 480px) {
  .banner {
    padding: 120px 0 130px;
  }
}

.banner:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), color-stop(61.17%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 61.17%);
}

.banner__content {
  max-width: 563px;
}

@media (max-width: 991px) {
  .banner__content {
    max-width: 485px;
  }
}

@media (max-width: 767px) {
  .banner__content {
    max-width: 100% !important;
  }
}

.banner__content h1 {
  font-weight: 700;
}

.banner__content h1 span {
  font-weight: 300;
}

@media (max-width: 1199px) {
  .banner__content h1 {
    font-size: 54px;
    line-height: 68px;
  }
}

@media (max-width: 991px) {
  .banner__content h1 {
    font-size: 40px;
    line-height: 54px;
  }
}

@media (max-width: 585px) {
  .banner__content h1 {
    font-size: 36px;
    line-height: 49px;
  }
}

.banner__content .description p {
  font-size: 18px;
  color: #002E5B;
  line-height: 26px;
}

.banner__content .theme-btn:after {
  background: #EF0548;
}

.banner__content .theme-btn:hover, .banner__content .theme-btn:focus {
  background: #FF9C00;
}

.banner-slider__wrapper {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.banner-slider__wrapper:after {
  z-index: 0;
  width: 526px;
  content: "";
  bottom: -388px;
  height: 526px;
  position: absolute;
  border-radius: 500px;
  left: calc(50% - 263px);
  background: rgba(255, 156, 0, 0.4);
}

@media (max-width: 1199px) {
  .banner-slider__wrapper:after {
    width: 400px;
    height: 400px;
    bottom: -300px;
    left: calc(50% - 200px);
  }
}

.banner-slider__wrapper .slider-item {
  z-index: -1;
  position: relative;
  background-size: cover;
  padding: 355px 0 304px;
  background-position: center;
}

@media (max-width: 1399px) {
  .banner-slider__wrapper .slider-item {
    padding: 300px 0 260px;
  }
}

@media (max-width: 1199px) {
  .banner-slider__wrapper .slider-item {
    padding: 200px 180px;
  }
}

@media (max-width: 991px) {
  .banner-slider__wrapper .slider-item {
    padding: 170px 140px;
  }
}

@media (max-width: 767px) {
  .banner-slider__wrapper .slider-item {
    padding: 160px 50px;
  }
}

.banner-slider__wrapper .slider-item:after {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background-image: url("../img/banner-slider-overly.png");
}

.banner-slider__wrapper .slider-item .number {
  right: 50px;
  font-size: 160px;
  position: absolute;
  line-height: 121px;
  font-family: "Poppins", sans-serif;
  top: calc(50% - 60.5px);
  -webkit-text-stroke: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px !important;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .banner-slider__wrapper .slider-item .number {
    right: 25px;
    font-size: 100px;
    line-height: 100px;
    bottom: 30px;
    top: auto;
  }
}

.banner-slider__wrapper .banner__content {
  max-width: 893px;
  margin-left: auto;
  margin-right: auto;
}

.banner-slider__wrapper .banner__content .sub-title span {
  color: #FF9C00 !important;
}

.banner-slider__wrapper .banner__content .theme-btn__wrapper {
  gap: 20px;
}

.banner-slider__wrapper .slider-controls {
  z-index: 2;
  left: 100px;
  position: absolute;
  top: calc(50% - 58px);
}

@media (max-width: 1399px) {
  .banner-slider__wrapper .slider-controls {
    left: 50px;
  }
}

@media (max-width: 1199px) {
  .banner-slider__wrapper .slider-controls {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .banner-slider__wrapper .slider-controls {
    left: 15px;
    top: calc(50% - 48px);
  }
}

@media (max-width: 650px) {
  .banner-slider__wrapper .slider-controls {
    top: calc(85% - 45px);
  }
}

.banner-slider__wrapper .slider-controls .banner-slider-arrows {
  gap: 16px;
}

@media (max-width: 650px) {
  .banner-slider__wrapper .slider-controls .banner-slider-arrows {
    gap: 10px;
  }
}

.banner-slider__wrapper .slider-controls .banner-slider-arrows .slick-arrow {
  width: 50px;
  height: 50px;
  color: #FFF;
  line-height: 55px;
  text-align: center;
  border-radius: 500px;
  border: 1px solid #FFF;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .banner-slider__wrapper .slider-controls .banner-slider-arrows .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 45px;
  }
}

.banner-slider__wrapper .slider-controls .banner-slider-arrows .slick-arrow.slick-prev {
  color: #FF9C00;
  border-color: #FF9C00;
}

.banner-slider__wrapper .slider-controls .banner-slider-arrows .slick-arrow.slick-prev:hover {
  color: #FFF;
  background: #EF0548;
}

.banner-slider__wrapper .slider-controls .banner-slider-arrows .slick-arrow i {
  opacity: 0.9;
  font-size: 20px;
}

@media (max-width: 767px) {
  .banner-slider__wrapper .slider-controls .banner-slider-arrows .slick-arrow i {
    font-size: 18px;
  }
}

.banner-slider__wrapper .slider-controls .banner-slider-arrows .slick-arrow:hover {
  color: #EF0548;
  background: #FFF;
}

.banner-slider__wrapper .slick-dots {
  gap: 22px;
  z-index: 1;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: calc(50% - 40px);
  margin-left: -22px;
}

@media (max-width: 1199px) {
  .banner-slider__wrapper .slick-dots {
    bottom: 30px;
  }
}

.banner-slider__wrapper .slick-dots li {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 500px;
  background: transparent;
  border: 2px solid #FFF;
}

@media (max-width: 1199px) {
  .banner-slider__wrapper .slick-dots li {
    width: 16px;
    height: 16px;
  }
}

.banner-slider__wrapper .slick-dots li.slick-active:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.banner-slider__wrapper .slick-dots li:after {
  content: "";
  width: 8px;
  height: 8px;
  line-height: 20px;
  position: absolute;
  background: #FFF;
  left: calc(50% - 4px);
  border-radius: 500px;
  top: calc(50% - 4px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media (max-width: 1199px) {
  .banner-slider__wrapper .slick-dots li:after {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
  }
}

.banner-slider__wrapper .slick-dots li button {
  display: none;
}

.single-our-service {
  padding: 40px 30px 30px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 30px;
  -webkit-box-shadow: 0px 10px 20px rgba(4, 33, 63, 0.05);
          box-shadow: 0px 10px 20px rgba(4, 33, 63, 0.05);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.single-our-service::before {
  position: absolute;
  right: 0;
  top: -25px;
  background-image: url("../img/service_bg_pattern.png");
  content: "";
  height: 200%;
  width: 70px;
}

.single-our-service:hover .icon {
  color: #4069FF;
}

.single-our-service .icon {
  color: #EF0548;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 60px;
  margin-bottom: 20px;
}

.single-our-service h4:hover a {
  color: #EF0548;
}

.single-our-service p {
  margin-top: 10px;
}

.single-our-service .read-btn-link {
  margin-top: 20px;
  display: inline-block;
}

.single-our-service .read-btn-link:hover {
  color: #4069FF;
}

.single-our-service .read-btn-link i {
  margin-left: 9px;
}

.single-news-card {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  background-color: #fff;
  -webkit-box-shadow: #f6f6f6 0px 7px 47px 0px;
          box-shadow: #f6f6f6 0px 7px 47px 0px;
}

.single-news-card:hover .content-bottom .read-more-btn {
  opacity: 1;
  visibility: visible;
  top: 0;
  z-index: 2;
}

.single-news-card .thumb {
  height: 270px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: #EF0548;
}

@media (max-width: 767px) {
  .single-news-card .thumb {
    height: 200px;
  }
}

.single-news-card .contents {
  padding: 30px 40px;
}

@media (max-width: 991px) {
  .single-news-card .contents {
    padding: 25px 20px;
  }
}

.single-news-card .contents h3 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
}

.single-news-card .contents h3:hover a {
  color: #EF0548;
}

.single-news-card .contents p {
  font-size: 16px;
}

.single-news-card .contents .post-cat {
  margin-bottom: 20px;
}

.single-news-card .contents .post-cat a {
  padding: 6px 12px;
  color: #fff;
  background: #EF0548;
  border-radius: 2px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
}

.single-news-card .contents .post-cat a:hover {
  color: #fff;
  background-color: #4069FF;
}

.single-news-card .content-bottom {
  border-top: 1px solid #f7f7f7;
  position: relative;
  overflow: hidden;
}

.single-news-card .content-bottom::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #4069FF;
  height: 4px;
  visibility: visible;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 2;
}

.single-news-card .content-bottom .post-date-author {
  padding: 20px 0px;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555;
}

.single-news-card .content-bottom .post-date-author::before {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 120%;
  background: #f7f7f7;
  content: "";
  top: 0;
}

.single-news-card .content-bottom .post-date-author .post-date {
  color: #888;
}

.single-news-card .content-bottom .read-more-btn {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4069FF;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  top: 100%;
}

.single-news-card .content-bottom .read-more-btn:hover {
  background-color: #EF0548;
}

.single-news-card .content-bottom .read-more-btn a {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  display: block;
  width: 100%;
}

.single-news-card .content-bottom .read-more-btn a i {
  margin-left: 5px;
}

.single-blog-item {
  background-color: #fff;
  border: 1px solid #eaeaea;
  position: relative;
  margin-top: 30px;
}

.single-blog-item .post-featured-thumb {
  height: 220px;
  position: relative;
  z-index: 1;
  position: relative;
}

.single-blog-item .post-featured-thumb:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: rgba(239, 5, 72, 0.1);
  -webkit-transition: all all 0.3s ease ease-in-out;
  transition: all all 0.3s ease ease-in-out;
}

.single-blog-item .post-featured-thumb .post-cat {
  position: absolute;
  left: 40px;
  bottom: 0;
}

.single-blog-item .post-featured-thumb .post-cat a {
  display: inline-block;
  padding: 10px 20px;
  text-transform: capitalize;
  color: #fff;
  background-color: #EF0548;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.single-blog-item .post-featured-thumb .post-cat a:hover {
  background-color: #4069FF;
}

.single-blog-item .content {
  padding: 40px;
  padding-top: 35px;
}

@media (max-width: 600px) {
  .single-blog-item .content {
    padding: 30px 20px;
  }
}

.single-blog-item .content h3 {
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 600px) {
  .single-blog-item .content h3 {
    font-size: 20px;
  }
}

.single-blog-item .content h3:hover a {
  color: #4069FF;
}

.single-blog-item .content p {
  font-size: 16px;
  line-height: 26px;
}

.single-blog-item .content .post-meta {
  margin-top: 25px;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
}

.single-blog-item .content .post-meta i {
  margin-right: 6px;
  color: #EF0548;
}

.single-blog-item .content .post-meta .post-date {
  margin-right: 20px;
}

.single-blog-item .content .post-meta .post-author a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1;
}

.single-blog-item .content .post-meta .post-author a:hover {
  color: #4069FF;
}

.single-news-box {
  position: relative;
  margin-top: 50px;
}

.single-news-box .featured-thumb {
  height: 240px;
  background-color: #eee;
  position: relative;
}

.single-news-box .featured-thumb .post-cat {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.single-news-box .featured-thumb .post-cat a {
  display: inline-block;
  padding: 10px 20px;
  text-transform: capitalize;
  color: #fff;
  background-color: #FF9C00;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.single-news-box .featured-thumb .post-cat a:hover {
  background-color: #EF0548;
}

.single-news-box .content {
  padding: 25px 30px;
  background-color: #f7f7f7;
}

.single-news-box .content i {
  margin-right: 5px;
}

.single-news-box .content .meta {
  font-size: 14px;
}

.single-news-box .content .meta .author a {
  color: #666;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

.single-news-box .content h3 {
  font-size: 22px;
  line-height: 140%;
  color: #243342;
  margin-top: 10px;
  text-transform: capitalize;
  font-weight: 600;
}

.single-news-box .content h3 a:hover {
  color: #FF9C00;
}

.single-news-box .content .read-btn {
  margin-top: 20px;
  display: block;
  font-weight: 600;
  color: #EF0548;
  text-transform: capitalize;
}

.single-news-box .content .read-btn:hover {
  color: #FF9C00;
}

.single-blog-card {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}

.single-blog-card .post-content {
  padding: 40px;
  border: 2px solid #f6f6f6;
  border-top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 500px) {
  .single-blog-card .post-content {
    padding: 30px 0px;
    border: none;
    border-bottom: 2px solid #f6f6f6;
  }
}

.single-blog-card .post-content h3 {
  letter-spacing: -1px;
  margin-bottom: 10px;
  margin-top: 2px;
  font-size: 22px;
  font-weight: 600;
}

.single-blog-card .post-content h3:hover a {
  color: #FF9C00 !important;
}

.single-blog-card .post-content .post-meta .post-author {
  margin-right: 25px;
}

.single-blog-card .post-content .post-meta i {
  margin-right: 5px;
}

.single-blog-card .post-content .post-meta a {
  color: #666;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding-right: 5px;
}

.single-blog-card .post-content .post-meta a::before {
  position: absolute;
  right: 0;
  content: ",";
}

.single-blog-card .post-content .post-meta a:last-child::before {
  display: none;
}

.single-blog-card.card-2 {
  padding-bottom: 180px;
}

.single-blog-card.card-2 .blog-details {
  padding-bottom: 40px;
  overflow: initial !important;
}

.single-blog-card.card-2 .blog-details::before {
  display: none;
}

@media (min-width: 767px) and (max-width: 991px) {
  .single-blog-card.card-2 .blog-details {
    padding: 40px 30px;
  }
  .single-blog-card.card-2 .blog-details h3 {
    font-size: 20px;
  }
}

.single-blog-card .featured-img {
  height: 270px;
  position: relative;
}

.single-blog-card .cat-name {
  position: absolute;
  top: 0;
  right: 20px;
  content: "";
  display: inline-block;
  background-color: #FF9C00;
  padding: 9px 20px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  text-transform: capitalize;
}

.single-blog-card .cat-name:hover {
  background-color: #4069FF;
  color: #fff;
}

.single-blog-card .blog-details {
  padding: 40px 30px;
  margin: 0px 20px;
  margin-top: -30px;
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-bottom: 0;
  bottom: 0;
  z-index: 88;
}

.single-blog-card .blog-details:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(183, 186, 187, 0.1);
          box-shadow: 0px 16px 32px 0px rgba(183, 186, 187, 0.1);
  margin-top: -100px;
  padding-bottom: 40px;
}

.single-blog-card .blog-details:hover::before {
  visibility: visible;
  opacity: 1;
}

.single-blog-card .blog-details:hover p {
  display: block;
}

.single-blog-card .blog-details::before {
  border-radius: 50%;
  background-color: #EF0548;
  width: 122px;
  height: 122px;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50px, 50px);
          transform: translate(50px, 50px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.single-blog-card .blog-details span {
  font-size: 15px;
}

.single-blog-card .blog-details span i {
  color: #4069FF;
  margin-right: 5px;
}

.single-blog-card .blog-details h3 {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}

.single-blog-card .blog-details h3:hover a {
  color: #FF9C00 !important;
}

@media (max-width: 585px) {
  .single-blog-card .blog-details h3 {
    font-size: 20px;
  }
}

.single-blog-card .blog-details p {
  color: #666;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 15px;
  display: none;
}

.single-blog-card .blog-details .read-more-btn {
  display: inline-block;
  color: #444;
  text-transform: capitalize;
  border-bottom: 2px solid #444;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-blog-card .blog-details .read-more-btn:hover {
  color: #EF0548;
  border-color: #EF0548;
}

.single-blog-six {
  margin-top: 30px;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px rgba(4, 33, 63, 0.05);
          box-shadow: 0px 10px 20px rgba(4, 33, 63, 0.05);
}

.single-blog-six:hover .featured-img {
  background-position: -10px 0;
}

.single-blog-six .post-time-card {
  position: absolute;
  padding: 15px 12px 10px;
  background-color: #ED5F6D;
  text-align: center;
  left: 10px;
  top: 0;
  z-index: 1;
  border-radius: 0px 0px 10px 10px;
}

@media (max-width: 767px) {
  .single-blog-six .post-time-card {
    padding: 10px 10px 8px;
  }
}

.single-blog-six .post-time-card .post-day {
  padding-bottom: 10px;
}

.single-blog-six .post-time-card .post-day p {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}

@media (max-width: 767px) {
  .single-blog-six .post-time-card .post-day p {
    font-size: 28px;
  }
}

.single-blog-six .post-time-card .post-day span {
  font-family: "Poppins", sans-serif;
  display: block;
  text-transform: capitalize;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 767px) {
  .single-blog-six .post-time-card .post-day span {
    font-size: 12px;
  }
}

.single-blog-six .post-time-card .post-year {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.single-blog-six .post-time-card .post-year span {
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
}

.single-blog-six .featured-img {
  width: 100%;
  height: 340px;
  background-size: cover;
  position: relative;
  background-color: #888;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (max-width: 1191px) {
  .single-blog-six .featured-img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .single-blog-six .featured-img {
    height: 250px;
  }
}

.single-blog-six .blog-details {
  padding: 30px;
  position: relative;
}

.single-blog-six .blog-details h3 {
  font-size: 24px;
  line-height: 1.33;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .single-blog-six .blog-details h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.single-blog-six .blog-details h3:hover a {
  color: #EF0548;
}

.single-blog-six .blog-details .post-cat {
  color: #EF0548;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

.single-blog-six .blog-details .post-cat:hover {
  color: #4069FF;
}

.single-blog-six .blog-details .read-more-btn {
  color: #EF0548;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
  .single-blog-six .blog-details .read-more-btn {
    font-size: 14px;
  }
}

.single-blog-six .blog-details .read-more-btn:hover {
  color: #4069FF;
}

.single-blog-six .blog-details .read-more-btn i {
  margin-left: 6px;
}

.single-blog-six.style-2 .post-time-card {
  background-color: #FF9C00;
  left: 30px;
}

.single-blog-six.style-2 .featured-img {
  height: 320px;
}

.single-blog-six.style-2 .blog-details .post-cat {
  color: #FF9C00;
}

.single-blog-six.style-2 .blog-details h3:hover a {
  color: #FF9C00;
}

.single-blog-six.style-2 .blog-details .read-more-btn {
  color: #FF9C00;
  border: 1.5px solid #FF9C004D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 25px;
  font-size: 15px;
  display: inline-block;
}

@media (max-width: 767px) {
  .single-blog-six.style-2 .blog-details .read-more-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.single-blog-six.style-2 .blog-details .read-more-btn:hover {
  color: #fff;
  border-color: #FF9C00;
  background-color: #FF9C00;
}

.single-blog-six.style-3:hover .featured-img {
  background-position: 0px 0 !important;
}

.single-blog-six.style-3:hover .featured-img::after {
  opacity: .5;
  visibility: visible;
}

.single-blog-six.style-3 .featured-img::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #FF9C00;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-blog-six.style-3 .blog-details {
  padding-top: 40px;
}

.single-blog-six.style-3 .blog-details .post-cat {
  color: #4069FF;
}

.single-blog-six.style-3 .blog-details h3:hover a {
  color: #4069FF;
}

.single-blog-six.style-3 .blog-details .read-more-btn {
  color: #4069FF;
  border: 1.5px solid #4069FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 25px;
  font-size: 15px;
  display: inline-block;
}

@media (max-width: 767px) {
  .single-blog-six.style-3 .blog-details .read-more-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.single-blog-six.style-3 .blog-details .read-more-btn:hover {
  color: #fff;
  border-color: #FF9C00;
  background-color: #FF9C00;
}

.single-blog-six.style-3 .post-date-card {
  padding: 15px 12px 10px;
  background-color: #4069FF;
  text-align: center;
  z-index: 1;
  border-radius: 10px;
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 0;
  -webkit-transform: translateY(-88%);
          transform: translateY(-88%);
}

@media (max-width: 767px) {
  .single-blog-six.style-3 .post-date-card {
    padding: 10px 10px 8px;
  }
}

.single-blog-six.style-3 .post-date-card .post-day {
  padding-bottom: 10px;
}

.single-blog-six.style-3 .post-date-card .post-day p {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}

@media (max-width: 767px) {
  .single-blog-six.style-3 .post-date-card .post-day p {
    font-size: 28px;
  }
}

.single-blog-six.style-3 .post-date-card .post-day span {
  font-family: "Poppins", sans-serif;
  display: block;
  text-transform: capitalize;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 767px) {
  .single-blog-six.style-3 .post-date-card .post-day span {
    font-size: 12px;
  }
}

.single-blog-six.style-3 .post-date-card .post-year {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.single-blog-six.style-3 .post-date-card .post-year span {
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
}

.single-blog-nine {
  margin-top: 30px;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.single-blog-nine:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

.single-blog-nine:hover .blog-details .read-more-btn {
  background-color: #EF0548;
  color: #fff;
}

.single-blog-nine .featured-img {
  width: 100%;
  height: 220px;
  background-size: cover;
  position: relative;
  background-color: #888;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (max-width: 1191px) {
  .single-blog-nine .featured-img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .single-blog-nine .featured-img {
    height: 180px;
  }
}

.single-blog-nine .blog-details {
  padding: 30px;
  padding-bottom: 35px;
  position: relative;
}

.single-blog-nine .blog-details h3 {
  font-size: 24px;
  line-height: 1.33;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .single-blog-nine .blog-details h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.single-blog-nine .blog-details h3:hover a {
  color: #EF0548;
}

.single-blog-nine .blog-details .post-meta {
  margin-bottom: 15px;
}

.single-blog-nine .blog-details .post-meta .post-cat-name {
  margin-right: 6px;
  padding-right: 6px;
}

.single-blog-nine .blog-details .post-meta .post-comment {
  margin-left: 6px;
  padding-left: 6px;
}

.single-blog-nine .blog-details .post-meta i {
  margin-right: 5px;
  display: inline-block;
}

.single-blog-nine .blog-details .post-meta a, .single-blog-nine .blog-details .post-meta span {
  color: #EF0548;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.single-blog-nine .blog-details .post-meta a:hover, .single-blog-nine .blog-details .post-meta span:hover {
  color: #4069FF;
}

.single-blog-nine .blog-details .post-meta a i, .single-blog-nine .blog-details .post-meta span i {
  color: #04213F;
}

.single-blog-nine .blog-details .read-more-btn {
  color: #04213F;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: block;
  text-align: center;
  background-color: #f2ede9;
  margin-top: 25px;
  padding: 16px 0px;
}

@media (max-width: 767px) {
  .single-blog-nine .blog-details .read-more-btn {
    font-size: 14px;
  }
}

.single-blog-nine .blog-details .read-more-btn:hover {
  color: #fff;
  background-color: #EF0548;
}

.single-blog-nine .post-date-card {
  padding: 12px 20px;
  background-color: #EF0548;
  text-align: center;
  z-index: 1;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (max-width: 767px) {
  .single-blog-nine .post-date-card {
    padding: 15px;
  }
}

.single-blog-nine .post-date-card .post-day p {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  margin-bottom: 2px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .single-blog-nine .post-date-card .post-day p {
    font-size: 20px;
  }
}

.single-blog-nine .post-date-card .post-day span {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .single-blog-nine .post-date-card .post-day span {
    font-size: 16px;
  }
}

.single-testimonial-card {
  padding: 40px;
  border: 1px solid rgba(4, 33, 63, 0.1);
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-top: 30px;
  position: relative;
}

.single-testimonial-card.style-2 {
  background: transparent;
  border-color: rgba(255, 156, 0, 0.2);
}

.single-testimonial-card.style-2::after {
  color: #FF9C00;
}

.single-testimonial-card.style-2:hover, .single-testimonial-card.style-2.active {
  background-color: #FF9C00;
  border-color: #FF9C00;
}

.single-testimonial-card.style-2:hover::after, .single-testimonial-card.style-2.active::after {
  color: #fff;
  opacity: .2;
}

.single-testimonial-card.style-2:hover .client-info span, .single-testimonial-card.style-2.active .client-info span {
  color: #fff !important;
}

.single-testimonial-card.style-2 .client-info {
  margin-top: 0px;
}

.single-testimonial-card.style-2 .client-info span {
  padding-left: 0;
}

.single-testimonial-card.style-2 .client-info span::before {
  display: none;
}

.single-testimonial-card.style-2 span {
  color: #FF9C00 !important;
}

.single-testimonial-card.style-3 {
  background: #fff;
  border: none;
}

.single-testimonial-card.style-3::after {
  display: none;
}

.single-testimonial-card.style-3::before {
  right: 35px;
  bottom: 30px;
  position: absolute;
  content: '';
  background: url("../img/testimonial-quote-icon.png");
  width: 40px;
  height: 35px;
}

.single-testimonial-card.style-3:hover p, .single-testimonial-card.style-3:hover h4 {
  color: inherit;
}

.single-testimonial-card.style-3 .client-info {
  margin-top: 0px;
}

.single-testimonial-card.style-3 .client-info span {
  padding-left: 0;
}

.single-testimonial-card.style-3 .client-info span::before {
  display: none;
}

.single-testimonial-card.style-3 span {
  color: #FF9C00 !important;
}

.single-testimonial-card.style-3 .star span {
  font-size: 16px;
}

.single-testimonial-card::after {
  position: absolute;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-size: 50px;
  color: #EF0548;
  font-weight: 300;
  right: 30px;
  top: 55px;
  opacity: .1;
}

.single-testimonial-card:hover, .single-testimonial-card.active {
  background-color: #EF0548;
  border-color: #EF0548;
}

.single-testimonial-card:hover::after, .single-testimonial-card.active::after {
  color: #fff;
  opacity: .2;
}

.single-testimonial-card:hover p, .single-testimonial-card:hover span, .single-testimonial-card:hover h4, .single-testimonial-card.active p, .single-testimonial-card.active span, .single-testimonial-card.active h4 {
  color: #fff;
}

.single-testimonial-card:hover .client-info span::before, .single-testimonial-card.active .client-info span::before {
  background: #fff;
}

.single-testimonial-card:hover .client-image-rating-wrapper span, .single-testimonial-card.active .client-image-rating-wrapper span {
  color: #fff;
}

@media (max-width: 991px) {
  .single-testimonial-card {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .single-testimonial-card {
    padding: 30px 15px;
  }
}

@media (max-width: 580px) {
  .single-testimonial-card {
    padding: 25px 10px;
  }
}

.single-testimonial-card .client-image-rating-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-testimonial-card .client-image-rating-wrapper .client-img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #ddd;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .single-testimonial-card .client-image-rating-wrapper .client-img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 580px) {
  .single-testimonial-card .client-image-rating-wrapper .client-img {
    width: 50px;
    height: 50px;
  }
}

.single-testimonial-card .client-image-rating-wrapper span {
  color: #EF0548;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-testimonial-card .feedback {
  margin-top: 25px;
}

.single-testimonial-card .feedback p {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 28px;
  font-size: 17px;
}

.single-testimonial-card .client-info {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-testimonial-card .client-info h4 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-testimonial-card .client-info span {
  position: relative;
  padding-left: 30px;
  line-height: 1;
  font-size: 14px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-testimonial-card .client-info span::before {
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 10px;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 10px;
  height: 4px;
  background: #243342;
}

.single-testimonial-card .company-logo {
  margin-top: 20px;
}

.testimonial-carousel-active {
  /* the slides */
  /* the parent */
}

.testimonial-carousel-active .slick-slide {
  margin: 0 15px;
}

.testimonial-carousel-active .slick-list {
  margin: 0 -15px;
}

.testimonial-carousel-active .slide-dots {
  margin-top: 30px;
}

.slide-dots {
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0 3px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  border: 1px solid #FF9C00;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.slide-dots li button:hover {
  background-color: #EF0548;
}

.slide-dots li.slick-active button {
  background-color: #FF9C00;
  border-color: #FF9C00;
}

.team-member-card {
  position: relative;
  margin-top: 40px;
}

.team-member-card::after {
  position: absolute;
  left: 0;
  top: -10px;
  background: #EF0548;
  height: 20px;
  width: 100%;
  content: "";
}

.team-member-card:hover .member-img, .team-member-card.active .member-img {
  width: 94%;
  height: 300px;
  margin: 0px auto;
  display: block;
  position: relative;
  z-index: 2;
}

.team-member-card:hover .member-img::after, .team-member-card.active .member-img::after {
  height: 100%;
  content: "";
  opacity: .50;
  visibility: visible;
}

.team-member-card:hover .member-img .social-link, .team-member-card.active .member-img .social-link {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.team-member-card.style-2 {
  position: relative;
}

.team-member-card.style-2:hover .team-btn-link, .team-member-card.style-2.active .team-btn-link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.team-member-card.style-2:hover .team-btn-link a, .team-member-card.style-2.active .team-btn-link a {
  color: #FFF;
}

.team-member-card.style-2:hover .team-btn-link a:hover, .team-member-card.style-2.active .team-btn-link a:hover {
  color: #243342;
}

.team-member-card.style-2::after {
  background: #FF9C00;
  top: -10px;
}

.team-member-card.style-2 .member-info-box {
  overflow: hidden;
  margin-bottom: -38px;
}

.team-member-card.style-2 .profile-info-wrapper {
  background: #0E0A01;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.team-member-card.style-2 .team-btn-link {
  background-color: #FF9C00;
  position: relative;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.team-member-card.style-2 .member-img .social-link a:hover {
  background-color: #FF9C00;
  color: #fff;
}

.team-member-card .member-img {
  width: 94%;
  height: 300px;
  margin: 0px auto;
  display: block;
  position: relative;
  z-index: 2;
}

.team-member-card .member-img::after {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 70%;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.team-member-card .member-img .social-link {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  -webkit-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
}

.team-member-card .member-img .social-link a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #04213F;
  background-color: #FFF;
  display: inline-block;
  margin: 0px 2px;
}

.team-member-card .member-img .social-link a:hover {
  background-color: #EF0548;
  color: #fff;
}

.team-member-card .profile-info-wrapper {
  background-color: #ED5F6D;
  padding-top: 20px;
  padding-bottom: 20px;
}

.team-member-card .profile-info-wrapper h4 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 1px;
  font-weight: 600;
  font-size: 20px;
}

.team-member-card .profile-info-wrapper span {
  color: #fff;
}

.team-member-card .team-btn-link {
  background-color: #ED5F6D;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.team-member-card .team-btn-link a {
  display: block;
  padding: 10px 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.team-member-card .team-btn-link a:hover {
  color: #4069FF;
}

.team-member-card .team-btn-link a i {
  margin-left: 7px;
}

.single-project-card {
  position: relative;
  margin-top: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
          box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
  background: #fff;
}

.single-project-card:hover .project-details .read-more-btn {
  background: #EF0548;
}

.single-project-card:hover .project-details .read-more-btn::before, .single-project-card:hover .project-details .read-more-btn::after {
  background: rgba(4, 33, 63, 0.1);
}

.single-project-card:hover .project-details .read-more-btn a {
  color: #fff;
}

.single-project-card .project-thumb {
  width: 100%;
  height: 300px;
}

.single-project-card .project-details {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 585px) {
  .single-project-card .project-details {
    display: block;
  }
}

.single-project-card .project-details .project-content {
  padding: 30px;
  width: 70%;
  float: left;
  overflow: hidden;
}

@media (max-width: 585px) {
  .single-project-card .project-details .project-content {
    width: 100%;
  }
}

.single-project-card .project-details .project-content .cat-link {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #EF0548;
}

.single-project-card .project-details .project-content h3 {
  font-size: 20px;
}

.single-project-card .project-details .project-content h3:hover a {
  color: #EF0548;
}

.single-project-card .project-details .read-more-btn {
  overflow: hidden;
  width: 31%;
  padding: 30px;
  background: #F8DDE4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: relative;
}

@media (max-width: 585px) {
  .single-project-card .project-details .read-more-btn {
    width: 100%;
    display: block;
  }
}

.single-project-card .project-details .read-more-btn::after {
  position: absolute;
  left: -40px;
  top: -10px;
  width: 200px;
  height: 6px;
  background: #F6D5DD;
  content: "";
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-project-card .project-details .read-more-btn::before {
  position: absolute;
  right: -40px;
  bottom: -10px;
  width: 200px;
  height: 6px;
  background: #F6D5DD;
  content: "";
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-project-card .project-details .read-more-btn a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #04213F;
}

.single-project-card .project-details .read-more-btn a i {
  padding-top: 15px;
  display: block;
  font-size: 30px;
}

.service-item-card-2 {
  background: #fff;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
          box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
}

.service-item-card-2:hover .service-head .icon {
  background: #4069FF;
}

.service-item-card-2:hover .service-head .service-title h3 a {
  color: #4069FF;
}

.service-item-card-2:hover .service-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.service-item-card-2:hover .read-more-link {
  background: #4069FF;
}

.service-item-card-2 .service-head {
  clear: both;
  padding: 40px 30px;
}

@media (max-width: 767px) {
  .service-item-card-2 .service-head {
    padding: 30px 20px;
    margin-bottom: 0;
  }
}

.service-item-card-2 .service-head .icon {
  width: 80px;
  height: 80px;
  background: #FF9C00;
  color: #FFF;
  font-size: 50px;
  line-height: 90px;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 420px) {
  .service-item-card-2 .service-head .icon {
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 70px;
    margin-right: 20px;
  }
}

.service-item-card-2 .service-head .service-title {
  overflow: hidden;
}

.service-item-card-2 .service-head .service-title h3 {
  margin-bottom: 0;
  padding-top: 5px;
}

@media (max-width: 420px) {
  .service-item-card-2 .service-head .service-title h3 {
    font-size: 20px;
    padding-top: 0;
  }
}

.service-item-card-2 .service-img {
  overflow: hidden;
  height: 250px;
  background-color: #e6e6e6;
  width: 100%;
}

.service-item-card-2 .service-img img {
  width: 100%;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.service-item-card-2 .contents {
  padding: 30px;
}

.service-item-card-2 .read-more-link {
  display: block;
  width: 100%;
  text-align: center;
  background: #FF9C00;
  text-transform: capitalize;
  padding: 15px;
  line-height: 1;
  color: #FFF;
  font-weight: 600;
}

.service-item-card-2 .read-more-link:hover {
  background-color: #4069FF;
  color: #fff;
}

.service-item-card-2 .read-more-link i {
  margin-left: 8px;
}

.service-item-card-2.style-2:hover .read-more-link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.service-item-card-2.style-2 .service-head {
  border: 1px solid rgba(64, 105, 255, 0.2);
  border-bottom: 0px;
}

.service-item-card-2.style-2 .service-head .icon {
  background: #4069FF;
}

.service-item-card-2.style-2 .service-head .service-title h3 {
  color: #4069FF;
}

.service-item-card-2.style-2 .service-head .service-title h3:hover a {
  color: #EF0548 !important;
}

.service-item-card-2.style-2 .service-img {
  height: 275px;
}

.service-item-card-2.style-2 .read-more-link {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.service-item-card-2.style-2 .read-more-link:hover {
  background: #EF0548 !important;
}

.counter-area__item {
  margin-top: 30px;
  background: #E2E9FF;
  height: calc(100% - 30px);
}

.counter-area__item.counter-area__item-two {
  background: rgba(255, 156, 0, 0.1);
}

.counter-area__item.counter-area__item-two .icon {
  background: rgba(255, 156, 0, 0.1);
}

.counter-area__item .icon {
  font-size: 60px;
  min-height: 100%;
  line-height: 120px;
  background: rgba(64, 105, 255, 0.1);
  color: #FF9C00;
}

@media (max-width: 1299px) {
  .counter-area__item .icon {
    font-size: 50px;
  }
}

.counter-area__item .icon i {
  padding: 30px 28px;
}

@media (max-width: 1299px) {
  .counter-area__item .icon i {
    padding: 20px;
  }
}

.counter-area__item .text {
  width: 100%;
  padding: 17px 0 14px;
}

.counter-area__item .text .number {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #FF9C00;
  border-bottom: 1px solid rgba(64, 105, 255, 0.1);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1299px) {
  .counter-area__item .text .number {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}

.portfolio-showcase-carousel {
  /* the slides */
  /* the parent */
}

.portfolio-showcase-carousel .slick-slide {
  margin: 0 15px;
}

.portfolio-showcase-carousel .slick-list {
  margin: 0 -15px;
}

.single-portfolio-case-box {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.single-portfolio-case-box .featured-img {
  width: 100%;
  height: 490px;
  background-color: #eee;
  position: relative;
  background-size: cover;
}

@media (max-width: 991px) {
  .single-portfolio-case-box .featured-img {
    height: 320px;
  }
}

.single-portfolio-case-box .content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 25px 30px;
  background-color: #fff;
  border-top-right-radius: 10px;
  width: 75%;
}

.single-portfolio-case-box .content-wrapper:hover .read-circle-btn {
  background: #FF9C00 !important;
  color: #FFF !important;
}

@media (max-width: 767px) {
  .single-portfolio-case-box .content-wrapper {
    width: 95%;
    padding: 15px;
  }
}

.single-portfolio-case-box .content-wrapper .content .project-cat {
  color: #FF9C00;
}

@media (max-width: 767px) {
  .single-portfolio-case-box .content-wrapper .content .project-cat {
    font-size: 14px;
  }
}

.single-portfolio-case-box .content-wrapper .content h3 {
  color: #0E0A01;
  font-size: 20px;
  font-weight: 26px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .single-portfolio-case-box .content-wrapper .content h3 {
    font-size: 18px;
  }
}

.single-portfolio-case-box .content-wrapper .case-read-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 100%;
  background: rgba(255, 156, 0, 0.1);
  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;
}

.single-portfolio-case-box .content-wrapper .case-read-btn .read-circle-btn {
  color: #FF9C00;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent;
  border: 1px solid rgba(255, 156, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  display: inline-block;
}

.single-portfolio-grid {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.single-portfolio-grid .project-thumb {
  width: 100%;
  height: 450px;
  background-color: #eee;
  position: relative;
  background-size: cover;
}

@media (max-width: 991px) {
  .single-portfolio-grid .project-thumb {
    height: 330px;
  }
}

.single-portfolio-grid .content-wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 2;
  padding: 25px 30px;
  background-color: #fff;
  width: 85%;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
}

.single-portfolio-grid .content-wrapper:hover .read-circle-btn {
  background: #EF0548 !important;
  color: #FFF !important;
}

@media (max-width: 767px) {
  .single-portfolio-grid .content-wrapper {
    width: 95%;
    padding: 15px;
  }
}

.single-portfolio-grid .content-wrapper .content .project-cat {
  color: #4069FF;
}

@media (max-width: 767px) {
  .single-portfolio-grid .content-wrapper .content .project-cat {
    font-size: 14px;
  }
}

.single-portfolio-grid .content-wrapper .content h3 {
  color: #04213F;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .single-portfolio-grid .content-wrapper .content h3 {
    font-size: 18px;
  }
}

.single-portfolio-grid .content-wrapper .case-read-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 100%;
  background: #4069FF;
  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;
}

.single-portfolio-grid .content-wrapper .case-read-btn .read-circle-btn {
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  display: inline-block;
}

.inline-newsletter-subscribe p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .inline-newsletter-subscribe p {
    display: block !important;
  }
}

.inline-newsletter-subscribe .submit-btn {
  background: #04213F;
  height: 60px;
  text-align: center;
  border-radius: 4px;
  padding: 0px 40px;
  border-color: #04213F;
}

@media (max-width: 767px) {
  .inline-newsletter-subscribe .submit-btn {
    display: block !important;
    width: 100%;
  }
}

.inline-newsletter-subscribe .wpcf7-form-control-wrap input {
  max-width: 90% !important;
  height: 60px;
  font-size: 14px;
  color: #04213F;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .inline-newsletter-subscribe .wpcf7-form-control-wrap input {
    display: block !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .inline-newsletter-subscribe .wpcf7-form-control-wrap input {
    height: 50px;
  }
}

.inline-newsletter-subscribe .wpcf7-spinner {
  position: absolute !important;
}

.consultation-form p input, .consultation-form p textarea {
  border: 1.5px solid rgba(4, 33, 63, 0.2);
  border-radius: 4px;
  height: 50px;
  color: #243342;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
}

@media (max-width: 767px) {
  .consultation-form p input, .consultation-form p textarea {
    height: 40px;
    font-size: 14px;
  }
}

.consultation-form p input::-webkit-input-placeholder, .consultation-form p textarea::-webkit-input-placeholder {
  color: #243342;
  font-size: 15px;
}

.consultation-form p input:-ms-input-placeholder, .consultation-form p textarea:-ms-input-placeholder {
  color: #243342;
  font-size: 15px;
}

.consultation-form p input::-ms-input-placeholder, .consultation-form p textarea::-ms-input-placeholder {
  color: #243342;
  font-size: 15px;
}

.consultation-form p input::placeholder, .consultation-form p textarea::placeholder {
  color: #243342;
  font-size: 15px;
}

.consultation-form p input.theme-btn, .consultation-form p textarea.theme-btn {
  border-color: #EF0548;
  color: #fff;
  border: 0px;
  padding: 0px 50px;
  line-height: 1;
  height: 60px;
}

@media (max-width: 767px) {
  .consultation-form p input.theme-btn, .consultation-form p textarea.theme-btn {
    height: 50px;
    display: block;
    width: 100%;
    font-size: 14px;
  }
}

.consultation-form p textarea {
  height: 120px;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .consultation-form p textarea {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .consultation-form p textarea {
    height: 80px;
  }
}

.news-letter form input {
  height: 50px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 50px;
}

.news-letter .wpcf7-form-control.theme-btn {
  width: 100%;
  background: #04213F;
  border-color: #04213F;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 0;
  font-weight: 400;
}

.news-letter .wpcf7-form-control.theme-btn:hover {
  background: #4069FF;
  border-color: #4069FF;
  color: #fff;
}

.news-letter .wpcf7-spinner {
  position: absolute;
  bottom: 0;
}

.news-letter p {
  margin-bottom: 0;
  line-height: 1;
}

.inline-newsletter-form form {
  position: relative;
}

.inline-newsletter-form form input[type='email'] {
  position: relative;
  width: 100%;
  height: 60px;
  background: #1E1B15;
  color: #FFF;
}

.inline-newsletter-form form input[type='email']::-webkit-input-placeholder {
  color: #fff;
}

.inline-newsletter-form form input[type='email']:-ms-input-placeholder {
  color: #fff;
}

.inline-newsletter-form form input[type='email']::-ms-input-placeholder {
  color: #fff;
}

.inline-newsletter-form form input[type='email']::placeholder {
  color: #fff;
}

.inline-newsletter-form form input.theme-btn.wpcf7-submit {
  padding: 0;
  height: 50px;
  background: #FF9C00;
  border-color: #FF9C00;
}

@media (min-width: 768px) {
  .inline-newsletter-form form input.theme-btn.wpcf7-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    width: 200px;
  }
}

.inline-newsletter-form form p {
  margin: 0;
  line-height: 1;
  height: 60px;
}

.inline-newsletter-form .wpcf7-spinner {
  position: absolute;
  bottom: 0;
}

@media (min-width: 992px) {
  .about-us__content {
    max-width: 606px;
  }
}

@media (min-width: 992px) {
  .about-us__content .description {
    max-width: 570px;
  }
}

.about-us__content h6 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .about-us__content .title:not(h6) {
    font-size: 42px;
    line-height: 56px;
  }
}

@media (max-width: 991px) {
  .about-us__content .title:not(h6) {
    font-size: 36px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .about-us__content .title:not(h6) {
    font-size: 32px;
    line-height: 46px;
  }
}

@media (max-width: 575px) {
  .about-us__content .title:not(h6) {
    font-size: 28px;
    line-height: 42px;
  }
}

.about-us__content .title:not(h6) span {
  font-weight: 300;
}

.about-us__media {
  max-width: 666px;
  margin-left: auto;
  position: relative;
  margin-right: auto;
  margin-bottom: 180px;
}

@media (max-width: 1399px) {
  .about-us__media {
    margin-bottom: 170px;
  }
}

@media (max-width: 550px) {
  .about-us__media {
    margin-bottom: 150px;
  }
}

.about-us__media .media {
  height: 450px;
}

.about-us__media .media img {
  max-width: 434px;
}

.expert-team {
  right: 0;
  z-index: 1;
  overflow: hidden;
  max-width: 202px;
  position: absolute;
  padding: 40px 18px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1399px) {
  .expert-team {
    padding: 30px 10px;
  }
}

@media (max-width: 550px) {
  .expert-team {
    padding: 25px 10px;
  }
}

.expert-team-one {
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
}

.expert-team-two {
  left: 0;
  bottom: -126px;
  max-width: 318px;
  padding: 77px 45px;
  border-radius: 50px 0px 0px 50px;
}

@media (max-width: 1399px) {
  .expert-team-two {
    bottom: -60px;
    max-width: 270px;
    padding: 50px 10px;
  }
}

@media (max-width: 550px) {
  .expert-team-two {
    max-width: 240px;
    padding: 30px 10px;
  }
}

@media (max-width: 480px) {
  .expert-team-two {
    max-width: 150px;
    padding: 28px 10px;
  }
}

.expert-team-two .title {
  max-width: 320px !important;
}

.expert-team-two:after {
  background: rgba(14, 10, 1, 0.8) !important;
}

.expert-team-three {
  z-index: -1;
  bottom: -180px;
  max-width: 318px;
  padding: 51px 75px 30px;
  border-radius: 0px 0px 50px 50px;
}

@media (max-width: 1399px) {
  .expert-team-three {
    max-width: 279px;
    bottom: -170px;
    padding: 50px 35px;
  }
}

@media (max-width: 550px) {
  .expert-team-three {
    bottom: -150px;
    max-width: 240px;
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .expert-team-three {
    max-width: 150px;
    padding: 28px 10px;
  }
}

.expert-team-three:after {
  background: rgba(14, 10, 1, 0.8) !important;
}

.expert-team:after {
  top: 0;
  left: 0;
  content: "";
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 156, 0, 0.9);
}

.expert-team .number {
  font-size: 48px;
  line-height: 58px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 1399px) {
  .expert-team .number {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 1399px) {
  .expert-team .number {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .expert-team .number {
    font-size: 25px;
  }
}

.expert-team .title {
  max-width: 168px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .expert-team .title {
    font-size: 14px;
    max-width: 138px;
  }
}

.pricing__controller {
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricing__controller .theme-btn {
  color: #FF9C00;
  font-family: "Lato", sans-serif;
  border-radius: 500px;
  background: transparent;
  padding: 16px 44px;
  border: 1.5px solid #E2E9FF;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(14, 10, 1, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(14, 10, 1, 0.1));
  margin-top: 10px;
}

.pricing__controller .theme-btn:after {
  background: #FF9C00;
}

.pricing__controller .theme-btn.border-yellow {
  color: #FF9C00;
  border-color: #FF9C00;
}

.pricing__controller .theme-btn.border-yellow:after {
  background: #FF9C00;
}

.pricing__controller .theme-btn.border-yellow.active, .pricing__controller .theme-btn.border-yellow:hover {
  background: #FF9C00;
}

.pricing__controller .theme-btn.active, .pricing__controller .theme-btn:hover {
  color: #FFF;
  background: #FF9C00;
}

.pricing__card {
  background: #F3F3F2;
  height: calc(100% - 30px);
}

.pricing__card-yellow {
  bottom: #F3F3F2;
}

.pricing__card-yellow.standard-plan .pricing__card-body:after {
  background-image: url("../img/price/standard-plan-2.svg") !important;
}

.pricing__card-yellow.professional .pricing__card-body:after {
  background-image: url("../img/price/professional-2.svg") !important;
}

.pricing__card-yellow .pricing__card-header:after {
  background-image: url("../img/price/circle-2.svg");
}

.pricing__card-yellow .pricing__card-header .title {
  color: #F47102 !important;
}

.pricing__card-yellow .pricing__card-header .price {
  background: #FF9C00;
}

.pricing__card-yellow .pricing__card-body:after {
  background-image: url("../img/price/basic-plan-2.svg");
}

.pricing__card-yellow .pricing__card-body ul li i {
  color: #FF9C00;
}

.pricing__card-yellow .pricing__card-body .theme-btn {
  color: #FF9C00;
  border-color: rgba(255, 156, 0, 0.3);
}

.pricing__card-yellow .pricing__card-body .theme-btn:after {
  background: #FF9C00;
}

.pricing__card-yellow .pricing__card-body .theme-btn:hover, .pricing__card-yellow .pricing__card-body .theme-btn:focus {
  background: #FF9C00;
  border-color: #FF9C00;
}

.pricing__card.standard-plan .pricing__card-header:after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.pricing__card.standard-plan .pricing__card-body:after {
  bottom: -30px;
  right: -473px;
  width: 649.27px;
  height: 753.04px;
  background-image: url("../img/price/standard-plan.svg");
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.pricing__card.professional .pricing__card-body:after {
  bottom: -30px;
  right: -470px;
  width: 644.51px;
  height: 715.97px;
  background-image: url("../img/price/professional.svg");
}

.pricing__card-header {
  position: relative;
  padding: 39px 40px 29px;
  border-bottom: 1px solid rgba(64, 105, 255, 0.1);
}

@media (max-width: 991px) {
  .pricing__card-header {
    padding: 29px 35px;
  }
}

.pricing__card-header:after {
  top: 16px;
  right: 19px;
  content: "";
  width: 80.97px;
  height: 80.97px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/price/circle.svg");
  -webkit-animation: scale 3s linear infinite;
          animation: scale 3s linear infinite;
}

.pricing__card-header .title {
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 991px) {
  .pricing__card-header .title {
    font-size: 26px;
    line-height: 36px;
  }
}

.pricing__card-header .sub-title {
  font-size: 14px;
  line-height: 24px;
}

.pricing__card-header .sub-title img {
  margin-left: 8px;
}

.pricing__card-header .price {
  min-width: 348px;
  max-width: 100px;
  font-size: 36px;
  margin-left: -40px;
  font-weight: 600;
  line-height: 46px;
  padding: 20px 40px;
  position: relative;
  background: #FF9C00;
  display: inline-block;
  border-radius: 0px 10px 10px 0px;
}

.pricing__card-header .price:after {
  top: -8px;
  right: -13px;
  content: "";
  height: 56px;
  width: 54.76px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/price/price-bg.svg");
}

.pricing__card-header .price span {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.pricing__card-header p {
  font-family: "Lato", sans-serif;
  max-width: 230px;
}

.pricing__card-body {
  position: relative;
  padding: 29px 40px 39px;
}

@media (max-width: 991px) {
  .pricing__card-body {
    padding: 29px 35px;
  }
}

.pricing__card-body:after {
  content: "";
  right: -285px;
  height: 482px;
  bottom: -157px;
  width: 481.89px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/price/basic-plan.svg");
  -webkit-animation: scale 3s linear infinite;
          animation: scale 3s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.pricing__card-body ul li {
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
}

.pricing__card-body ul li:last-child {
  margin-bottom: 0;
}

.pricing__card-body ul li i {
  color: #FF9C00;
  font-size: 15px;
  margin-right: 20px;
}

.pricing__card-body ul li i.icon-close-3 {
  color: #243342;
}

.pricing__card-body .theme-btn {
  color: #FF9C00;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  border: 1.5px solid rgba(64, 105, 255, 0.3);
  margin-bottom: 25px;
}

.pricing__card-body .theme-btn:after {
  background: #FF9C00;
}

.pricing__card-body .theme-btn i {
  font-size: 20px;
}

.pricing__card-body .theme-btn:hover, .pricing__card-body .theme-btn:focus {
  color: #FFF;
  background: #FF9C00;
}

.hide {
  display: none;
}

.testimonial-slider-arrows {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.testimonial-slider-arrows .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 20px;
  min-width: 50px;
  line-height: 50px;
  border-radius: 500px;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #F47102;
}

.testimonial-slider-arrows .slick-arrow i {
  opacity: 0.9;
  color: #F47102;
}

.testimonial-slider-arrows .slick-arrow:hover, .testimonial-slider-arrows .slick-arrow:focus {
  background: #F47102;
}

.testimonial-slider-arrows .slick-arrow:hover i, .testimonial-slider-arrows .slick-arrow:focus i {
  color: #FFF;
}

.testimonial-slider-arrows .slick-arrow.slick-next {
  border-color: #FF9C00;
}

.testimonial-slider-arrows .slick-arrow.slick-next i {
  color: #FF9C00;
}

.testimonial-slider-arrows .slick-arrow.slick-next:hover, .testimonial-slider-arrows .slick-arrow.slick-next:focus {
  background: #FF9C00;
}

.testimonial-slider-arrows .slick-arrow.slick-next:hover i, .testimonial-slider-arrows .slick-arrow.slick-next:focus i {
  color: #FFF;
}

.single-work-steps {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 25px rgba(14, 10, 1, 0.05);
          box-shadow: 0px 4px 25px rgba(14, 10, 1, 0.05);
  margin-top: 80px;
}

.single-work-steps .icon {
  width: 80px;
  height: 80px;
  line-height: 90px;
  text-align: center;
  background: #FF9C00;
  color: #FFF;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 48px;
  margin: 0px auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-work-steps .content {
  padding: 0px 30px;
}

.single-work-steps .content h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.single-work-steps .content p {
  margin-bottom: 10px;
}

.single-work-steps .step-number {
  background: #04213F;
  color: #fff;
  width: 70%;
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0px auto;
  display: block;
  padding: 15px 0px;
  text-align: center;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.single-progress-bar {
  position: relative;
}

.single-progress-bar:last-child {
  margin-bottom: 0;
}

.single-progress-bar .progress {
  height: 10px;
  border-radius: 30px;
}

.single-progress-bar .progress-bar {
  width: 0;
  border-radius: 30px;
  -webkit-animation: progress 1.5s ease-in-out forwards;
          animation: progress 1.5s ease-in-out forwards;
}

.single-progress-bar .progress-bar .placeholder {
  z-index: 1;
  width: 40px;
  height: 40px;
  bottom: 6px;
  color: #4069FF;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  margin-left: -40px;
  background: url("../img/comment.png") no-repeat;
  z-index: -1;
  opacity: 0;
  -webkit-animation: show 0.35s forwards ease-in-out 0.5s;
          animation: show 0.35s forwards ease-in-out 0.5s;
}

.single-progress-bar .progress-bar .placeholder:after {
  top: 4px;
  right: 2px;
  z-index: -1;
  width: 36px;
  height: 20px;
  content: "";
  background: #FFF;
  position: absolute;
  border-radius: 7px;
}

.single-team-member-2 {
  margin-top: 30px;
}

.single-team-member-2 .member-details {
  background: #4069ff0f;
  padding: 20px;
  overflow: hidden;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
          box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  z-index: 3;
  position: relative;
}

.single-team-member-2 h3 {
  font-weight: 500;
}

.single-team-member-2 .social-profile {
  position: relative;
}

.single-team-member-2 .social-profile a {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #4069FF;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all .35s;
  transition: all .35s;
  margin: 0px 2px;
  font-size: 15px;
}

.single-team-member-2 .social-profile a:hover {
  background: #EF0548;
  color: #fff;
}

.consultation-form.style-2 .theme-btn.submit-btn {
  background: #4069FF;
}

.inline-newsletter-form.color-3 .theme-btn {
  background: #4069FF !important;
  border-color: #4069FF !important;
}

.inline-newsletter-form.color-3 form input[type='email'] {
  background: transparent;
}

.inline-newsletter-form.color-3 form {
  position: relative;
  border: 1px solid #4069ff24;
}

footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

footer ul li {
  list-style: none;
}

footer .footer-widgets-wrapper {
  padding: 60px 0px 100px;
}

@media (max-width: 991px) {
  footer .footer-widgets-wrapper {
    padding: 40px 0px 80px;
  }
}

footer .single-footer-wid {
  margin-top: 40px;
}

footer .single-footer-wid .wid-title {
  margin-bottom: 25px;
}

@media (min-width: 767px) {
  footer .single-footer-wid .wid-title {
    margin-top: 20px;
  }
}

footer .single-footer-wid .wid-title h6 {
  font-weight: 600;
  color: #fff;
  font-size: 17px;
}

footer .single-footer-wid ul li a {
  margin-top: 8px;
  color: #9dacb8;
  display: block;
  font-size: 16px;
}

footer .footer-bottom {
  background-color: #EF0548;
  color: #fff;
}

@media (max-width: 767px) {
  footer .footer-bottom {
    text-align: center;
  }
}

footer .footer-bottom .bottom-content-wrapper {
  padding: 35px 50px;
}

@media (max-width: 767px) {
  footer .footer-bottom .bottom-content-wrapper {
    padding: 30px;
  }
}

footer .footer-bottom .bottom-content-wrapper p, footer .footer-bottom .bottom-content-wrapper b, footer .footer-bottom .bottom-content-wrapper strong {
  color: #FFF;
  font-size: 16px;
  text-transform: capitalize;
}

footer .footer-bottom .bottom-content-wrapper a {
  font-weight: 500;
}

footer .footer-bottom .bottom-content-wrapper ul li {
  display: inline-block;
}

footer .footer-bottom .bottom-content-wrapper ul li:first-of-type a {
  margin-left: 0;
}

footer .footer-bottom .bottom-content-wrapper ul li a {
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
}

footer .footer-bottom .social-links a {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}

footer .footer-bottom .social-links a:hover {
  color: #4069FF;
}

footer .footer-bottom .social-links a:last-of-type {
  margin-left: 0;
}

footer .footer-bottom-bar {
  background-color: #EF0548;
  padding: 24px 0px;
  color: #fff;
  text-transform: capitalize;
}

footer .footer-bottom-bar p {
  color: #fff;
}

footer .footer-bottom-bar a, footer .footer-bottom-bar b, footer .footer-bottom-bar strong {
  color: #FFF;
  font-weight: 500;
}
/*# sourceMappingURL=style.css.map */