/*============================
    CSS Index         
==============================

    01. Default Css
        - Breadvrumb 
    02. Section Spacing Css
    


/*=====  End of CSS Index  ======*/
/*  font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans', sans-serif;
*/
/*=============================================
=             01. Default Css                 =
=============================================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,400i,600,700,800|Roboto:300,400,500,700,900&display=swap");
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.74;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Roboto", sans-serif;
  color: #172541;
  position: relative;
  background-color: #ffffff;
}
body.no-overflow {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.41;
}

h1 {
  font-size: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: #f3525a;
}

button, input[type="submit"] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.mark, mark {
  padding: 0 0;
  background-color: transparent;
}

/*--
    Default Class
*/
.text-color-primary {
  color: #E33676;
}

.text-color-secondary {
  color: #f3525a;
}

.theme-bg-default {
  background: #E33676;
}

.theme-bg-secondary {
  background: #f3525a;
}

.theme-bg-gradient {
  background: linear-gradient(#DF3577 0, #462AAA 100%);
}

.transparent-bg {
  background: rgba(255, 255, 255, 0.85);
}

.sub-heading {
  color: #6d70a6;
}

.heading-title {
  color: #E33676;
}

.black-bg {
  background: #000000;
}

.border-radus-5 {
  border-radius: 5px;
}

.text-green {
  color: #f3525a;
}

.bg-gradient {
  background: -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
}

.x-index-1 {
  z-index: 1;
}

.overflow-hiden {
  overflow: hidden;
}

.box-shadow--default {
  box-shadow: 0px 0px 54px 0px rgba(39, 50, 114, 0.14);
}

.section-title p {
  font-family: 'Open Sans', sans-serif;
}

img {
  max-width: 100%;
}

.img-width {
  width: 100%;
}

::selection {
  color: #ffffff;
  background-color: #E33676;
}

form {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
form input:focus::-webkit-input-placeholder {
  color: transparent;
}
form input:focus:-moz-placeholder {
  color: transparent;
}
form input:focus::-moz-placeholder {
  color: transparent;
}
form input:focus:-ms-input-placeholder {
  color: transparent;
}
form input::placeholder, form textarea::placeholder {
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, select:focus, textarea:focus {
  color: #E33676;
  border-color: #E33676;
}

input[type="checkbox"] {
  position: relative;
  background: 0 0;
  border-width: 0;
  box-shadow: none;
  margin: 0 10px 0 3px;
  cursor: pointer;
}

/*=============================================
   - Scroll top         
=============================================*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #E33676;
  background-size: 200% auto;
  background-position: left center;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.scroll-top .arrow-top {
  transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
  transform: translate(-50%, 80px);
}
.scroll-top:hover {
  background-position: right center;
}
.scroll-top:hover .arrow-top {
  transform: translate(-50%, -80px);
}
.scroll-top:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}

/*=====  End of Default CSS  ======*/
/*============================================
=           02. Section Spacing Css          =
=============================================*/
.section-space {
  /* Section Padding Css */
  /* Section Margin Css */
}
.section-space--ptb_140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section-space--ptb_140 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_140 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-space--pt_140 {
  padding-top: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section-space--pt_140 {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_140 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_140 {
    padding-top: 60px;
  }
}
.section-space--pb_120 {
  padding-bottom: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section-space--pb_120 {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_120 {
    padding-bottom: 60px;
  }
}
.section-space--ptb_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-space--pt_120 {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_120 {
    padding-top: 60px;
  }
}
.section-space--pb_120 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_120 {
    padding-bottom: 60px;
  }
}
.section-space--ptb_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-space--pt_100 {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_100 {
    padding-top: 60px;
  }
}
.section-space--pb_100 {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_100 {
    padding-bottom: 60px;
  }
}
.section-space--ptb_90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_90 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-space--pt_90 {
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_90 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_90 {
    padding-top: 40px;
  }
}
.section-space--pb_90 {
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_90 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_90 {
    padding-bottom: 40px;
  }
}
.section-space--ptb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-space--pt_80 {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_80 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_80 {
    padding-top: 40px;
  }
}
.section-space--pb_80 {
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_80 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_80 {
    padding-bottom: 40px;
  }
}
.section-space--ptb_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-space--pt_70 {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_70 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_70 {
    padding-top: 30px;
  }
}
.section-space--pb_70 {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_70 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_70 {
    padding-bottom: 30px;
  }
}
.section-space--ptb_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-space--pt_60 {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_60 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_60 {
    padding-top: 60px;
  }
}
.section-space--pb_60 {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_60 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_60 {
    padding-bottom: 60px;
  }
}
.section-space--pt_40 {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_40 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_40 {
    padding-top: 30px;
  }
}
.section-space--pb_40 {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_40 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_40 {
    padding-bottom: 30px;
  }
}
.section-space--ptb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-space--pt_30 {
  padding-top: 30px;
}
.section-space--pb_30 {
  padding-bottom: 30px;
}
.section-space--mt_15 {
  margin-top: 15px;
}
.section-space--mt_20 {
  margin-top: 20px;
}
.section-space--mt_30 {
  margin-top: 30px;
}
.section-space--mt_40 {
  margin-top: 40px;
}
.section-space--mt_50 {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_50 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_50 {
    margin-top: 30px;
  }
}
.section-space--mt_60 {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_60 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_60 {
    margin-top: 30px;
  }
}
.section-space--mt_70 {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_70 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_70 {
    margin-top: 30px;
  }
}
.section-space--mt_80 {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_80 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_80 {
    margin-top: 30px;
  }
}
.section-space--mt_100 {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_100 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_100 {
    margin-top: 60px;
  }
}
.section-space--mt_120 {
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_120 {
    margin-top: 60px;
  }
}
.section-space--mb_15 {
  margin-bottom: 15px;
}
.section-space--mb_20 {
  margin-bottom: 20px;
}
.section-space--mb_30 {
  margin-bottom: 30px;
}
.section-space--mb_40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section-space--mb_40 {
    margin-bottom: 30px;
  }
}
.section-space--mb_50 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mb_50 {
    margin-bottom: 30px;
  }
}
.section-space--mb_60 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_60 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mb_60 {
    margin-bottom: 30px;
  }
}
.section-space--mb_100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_100 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mb_100 {
    margin-bottom: 60px;
  }
}
.section-space--mb_120 {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_120 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mb_120 {
    margin-bottom: 60px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-mt__0 {
    margin-top: 0px;
  }

  .tablet-mt__30 {
    margin-top: 30px;
  }

  .tablet-mt__40 {
    margin-top: 40px;
  }

  .tablet-mt__50 {
    margin-top: 50px;
  }

  .tablet-mt__60 {
    margin-top: 60px;
  }

  .tablet-mb__30 {
    margin-bottom: 30px;
  }

  .tablet-mb__40 {
    margin-bottom: 40px;
  }

  .tablet-mb__50 {
    margin-bottom: 50px;
  }

  .tablet-mb__60 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .small-mt__0 {
    margin-top: 0px;
  }

  .small-mt__10 {
    margin-top: 10px;
  }

  .small-mt__20 {
    margin-top: 20px;
  }

  .small-mt__30 {
    margin-top: 30px;
  }

  .small-mt__40 {
    margin-top: 40px;
  }

  .small-mt__50 {
    margin-top: 50px;
  }

  .small-mt__60 {
    margin-top: 60px;
  }

  .small-mb__30 {
    margin-bottom: 30px;
  }

  .small-mb__40 {
    margin-bottom: 40px;
  }

  .small-mb__50 {
    margin-bottom: 50px;
  }

  .small-mb__60 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-pt__20 {
    padding-top: 20px;
  }

  .tablet-pb__20 {
    padding-bottom: 20px;
  }

  .tablet-pt__10 {
    padding-top: 10px;
  }

  .tablet-pb__10 {
    padding-bottom: 10px;
  }

  .tablet-pt__0 {
    padding-top: 0px;
  }

  .tablet-pb__0 {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .small-pt__0 {
    padding-top: 0px;
  }

  .small-pb__0 {
    padding-bottom: 0px;
  }

  .small-pt__10 {
    padding-top: 10px;
  }

  .small-pb__10 {
    padding-bottom: 10px;
  }

  .small-pt__20 {
    padding-top: 20px;
  }

  .small-pb__20 {
    padding-bottom: 20px;
  }
}
/*=====  End of spacing  ======*/
/*===========================================
=        03. Custom Animation Css
===========================================*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes moveHorizontal {
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveHorizontal {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.move-up {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.move-up.animate {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation: moveVertical .65s ease forwards;
  animation: moveVertical .65s ease forwards;
}

.move-up-x {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.move-up-x.animate {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-animation: moveHorizontal .65s ease forwards;
  animation: moveHorizontal .65s ease forwards;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
/* --------------------------------------
    Custom Hide Animation
---------------------------------------*/
@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(60px);
    opacity: 0;
  }
}
@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
}
/* --------------------------------------
    Custom Slide Show Animation
---------------------------------------*/
@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes show-animation {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* --------------------------------------
    Custom Slide Out To Right
---------------------------------------*/
@-webkit-keyframes slide-out-to-right {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-out-to-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
  }
}
/* --------------------------------------
    Custom Slide Out To Left
---------------------------------------*/
@-webkit-keyframes slide-in-to-left {
  0% {
    -webkit-transform: translateX(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-to-left {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* ------------------------
    Brook Hover Effect 
---------------------------*/
.brook-transition {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bk-hover a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  color: #999;
}
.bk-hover a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.bk-hover a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

/* ------------------------
    Separator Bounce 
---------------------------*/
@-webkit-keyframes separator-bounce {
  0%,
    80%,
    to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes separator-bounce {
  0%,
    80%,
    to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*=============================================
=            04. container Css            =
=============================================*/
@media (min-width: 1600px) {
  .container-fluid--cp-150 {
    padding: 0 150px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-150 {
    padding: 0 110px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-150 {
    padding: 0 50px;
  }
}
@media (min-width: 1700px) {
  .container-fluid--cp-140 {
    padding: 0 140px !important;
  }
}
@media (min-width: 1700px) and (max-width: 1663px) {
  .container-fluid--cp-140 {
    padding: 0 100px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-140 {
    padding: 0 30px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-140 {
    padding: 0 30px;
  }
}
@media (min-width: 1600px) {
  .container-fluid--cp-120 {
    padding: 0 120px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-120 {
    padding: 0 110px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-120 {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .container-fluid--cp-100 {
    padding: 0 100px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-100 {
    padding: 0 100px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-100 {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .container-fluid--cp-80 {
    padding: 0 80px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-80 {
    padding: 0 30px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-80 {
    padding: 0 30px;
  }
}
.container-fluid--cp-60 {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .container-fluid--cp-60 {
    padding: 0 15px;
  }
}
.container-fluid--cp-30 {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .container-fluid--cp-30 {
    padding: 0 15px;
  }
}

.container--1450 {
  max-width: 1450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cou-container-device {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .cou-container-device {
    max-width: 540px;
  }
}
@media (min-width: 1200px) {
  .page-content-double-sidebar .container {
    max-width: 1600px;
  }
}

@media (max-width: 1919px) {
  .container-fluid--cp-60 {
    padding: 0 30px;
  }
  .container-fluid--cp-80 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1919px) and (max-width: 767px) {
  .container-fluid--cp-80 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1919px) and (max-width: 575px) {
  .container-fluid--cp-80 {
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.col-06__left {
  width: 600px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .col-06__left {
    float: none;
  }
}

.col-06__right {
  width: 600px;
  max-width: 100%;
}

.col-05__right {
  width: 500px;
  max-width: 100%;
  margin-left: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .col-05__right {
    margin-left: 0px;
    margin: auto;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 > [class*="col"], .row--30 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .row--30 > [class*="col"], .row--30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*="col"], .row--30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*="col"], .row--30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*="col"], .row--30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*=====  End of container  ======*/
/*===============================
    Header Css 
=================================*/
.header-area .is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: 0.50s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.header-area .is-sticky .navigation-menu > ul > li > a {
  color: #333;
}
.header-area .is-sticky .navigation-menu > ul > li.current > a {
  color: #E33676;
}
.header-area .is-sticky .navigation-menu > ul > li.current > a.external {
  color: #333;
}
.header-area .is-sticky .header-search-form-two.white-icon a {
  color: #333;
}
.header-area .is-sticky .header {
  height: auto;
}
.header-area .is-sticky .header__logo .dark-logo {
  display: inherit;
}
.header-area .is-sticky .header__logo .light-logo {
  display: none;
}
.header-area .is-sticky .mobile-navigation-icon i {
  background-color: #333;
}
.header-area .is-sticky .mobile-navigation-icon i:before {
  background-color: #333;
}
.header-area .is-sticky .mobile-navigation-icon i:after {
  background-color: #333;
}
.header-area .is-sticky .mobile-navigation-icon:hover i {
  background-color: #E33676;
}
.header-area .is-sticky .mobile-navigation-icon:hover i:before {
  width: 80%;
  background-color: #E33676;
}
.header-area .is-sticky .mobile-navigation-icon:hover i:after {
  background-color: #E33676;
  width: 60%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}
.header-area--absolute {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
  /*@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
      position: static;
  }*/
}
.header-area--default {
  border-color: #E4E8F6;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.header {
  display: flex;
  align-items: center;
  height: 100px;
  /* logo */
}
.header__logo {
  flex-basis: 20%;
  padding: 14px 0;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.header__logo.top-logo {
  padding: 25px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    flex-basis: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    flex-basis: 50%;
  }
  .header__logo.top-logo {
    padding: 15px 0;
  }
}
.header__logo .dark-logo {
  display: none;
}
.header__logo .light-logo {
  display: inherit;
}
.header.default-menu-style .header__logo {
  flex-basis: 23.5%;
  justify-content: flex-start;
  padding: 14px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header.default-menu-style .header__logo {
    flex-basis: 13%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header.default-menu-style .header__logo {
    flex-basis: 25%;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .header.default-menu-style .header__logo {
    flex-basis: 50%;
    justify-content: flex-start;
  }
}

.header__navigation.preview-menu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header__navigation.preview-menu .navigation-menu-right {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header__actions--preview {
    flex-basis: 73%;
  }
}

/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu > ul {
  display: flex;
}
.navigation-menu > ul > li {
  margin: 0 22px;
}
.navigation-menu > ul > li > a {
  display: block;
  color: #ffffff;
  padding: 20px 2px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18;
}
.navigation-menu > ul > li:last-child {
  margin-right: 0;
}
.navigation-menu > ul > li.has-children > a {
  position: relative;
}
.navigation-menu > ul > li.has-children--multilevel-submenu {
  position: relative;
}
.navigation-menu > ul > li.has-children:hover .megamenu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.navigation-menu > ul > li.has-children:hover > .submenu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.navigation-menu > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
  color: #333;
}
.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
  color: #333;
  transition: all 0.3s ease 0;
}
.navigation-menu > ul > li:hover > a:before, .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}

/*===================================
    - Multilevel Submenu Css
====================================*/
.submenu {
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #E33676;
  background-color: #ffffff;
  transform: translateY(50px);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.2s;
  transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  min-width: 280px;
  padding: 20px 0;
  z-index: 9;
}
.submenu.left {
  right: 0;
  left: auto;
}
.submenu > li {
  position: relative;
}
.submenu > li > a {
  display: block;
  padding: 5px 30px;
  color: #ababab;
  font-weight: 400;
  transition: 0s;
}
.submenu > li > a > span {
  position: relative;
}
.submenu > li > a > span:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #E33676;
  transition: 0.3s;
}
.submenu > li > a:hover {
  color: #E33676;
}
.submenu > li > a:hover > span:after {
  width: 100%;
  left: 0;
  right: auto;
}
.submenu > li:hover > .submenu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 9;
}
.submenu > li.active > a {
  color: #E33676;
}
.submenu > li.has-children > a {
  position: relative;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu > li.has-children > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-size: 14px;
  vertical-align: middle;
  color: #ababab;
}
.submenu > li.has-children > a:hover:after {
  color: #E33676;
}
.submenu > li.has-children.active > a {
  color: #E33676;
}
.submenu .submenu {
  top: 0px;
  left: 100%;
  right: auto;
}
.submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}

/* Mobile Mavigation icon */
.mobile-navigation-icon {
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
  float: right;
}
.mobile-navigation-icon:hover i {
  background-color: #333;
}
.mobile-navigation-icon:hover i:before {
  width: 80%;
  background-color: #333;
}
.mobile-navigation-icon:hover i:after {
  background-color: #333;
  width: 60%;
}
.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*================================ 
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  overflow: auto;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
}
.mobile-menu-overlay__inner {
  transform: translateX(120%);
  width: 400px;
  height: 100%;
  float: right;
  cursor: default;
  background: #E33676;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: auto;
}
@media only screen and (max-width: 479px) {
  .mobile-menu-overlay__inner {
    width: 300px;
  }
}
.mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu-overlay.active .mobile-menu-overlay__inner {
  transform: translateX(0%);
}
.mobile-menu-overlay__header {
  background-color: #ffffff;
  padding: 15px 0;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 23px;
  left: 8px;
  content: '';
  width: 24px;
  height: 3px;
  background: #333333;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 23px;
  left: 8px;
  content: '';
  width: 24px;
  height: 3px;
  background: #333333;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover {
  color: #E33676;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after {
  transform: none;
}
.mobile-menu-overlay__body {
  padding: 20px 40px 100px;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a {
  display: block;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover {
  color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child {
  border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
  transform: rotate(220deg);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 10px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out;
  width: 10px;
  transform: rotate(45deg);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu {
  padding: 12px 0 14px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
  color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
  transform: rotate(220deg);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out;
  width: 10px;
  transform: rotate(45deg);
}

/*=====  End of Header  ======*/
/*=========================================
=               06. Footer Css            =
===========================================*/
.footer-bg--overlay {
  position: relative;
}
.footer-bg--overlay::before {
  background-color: #1C2945;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.98;
}

.coustom-row-in-footer {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .coustom-row-in-footer {
    flex-direction: column;
  }
}

.footer-widget-coustom-col {
  flex-basis: 50%;
  padding-left: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-coustom-col {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-coustom-col {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-coustom-col {
    padding-left: 0px;
  }
}
.footer-widget-coustom-col:nth-child(2) {
  padding-left: 68px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-coustom-col:nth-child(2) {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-coustom-col:nth-child(2) {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-coustom-col:nth-child(2) {
    padding-left: 0px;
  }
}

.footer-widget-dic p {
  color: #ffffff;
}
.footer-widget-dic p.footer-dec {
  max-width: 334px;
}
.footer-widget-dic h5 {
  font-weight: 600;
  color: #ffffff;
}

.newsletter-footer-wrap .widget-newsletter-form {
  display: flex;
  max-width: 342px;
  position: relative;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
.newsletter-footer-wrap .widget-newsletter-form input:not([type="submit"]) {
  background: #505A6D;
  height: 45px;
  padding: 15px 130px 15px 15px;
  border: 1px solid #505A6D;
  width: 100%;
  color: #ffffff;
}
.newsletter-footer-wrap .widget-newsletter-form .subscribe-button {
  position: absolute;
  right: 0;
}
.newsletter-footer-wrap .widget-newsletter-form .subscribe-button .subscribe-btn {
  background: #C3C4C5;
  height: 45px;
  padding: 0 18px;
  border: none;
  color: #E33676;
}
.newsletter-footer-wrap .widget-newsletter-form .subscribe-button .subscribe-btn:hover {
  color: #ffffff;
  background: #f3525a;
}
.newsletter-footer-wrap .widget-newsletter-form input:focus::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-footer-wrap .widget-newsletter-form input:focus:-moz-placeholder {
  color: #fff;
}
.newsletter-footer-wrap .widget-newsletter-form input:focus::-moz-placeholder {
  color: #fff;
}
.newsletter-footer-wrap .widget-newsletter-form input:focus:-ms-input-placeholder {
  color: #fff;
}
.newsletter-footer-wrap .widget-newsletter-form input::placeholder, .newsletter-footer-wrap .widget-newsletter-form textarea::placeholder {
  color: #fff;
}

.footer-widget-wrapper {
  margin-bottom: -35px;
}

.footer-widget {
  margin-bottom: 30px;
}
.footer-widget__title {
  margin-top: -3px;
  color: #333333;
}
.footer-widget__item-list {
  width: 50%;
  float: left;
}
.footer-widget__item-list li {
  margin-bottom: 10px;
  color: #ffffff;
}
.footer-widget__item-list li a {
  position: relative;
  padding-left: 20px;
}
.footer-widget__item-list li a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
}
.footer-widget__item-list li:last-child {
  margin-bottom: 0;
}
.footer-widget__list .single-footer-widger {
  margin-bottom: 20px;
}
.footer-widget__list .single-footer-widger:last-child {
  margin-bottom: 0;
}
.footer-widget__list .single-footer-widger h5 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
}
.footer-widget__list .single-footer-widger p {
  color: #ffffff;
}

.footer-widget__wrap {
  display: flex;
  justify-content: space-between;
}
.footer-widget__wrap .single-footer-widger {
  flex-basis: 33.333%;
  padding-left: 60px;
}
.footer-widget__wrap .single-footer-widger:first-child {
  padding-left: 30px;
}
.footer-widget__wrap .single-footer-widger h5 {
  font-weight: 600;
  margin-bottom: 8px;
}
.footer-widget__wrap .single-footer-widger p {
  font-weight: 300;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget__wrap .single-footer-widger {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget__wrap .single-footer-widger {
    padding-left: 40px;
  }
  .footer-widget__wrap .single-footer-widger:first-child {
    padding-left: 15px;
  }
  .footer-widget__wrap .single-footer-widger:nth-child(2) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget__wrap .single-footer-widger {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-widget__wrap .single-footer-widger:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget__wrap {
    flex-direction: column;
  }
}

.copyright-text {
  display: inline-block;
}

/*=====  End of footer ======*/
/*=========================
    Hero Area Css
===========================*/
.hero-area {
  height: 1100px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area {
    height: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    height: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area {
    height: 600px;
  }
}

.hero-bg-img {
  background: url(../images/hero/hero-bg.png);
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  background-repeat: no-repeat;
}
.hero-bg-img::after {
  background: url(../images/path/path-109.png);
  content: "";
  left: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-position: center;
  transform: translateY(-55%);
  background-repeat: no-repeat;
}

.hero-text {
  margin-top: 180px;
  z-index: 3;
  position: relative;
}
.hero-text .hero-heading {
  font-weight: 800;
  font-size: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-text .hero-heading {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-text {
    margin-top: 140px;
  }
  .hero-text .hero-heading {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-text {
    margin-top: 140px;
  }
  .hero-text .hero-heading {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-text .hero-heading {
    font-size: 30px;
  }
}

/* .mouse-ef-btn {
    background: #fff;
    color:#D43A6B;
    padding: 0px 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 35px;
    margin: 10px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
    z-index: 1;

    & .hover {
        background-color: #3a3a3a;
        border-radius: 50%;
        display: block;
        height: 0;
        position: absolute;
        transform: translate(-50%,-50%);
        width: 0;
        z-index: -2;
    }
    &:hover {
        color: #fff;
        background-color: #3a3a3a;
        & .hover {
            height: 662.5px;
            width: 662.5px;
        }
    }

    & label {
        background: #3ED198;
        border-radius: 25px;
        padding: 2px 10px;
        color: $white;
        display: inline;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px){
        padding: 0px 30px;
    }
    @media only screen and (max-width: 767px){
        padding: 0px 30px;
    }
    
    &.gradient__btn {
        background-image: linear-gradient(90deg, #E13677 20%, #592CA5 100%);
        padding: 0 30px;
        font-weight: 800;
        color: $white;
        height: 55px;
        line-height: 55px;
        transition: all 0.4s ease-in-out;
        &:hover {
            background-color: #3a3a3a;
        }
    }
} */
.ht-btn {
  background: #fff;
  color: #D43A6B;
  padding: 0px 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 35px;
  margin: 10px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ht-btn span {
  background: #3ED198;
  border-radius: 25px;
  padding: 2px 10px;
  color: #ffffff;
}
.ht-btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 150%;
  background-color: #3a3a3a;
  transition: all 0.4s ease 0s;
  content: "";
  transform: translateX(-50%) translateY(-50%) rotate(-30deg);
  opacity: 0;
  z-index: -1;
}
.ht-btn:hover {
  background: #3a3a3a;
  color: #ffffff;
}
.ht-btn:hover::before {
  height: 300%;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-btn {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ht-btn {
    padding: 0px 30px;
  }
}
.ht-btn.gradient__btn {
  background-image: linear-gradient(90deg, #E13677 20%, #592CA5 100%);
  padding: 0 30px;
  font-weight: 800;
  color: #ffffff;
  height: 55px;
  line-height: 55px;
  transition: all 0.4s ease-in-out;
}
.ht-btn.gradient__btn:hover::before {
  background-image: linear-gradient(90deg, #592CA5 20%, #E13677 100%);
  height: 300%;
  opacity: 1;
}

/*-- Animation one --*/
.animation_images.one {
  animation-duration: 5.2s;
  right: 21%;
  position: absolute;
  top: 25%;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
}

/*-- Animation Two --*/
.full_round_shape.two {
  width: 60px;
  height: 60px;
  background: linear-gradient(#E16099 2%, #492BA3 87%);
  border-radius: 50%;
  position: absolute;
  top: 55%;
  right: 18%;
  animation: playbutton-effect 4s linear infinite;
  animation-delay: 0s;
  animation-direction: normal;
  animation-delay: 2s;
  animation-direction: alternate;
  z-index: 2;
  box-shadow: 0px 10px 16px -5px rgba(0, 0, 0, 0.54);
}

/*-- Animation Three --*/
.animation_images {
  position: relative;
  overflow: hidden;
}
.animation_images.three {
  right: 6%;
  position: absolute;
  top: 0%;
  animation: drem_animation 5s infinite linear;
}
.animation_images.four {
  position: absolute;
  left: 38%;
  top: -10px;
  transform: translateX(50%);
  animation-duration: 8.1s;
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 767px) {
  .animation_images.four {
    display: none;
  }
}
.animation_images.five {
  position: absolute;
  left: 10%;
  bottom: 20%;
}
@media only screen and (max-width: 767px) {
  .animation_images.five {
    display: none;
  }
}
.animation_images.six {
  position: absolute;
  left: -50px;
  top: 50px;
  animation-duration: 3.2s;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
}
.animation_images.seven {
  top: 110px;
  position: absolute;
}
.animation_images.eight {
  bottom: -200px;
  left: 100px;
  position: absolute;
  animation: playbutton-effect 4s linear infinite;
  animation-delay: 0s;
  animation-direction: normal;
  animation-delay: 2s;
  animation-direction: alternate;
}

.video-box-area {
  text-align: center;
  margin-top: -480px;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-box-area {
    margin-top: -420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-box-area {
    margin-top: -400px;
  }
}
@media only screen and (max-width: 767px) {
  .video-box-area {
    margin-top: -200px;
  }
}
@media only screen and (max-width: 575px) {
  .video-box-area {
    margin-top: -180px;
  }
}
.video-box-area .video-box-warp .single-popup-wrap > img {
  border-radius: 20px;
  box-shadow: 0 0 70px rgba(122, 122, 122, 0.2);
}

/*================================
 fun fact 
=================================*/
.fun-fact--wrap {
  box-shadow: 0 0 10px rgba(122, 122, 122, 0.3);
  border-radius: 20px;
  padding: 50px 20px;
  text-align: center;
  border-top: 5px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.fun-fact__count {
  font-size: 50px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}

.fun-fact-wrapper {
  padding-top: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fun-fact-wrapper {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-fact-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fun-fact-wrapper {
    padding-top: 80px;
  }
}
.fun-fact-wrapper .col-lg-3:nth-child(1) .fun-fact--wrap {
  border-top: 5px solid #D73361;
  border-left: 1px solid #D73361;
  border-right: 1px solid #D73361;
}
.fun-fact-wrapper .col-lg-3:nth-child(1) .fun-fact--wrap .fun-fact__count {
  color: #D73361;
}
.fun-fact-wrapper .col-lg-3:nth-child(2) .fun-fact--wrap {
  margin-top: -60px;
  border-top: 5px solid #796AE7;
  border-left: 1px solid #796AE7;
  border-right: 1px solid #796AE7;
}
.fun-fact-wrapper .col-lg-3:nth-child(2) .fun-fact--wrap .fun-fact__count {
  color: #796AE7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-fact-wrapper .col-lg-3:nth-child(2) .fun-fact--wrap {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .fun-fact-wrapper .col-lg-3:nth-child(2) .fun-fact--wrap {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .fun-fact-wrapper .col-lg-3:nth-child(2) .fun-fact--wrap {
    margin-top: 40px;
  }
}
.fun-fact-wrapper .col-lg-3:nth-child(3) .fun-fact--wrap {
  margin-top: -40px;
  border-top: 5px solid #2FC79E;
  border-left: 1px solid #2FC79E;
  border-right: 1px solid #2FC79E;
}
.fun-fact-wrapper .col-lg-3:nth-child(3) .fun-fact--wrap .fun-fact__count {
  color: #2FC79E;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .fun-fact-wrapper .col-lg-3:nth-child(3) .fun-fact--wrap {
    margin-top: 40px;
  }
}
.fun-fact-wrapper .col-lg-3:nth-child(4) .fun-fact--wrap {
  border-top: 5px solid #2A80DC;
  border-left: 1px solid #2A80DC;
  border-right: 1px solid #2A80DC;
}
.fun-fact-wrapper .col-lg-3:nth-child(4) .fun-fact--wrap .fun-fact__count {
  color: #2A80DC;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .fun-fact-wrapper .col-lg-3:nth-child(4) .fun-fact--wrap {
    margin-top: 40px;
  }
}

.single-popup-wrap {
  position: relative;
}

.video-link {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
}
.video-link .ht-popup-video.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(8, 106, 216, 0.8);
}
.video-link .ht-popup-video.video-button .video-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%, -50%);
  pointer-events: none;
}
.video-link .ht-popup-video.video-button .video-mark .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto;
}
.video-link .ht-popup-video.video-button .video-mark .wave-pulse::after, .video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #E33676;
  animation: zoomBig 2.25s linear infinite;
  animation-delay: 0s;
}
.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  animation-delay: .75s;
}
.video-link .ht-popup-video .video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.video-link .ht-popup-video .video-button__two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-link .ht-popup-video .video-button__two .video-play {
  width: 62px;
  height: 62px;
  background: #fff;
  box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
  border-radius: 50%;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
}
.video-link:hover .video-play {
  transform: scale3d(1.15, 1.15, 1.15);
}

.polygon-path {
  position: relative;
}

.animation_images.polygon {
  animation-duration: 5.2s;
  right: 0px;
  top: 0;
  position: absolute;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
}

/*=============================
    Layer area Css
================================*/
.ht_elementor_area-path {
  position: relative;
}
.ht_elementor_area-path .one {
  animation-duration: 5.2s;
  right: 0%;
  position: absolute;
  top: 92%;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
  z-index: -1;
}
.ht_elementor_area-path .two {
  width: 20px;
  height: 20px;
  background: linear-gradient(#FFB594 0, #FF551A 100%);
  border-radius: 50%;
  position: absolute;
  top: 45%;
  right: 19%;
  animation: playbutton-effect 3s linear infinite;
  animation-delay: 0s;
  animation-direction: normal;
  animation-delay: 2s;
  animation-direction: alternate;
  z-index: 2;
  box-shadow: 0px 10px 16px -5px rgba(0, 0, 0, 0.54);
}
.ht_elementor_area-path .three {
  width: 8px;
  height: 8px;
  background: linear-gradient(#E16099 2%, #492BA3 87%);
  border-radius: 50%;
  position: absolute;
  top: 8%;
  left: 10%;
  animation: playbutton-effect 3s linear infinite;
  animation-delay: 0s;
  animation-direction: normal;
  animation-delay: 2s;
  animation-direction: alternate;
  z-index: 2;
  box-shadow: 0px 10px 16px -5px rgba(0, 0, 0, 0.54);
  z-index: -1;
}
.ht_elementor_area-path .four {
  animation-duration: 5.2s;
  left: -30px;
  position: absolute;
  top: 80%;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
  z-index: -1;
}

.ht_gradient_area-path {
  position: relative;
}
.ht_gradient_area-path .one {
  animation-duration: 5.2s;
  right: 0%;
  position: absolute;
  top: 45%;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
}
.ht_gradient_area-path .two {
  width: 20px;
  height: 20px;
  background: linear-gradient(#FFB594 0, #FF551A 100%);
  border-radius: 50%;
  position: absolute;
  top: 18%;
  right: 35%;
  animation: playbutton-effect 3s linear infinite;
  animation-delay: 0s;
  animation-direction: normal;
  animation-delay: 2s;
  animation-direction: alternate;
  z-index: 0;
}
.ht_gradient_area-path .three {
  animation-duration: 5.5s;
  animation-name: animateLeft;
  left: 30%;
  position: absolute;
  top: 20%;
}
.ht_gradient_area-path .four {
  animation-duration: 3.2s;
  left: 10%;
  position: absolute;
  top: 15%;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
}
.ht_gradient_area-path .five {
  left: 8%;
  position: absolute;
  top: 75%;
  animation: drem_animation 3s infinite linear;
}
.ht_gradient_area-path .six {
  right: 12%;
  position: absolute;
  top: 75%;
  left: auto;
  animation: drem_animation 6s infinite linear;
  z-index: 3;
}

.ht_responsive-path {
  position: relative;
}
.ht_responsive-path .one {
  width: 14px;
  height: 14px;
  border: 2px solid #48F9D5;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 24%;
  right: 45%;
  animation: playbutton-effect 3s linear infinite;
  animation-delay: 0s;
  animation-direction: normal;
  animation-delay: 2s;
  animation-direction: alternate;
  z-index: -1;
}
.ht_responsive-path .two {
  width: 20px;
  height: 20px;
  background: linear-gradient(#8AD9E6 30%, #FFFFFF 100%);
  border-radius: 50%;
  position: absolute;
  top: 88%;
  right: 32%;
  animation: playbutton-effect 3s linear infinite;
  animation-delay: 0s;
  animation-direction: normal;
  animation-delay: 2s;
  animation-direction: alternate;
  z-index: -1;
}
.ht_responsive-path .four {
  animation-duration: 3.2s;
  left: 10%;
  position: absolute;
  top: 15%;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
}
.ht_responsive-path .five {
  left: 8%;
  position: absolute;
  top: 100%;
  animation-duration: 5.5s;
  animation-name: animateLeft;
}

.ht_portfolio_area-path {
  position: relative;
}
.ht_portfolio_area-path .one {
  animation-duration: 2.2s;
  left: 15px;
  position: absolute;
  top: 60%;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
  z-index: -1;
}

/*=============================
    Layouts Section Css
==============================*/
.layouts-lg-6 {
  max-width: 515px;
  width: 100%;
}

.layouts-lg-4 {
  max-width: 410px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .layouts-lg-4.gradient_area {
    max-width: 100%;
    text-align: center;
  }
}

.layouts-inner {
  top: 0;
  margin-right: 110px;
  right: 0;
}
.layouts-inner .agency_01 {
  animation-duration: 4.5s;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
}
.layouts-inner .agency_02 {
  margin-top: 114px;
  margin-left: -20px;
  animation-duration: 4s;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
}
.layouts-inner .agency_03 {
  animation-duration: 3.5s;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateLeft;
  animation-iteration-count: infinite;
  right: 20px;
  position: absolute;
  top: 50px;
}
.layouts-inner .layout-agency {
  position: absolute;
  text-align: center;
  margin: auto;
  top: 0;
  right: 0;
  margin-right: 110px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .layouts-inner .layout-agency {
    margin-right: 80px;
  }
  .layouts-inner .agency_01 {
    max-width: 220px;
  }
  .layouts-inner .agency_02 {
    max-width: 200px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 991px) {
  .layouts-inner .layout-agency {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
  }
  .layouts-inner .agency_01 {
    max-width: 160px;
  }
  .layouts-inner .agency_02 {
    margin-top: 54px;
    margin-left: -43px;
    max-width: 160px;
  }
}

.layouts-section-text-01 p {
  font-family: "Montserrat", sans-serif;
  max-width: 500px;
}

.layouts-inner-image {
  position: absolute;
  top: 0;
}
.layouts-inner-image .animation-up-down {
  animation-duration: 4.5s;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
}
.layouts-inner-image .animation-left {
  animation-duration: 3.5s;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateLeft;
  animation-iteration-count: infinite;
  right: -160px;
  position: absolute;
  top: 50%;
  z-index: -1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .layouts-inner-image .animation-left {
    right: -0px;
  }
}

@supports (-webkit-text-stroke: 1px #EE6598) {
  .layouts-section-text-01 .stroke-text {
    font-size: 72px;
    -webkit-text-stroke: 1px #EE6598;
    -webkit-text-fill-color: white;
    opacity: 0.4;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .layouts-section-text-01 .stroke-text {
      font-size: 42px;
    }
  }
  @media only screen and (max-width: 767px) {
    .layouts-section-text-01 .stroke-text {
      font-size: 32px;
    }
  }
}

.section-bg-01 {
  background: -webkit-linear-gradient(top, #FFFFFF 0, #E2ECF8 100%);
}

.vc_row-separator {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  line-height: 0;
}

.widgets-block_bg_01 {
  position: relative;
}
.widgets-block_bg_01::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: url(../images/path/grid_block.png) top 0px right no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.widgets-block_bg_01::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  background: url(../images/path/ellipse_03.png) bottom 240px left -20px no-repeat;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.ht_blocks-widgets-path {
  position: relative;
}
.ht_blocks-widgets-path .one {
  animation-duration: 2.2s;
  left: 0px;
  position: absolute;
  top: 30%;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
  z-index: -1;
}
.ht_blocks-widgets-path .two {
  animation-duration: 2.2s;
  right: 0px;
  position: absolute;
  top: 5%;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateLeft;
  animation-iteration-count: infinite;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .ht_blocks-widgets-path .two {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht_blocks-widgets-path .two {
    width: 140px;
  }
}
.ht_blocks-widgets-path .three {
  right: 0px;
  position: absolute;
  top: 63%;
  z-index: -1;
}
.ht_blocks-widgets-path .four {
  width: 10px;
  height: 10px;
  background: linear-gradient(#64D89E 30%, #0F8441 100%);
  border-radius: 50%;
  position: absolute;
  top: 75%;
  left: 5%;
  animation: playbutton-effect 3s linear infinite;
  animation-delay: 0s;
  animation-direction: normal;
  animation-delay: 0s;
  animation-direction: normal;
  animation-delay: 2s;
  animation-direction: alternate;
  z-index: -1;
}

/*=============================
    Block Widget
===============================*/
.single-block-widget {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 40px 10px;
  border-radius: 20px;
  box-shadow: 10px 10px 20px rgba(112, 112, 112, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
}
.single-block-widget p {
  margin-top: 15px;
}
.single-block-widget:hover {
  transform: translateY(-8px);
}

.single-preview-widget {
  text-align: center;
}
.single-preview-widget .image {
  position: relative;
  margin: 5px;
  border: 5px solid #fff;
  box-shadow: 0 0px 10px rgba(221, 221, 221, 0.5);
}
.single-preview-widget .image img.finish {
  opacity: 1;
}
.single-preview-widget .image img.finish + .img-loader {
  opacity: 0;
}
.single-preview-widget .image .img-loader {
  position: absolute;
  z-index: 2;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease 0s;
  animation: rotate-center 0.6s linear infinite both;
  border-width: 3px;
  border-style: solid;
  border-color: #172541 #172541 #172541 transparent;
  border-radius: 50%;
}
.single-preview-widget p {
  margin-top: 15px;
  font-size: 16px;
}
.single-preview-widget:hover {
  transform: translateY(-8px);
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load-more-button .more-button {
  font-size: 16px;
  font-weight: 600;
  color: #E33676;
  font-family: "Montserrat", sans-serif;
}
.load-more-button .more-button img {
  margin-left: 10px;
}
.load-more-button .more-button:hover img {
  transform: rotate(45deg);
}
.load-more-button .more-button.finish {
  cursor: text;
  color: #333;
}

.ht-feature-box {
  margin-top: 80px;
}
.ht-feature-box .box-image {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background: #FFF2F5;
  margin: -50px auto 0 auto;
  border-radius: 50%;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
.ht-feature-box .content {
  box-shadow: 0 0px 10px rgba(221, 221, 221, 0.5);
  background: #fff;
  z-index: 3;
  text-align: center;
  border-radius: 20px;
  padding: 100px 15px 30px;
}
.ht-feature-box .content h5 {
  font-weight: 500;
  margin-bottom: 10px;
}

.feature-area {
  padding-bottom: 450px;
  position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area {
    padding-bottom: 400px;
  }
}

.ht-mega-video-tutorial-area {
  margin-top: -380px;
}

.bottom_bg_video {
  background: url(../images/bg/bottom_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 200px;
}

.ht-mega-video-tutorial-inner {
  box-shadow: 0 0 10px rgba(122, 122, 122, 0.3);
  margin: 0 30px;
  padding: 60px 30px;
  background: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .ht-mega-video-tutorial-inner {
    margin: 0 0px;
  }
}

.ht-mega-video-tutorial-inner .video-link {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  z-index: 3;
}
.ht-mega-video-tutorial-inner .video-link .ht-popup-video {
  margin: auto;
  max-width: 150px;
  text-align: center;
}
.ht-mega-video-tutorial-inner .video-link .ht-popup-video .video-play {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: linear-gradient(#FBECF2 0, #EDEBF6 100%);
  border-radius: 50%;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
}
.ht-mega-video-tutorial-inner .video-link .ht-popup-video p {
  margin-top: 20px;
}
.ht-mega-video-tutorial-inner .video-link:hover .video-play {
  transform: scale3d(1.1, 1.1, 1.1);
}

.ht-mega-video-tutorial-inner {
  position: relative;
}
.ht-mega-video-tutorial-inner .one {
  animation-duration: 2.2s;
  left: 5%;
  position: absolute;
  top: 15%;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 767px) {
  .ht-mega-video-tutorial-inner .one {
    display: none;
  }
}
.ht-mega-video-tutorial-inner .two {
  animation-duration: 2.2s;
  right: 0px;
  position: absolute;
  top: 10%;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateLeft;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 767px) {
  .ht-mega-video-tutorial-inner .two {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-mega-video-tutorial-inner .two {
    width: 140px;
  }
}
.ht-mega-video-tutorial-inner .three {
  left: 20%;
  position: absolute;
  top: 80%;
}
.ht-mega-video-tutorial-inner .four {
  left: 50%;
  position: absolute;
  top: 90%;
  animation-name: animateLeft;
}

.testimonial_bg {
  position: relative;
}
.testimonial_bg::before {
  position: absolute;
  top: 150px;
  left: 0;
  content: '';
  background: url(../images/bg/testimonial_bg.png) top 0px left no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.testimonial__wrap {
  box-shadow: 0 0 10px rgba(122, 122, 122, 0.3);
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-text {
  padding-top: 50px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.testimonial-text::after {
  background: url(../images/icons/quote.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
}

.testimonial--info {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial--info .testimonial__media {
  display: flex;
  align-items: center;
}
.testimonial--info .testimonial__media .author-info {
  margin-left: 20px;
}
@media only screen and (max-width: 479px) {
  .testimonial--info {
    flex-direction: column;
  }
}

.read-more_all a {
  color: #E33676;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding-right: 60px;
  position: relative;
}
.read-more_all a img {
  margin-left: 8px;
}
.read-more_all a:hover img {
  margin-left: 10px;
}

.ht-get-now-area {
  position: relative;
  background-image: linear-gradient(90deg, #E13677 0%, #592CA5 100%);
  z-index: 0;
  padding: 200px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-get-now-area {
    padding: 140px 0;
  }
}
@media only screen and (max-width: 767px) {
  .ht-get-now-area {
    padding: 120px 0;
  }
}

.background-overlay {
  background-image: url(../images/bg/get-start.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.get-now-box-inner h2 {
  font-family: "Roboto", sans-serif;
}

/*=============================================
    Accordions Css  
=============================================*/
.faq-wrapper .panel.panel-default {
  margin-bottom: 20px;
}
.faq-wrapper .card, .faq-wrapper .card-header {
  border-radius: 5px;
}
.faq-wrapper .card {
  border-bottom: none;
  margin-bottom: 20px;
  border: none;
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}
.faq-wrapper .card:last-child {
  margin-bottom: 0;
}
.faq-wrapper .card-header {
  padding: 0;
  border-bottom: 0;
  background-color: #ffffff;
}
.faq-wrapper .card-header h5 button {
  border: none;
  width: 100%;
  text-align: left;
  color: #000000;
  padding: 20px 30px;
  position: relative;
  overflow-wrap: break-word;
  white-space: normal;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 5px;
  background: #ffffff;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 479px) {
  .faq-wrapper .card-header h5 button {
    padding-left: 15px;
    padding-right: 20px;
  }
}
.faq-wrapper .card-header h5 button span {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 479px) {
  .faq-wrapper .card-header h5 button span {
    right: 15px;
  }
}
.faq-wrapper .card-header h5 button span .img_one {
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.faq-wrapper .card-header h5 button:hover, .faq-wrapper .card-header h5 button:focus {
  text-decoration: none;
  color: #000000;
}
.faq-wrapper .card-header h5 button[aria-expanded="true"] {
  color: #333;
  background: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #f1f1f1;
}
.faq-wrapper .card-header h5 button[aria-expanded="true"] span .img_one:nth-child(2) {
  visibility: visible;
  opacity: 1;
  display: inline;
}
.faq-wrapper .card-header h5 button[aria-expanded="true"]:before {
  height: 100%;
}
.faq-wrapper .card-header h5 button[aria-expanded="false"] span .img_one:nth-child(1) {
  visibility: visible;
  opacity: 1;
  display: inline;
}
.faq-wrapper .card-body {
  padding: 23px 30px 29px;
}

/*================================
    Footer Css
==================================*/
.footer-area {
  background: #FAFAFA;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 575px) {
  .footer-content {
    flex-direction: column;
    justify-content: center;
  }
  .footer-content .copy-right-text {
    margin-top: 20px;
  }
}

@keyframes animateUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animateLeft {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-25px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes playbutton-effect {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes drem_animation {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
.block-animation {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: blockAnimation;
  animation-name: blockAnimation;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes blockAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blockAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*@import 'elements';*/
#htwpt-project-grid {
  margin: 0 -15px -30px;
}

#htwpt-project-grid > [class*="col"] {
  margin-bottom: 30px;
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}

#htwpt-project-grid > [class*="col"]::before, #htwpt-project-grid > [class*="col"]::after {
  display: none;
}

.selectric {
  width: 140px;
}

.back-home a {
  background: #D43A6B;
  padding: 7px 20px;
  color: #fff;
}
.back-home a:hover {
  color: #fff;
  background: #333;
}

.htwpt-search-section.is-sticky {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: 0.50s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .htwpt-search-section.is-sticky {
    position: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .htwpt-category-select {
    float: right;
  }
}
.single-preview-widget {
  position: relative;
}
.single-preview-widget.pro::after {
  content: "Pro";
  background-color: #E33676;
  color: #fff;
  padding: 6px 11px;
  font-size: 12px;
  position: absolute;
  line-height: 12px;
  right: 15px;
  z-index: 99;
  font-weight: 400;
  top: 15px;
  border-radius: 5px;
}

.htwpt-scrollToTop:hover, .htwpt-groupScrollToTop:hover {
  color: #FFFFFF;
  background-color: #E33676;
}

/*# sourceMappingURL=style.css.map */
