/*-----------------------------------------------------------------------------------

    Name: Peekaboo
    Domain: https://www.peek-a-boo.app/
    Developer: Saif Ullah Khan
    Design (Copyright & License): https://www.saif.digital/peekaboo/design/license/
    Code (Copyright & License): https://www.saif.digital/peekaboo/code/license/
    Assets (Textual Content): Educore Systems & Technologies
    Assets (Graphical Content): Educore Systems & Technologies
    Developed Under: Educore Systems & Technologies

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01.SITEFACE
    02.CURRICULUM
    03.FEATURES
    04.SERVICES
    05.ABOUT
    06.WHY US
    07.TEAM
    08.PRICING
    09.CONTACT
    10.SUBSCRIBE
    11.FOOTER

-----------------------------------------------------------------------------------*/
/*===========================
     01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Lato:300,400,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');

.inter {
  font-family: 'Inter', sans-serif;
}

.nunito {
  font-family: 'Nunito', sans-serif;
}

.nunito-bold {
  font-family: 'Nunito', sans-serif;
}

.carter-one {
  font-family: 'Carter One', cursive;
}

/* Mobile Classes */
@media (max-width: 767px) {
  .m-d-block {
    display: block !important;
  }

  .m-pb-0 {
    padding-bottom: 0px;
  }

  .m-pb-450 {
    padding-bottom: 450px;
  }

  .m-text-center {
    text-align: center !important;
  }
}

/* Image Highlighter */
/* .highlighter {
  background: url("/assets/images/highlighter.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 180px;
} */

@media (max-width: 767px) {
  .highlighter:before {
    display: none;
  }
}

.highlighter:before {
  content: '';
  display: inline-block;
  width: 95%;
  height: 30%;
  position: absolute;
  z-index: -1;
  left: 0px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, yellow 50%);
  background-position: -0% 0;
  background-size: 200% 10px;
  transition: background-position 0.2s ease-out;
  border-radius: 35px 15px 18px 80px;
  -webkit-transform: skew(0deg, -1.5deg);
  transform: skew(0deg, -1.5deg);
  opacity: 0.8;
  background-position: -99.99% 0;
}

.highlight-center-small::before {
  width: 33%;
  left: auto;
}

.highlight-center::before {
  width: 38%;
  left: auto;
}

@media (max-width: 767px) {
  .highlight-center::before {
    width: 32%;
  }
}

.highlight-petty:before {
  width: 28%;
  left: 30px;
}

.highlight-less-petty::before {
  width: 29%;
  left: auto;
  right: 285px;
}

@media (max-width: 767px) {
  .highlight-less-petty::before {
    width: 35%;
    right: auto;
  }
}

.highlight-evenless-petty::before {
  width: 35%;
  left: 153px;
}

.highlight-even-tinier:before {
  /* width: 40%; */
  /* width: 55%; */
  width: 50%;
  /* height: 9%; */
  /* height: 7.5%; */
  height: 6.5%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #6fc2ea 50%);
}

@media (max-width: 567px) {
  .siteface-highlight-mobile::before {
    width: 72% !important;
    height: 9%;
    left: auto;
  }
}

@media (max-width: 990px) {
  .siteface-highlight-mobile::before {
    /* width: 55%; */
    /* width: 60%; */
    width: 64%;
    height: 9%;
    left: auto;
  }
}

.highlight-tinier:before {
  width: 30%;
  left: -5px;
}

.highlight-tiny:before {
  width: 40%;
  left: 210px;
}

.highlight-small:before {
  width: 50%;
  left: 275px;
}

.highlight-medium:before {
  width: 60%;
  left: 100px;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6A6972;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #2E2E2E;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6A6972;
  margin: 0px;
}

.bg_cover {
  /* background: linear-gradient(150deg, rgb(60, 122, 201) 33%, rgb(54, 160, 219) 47%, rgb(60, 176, 221) 60%) !important; */
  /* background: white !important; */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  /* height: 100vh; */
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4px 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  border-radius: 8px;
  border: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  /* background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
  background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
  background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%); */
  /* background: -webkit-linear-gradient(left, #f7c895 0%, #f1e52f 50%, #ebc000 100%);
  background: -o-linear-gradient(left, #f7c895 0%, #f1e52f 50%, #ebc000 100%);
  background: linear-gradient(to right, #f7c895 0%, #f1e52f 50%, #ebc000 100%); */
  background: #FFA500;
  background-size: 200%;
}

.main-btn:hover {
  color: #fff;
  background-position: right center;
}

/*===== All SECTION TITLE Style =====*/
.section-title .line {
  /* background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%); */
  background: -webkit-linear-gradient(#ffa616 0%, #ffa616 100%);
  background: -o-linear-gradient(#ffa616 0%, #ffa616 100%);
  background: linear-gradient(#ffa616 0%, #ffa616 100%);
  width: 150px;
  height: 5px;
  margin-bottom: 10px !important;
}

.section-title .title {
  font-size: 38px;
  font-weight: 700;
  /* line-height: 42px; */
  line-height: 54px;
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
  }
}

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #361CC1;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}

.section-title .title {
  font-size: 32px;
  padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
  }
}

.section-title .title span {
  /* font-weight: 400; */
  font-weight: 700;
  display: contents;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #361CC1 #361CC1 #E1E1E1;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #E1E1E1;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #E1E1E1;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
      02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* Incrementing the Width of Site Container */
.container {
  max-width: 1300px;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 10px 0;
}

.navbar {
  /* padding: 25px 0; */
  padding: 10px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  /* max-width: 160px; */
  max-width: 90px;
  padding: 0;
  /* transition: 0.5s all ease-in; */
}

.sticky .navbar-brand {
  max-width: 160px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  margin-right: 45px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 400;
  /* color: #fff; */
  /* color: #fe6e9a; */
  color: #000000;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #2E2E2E;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #2E2E2E;
  }
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #2E2E2E;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #361CC1;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #2E2E2E;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #2E2E2E;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #2E2E2E;
  border-bottom: 1px solid #2E2E2E;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.navbar-btn .main-btn {
  /* height: 45px; */
  line-height: 45px;
  /* background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%); */
  background: #0cbbe8 !important;
  background-size: 200%;
  border-radius: 40px;
}

.navbar-btn .main-btn:hover {
  color: #fff;
  background-position: right center;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #2E2E2E;
}

.sticky .navbar-nav .nav-item a {
  color: #2E2E2E;
}

.sticky .navbar-nav .nav-item.active>a, .sticky .navbar-nav .nav-item:hover>a {
  color: #361CC1;
}

/*===== HEADER HERO =====*/
.header-hero {
  position: relative;
  z-index: 5;
  background-position: bottom center;
}

#particles-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-hero-content {
  /* padding-top: 180px; */
  padding-top: 270px;
}

@media (max-width: 767px) {
  .header-hero-content {
    padding-top: 100px;
  }
}

.header-hero-content .header-sub-title {
  /* font-size: 38px; */
  /* font-size: 28px; */
  font-size: 40px;
  /* color: #fff;  */
  /* color: #6fc2ea !important; */
  color: rgba(0, 0, 0, 0.7) !important;
}

@media (min-width: 990px) {
  .header-hero-content .header-sub-title {
    margin-bottom: 20px;
  }
}

/* @media (min-width: 990px) {
  .header-hero-content .header-sub-title {
    position: relative;
    top: -100px;
  }
} */

@media (max-width: 767px) {
  .header-hero-content .header-sub-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-sub-title {
    font-size: 30px;
  }
}

.header-hero-content .header-title {
  width: fit-content;
  /* font-size: 38px; */
  /* font-size: 32px; */
  font-size: 28px;
  font-weight: 700;
  /* background-color: #6fc2ea; */
  color: #fff;
  /* color: #6fc2ea; */
  /* color: #fcecd9; */
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .header-hero-content .header-title {
    width: auto;
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 30px;
  }
}

.header-hero-content .text {
  /* color: #fff; */
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 18px;
  /* margin-top: 30px; */
  margin-top: 10px;
}

.header-hero-content .main-btn {
  /* margin-top: 20px; */
  padding-left: 40px;
  transition: all 0.4s ease-out 0s;
}

/* @media (min-width: 990px) {
  .header-hero-content .main-btn {
    margin-top: 50px;
  }
} */

/* .header-hero-content .main-btn:nth-child(4) {
  background: none;
  border: 2px #fe6e9a solid;
  color: #fe6e9a;
} */

.header-hero-content .main-btn:nth-child(5) {
  /* background: #fe6e9a; */
  background: #FFA500;
  color: #ffffff;
}

/* .header-hero-content .main-btn:nth-child(5) {
  background: none;
  color: #fe6e9a;
} */

.header-hero-content .main-btn:nth-child(6) {
  background: #e7faff;
  color: #00aecd;
}

.header-hero-content .main-btn:nth-child(5) i {
  padding-bottom: 1.5px;
  padding-left: 1.5px;
}

.header-hero-image {
  padding-top: 45px;
}

.header-hero-image img {
  /* max-width: 650px; */
  /* max-width: 810px;  */
  max-width: 600px;
  /* margin-top: 60px; */
  /* margin-top: 140px; */
  margin-top: 95px;
  border-radius: 60px;
}

@media (max-width: 767px) {
  .header-hero-image img {
    /* max-width: 100%; */
    max-width: 85%;
    margin-top: -25px;
  }
}

@media (max-width: 767px) {
  .header-hero-image {
    padding-top: 30px;
  }
}

/*===========================
      03.BRAND css 
===========================*/
@media (max-width: 767px) {
  .brand-logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-logo {
  padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-logo {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .single-logo {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .single-logo {
    width: 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-logo {
    width: 33.33%;
  }
}

.single-logo img {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-logo:hover img {
  opacity: 1;
}

/*===========================
      04.SERVICES css 
===========================*/
.doodle-three {
  width: 425px;
  top: 0;
  left: -150px;
}

@media (max-width: 767px) {
  .doodle-three {
    width: 200px;
    top: 250px;
    left: -90px;
    transform: rotate(-20deg);
  }
}

.doodle-four {
  width: 400px;
  bottom: -200px;
  right: -100px;
  transform: rotate(-105deg);
}

@media (max-width: 767px) {
  .doodle-four {
    width: 225px;
    right: -75px;
    bottom: -150px;
  }
}

.single-services {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
  -moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 50px 30px;
  border: 2px solid transparent;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .single-services {
    padding: 20px 20px 30px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.single-services .services-icon {
  display: inline-block;
  position: relative;
}

.single-services .services-icon img {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-services .services-icon .shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-services .services-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: #fff;
}

.single-services .services-content .services-title a {
  font-size: 26px;
  font-weight: 700;
  color: #2E2E2E;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-services .services-content .services-title a {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .single-services .services-content .services-title a {
    font-size: 20px;
  }
}

.single-services .services-content .services-title a:hover {
  color: #361CC1;
}

.single-services .services-content .text {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .single-services .services-content .text {
    margin-top: 20px;
  }
}

.single-services .services-content .more {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #2E2E2E;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-services .services-content .more i {
  margin-left: 10px;
}

.single-services .services-content .more:hover {
  color: #361CC1;
}

.single-services:hover {
  border-color: #FE7A7B;
}

.single-services:hover .services-icon .shape {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}

/*===========================
      05.ABOUT css 
===========================*/
.about-area {
  position: relative;
  z-index: 5;
}

.about-area .section-title h3 {
  font-size: 36px;
  line-height: 42px;
  padding-top: 10px;
  letter-spacing: 1px;
}

.about-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-shape-1 {
    width: 90%;
    right: -75px;
    top: 600px;
  }
}

.about-image-one {
  position: relative;
  width: 550px;
  /* top: -35px; */
  /* right: -50px; */
  transform: rotateY(180deg);
}

@media (max-width: 767px) {
  .about-image-one {
    /* width: 370px; */
    right: 0px;
    top: 0px;
  }
}

.about-shape-1 img {
  min-width: 610px;
  position: relative;
  top: 50px;
  right: 150px;
  transform: rotatey(180deg);
}

@media (max-width: 767px) {
  .about-shape-1 img {
    transform: scale(0.8);
  }
}

.about-shape-2 {
  position: absolute;
  /* top: 0; */
  left: 30px;
  /* width: 35%; */
  width: 45%;
  /* height: 100%; */
  z-index: -1;
}

.about-image-two {
  /* position: absolute; */
  width: 515px;
  /* left: 0px; */
}

@media (max-width: 767px) {
  .about-image-two {
    width: 500px;
  }
}

.about-shape-2 img {
  width: 100%;
}

@media (max-width: 767px) {
  .about-shape-2 img {
    position: relative;
    top: 100px;
  }
}

@media (max-width: 767px) {
  .about-shape-2 {
    /* display: none; */
    width: 100%;
    top: 600px;
    left: 0px;
  }
}

.about-content {
  max-width: 480px;
}

.about-content .text {
  margin-top: 15px;
}

.about-content .main-btn {
  /* background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%); */
  background-size: 200%;
  /* height: 50px; */
  line-height: 50px;
  /* padding: 4px 35px; */
  padding-left: 40px;
  /* margin-top: 20px; */
}

.about-content .main-btn:hover {
  background-position: right center;
}

.main-btn i {
  vertical-align: middle;
}

/*===========================
    06.VIDEO COUNTER css 
===========================*/
.video-content {
  position: relative;
  padding-bottom: 30px;
}

.video-content .dots {
  position: absolute;
  left: -30px;
  bottom: 0;
}

.video-wrapper {
  margin-right: 15px;
  position: relative;
  -webkit-box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
  -moz-box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
  box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .video-wrapper {
    margin-right: 0;
  }
}

.video-wrapper .video-image img {
  width: 90%;
}

.video-wrapper .video-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(54, 28, 193, 0.2) 0%, rgba(46, 130, 239, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(54, 28, 193, 0.2) 0%, rgba(46, 130, 239, 0.2) 100%);
  background: linear-gradient(to right, rgba(54, 28, 193, 0.2) 0%, rgba(46, 130, 239, 0.2) 100%);
}

.video-wrapper .video-icon a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #FE8464;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.counter-wrapper {
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-wrapper {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .counter-wrapper {
    padding-left: 0;
  }
}

.counter-wrapper .counter-content .text {
  margin-top: 35px;
}

.counter-wrapper .single-counter {
  max-width: 155px;
  height: 120px;
  border-radius: 60px;
  position: relative;
  z-index: 5;
  /* margin-top: 60px; */
  margin-top: 25px;
}

@media (max-width: 767px) {
  .counter-wrapper .single-counter {
    max-width: 100px;
    height: 80px;
    margin-top: 10px;
    margin-left: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .single-counter {
    max-width: 155px;
    height: 120px;
  }
}

.counter-wrapper .single-counter::before {
  position: absolute;
  content: '';
  width: 155px;
  height: 120px;
  border-radius: 60px;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

@media (max-width: 767px) {
  .counter-wrapper .single-counter::before {
    max-width: 100px;
    height: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .single-counter::before {
    max-width: 155px;
    height: 120px;
  }
}

.counter-wrapper .single-counter.counter-color-1::before {
  background: -webkit-linear-gradient(#33c8c1 0%, #119bd2 100%);
  background: -o-linear-gradient(#33c8c1 0%, #119bd2 100%);
  background: linear-gradient(#33c8c1 0%, #119bd2 100%);
}

.counter-wrapper .single-counter.counter-color-2::before {
  background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
}

.counter-wrapper .single-counter.counter-color-3::before {
  background: -webkit-linear-gradient(#361cc1 0%, #2e82ef 100%);
  background: -o-linear-gradient(#361cc1 0%, #2e82ef 100%);
  background: linear-gradient(#361cc1 0%, #2e82ef 100%);
}

.counter-wrapper .single-counter .count {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .counter-wrapper .single-counter .count {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .single-counter .count {
    font-size: 22px;
  }
}

.counter-wrapper .single-counter .text {
  font-size: 16px;
  color: #fff;
}

@media (max-width: 767px) {
  .counter-wrapper .single-counter .text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .single-counter .text {
    font-size: 16px;
  }
}

/*===========================
       07.TEAM css 
===========================*/

.doodle-one {
  width: 400px;
  top: 0;
  left: -125px;
}

@media (max-width: 767px) {
  .doodle-one {
    width: 225px;
    /* top: -40px; */
    left: -100px;
  }
}

.doodle-two {
  width: 400px;
  /* bottom: -175px; */
  bottom: -100px;
  right: -125px;
}

@media (max-width: 767px) {
  .doodle-two {
    width: 200px;
    bottom: -100px;
    right: -65px;
    transform: rotate(195deg);
  }
}

.single-team {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  overflow: hidden;
  border-radius: 10px;
}

.single-team .team-image {
  position: relative;
}

.single-team .team-image img {
  width: 100%;
}

.bm-one .team-image img {
  /* background: radial-gradient(#ffffff, #21e6fa); */
  /* background: radial-gradient(#ffffff, #45bceb); */
  background: radial-gradient(#ffffff, #6fc2ea);
}

.bm-two .team-image img {
  /* background: radial-gradient(#ffffff, #E58CF5); */
  background: radial-gradient(#ffffff, #ffa616);
}

.bm-three .team-image img {
  /* background: radial-gradient(#ffffff, #fac721); */
  background: radial-gradient(#ffffff, #fee445);
}

.single-team .team-image .social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  visibility: hidden;
}

.single-team .team-image .social ul {
  background-color: rgba(255, 255, 255, 0.23);
  display: inline-block;
  border-radius: 50px;
  padding: 0 13px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.single-team .team-image .social ul::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  /* background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%); */
  /* background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%); */
  /* background: linear-gradient(#fe8464 0%, #fe6e9a 100%); */
  /* background: linear-gradient(90deg, #00c1ec 0%, #4fdfff 100%); */
  background: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-team .team-image .social ul li {
  display: inline-block;
}

.single-team .team-image .social ul li a {
  padding: 15px 13px;
  color: #fff;
}

.single-team .team-content {
  padding: 30px;
}

.single-team .team-content .holder-name a {
  /* font-size: 20px; */
  font-size: 30px;
  font-weight: 700;
  color: #2E2E2E;
}

.single-team .team-content .text {
  margin-top: 5px;
}

.single-team:hover .team-image .social ul::before {
  opacity: 1;
  visibility: visible;
}

.bm-title {
  padding: 5px 10px 5px 10px;
  /* color: #969696; */
  color: #fff;
}

.bm-desc {
  font-size: 20px;
  font-weight: lighter;
  color: rgb(73, 73, 73);

}

.bm-desc:nth-child(2) {
  color: rgb(73, 73, 73);
  font-weight: normal;
}

.team-area .col-lg-4:nth-child(1) i {
  color: #46BDEB;
}

.team-area .col-lg-4:nth-child(2) i {
  color: #F8CDA0;
}

.team-area .col-lg-4:nth-child(3) i {
  color: #be6fcf;
}

/*===========================
     08. SLIDER 
===========================*/
#slider-section {
  width: 100%;
  overflow: hidden;
  transform: rotate(15deg) scale(1.1);
  padding-top: 200px;
  padding-bottom: 100px;
  margin-top: -100px;
}

#slider-container {
  display: flex;
  width: 200%;
  animation: bannermove 20s linear infinite;
}

@keyframes bannermove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

#slider-container.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slider {
  display: flex;
  background: white;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

@media(max-width:990px) {

  #slider-section {
    transform: scale(1.5) rotate(15deg);
  }

  .slider {
    min-width: 150%;
  }

  .slider-card span {
    font-size: 15px !important;
    color: black;
    font-weight: lighter;
  }

  @keyframes bannermove {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-150%);
    }
  }
}

#slider-pause {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slider-image {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.slider-card {
  width: 100%;
  padding: 5px;
  /* background: blue; */
}

.slider-card span {
  font-size: 26px;
}

.slider-button-container {
  display: inline-block;
  position: relative;
  top: -150px;
  right: -100px;
}

.slider-button-container .main-btn {
  padding-left: 30px;
}

/*===========================
     08.TESTIMONIAL css 
===========================*/
.single-testimonial {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  overflow: hidden;
  border-radius: 10px;
  padding: 25px 30px 5px;
  border-radius: 10px;
  border: 2px solid transparent;
  margin: 30px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single-testimonial {
    padding: 20px 20px 5px;
  }
}

.single-testimonial .testimonial-review .quota i {
  font-size: 36px;
  color: #119BD2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-testimonial .testimonial-review .star ul li {
  display: inline-block;
  font-size: 16px;
  color: #FE806D;
}

.single-testimonial .testimonial-text {
  margin-top: 25px;
}

.single-testimonial .testimonial-author {
  margin-top: 30px;
}

.single-testimonial .testimonial-author .author-image {
  position: relative;
}

.single-testimonial .testimonial-author .author-image .author {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 80px;
  height: 80px;
}

.single-testimonial .testimonial-author .author-content .holder-name {
  font-size: 18px;
  font-weight: 700;
  color: #2E2E2E;
}

.single-testimonial .testimonial-author .author-content .text {
  font-size: 15px;
}

.single-testimonial:hover {
  border-color: #FE7A7B;
}

.single-testimonial:hover .testimonial-review .quota i {
  color: #FE7A7B;
}

.slick-center .single-testimonial {
  border-color: #FE7A7B;
}

.slick-center .single-testimonial .testimonial-review .quota i {
  color: #FE7A7B;
}

.testimonial-active .slick-dots {
  margin: 0 auto;
}

.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.testimonial-active .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
  border: 0;
  font-size: 0;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonial-active .slick-dots li.slick-active button {
  opacity: 1;
  width: 15px;
  height: 15px;
}

/*===========================
       09.BLOG  css 
===========================*/
.single-blog .blog-image img {
  border-radius: 10px;
  width: 100%;
}

.single-blog .blog-content {
  padding-top: 25px;
}

.single-blog .blog-content .meta li {
  font-size: 16px;
  color: #6A6972;
  display: inline-block;
  margin-left: 50px;
}

.single-blog .blog-content .meta li:first-child {
  margin-left: 0;
}

.single-blog .blog-content .meta li a {
  color: #6A6972;
}

.single-blog .blog-content .text {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  color: #2E2E2E;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .single-blog .blog-content .text {
    font-size: 20px;
    line-height: 30px;
  }
}

.single-blog .blog-content .more {
  font-size: 16px;
  color: #FE7E71;
  margin-top: 30px;
}

.single-blog .blog-content .more i {
  margin-left: 5px;
}

/*===========================
       10.SUBSCRIBE  css 
===========================*/
.subscribe-area {
  padding: 40px 50px 90px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
  -moz-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
  box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
  border-radius: 10px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .subscribe-area {
    padding: 10px 30px 60px;
  }
}

.subscribe-content .subscribe-title {
  font-size: 35px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-content .subscribe-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .subscribe-content .subscribe-title {
    font-size: 24px;
  }
}

.subscribe-content .subscribe-title span {
  font-weight: 400;
}

.subscribe-form {
  position: relative;
}

.subscribe-form input {
  border: 2px solid #E1E1E1;
  height: 65px;
  padding: 0 30px;
  border-radius: 5px;
  width: 100%;
  color: #2E2E2E;
}

.subscribe-form input::placeholder {
  opacity: 1;
  color: #B9B9B9;
}

.subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #B9B9B9;
}

.subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #B9B9B9;
}

.subscribe-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #B9B9B9;
}

.subscribe-form input:focus {
  border-color: #361CC1;
}

.subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 65px;
  line-height: 65px;
  background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
}

@media (max-width: 767px) {
  .subscribe-form button {
    position: relative;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-form button {
    position: absolute;
    width: auto;
    margin-top: 0;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

.subscribe-form button:hover {
  color: #fff;
  background-position: right center;
}

/*===========================
       11.FOOTER  css 
===========================*/
.footer-area {
  background-position: top center;
  position: relative;
  z-index: 5;
}

.footer-area::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/footer-bg.svg);
  background-position: top center;
  z-index: -1;
  background-size: cover;
}

@media only screen and (min-width: 1921px) {
  .footer-area::before {
    height: 1120px;
  }
}

#particles-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-widget {
  padding-top: 50px;
}

.footer-about .logo img {
  width: 160px;
}

.footer-about .text {
  color: #fff;
  line-height: 30px;
  margin-top: 30px;
}

.footer-about .social {
  margin-top: 40px;
}

.footer-about .social li {
  display: inline-block;
  margin-right: 30px;
}

.footer-about .social li a {
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-about .social li a:hover {
  color: #FE8464;
}

.footer-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.link-wrapper {
  padding: 0 35px;
}

@media (max-width: 767px) {
  .link-wrapper {
    padding: 0;
    padding-right: 50px;
  }
}

.link-wrapper .link {
  padding-top: 20px;
}

.link-wrapper .link li {
  margin-top: 20px;
}

.link-wrapper .link li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.link-wrapper .link li a:hover {
  color: #FE8464;
}

.footer-contact .contact {
  padding-top: 20px;
}

.footer-contact .contact li {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  padding-bottom: 30px;
}

.copyright-content {
  padding-top: 15px;
  text-align: center;
}

.copyright-content p {
  color: #fff;
}

.copyright-content a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.copyright-content a:hover {
  color: #FE8464;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #361cc1 0%, #2e82ef 100%);
  background: -o-linear-gradient(left, #361cc1 0%, #2e82ef 100%);
  background: linear-gradient(to right, #361cc1 0%, #2e82ef 100%);
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
}

/*===========================
      AUGMENTED
===========================*/

/* Importing Gotham Round Font */
@font-face {
  font-family: 'gotham-round';
  src: url(/assets/fonts/ZingSansRustLDemo-Base.otf);
  font-style: normal;
  font-weight: 200;
}

/* Class for Gotham Round Font Type */
.gotham-round {
  font-family: gotham-round;
}

/* Importing Gotham Round Font */
@font-face {
  font-family: 'smile-candy';
  src: url(/assets/fonts/BunnyFunny.ttf);
  font-style: normal;
  /* font-weight: 200; */
}

/* Class for Gotham Round Font Type */
.smile-candy {
  font-family: smile-candy;
}

/* Importing Gotham Round Font */
@font-face {
  font-family: 'wash-your-hand';
  src: url(/assets/fonts//pink-chicken.ttf);
  font-style: normal;
  /* font-weight: 200; */
}

/* Class for Gotham Round Font Type */
.wash-your-hand {
  font-family: wash-your-hand;
  letter-spacing: 2px;
}

/* Class for Site Color Schematic (Bluish) */
.text-blue {
  color: #6fc2ea !important;
}

/* Class for Site Color Schmeatic - Background (Bluish) */
.background-blue {
  background: #6fc2ea !important;
}

/* Class for Site Color Schematic - Text (Dark Bluish) */
.text-dark-blue {
  color: #0cbbe8 !important;
}

/* Class for Site Color Schematic (Darker Bluish) */
.text-darker-blue {
  color: #15a1cf !important;
}

/* Class for Site Color Schematic (Even Darker Bluish) */
.text-even-darker-blue {
  color: #3161e0 !important;
}

/* Class for Site Colour Schematic (Gradient) */
.text-gradient-blue {
  background: rgb(91, 204, 247);
  background: linear-gradient(150deg, rgba(91, 204, 247, 1) 33%, rgba(52, 176, 224, 1) 62%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Class for Site Colour Schematic (Gradient - Background) */
.background-gradient-blue {
  background: linear-gradient(-150deg, rgba(91, 204, 247, 1) 33%, rgba(52, 176, 224, 1) 62%) !important;
}

/* Class for Site Color Schematic (Pinkish) */
.text-pink {
  color: #faa20d !important;
}

/* Class for Site Color Schematic - Text (Dark Pinkish) */
.text-dark-pink {
  color: #ec4caf !important;
}

/* Class for Site Colour Schematic - Background (Dark Pinkish) */
.background-dark-pink {
  background: #ec4caf !important;
}

/* Class for Site Colour Schematic (Darker Pinkish) */
.text-darker-pink {
  color: #e6208b !important;
}

/* Class for Site Colour Schematic (Gradient) */
.text-gradient-pink {
  background: rgb(240, 83, 180);
  /* background: linear-gradient(150deg, rgba(240,83,180,1) 33%, rgba(250,162,13,1) 62%);  */
  /* background: linear-gradient(150deg, rgb(248, 212, 174) 33%, rgb(248, 197, 142) 62%); */
  background: linear-gradient(150deg, rgb(249, 198, 144) 33%, rgb(248, 159, 61) 62%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-purple {
  background: #BA61DC;
  background: linear-gradient(150deg, #e58cf5 33%, #BA61DC 62%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.background-orange {
  background-color: #ffa616 !important;
}

/* Class for Site Colour Schematic (Gradient - Background) */
.background-gradient-pink {
  background: linear-gradient(150deg, rgb(253, 89, 188) 21%, rgb(255, 175, 40) 62%) !important;
}

/* Class for Site Color Schematic (Creamish) */
.text-cream {
  color: #f7d8b7 !important;
}

.text-yellow {
  color: #ffde70 !important;
}

/* Class for Site Color Schematic - Text (Dark Creamish) */
.text-dark-cream {
  color: #f7c895 !important;
}

/* Class for Site Color Schematic - Background (Dark Creamish) */
.background-dark-cream {
  background: #f7c895 !important;
}

/* Class for Site Colour Schematic (Darker Creamish) */
.text-darker-cream {
  color: #f0bc85 !important;
}

/* Class for Site Colour Schematic (Gradient) */
.text-gradient-cream {
  background: rgb(247, 216, 183);
  background: linear-gradient(150deg, rgba(247, 216, 183, 1) 33%, rgba(248, 197, 142, 1) 62%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new-blue {
  color: #6fc2ea !important;
}

.new-yellow {
  color: #fee445 !important;
}

.new-orange {
  color: #ffa616 !important;
}

/* Class for Position Relative */
.relative {
  position: relative;
}

/* Class for Position Absolute */
.absolute {
  position: absolute;
}

/* Class for Absolute Right */
.absolute-right {
  position: absolute;
  right: 15px;
}

/* Class for Font Size Thirty-Four */
.fs-17 {
  font-size: 17px !important;
}

/* Class for Font Size Thirty-Four */
.fs-34 {
  font-size: 34px !important;
}

/* Class for Font Weight Lighter */
.fw-lighter {
  font-weight: lighter;
}

/* Class for Floating Animation */
.float {
  animation-name: float;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes float {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 20px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

.zoom-in-out {
  animation: zoom-in-out 1s;
  animation-iteration-count: infinite;
}

@keyframes zoom-in-out {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, 0px) scale(1.1);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

/* Variating Text Colour on Scroll (Navigation Link) */
.sticky .navbar-nav .nav-item a {
  color: #0cbbe8 !important;
}

/* Variating Text Colour on Active and Hover (Navigation Link) */
.sticky .navbar-nav .nav-item.active>a, .sticky .navbar-nav .nav-item:hover>a {
  color: #f0bc85 !important;
}

/* Variating Footer Container Corner Radius */
.footer-area::before {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.footer-area {
  margin-top: 100px;
}

.footer-area::before {
  background: linear-gradient(150deg, rgb(60, 122, 201) 33%, rgb(54, 160, 219) 47%, rgb(60, 176, 221) 60%) !important;
}

/* Variating Tagline - 1 Font Size (Siteface) for Tablets */
@media (max-width: 767px) {
  .header-hero-content .header-sub-title {
    font-size: 24px;
  }
}

/* Variaitng Tagline - 1 font size (siteface) for mobile */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-sub-title {
    font-size: 30px;
  }
}

.single-logo img {
  opacity: 1;
}

.single-logo img:hover {
  opacity: 0.5;
}

.single-logo img {
  padding: 20px;
}

.single-logo:nth-child(1) img {
  min-width: 140%;
  position: relative;
  left: -50px;
}

.single-logo:nth-child(5) img {
  min-width: 175%;
  position: relative;
  left: -50px;
}

/* Removing Border from Features Panel (Temporary) */
.single-services:hover {
  border-color: #0cbbe8;
}

/* Text Content Description (Features) */
.single-services .services-content .text {
  font-size: 19px !important;
  font-weight: lighter;
}

/* Removing Features Icon and Shape Illustration (Temporary) */
/* .single-services .services-icon .shape-1, .single-services .services-icon i {
  display: none;
} */

/* Styling Text Description (Why Us) */
.counter-wrapper .counter-content .text {
  font-size: 20px;
  font-weight: lighter;
  line-height: 1.4;
}

/* Variating Background Color of Counter Shape Illustration */
.counter-wrapper .single-counter.counter-color-1::before, .counter-wrapper .single-counter.counter-color-2::before, .counter-wrapper .single-counter.counter-color-3::before {
  background: linear-gradient(#8FD3FF 0%, #64c5ed 100%);
}

/* Variating Background Color of Counter Shape Container (Why Us) */
.single-counter {
  background: #BBE8F8;
}

/* Styling Counter Text (Why Us) */
.counter-wrapper .single-counter .text {
  text-transform: uppercase;
  font-weight: bolder;
}

@media(max-width: 767px) {
  .counter-wrapper .single-counter .text {
    font-size: 12px;
  }
}

/* Graphic Illustration (Dots) */
.video-content .dots {
  opacity: 0.7;
  left: 30px;
  bottom: 30px;
}

/* Variating Partner Logo Dimensions to Appropriate Size */
.single-logo {
  max-width: 200px;
}

/* Variating Features Text Content Size (Features) */
.single-services .services-content .text {
  font-size: 18px;
}

/* .background-gradient-lightpink:hover {
  background: linear-gradient(150deg, rgb(249, 198, 144) 33%, rgb(255, 192, 124) 62%) !important;
} */

.subscribe-form button {
  background: linear-gradient(150deg, rgb(69, 177, 235) 47%, rgb(67, 188, 236) 60%) !important;
}

/* Variating Description Text Size (About Us) */
.about-content .text {
  font-size: 20px;
  font-weight: lighter;
}

.video-wrapper {
  box-shadow: none;
}

.about-shape-5 {
  position: absolute;
  top: 25px;
  right: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
}

.about-shape-5 img {
  width: 100%;
}

@media (max-width: 767px) {
  .about-shape-5 {
    display: none;
  }
}

.about-shape-6 {
  position: absolute;
  /* bottom: 0; */
  top: 800px;
  left: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
}

.about-shape-6 img {
  width: 100%;
}

@media (max-width: 767px) {
  .about-shape-6 {
    display: none;
  }
}

.slick-center .single-testimonial {
  border-color: #66C6F2;
}

.single-testimonial {
  padding-bottom: 20px;
}

.feature-icon {
  font-size: 25px;
  font-weight: bolder;
  color: #56CAF6;
}

.carousel-card-title {
  font-size: 20px !important;
  text-transform: capitalize;
  padding-top: 7px;
  padding-left: 10px;
}

.single-testimonial .testimonial-author {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Slick Slider Dot Pagination Limit */
.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: none;
  margin: 0 5px;
}

.slick-dots li.slick-active,
.slick-dots li.slick-active+li,
.slick-dots li.slick-active+li+li {
  display: inline-block;
}

.slick-dots li:nth-last-child(1),
.slick-dots li:nth-last-child(2),
.slick-dots li:nth-last-child(3),
.slick-dots li:nth-last-child(4),
.slick-dots li:nth-last-child(5),
.slick-dots li:nth-last-child(6),
.slick-dots li:nth-last-child(7),
.slick-dots li:nth-last-child(8),
.slick-dots li:nth-last-child(9),
.slick-dots li:nth-last-child(10) {
  display: inline-block;
}

.slick-dots li.slick-active~li:nth-last-child(1),
.slick-dots li.slick-active~li:nth-last-child(2),
.slick-dots li.slick-active~li:nth-last-child(3),
.slick-dots li.slick-active~li:nth-last-child(4),
.slick-dots li.slick-active~li:nth-last-child(5),
.slick-dots li.slick-active~li:nth-last-child(6),
.slick-dots li.slick-active~li:nth-last-child(7),
.slick-dots li.slick-active~li:nth-last-child(8),
.slick-dots li.slick-active~li:nth-last-child(9),
.slick-dots li.slick-active~li:nth-last-child(10) {
  display: none;
}

.slick-dots li.slick-active+li+li:nth-last-child(10),
.slick-dots li.slick-active+li+li:nth-last-child(9),
.slick-dots li.slick-active+li+li:nth-last-child(8),
.slick-dots li.slick-active+li+li:nth-last-child(7),
.slick-dots li.slick-active+li+li:nth-last-child(6),
.slick-dots li.slick-active+li+li:nth-last-child(5),
.slick-dots li.slick-active+li+li:nth-last-child(4),
.slick-dots li.slick-active+li+li:nth-last-child(3),
.slick-dots li.slick-active+li+li:nth-last-child(2),
.slick-dots li.slick-active+li+li:nth-last-child(1),
.slick-dots li.slick-active+li:nth-last-child(10),
.slick-dots li.slick-active+li:nth-last-child(9),
.slick-dots li.slick-active+li:nth-last-child(8),
.slick-dots li.slick-active+li:nth-last-child(7),
.slick-dots li.slick-active+li:nth-last-child(6),
.slick-dots li.slick-active+li:nth-last-child(5),
.slick-dots li.slick-active+li:nth-last-child(4),
.slick-dots li.slick-active+li:nth-last-child(3),
.slick-dots li.slick-active+li:nth-last-child(2),
.slick-dots li.slick-active+li:nth-last-child(1) {
  display: inline-block;
}

/* .feature-carousel {
  min-height: 1700px;
}

.w-0 {
  max-width: 0px;
}

@media(min-width:990px) {
  .feature-card-one {
    position: absolute;
  }
  .feature-card-two {
    position: absolute;
    left: -800px;
    bottom: -450px;
    border: 1px solid #FE7A7B;
    z-index: -1;
  }
  .feature-card-two:hover {
    transform: scale(1.2);
    z-index: 1;
  }
  .feature-card-three {
    position: absolute;
    left: -525px;
    bottom: -600px;
    border: 1px solid #f9fd1ade;
    transform: scale(1.2);
    z-index: -1;
  }
  .feature-card-four {
    position: absolute;
    min-width: 300px;
    left: -175px;
    bottom: -500px;
    border: 1px solid #6c11fd;
    transform: scale(0.8);
  }
  .feature-card-five {
    position: absolute;
    min-width: 400px;
    bottom: -625px;
    left: -10px;
    border: 1px solid skyblue;
    transform: scale(0.7);
  }
  .feature-card-six {
    position: absolute;
    min-width: 500px;
    left: -50px;
    top: 20px;
    border: 1px solid yellow;
  }
  .feature-card-seven {
    position: absolute;
    min-width: 300px;
    left: 300px;
    bottom: -500px;
    border: 1px solid orange;
  }
  .feature-card-eight {
    position: absolute;
    min-width: 250px;
    left: 550px;
    bottom: -650px;
    border: 1px solid #6c11fd;
    z-index: -1;
  }
  .feature-card-eight:hover {
    transform: scale(1.1);
    z-index: 0;
  }
  .feature-card-nine {
    position: absolute;
    left: 650px;
    border: 1px solid skyblue;
    transform: scale(0.85);
  }
  .feature-card-ten {
    position: absolute;
    min-width: 375px;
    bottom: -550px;
    left: 850px;
    border: 1px solid #fe6e9a;
    transform: scale(1.2);
  }
  .feature-card-eleven {
    position: absolute;
    min-width: 500px;
    left: 1200px;
    bottom: -700px;
  }
  .feature-card-twelve {
    position: absolute;
    min-width: 300px;
    left: 1000px;
    border: 1px solid aqua;
  }
  .feature-card-thirteen {
    position: absolute;
    min-width: 250px;
    left: 1400px;
    bottom: -500px;
    border: 2px solid cadetblue;
  }
  .feature-card-fourteen {
    position: absolute;
    min-width: 425px;
    left: 1600px;
    bottom: -400px;
    border: 2px solid rgb(218, 156, 23);
  }
  .feature-card-fifteen {
    position: absolute;
    min-width: 250px;
    left: 1900px;
    bottom: -625px;
    border: 2px solid paleturquoise;
  }
} */

@media(min-width: 990px) {
  .p-absolute {
    position: absolute;
    z-index: 99;
  }

  .p-relative {
    position: relative;
  }

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

  #web {
    /* margin-bottom: -650px; */
    margin-bottom: -700px;
  }

  .card-one {
    top: -100px;
    left: -50px;
    transform: scale(0.7) rotate(-5deg);
    transition: 1s ease;
    z-index: 1;
  }

  .card-one:hover {
    transform: scale(0.95);
  }

  .float-card-one {
    animation-duration: 3.5s !important;
  }

  #card-one-circle {
    width: 100px;
    position: absolute;
    right: -40px;
  }

  #card-one-triangle {
    width: 80px;
    position: absolute;
    bottom: -35px;
    left: -15px;
    transform: rotate(-60deg);
    z-index: 1;
  }

  .card-two {
    left: -50px;
    transform: scale(0.85) rotate(2deg);
    transition: 2s ease;
  }

  .card-two:hover {
    transform: scale(1.05);
  }

  .zoom-card-two {
    animation-duration: 6s !important;
  }

  #card-two-enzo {
    width: 110px;
    position: absolute;
    top: -35px;
    right: -37px;
    z-index: 1;
  }

  .card-three {
    bottom: -75px;
    left: -125px;
    /* transform: scale(0.4) rotate(-1deg); */
    transform: scale(0.6) rotate(-1deg);
    transition: 1s ease;
  }

  .card-three:hover {
    transform: scale(0.7);
    z-index: 1;
  }

  .card-four {
    top: -150px;
    left: -25px;
    transform: scale(0.6) rotate(6deg);
    transition: 1.5s ease;
  }

  .card-four:hover {
    transform: scale(0.85);
    z-index: 1;
  }

  .card-five {
    left: -200px;
    transform: scale(0.75) rotate(1deg);
    transition: 2s ease;
  }

  .card-five:hover {
    transform: scale(0.95);
    z-index: 1;
  }

  .float-card-five {
    animation-duration: 4.7s !important;
  }

  #card-five-circle {
    width: 105px;
    position: absolute;
    top: -15px;
    left: -35px;
    z-index: 1;
    animation-duration: 3.7s !important;
  }

  .card-six {
    top: -475px;
    right: -50px;
    transform: scale(0.6) rotate(15deg);
    transition: 2s ease;
  }

  .card-six:hover {
    transform: scale(0.9);
  }

  .float-card-six {
    animation-duration: 4s !important;
  }

  #card-six-square {
    width: 115px;
    position: absolute;
    left: -40px;
    z-index: 1;
    transform: rotate(-55deg);
  }

  #card-six-geometry {
    width: 90px;
    position: absolute;
    right: -30px;
    bottom: -35px;
    transform: rotate(-45deg);
    z-index: -1;
  }

  .card-seven {
    top: -250px;
    transform: scale(0.4) rotate(-10deg);
    transition: 0.9s ease;
  }

  .card-seven:hover {
    transform: scale(0.65);
  }

  .zoom-card-seven {
    animation-duration: 3.4s !important;
  }

  #card-seven-enzo {
    width: 135px;
    position: absolute;
    top: -40px;
    left: -60px;
    z-index: 1;
    transform: rotate(-125deg);
  }

  .card-eight {
    right: -175px;
    top: -450px;
    transform: scale(0.8) rotate(-5deg);
    transition: 2s ease;
  }

  .card-eight:hover {
    transform: scale(0.9);
  }

  #card-eight-triangle {
    width: 90px;
    position: absolute;
    bottom: -30px;
    left: -25px;
    transform: rotate(-15deg);
  }

  .card-nine {
    right: -5px;
    top: -300px;
    transform: scale(0.5) rotate(30deg);
    transition: 1.5s ease;
  }

  .card-nine:hover {
    transform: scale(0.7);
  }

  .float-card-nine {
    animation-duration: 2.5s !important;
  }

  #card-nine-chip {
    width: 90px;
    position: absolute;
    top: -10px;
    left: -20px;
    transform: rotate(-60deg);
    z-index: 1;
  }

  .card-ten {
    top: -1125px;
    left: -140px;
    transform: scale(0.45) rotate(15deg);
    transition: 2s ease;
  }

  .card-ten:hover {
    transform: scale(0.7);
    z-index: 1;
  }

  .card-eleven {
    top: -975px;
    right: -275px;
    transform: scale(0.5) rotate(-15deg);
    transition: 2s ease;
  }

  .card-eleven:hover {
    transform: scale(0.75);
  }

  .zoom-card-eleven {
    animation-duration: 4s !important;
  }
}

@media(max-width: 767px) {
  .m-pt-125 {
    padding-top: 125px;
  }

  .m-pt-175 {
    padding-top: 175px;
  }

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

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

  .m-mb-0 {
    margin-bottom: 0px;
  }

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

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

  .scale-p2 {
    transform: scale(0.9) !important;
  }

  #card-one-circle {
    position: absolute;
    right: -105px;
    top: -90px;
    transform: scale(.4);
  }

  #card-one-triangle {
    position: absolute;
    bottom: -125px;
    left: -50px;
    transform: scale(.5) rotate(-80deg);
    z-index: 1;
  }

  .float-card-one {
    animation-duration: 3.5s !important;
  }

  #card-two-enzo {
    /* display: none; */
    position: absolute;
    bottom: -140px;
    right: -100px;
    transform: scale(0.35);
    z-index: 1;
  }

  .card-two {
    transform: scale(0.94);
  }

  .zoom-card-two {
    animation-duration: 6s !important;
  }

  #card-five-circle {
    position: absolute;
    top: -90px;
    right: -105px;
    transform: scale(0.4);
  }

  .float-card-five {
    animation-duration: 4.7s !important;
  }

  #card-six-square {
    position: absolute;
    top: -100px;
    left: -90px;
    transform: scale(0.5) rotate(-65deg);
    /* z-index: 1; */
  }

  #card-six-geometry {
    position: absolute;
    right: -70px;
    bottom: -100px;
    transform: scale(0.6);
    z-index: 1;
  }

  .float-card-six {
    animation-duration: 4s !important;
  }

  #card-seven-enzo {
    position: absolute;
    bottom: -150px;
    left: -100px;
    transform: scale(0.38) rotate(-125deg);
    z-index: 1;
  }

  .card-seven {
    transform: scale(0.94);
  }

  .zoom-card-seven {
    animation-duration: 4s !important;
  }

  #card-eight-triangle {
    position: absolute;
    right: -70px;
    bottom: -100px;
    transform: scale(0.5);
  }

  #card-nine-chip {
    position: absolute;
    bottom: -50px;
    left: -5px;
    z-index: 1;
  }

  .float-card-nine {
    animation-duration: 4s !important;
  }

  .card-eleven {
    transform: scale(0.94);
  }

  .zoom-card-eleven {
    animation-duration: 4s !important;
  }
}

#web {
  /* background-image: url(/assets/images/mesh-gradient\ \(1\).png);
  background-image: url(/assets/images/mesh-gradient\ \(2\).png);
  background-image: url(/assets/images/mesh-gradient\ \(3\).png);
  background-image: url(/assets/images/mesh-gradient\ \(4\).png);
  background-image: url(/assets/images/mesh-gradient\ \(5\).png);
  background-image: url(/assets/images/mesh-gradient\ \(6\).png); */
  /* background-image: url(/assets/images/mesh-gradient\ \(7\).png); */
  /* this */
  /* background-image: url(/assets/images/mesh-gradient\ \(8\).png);
  background-image: url(/assets/images/mesh-gradient\ \(9\).png);
  background-image: url(/assets/images/mesh-gradient\ \(10\).png);
  background-image: url(/assets/images/mesh-gradient\ \(11\).png);
  background-image: url(/assets/images/mesh-gradient\ \(12\).png);
  background-image: url(/assets/images/mesh-gradient\ \(13\).png);
  background-image: url(/assets/images/mesh-gradient\ \(14\).png);
  background-image: url(/assets/images/mesh-gradient\ \(15\).png); */
  /* background-color: #ceffee;
  background-color: #FFBAB4; */
  /* background-image: url(/assets/images/splash-background.png); */
  background-repeat: no-repeat;
  margin-top: 100px;
}

.override-white {
  color: white !important;
}

.override-white-bg {
  background: white !important;
}

.blog-image {
  /* width: 25%; */
  width: 40%;
  border-radius: 10px;
}

.blog-container:nth-child(1) .blog-image, .blog-container:nth-child(3) .blog-image, .blog-container:nth-child(5) .blog-image {
  background: #EAF8FA;
}

.blog-container:nth-child(2) .blog-image, .blog-container:nth-child(4) .blog-image {
  background: #FFE8F5;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

/* Class for Scaling 0.9 */
.scale-z9 {
  transform: scale(0.9);
}

/* Class for Scaling 1.1 */
.scale-p2 {
  transform: scale(1.1);
}

.vertical-center {
  vertical-align: middle;
}

.text-head-whyus {
  font-size: 21px;
  margin-top: 20px;
}

.text-desc-whyus {
  font-size: 21px;
  font-weight: lighter;
  line-height: 1.4;
  margin: 20px 20px 20px 0;
}

.single-blog .blog-content {
  padding-top: 0px;
}

.single-blog .blog-content .more {
  margin-top: 20px;
}

.whyus-check-container {
  padding: 20px 0 20px 0;
}

.whyus-checks {
  background: white;
  /* padding: 10px 25px 10px 25px; */
  padding: 20px 25px 20px 25px;
  margin: 10px 5px 10px 5px;
  border-radius: 100px;
  box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
}

.whyus-checks i {
  font-size: 32px;
  color: #686868c2;
  padding-right: 25px;
}

.whyus-checks p {
  color: #6A6972;
  font-size: 22px;
  /* font-weight: 700; */
}

.whyus-statement {
  margin: 20px;
  margin-top: 50px;
}

.whyus-statement p {
  font-size: 28px;
  padding: 5px;
  text-align: center;
}

.whyus-button {
  display: block;
  /* width: 145px; */
  width: 160px;
  background: #FFA500;
  color: #ffffff;
  font-weight: bold;
  margin: auto;
  padding: 4px;
  padding-left: 15px;
}

/* ============== REGISTRATION ============== */

.form-section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-sec-title {
  font-weight: lighter;
  border-bottom: 1px solid rgb(216, 216, 216);
}

.form-sec-title span {
  position: relative;
  bottom: -25px;
  padding: 10px;
  background-color: #fff;
}

.form-field-title {
  background: linear-gradient(150deg, rgb(69, 177, 235) 47%, rgb(67, 188, 236) 60%) !important;
  color: white !important;
  font-size: 15px;
  font-weight: lighter;
  white-space: nowrap;
  text-transform: capitalize !important;
  padding: 12px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.form-input {
  width: 100%;
  padding: 0 10px 0 10px;
  /* border: 1.5px solid #e4e4e4; */
  /* border: 1px solid rgb(69, 177, 235); */
  /* border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; */
  border-radius: 15px;
}

.contact-form-input {
  width: 100%;
  height: 65px;
  color: #2E2E2E;
  padding: 0 30px;
  border: 2px solid #E1E1E1;
  border-radius: 5px;
}

.contact-form-input::placeholder {
  color: #B8B8B8;
}

.contact-form-input:focus {
  border-color: #361CC1;
}

input[type="file"] {
  padding-top: 7px;
}

::-webkit-file-upload-button {
  display: none;
}

.form-submit-button {
  /* background: #6AD56A; */
  color: white;
  padding: 10px 25px 10px 25px;
  border: none;
  border-radius: 10px;
}

.form-field-title i {
  padding: 0 5px 0 0;
  vertical-align: top;
}

.contactus-submit-button {
  background: linear-gradient(150deg, rgb(69, 177, 235) 47%, rgb(67, 188, 236) 60%) !important;
  color: #ffffff;
  padding: 0 25px;
  border: none;
  border-radius: 5px;
  line-height: 60px;
}

.single-blog .blog-content .text {
  color: #6A6972;
  font-size: 21px;
  font-weight: lighter;
}

.back-to-top {
  background: linear-gradient(140deg, #fbe94c 0%, #ffba52 100%);
}

.whatsapp-button {
  position: fixed;
  width: 45px;
  height: 45px;
  /* bottom:40px;
	right:40px; */
  left: 20px;
  bottom: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  box-shadow: 3px 3px 10px 3px #89898933;
  z-index: 100;
}



/*--- Login/Signup Modal ---*/

.wizard-main {
  /* padding: 30px 0px; */
  position: relative;
  /* background-image: url(/assets/images/mesh-gradient\ \(7\).png); */
  background: linear-gradient(150deg, rgb(60, 122, 201) 33%, rgb(54, 160, 219) 47%, rgb(60, 176, 221) 60%) !important;
}

.wizard-main .title-wb {
  text-align: center;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 500;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.carousel-inner {
  border-radius: 17px 0px 0px 17px;
}

.carousel-caption {
  text-align: left;
  left: 5%;
}

.banner-sec {
  padding-right: 0px;
}

.banner-sec .carousel-inner .carousel-item img {
  width: 100%;
}

.banner-sec .carousel-indicators li {
  width: 6px;
  height: 6px;
  opacity: .5;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0px 15px;
}

.banner-sec .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  /* background-color: #ff060a; */
  background-color: #f7c895;
  position: relative;
  top: -4px;
  opacity: 1;
}

.carousel-item:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  /* background: url(/assets/images/pattern-1.png); */
  width: 100%;
  height: 100%;
}

.login-sec {
  padding: 30px 30px;
  background: #FFFFFF;
  border-radius: 0px 17px 17px 0px;
}

.login-sec-bg {
  position: relative;
  background: #FFFFFF;
}

.login-sec .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 13px;
  text-align: center;
}

.login-sec .copy-text i {
  color: #FEB58A;
}

.login-sec .copy-text a {
  color: #E36262;
}

.login-sec h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 26px;
  color: #DE6262;
}

.login-sec h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FEB58A;
  display: block;
  margin-top: 5px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}

.btn-login {
  background: #DE6262;
  color: #fff;
  font-weight: 600;
}

.banner-text {
  width: 70%;
  position: absolute;
  bottom: 40px;
  padding-left: 20px;
}

.banner-text h2 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
}

.banner-text h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FFFFFF;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}

.banner-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
}

.form-input h4 {
  color: rgb(73, 73, 73);
  font-size: 20px;
  font-weight: lighter;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

.form-input .form-control {
  border: 1.5px solid #e4e4e4;
  border-radius: 5px;
  /* box-shadow: 0 0 24px rgba(91, 94, 222, 0.16); */
  font-size: 13px;
  padding: 5px 20px;
}

.wizard, .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden
}

.wizard a, .tabcontrol a {
  outline: 0
}

.wizard ul, .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0
}

.wizard ul>li, .tabcontrol ul>li {
  display: block;
  padding: 0
}

.wizard>.steps .current-info, .tabcontrol>.steps .current-info {
  position: absolute;
  left: -999em
}

.wizard>.content>.title, .tabcontrol>.content>.title {
  position: absolute;
  left: -999em
}

.wizard>.steps {
  position: relative;
  display: block;
  width: 100%
}

.wizard.vertical>.steps {
  display: inline;
  float: left;
  width: 30%
}

.wizard>.steps .number {
  font-size: 14px;
}

.wizard>.steps>ul>li {
  width: 25%
}

.wizard>.steps>ul>li, .wizard>.actions>ul>li {
  float: left
}

.wizard.vertical>.steps>ul>li {
  float: none;
  width: 100%
}

.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
  display: block;
  width: auto;
  margin: 0 .5em .5em;
  font-size: 14px;
  padding: 5px 15px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.wizard>.steps .disabled a, .wizard>.steps .disabled a:hover, .wizard>.steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default
}

.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active {
  /* background:#240661; */
  /* background: grey; */
  background: #f7c895;
  color: #fff;
  cursor: default;
}

.wizard>.steps .done a, .wizard>.steps .done a:hover, .wizard>.steps .done a:active {
  /* background:#9dc8e2; */
  background: rgb(0, 214, 139);
  background: linear-gradient(90deg, rgba(0, 214, 139, 1) 19%, rgba(73, 219, 168, 1) 81%);
  color: #fff
}

.wizard>.steps .error a, .wizard>.steps .error a:hover, .wizard>.steps .error a:active {
  background: #ff3111;
  color: #fff
}

.wizard>.content {
  background: #ffffff;
  display: block;
  margin: .5em;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.wizard.vertical>.content {
  display: inline;
  float: left;
  margin: 0 2.5% .5em 2.5%;
  width: 65%
}

.wizard>.content>.body {
  float: left;
  position: absolute;
  width: 95%;
  /* height: auto; */
  height: 100%;
  padding: 2.5%
}

.wizard>.content>.body ul {
  list-style: disc !important
}

.wizard>.content>.body ul>li {
  display: list-item
}

.wizard>.content>.body>iframe {
  border: 0 none;
  width: 100%;
  height: 100%
}

.wizard>.content>.body input {
  display: block;
  margin-bottom: 10px;
}

/* here */
.wizard>.content>.body select {
  display: block;
  margin-bottom: 10px;
}

.wizard>.content>.body input[type="checkbox"] {
  display: inline-block
}

.wizard>.content>.body input.error {
  background: #fbe3e4;
  border: 1px solid #fbe3e4;
  color: #8a1f11
}

.wizard>.content>.body label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.wizard>.content>.body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em
}

.wizard>.actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%
}

.wizard.vertical>.actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%
}

.wizard>.actions>ul {
  display: inline-block;
  text-align: right
}

.wizard>.actions>ul>li {
  margin: 0 .5em
}

.wizard.vertical>.actions>ul>li {
  margin: 0 0 0 1em
}

.wizard>.actions a, .wizard>.actions a:hover, .wizard>.actions a:active {
  /* background:#685a83; */
  background: rgb(1, 192, 251);
  background: linear-gradient(150deg, rgba(1, 192, 251, 1) 19%, rgb(67, 217, 255) 81%);
  color: #fff;
  display: block;
  padding: .5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.wizard>.actions .disabled a, .wizard>.actions .disabled a:hover, .wizard>.actions .disabled a:active {
  background: #eee;
  color: #aaa
}

.tabcontrol>.steps {
  position: relative;
  display: block;
  width: 100%
}

.tabcontrol>.steps>ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1
}

.tabcontrol>.steps>ul>li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.tabcontrol>.steps>ul>li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0
}

.tabcontrol>.steps>ul>li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0
}

.tabcontrol>.steps>ul>li>a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none
}

.tabcontrol>.steps>ul>li>a:hover {
  text-decoration: none
}

.tabcontrol>.steps>ul>li.current>a {
  padding: 15px 30px 10px 30px
}

.tabcontrol>.content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px
}

.tabcontrol>.content>.body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%
}

.tabcontrol>.content>.body ul {
  list-style: disc !important
}

.tabcontrol>.content>.body ul>li {
  display: list-item
}

@media(max-width:600px) {
  .wizard>.steps>ul>li {
    width: 50%
  }

  .wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
    margin-top: .5em
  }

  .wizard.vertical>.steps, .wizard.vertical>.actions {
    display: block;
    float: none;
    width: 100%
  }

  .wizard.vertical>.content {
    display: block;
    float: none;
    margin: 0 .5em .5em;
    width: auto
  }
}

@media(max-width:480px) {
  .wizard>.steps>ul>li {
    width: 100%
  }
}

.asterisk {
  color: red;
}

.bg-f {
  background: white !important;
}

.ls-2 {
  letter-spacing: 2px;
}

.title {
  font-family: wash-your-hand;
  font-size: 42px !important;
  letter-spacing: 1px;
}

/* Transmit Issue - Start */
.doodle-five {
  width: 300px;
  left: -50px;
  z-index: 9;
}

@media (max-width: 767px) {
  .doodle-five {
    width: 200px;
    top: 225px;
    left: -50px;
    transform: rotate(30deg);
  }
}

.doodle-six {
  width: 250px;
  top: 750px;
  right: 0px;
  transform: rotateY(180deg);
  z-index: 9;
}

@media (max-width: 767px) {
  .doodle-six {
    display: none;
  }
}

.doodle-seven {
  width: 400px;
  top: 525px;
  left: -170px;
}

@media (max-width: 767px) {
  .doodle-seven {
    display: none;
  }
}

.doodle-eight {
  width: 375px;
  top: 250px;
  right: -170px;
  transform: rotateY(180deg);
}

@media (max-width: 767px) {
  .doodle-eight {
    display: none;
  }
}

/* Transmit Issue - Ends */

.border-blue {
  border: 2px solid #45bceb;
}

.border-yellow {
  border: 2px solid #fdd296;
}

.border-pink {
  border: 2px solid #faa20d;
}

.border-purple {
  border: 2px solid #bb62dc;
}

.dot-two {
  top: 50px;
  transform: rotateX(180deg);
}

.w-80 {
  width: 80% !important;
}

.override-black {
  color: #000000be !important;
}

.hemisphere-title {
  position: absolute;
  top: 300px;
  /* left: -50px; */
}

@media (max-width: 767px) {
  .hemisphere-title {
    position: unset;
  }

  .m-mr-0 {
    margin-right: 0px !important;
  }
}

.hemisphere-block {
  margin: 15px;
}

.hemisphere-cirle {
  /* min-width: 150px;
  max-width: 170px;
  height: auto; */
  width: fit-content;
  height: fit-content;
  padding: 30px;
  /* margin: 10px; */
  margin: auto;
  border: 2px solid #00b0f0;
  border-radius: 125px;
}

@media (max-width: 767px) {
  .hemisphere-cirle {
    width: 125px;
    padding: 15px;
  }
}

/* .hemisphere-cirle img {
  border-radius: 50px;
} */

.hemisphere-text {
  padding: 10px;
  line-height: normal;
}

.hemisphere-text h5 {
  /* font-size: 22px; */
  font-size: 26px;
}

.hemisphere-text p {
  font-size: 20px;
}

@media (min-width: 990px) {
  .hemisphere-block {
    position: relative;
  }

  .hb-one {
    left: -30px;
  }

  .hb-two {
    top: -15px;
    right: -70px;
  }

  .hb-three {
    right: -90px;
  }
}

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

.blob-image-4 {
  width: 600px;
  border-radius: 17px;
  /* margin: 20px; */
}

.title-huge {
  font-size: 67px !important;
  line-height: 80px !important;
}

/* Checkbox - Registration.html */
ul.ks-cboxtags {
  list-style: none;
  padding: 20px;
}

ul.ks-cboxtags li {
  display: inline;
}

ul.ks-cboxtags li label {
  display: inline-block;
  background-color: rgba(255, 255, 255, .9);
  border: 2px solid rgba(139, 139, 139, .3);
  color: #adadad;
  border-radius: 25px;
  white-space: nowrap;
  margin: 3px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
}

ul.ks-cboxtags li label {
  padding: 8px 12px;
  cursor: pointer;
}

ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding: 2px 6px 2px 2px;
  content: "\f067";
  transition: transform .3s ease-in-out;
}


ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
  content: "\f00c";
  transform: rotate(-360deg);
  transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
  border: 2px solid #1bdbf8;
  background-color: #12bbd4;
  color: #fff;
  transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
  border: 2px solid #e9a1ff;
}

li {
  list-style-type: none;
}

input:focus {
  border: 2px #fff solid;
}

.overflow-y-auto {
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}


/* .content.clearfix {
  border: 2px #cccccc solid;
} */


#arrow-img {
  position: absolute;
  width: 20px;
  bottom: 5px;
  right: 50%;
  opacity: 0.4;
  /* applying hover effect on normal state */
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.input-field {
  width: 70%;
  border: none !important;
  border-bottom: 1px solid grey !important;
}

.pink-btn {
  background: pink !important;
  color: #fff !important;
}

.blue-btn {
  background: rgb(1, 192, 251) !important;
  background: linear-gradient(150deg, rgba(1, 192, 251, 1) 19%, rgb(67, 217, 255) 81%) !important;
  color: #fff !important;
}

/* .single_features {
  background-color: #fff;
  padding: 60px 25px;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  -webkit-box-shadow: 0 3px 35px 0 rgb(158 158 158 / 10%);
  box-shadow: 0 3px 35px 0 rgb(158 158 158 / 10%);
} */

.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #4154f1;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #4154f1;
}

.steps {
  display: none !important;
}

/* might remove */
.regards-container {
  background-color: #ffffff;
  height: 100%;
}

.regards {
  position: absolute;
  top: 35%;
}

@media (max-width:767px) {
  .login-sec-bg {
    border-radius: 0px 0px 20px 20px !important;
  }

  .regards-container {
    border-radius: 0px 0px 20px 20px;
  }

  /* removing absolute for mobile version */
  .regards {
    position: relative;
    top: 0;
    padding-top: 25px;
  }
}

.regards h4 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #08da4e;
}

.regards p {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: lighter;
}

.regards span {
  font-size: 18px;
  font-weight: normal;
}

.regards a {
  margin-bottom: 20px;
}

.regards_notice {
  font-size: 16px !important;
}

.mc-calendar--modal.mc-calendar--opened {
  transform: translate(2%, -30%) scale(1) !important;
}

.button-container {
  display: inline-block;
  overflow: hidden;
  margin-top: 40px;
  padding: 3px;
  border-radius: 14px;
}

.free-tag {
  position: absolute;
  top: -20px;
  left: -30px;
  width: 55px;
  height: 55px;
  background: #08da4e;
  font-weight: bold;
  text-align: center;
  border: 2px dashed #fff;
  border-radius: 100%;
  transform: rotate(-40deg);
}

.free-ribbon {
  position: absolute;
  top: 8px;
  left: -22px;
  width: 85px;
  line-height: normal;
  /* background: #08da4e; */
  background: linear-gradient(90deg, rgba(8, 218, 78, 1) 19%, rgba(1, 203, 68, 1) 81%);
  font-weight: bold;
  text-align: center;
  transform: rotate(-47deg);
  border-bottom-right-radius: 10px;
}