
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-family: "Work Sans", sans-serif;
}

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

:focus {
  outline: 0 !important;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
  color: #ee0979;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Poppins", sans-serif;
}

p {
  line-height: 1.7;
  color: #666666;
  font-size: 17px;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

.bg-f9f9f9 {
  background-color: #f9f9f9;
}
.color-pr-text{
  color: #994f9f;
}
ul.icon-list-items {
    list-style: none;
    padding: 0;
}
ul.icon-list-items li.icon-list-item {
    margin-bottom: 10px;
}
ul.icon-list-items .icon-list-icon i {
    color: #994f9f;
}
ul.icon-list-items span.icon-list-text {
    color: #994f9f;
    font-weight: 600;
}

/*section-title*/
.section-title {
  text-align: center;
  margin-bottom: 50px;
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
}

.section-title .sub-title {
  display: block;
  text-transform: uppercase;
  background: rgb(140,43,144);
background: linear-gradient(45deg, rgba(140,43,144,1) 0%, rgba(96,128,192,1) 60%, rgba(2,173,229,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
}

.section-title p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

/*default-btn*/
.default-btn {
  border: none;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: #ee0979;
  position: relative;
  padding: 20px 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.default-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(140,43,144);
background: linear-gradient(45deg, rgba(140,43,144,1) 0%, rgba(96,128,192,1) 60%, rgba(2,173,229,1) 100%);
}

.default-btn:hover {
  background-color: #9c4e9e;
  color: #ffffff;
}

.default-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}

/*form-control*/
.form-control {
  height: 48px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background-color: #f2f2f2 !important;
  color: #000000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 0;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.form-control::-webkit-input-placeholder {
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:-ms-input-placeholder {
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control::-ms-input-placeholder {
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control::placeholder {
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::placeholder {
  color: transparent;
}

textarea.form-control {
  padding-top: 15px;
  height: auto !important;
}


/*================================================
Navbar Area CSS
=================================================*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.bg-light {
  background-color: #ffffff !important;
}

.navbar-light .navbar-brand {
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-light .navbar-nav {
  margin-left: auto;
  font-family: "Poppins", sans-serif;
}

.navbar-light .navbar-nav .nav-item {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  padding: 0;
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-size: 15.5px;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #994f9f;
}

.navbar-light .navbar-nav .nav-item .nav-link.active {
  background: -webkit-gradient(linear, right top, left bottom, from(#ee0979), color-stop(#fc1c62), color-stop(#ff364a), color-stop(#ff512f), to(#ff6a00));
  background: linear-gradient(to left bottom, #ee0979, #fc1c62, #ff364a, #ff512f, #ff6a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-light .navbar-nav .nav-item.active a {
  background: -webkit-gradient(linear, right top, left bottom, from(#ee0979), color-stop(#fc1c62), color-stop(#ff364a), color-stop(#ff512f), to(#ff6a00));
  background: linear-gradient(to left bottom, #ee0979, #fc1c62, #ff364a, #ff512f, #ff6a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-light .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

.navbar-light .dark-version-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-left: 20px;
}

.navbar-light .dark-version-btn .switch {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
}

.navbar-light .dark-version-btn .switch input {
  width: 0;
  height: 0;
  opacity: 0;
}

.navbar-light .dark-version-btn .slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #2e2e2e;
}

.navbar-light .dark-version-btn .slider:before {
  left: 0;
  top: 50%;
  right: 0;
  content: "\eebe";
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-family: boxicons;
}

.navbar-light .dark-version-btn .slider.round {
  border-radius: 50%;
}

.navbar-light .dark-version-btn .slider.round:before {
  border-radius: 50%;
}

.navbar-light .dark-version-btn input:checked + .slider {
  background-color: #efefef;
}

.navbar-light .dark-version-btn input:checked + .slider:before {
  color: #000000;
  content: "\ee4e";
}

@media only screen and (max-width: 991px) {
  .navbar {
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar.is-sticky {
    border-bottom: none;
  }
  .navbar-light .container {
    position: relative;
  }
  .navbar-light .navbar-toggler {
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
    color: #000000;
    border: none;
    padding: 0;
  }
  .navbar-light .navbar-toggler .burger-menu {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .navbar-light .navbar-toggler .burger-menu span {
    height: 2px;
    width: 30px;
    background: #000000;
    display: block;
    margin: 6px 0;
    -webkit-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
  }
  .navbar-light .navbar-toggler .burger-menu.active span.top-bar {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
            transform-origin: 10% 10%;
  }
  .navbar-light .navbar-toggler .burger-menu.active span.middle-bar {
    opacity: 0;
  }
  .navbar-light .navbar-toggler .burger-menu.active span.bottom-bar {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
            transform-origin: 10% 90%;
    margin-top: 5px;
  }
  .navbar-light .navbar-nav {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    margin-top: 15px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-light .navbar-nav .nav-item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .navbar-light .dark-version-btn {
    position: absolute;
    margin-left: 0;
    right: 60px;
    top: -6px;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  padding-top: 100px;
  overflow: hidden;
}

.main-banner-content h1 {
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
  color: #11536d;
}

.main-banner-content p {
  margin-bottom: 25px;
  font-size: 20px;
}

.main-banner-content form {
  position: relative;
}

.main-banner-content form .input-newsletter {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 15px;
  color: #000000;
  background-color: #efefef;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.main-banner-content form .input-newsletter::-webkit-input-placeholder {
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-banner-content form .input-newsletter:-ms-input-placeholder {
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-banner-content form .input-newsletter::-ms-input-placeholder {
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-banner-content form .input-newsletter::placeholder {
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-banner-content form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.main-banner-content form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.main-banner-content form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.main-banner-content form .input-newsletter:focus::placeholder {
  color: transparent;
}

.main-banner-content form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: none;
  z-index: 1;
  color: #ffffff;
  background-color: #ee0979;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.main-banner-content form button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, right top, left bottom, from(#ee0979), color-stop(#fc1c62), color-stop(#ff364a), color-stop(#ff512f), to(#ff6a00));
  background: linear-gradient(to left bottom, #ee0979, #fc1c62, #ff364a, #ff512f, #ff6a00);
}

.main-banner-content form button:hover {
  background-color: #ee0979;
  color: #ffffff;
}

.main-banner-content form button:hover::before {
  opacity: 0;
  visibility: hidden;
}

.main-banner-image {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 60px;
  z-index: 1;
}

.main-banner-image .banner-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-banner-image .banner-shape img:nth-child(1) {
  position: absolute;
  left: -25px;
  bottom: 0;
}

.main-banner-image .banner-shape img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*================================================
Followers Area CSS
=================================================*/
.followers-area {
  position: relative;
  z-index: 1;
}

.followers-area::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background-color: #ffffff;
  z-index: -1;
}

.single-followers-box {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 35px 30px;
}

.single-followers-box::before {
  content: '';
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: rgb(140,43,144);
  background: linear-gradient(45deg, rgba(140,43,144,1) 0%, rgba(96,128,192,1) 65%, rgba(2,173,229,1) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-followers-box .followers-box-icon{
  color: #9c4e9e;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-followers-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
}

.single-followers-box h3 .odometer {
  position: relative;
  top: -1.5px;
}

.single-followers-box .sub-title {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #666666;
  margin-bottom: 10px;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.single-followers-box .link {
  display: inline-block;
  color: #666666;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
}

.single-followers-box .link i {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 1.5px;
}

.single-followers-box .link i.flaticon-instagram {
  color: #e1306c;
}

.single-followers-box .link i.flaticon-twitter {
  top: 2.5px;
  color: #1da1f2;
}

.single-followers-box .link i.flaticon-youtube {
  top: 3.5px;
  color: #ff0000;
}

.single-followers-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-followers-box .line {
  height: 1px;
  background-color: #ededed;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 20px;
  margin-bottom: 15px;
}

.single-followers-box:hover {
  border-radius: 0;
}

.single-followers-box:hover::before {
  height: 100%;
}
.single-followers-box:hover .followers-box-icon {
  color: #ffffff;
}
.single-followers-box:hover h3 {
  color: #ffffff;
}

.single-followers-box:hover .sub-title {
  color: #ffffff;
}

.single-followers-box:hover .link {
  color: #ffffff;
}

.single-followers-box:hover .link i {
  color: #ffffff !important;
}

.single-followers-box:hover p {
  color: #ffffff;
}

.single-followers-box:hover .line {
  background-color: #ffffff;
}

.shape1 {
  position: absolute;
  right: 0;
  top: 18%;
  z-index: -2;
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-image {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-right: 30px;
  padding-bottom: 60px;
}

.about-image .shape img:nth-child(1) {
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  z-index: 1;
}

.about-image .shape img:nth-child(2) {
  position: absolute;
  right: 16%;
  bottom: 0;
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.about-content {
  padding-left: 30px;
  max-width: 745px;
}

.about-content .sub-title {
  display: block;
  text-transform: uppercase;
  background: rgb(140,43,144);
background: linear-gradient(45deg, rgba(140,43,144,1) 0%, rgba(96,128,192,1) 60%, rgba(2,173,229,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.about-content h2 {
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 700;
}

.about-content .btn-box {
  margin-top: 25px;
}

.about-content .btn-box .email {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.about-content .btn-box .email::before {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 0;
  background-color: #999999;
}

.about-content .btn-box .email::after {
  width: 0;
  height: 1px;
  content: '';
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left bottom, from(#ee0979), color-stop(#fc1c62), color-stop(#ff364a), color-stop(#ff512f), to(#ff6a00));
  background: linear-gradient(to left bottom, #ee0979, #fc1c62, #ff364a, #ff512f, #ff6a00);
}

.about-content .btn-box .email:hover::after {
  width: 100%;
}

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

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

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

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



/*================================================
Partners Area CSS
=================================================*/
.single-partners-box {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  /*.overlay {
        position: absolute;
        left: 0;
        top: 0;
        background-color: $black-color;
        width: 100%;
        height: 100%;
        z-index: 1;
    }*/
}

.single-partners-box a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
}

.single-partners-box a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-partners-box a:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}



/*================================================
Podcast Area CSS
=================================================*/
.podcast-area .section-title {
  max-width: 730px;
}

.overview-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.overview-box .overview-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.overview-box .overview-image .image {
  position: relative;
  z-index: 1;
  /*.overlay {
                position: absolute;
                left: 0;
                top: 0;
                background-color: $black-color;
                width: 100%;
                height: 100%;
                border-radius: 0 80px 0 0;
                z-index: 1;
            }*/
}

.overview-box .overview-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.overview-box .overview-content .content {
  padding-left: 40px;
}

.overview-box .overview-content .content h3 {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
}

.overview-box .overview-content .content p {
  line-height: 1.8;
}

.overview-box .overview-content .content .default-btn {
  margin-top: 5px;
}

.overview-box:nth-child(3) .overview-content .content {
  padding-left: 0;
  padding-right: 40px;
}

/*================================================
Reason Area CSS
=================================================*/
.reason-area{
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/reason-background-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}
.single-reason-box {
    margin: 10px;
    padding: 40px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 60px 0 rgba(0,0,0,.05);
    height: 100%;
    background: #fff;
}
.single-reason-box .reason-icon {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}
.reason-title-text{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/portrait-woman-customer-service-worker.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.subscribe-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .65;
  z-index: -1;
}

.subscribe-content {
  margin-left: auto;
  padding-right: 30px;
}

.subscribe-content h2 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}

.subscribe-content p {
  opacity: .90;
  color: #ffffff;
}

.subscribe-content .btn-box {
  margin-top: 25px;
}

.subscribe-content .btn-box .email {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}


.subscribe-form {
  background-color: #ffffff;
  padding: 50px 35px;
  max-width: 460px;
  margin-left: auto;
}

.subscribe-form form button {
  position: relative;
  border: none;
  z-index: 1;
  display: block;
  width: 100%;
  color: #ffffff;
  padding: 20px 25px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 30px;
}

.subscribe-form form button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(140,43,144);
  background: linear-gradient(45deg, rgba(140,43,144,1) 0%, rgba(96,128,192,1) 60%, rgba(2,173,229,1) 100%);
  border-radius: 30px;
}

.subscribe-form form button:hover {
  background-color: #9c4e9e;
  color: #ffffff;
}

.subscribe-form form button:hover::before {
  opacity: 0;
  visibility: hidden;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  height: 400px;
  margin-top: 70px;
  background-image: url(../../assets/img/page-title-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-area p {
  font-size: 15px;
}

.footer-area p i {
  font-size: 13px;
}

.footer-area p a {
  background: -webkit-gradient(linear, right top, left bottom, from(#ee0979), color-stop(#fc1c62), color-stop(#ff364a), color-stop(#ff512f), to(#ff6a00));
  background: linear-gradient(to left bottom, #ee0979, #fc1c62, #ff364a, #ff512f, #ff6a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-area ul {
  text-align: right;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.footer-area ul li {
  display: inline-block;
  margin-left: 5px;
}

.footer-area ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f1f1f1;
  color: #000000;
  text-align: center;
  font-size: 14.5px;
}

.footer-area ul li a::before {
  width: 100%;
  height: 100%;
  background: rgb(140,43,144);
background: linear-gradient(45deg, rgba(140,43,144,1) 0%, rgba(96,128,192,1) 60%, rgba(2,173,229,1) 100%);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.footer-area ul li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-area ul li a i.flaticon-twitter {
  padding-top: 2px;
}

.footer-area ul li a:hover {
  background-color: #ee0979;
  color: #ffffff;
}

.footer-area ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.footer-area ul li:first-child {
  margin-left: 0;
}

