/*
@File: TryNext Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below >>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader CSS
** - Header CSS
** - Main Banner CSS
** - Featured Services CSS
** - About CSS
** - Case Studies CSS
** - Quotes CSS
** - Services CSS
** - Services Details CSS
** - Partner CSS
** - Feedback CSS
** - Portfolio CSS
** - Team CSS
** - Pricing CSS
** - Our Work Process CSS
** - CTA CSS
** - Fun Facts CSS
** - Subscribe CSS
** - Blog CSS
** - Blog Details CSS
** - Page Title CSS
** - Contact CSS
** - 404 Error CSS
** - Pagination CSS
** - Sidebar CSS
** - Case Studies Details CSS
** - Portfolio Details CSS
** - FAQ CSS
** - Footer CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Saira", sans-serif; */
  font-family: "Open Sans", sans-serif;
  color: #18181b;
  font-weight: bold;
}

h1,
h2 {
  font-weight: bold;
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
}

p {
  line-height: 1.8;
  font-size: 16px;
  color: #646464;
  margin-bottom: 15px;
}

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

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

button {
  outline: 0 !important;
}

.border {
  border-color: #eee !important;
}

.radius-10 {
  border-radius: 10px;
}

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

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

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

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

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

.bg-fixed {
  background-attachment: fixed;
}

.bg-fcfbfb {
  /* background-color: #fcfbfb; */
  background-color: #efefef;
}

.bg-f9f6f6 {
  background-color: #f9f6f6;
}

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

a {
  display: inline-block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
  transition: all 0.6s ease;
}

a:hover,
a:focus {
  outline: 0 !important;
  color: #ff2c9c;
  text-decoration: none;
}

.rounded-10 {
  border-radius: 10px;
}

/* btn */
.btn {
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-weight: 600;
  font-size: 15px;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.btn-primary {
  color: #ffffff;
  background-color: #ffffff !important;
  border: 1px solid #ff2c9c !important;
}

.btn-primary::before {
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  /* background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  ); */
  /* background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  ); */
  background: #ff287b;
  z-index: -1;
  /* -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; */
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  color: #ff2c9c;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: transparent;
  border-color: #ff2c9c;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #ff2c9c;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #ff2c9c;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: transparent !important;
  border-color: #ff2c9c !important;
}

.btn-primary:hover::before,
.btn-primary:focus::before {
  width: 0;
}

.btn-secondary {
  color: #ff2c9c;
  background-color: transparent;
  border: 1px solid #ff2c9c;
}

.btn-secondary::before {
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  color: #ffffff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: #ffffff;
  border-color: transparent;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ff2c9c;
  background-color: transparent;
  border: 1px solid #ff2c9c;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #ffffff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: #ffffff;
  border-color: transparent;
}

.btn-secondary:hover::before,
.btn-secondary:focus::before {
  width: 100%;
}

/* owl-carousel-btn */
.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #18181b !important;
  font-size: 35px !important;
  margin: 0 3px;
  background: #e5e5e5 !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 50% !important;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  line-height: 0 !important;
  z-index: 1;
  text-align: center;
}

.owl-theme .owl-nav [class*="owl-"] i {
  line-height: 40px;
}

.owl-theme .owl-nav [class*="owl-"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:focus {
  color: #ffffff !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover::before,
.owl-theme .owl-nav [class*="owl-"]:focus::before {
  width: 100%;
  height: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 0 5px !important;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-dots .owl-dot:focus,
.owl-theme .owl-dots .owl-dot.active {
  outline: 0;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:focus span,
.owl-theme .owl-dots .owl-dot.active span {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  ) !important;
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  ) !important;
  border: 1px solid #ff2c9c !important;
}

/* section-title */
.section-title {
  text-align: center;
  margin: -5px auto 60px;
  max-width: 720px;
}

.section-title h2 {
  margin-bottom: 15px;
  font-size: 50px;
}

.section-title p {
  margin-bottom: 0;
  margin: 0 auto;
  max-width: 650px;
}

/* form control */
.form-group {
  margin-bottom: 25px;
}

label {
  color: #18181b;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.form-control {
  height: 55px;
  padding: 15px 20px;
  font-size: 14px;
  color: #18181b;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  background: #eeeeee;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.form-control:focus {
  outline: 0;
  background: #ffffff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #ff2c9c;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
}

.preloader .spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  margin: -80px auto 0;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.preloader-deactivate {
  display: none;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*================================================
Navbar CSS
=================================================*/
.navbar-area {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
  width: 100%;
  z-index: 999;
  height: auto;
}

.navbar-area nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navbar-area nav .navbar-brand {
  font-weight: bold;
  font-size: 28px;
}

.navbar-area nav .navbar-nav {
  margin-left: auto;
}

.navbar-area nav .navbar-nav .nav-item {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  /* Mega dropdown menu */
}

.navbar-area nav .navbar-nav .nav-item a {
  color: #18181b;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-area nav .navbar-nav .nav-item a::before {
  bottom: -5px;
  width: 0;
  /* background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  ); */
  background: #fff;
  height: 3px;
  /* -webkit-transition: all 0.6s ease; */
  /* transition: all 0.6s; */
  left: 10px;
  content: "";
  position: absolute;
}

.navbar-area nav .navbar-nav .nav-item a:hover,
.navbar-area nav .navbar-nav .nav-item a:focus,
.navbar-area nav .navbar-nav .nav-item a.active {
  color: #18181b;
}

.navbar-area nav .navbar-nav .nav-item a:hover::before,
.navbar-area nav .navbar-nav .nav-item a:focus::before,
.navbar-area nav .navbar-nav .nav-item a.active::before {
  width: 60%;
}

.navbar-area nav .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}

.navbar-area nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #ffffff;
  position: absolute;
  top: 80px;
  left: 0;
  border: none;
  display: block;
  width: 250px;
  z-index: 99;
  opacity: 0;
  border-radius: 5px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.navbar-area nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 7px 15px;
}

.navbar-area nav .navbar-nav .nav-item .dropdown-menu li a {
  display: inline-block;
  font-size: 14px;
  color: #18181b;
}

.navbar-area nav .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none;
}

.navbar-area nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ff2c9c;
}

.navbar-area nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 220px;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #18181b;
}

.navbar-area
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff2c9c;
}

.navbar-area nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

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

.navbar-area nav .navbar-nav .nav-item .mega-dropdown-menu {
  width: 500px;
  padding: 0 10px 5px;
}

.navbar-area nav .navbar-nav .nav-item .mega-dropdown-menu .nav-item {
  width: 50%;
  float: left;
}

.navbar-area nav .navbar-nav .nav-item .mega-dropdown-menu .nav-item a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5 !important;
  display: block;
}

.navbar-area
  nav
  .navbar-nav
  .nav-item
  .mega-dropdown-menu
  .nav-item
  a:last-child {
  border-bottom: none !important;
}

.navbar-area nav .others-options {
  padding: 0;
  margin: 0 0 0 10px;
  list-style-type: none;
}

.navbar-area nav .others-options .btn {
  border-radius: 50px;
  padding: 11px 20px;
  font-size: 14px;
}

.navbar-area nav .others-options .btn::before {
  border-radius: 50px;
}

.navbar-area.navbar-style-two {
  padding-left: 55px;
  padding-right: 55px;
}

.navbar-area.navbar-style-two nav .navbar-nav {
  margin-left: 150px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar-area.navbar-style-two nav .others-options {
  margin: 0 0 0 0;
}

.navbar-area.navbar-style-two nav .others-options .btn {
  color: #ffffff;
  border-color: #ffffff;
}

.navbar-area.navbar-style-two nav .others-options .btn:hover,
.navbar-area.navbar-style-two nav .others-options .btn:focus {
  border-color: #ff2c9c;
  background: transparent;
}

.navbar-area.navbar-style-two.is-sticky .others-options .btn {
  color: #ff2c9c;
  border-color: #ff2c9c;
}

.navbar-area.navbar-style-two.is-sticky .others-options .btn:hover,
.navbar-area.navbar-style-two.is-sticky .others-options .btn:focus {
  border-color: #ff2c9c;
  color: #ffffff;
}

.navbar-area.navbar-style-two.is-sticky nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar-area.navbar-style-three {
  position: relative;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 15px;
}

.navbar-area.navbar-style-three nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar-area.navbar-style-three nav .others-options {
  margin: 0 0 0 0;
}

.navbar-area.navbar-style-four {
  position: relative;
  padding-bottom: 15px;
}

.navbar-area.navbar-style-four nav .navbar-nav {
  margin-left: auto;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 5px;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  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;
}

.navbar-area.navbar-style-2 nav .navbar-brand {
  color: #ffffff;
}

.navbar-area.navbar-style-2 nav .navbar-brand .black-logo {
  display: none;
}

.navbar-area.navbar-style-2 nav .navbar-nav .nav-item {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-area.navbar-style-2 nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.navbar-area.navbar-style-2.is-sticky .navbar-brand {
  color: #18181b;
}

.navbar-area.navbar-style-2.is-sticky .navbar-brand .black-logo {
  display: block;
}

.navbar-area.navbar-style-2.is-sticky .navbar-brand .white-logo {
  display: none;
}

.navbar-area.navbar-style-2.is-sticky .navbar-nav > .nav-item > a {
  color: #18181b;
}

.navbar-area.navbar-style-3 .container {
  max-width: 1365px;
}

.navbar-toggler {
  border: none;
  background: #eee !important;
  padding: 10px;
  border-radius: 0;
}

.navbar-toggler .icon-bar {
  width: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
  height: 2px;
  display: block;
}

.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
  left: 4px;
  position: relative;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  margin: 6px 0;
}

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
  left: 4px;
  position: relative;
}

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 0;
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 0;
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
  height: 750px;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner.gradient-banner {
  height: 800px;
}

.main-banner.gradient-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  z-index: -1;
  opacity: 0.7;
}

.main-banner.gradient-banner .main-banner-content {
  text-align: center;
  max-width: 690px;
  margin: -40px auto 0;
}

.main-banner.gradient-banner .main-banner-content span {
  color: #ffffff;
}

.main-banner.gradient-banner .main-banner-content h1 {
  color: #ffffff;
}

.main-banner.gradient-banner .main-banner-content p {
  color: #ffffff;
  opacity: 0.9;
  max-width: 557px;
  margin: 0 auto 30px;
}

.main-banner.gradient-banner .main-banner-content .btn-primary:hover,
.main-banner.gradient-banner .main-banner-content .btn-primary:focus {
  color: #ffffff;
  border-color: #ffffff;
}

.main-banner.gradient-banner .main-banner-content .btn-secondary {
  border-color: #ffffff;
  color: #ffffff;
}

.main-banner.gradient-banner .main-banner-content .btn-secondary:hover,
.main-banner.gradient-banner .main-banner-content .btn-secondary:focus {
  border-color: #ff2c9c;
  background: transparent;
}

.main-banner.startup-agency .container {
  max-width: 1365px;
}

.main-banner.startup-agency .main-banner-content h1 {
  font-size: 50px;
}

.main-banner.startup-agency .main-banner-content p {
  margin-bottom: 30px;
}

.main-banner.startup-agency2 {
  background-color: #fbfbfb;
}

.main-banner-boxes .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}

.main-banner-boxes .main-banner .container-fluid {
  padding-right: 55px;
  padding-left: 55px;
}

.main-banner-boxes .main-banner .main-banner-content p {
  max-width: 520px;
}

.main-banner2 .container {
  margin-top: 50px;
}

.banner-animation-image2 {
  text-align: center;
}

/* Hero banner */
.hero-banner {
  position: relative;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-banner.overly::before {
  content: "";
  background-color: #18181b;
  opacity: 0.85;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.hero-banner.overly-6::before {
  content: "";
  background-color: #18181b;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.hero-banner .main-banner-content {
  position: relative;
  z-index: 5;
}

.hero-banner .main-banner-content.text-center {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-banner .main-banner-content.left {
  max-width: 800px;
}

.hero-banner .main-banner-content span {
  color: #ff2c9c;
}

.hero-banner .main-banner-content h1 {
  color: #ffffff;
  font-size: 80px;
}

.hero-banner .main-banner-content p {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 19px;
}

.hero-banner .main-banner-content .btn {
  margin-top: 15px;
}

.hero-banner .main-banner-content .btn-primary {
  font-size: 16px;
  padding: 15px 40px;
}

.hero-banner .main-banner-content .btn-primary:hover,
.hero-banner .main-banner-content .btn-primary:focus {
  color: #ffffff;
  border-color: #ffffff;
}

.hero-banner .main-banner-content .btn-secondary {
  border-color: #ffffff;
  color: #ffffff;
  font-size: 16px;
  padding: 15px 30px;
}

.hero-banner .main-banner-content .btn-secondary:hover,
.hero-banner .main-banner-content .btn-secondary:focus {
  border-color: #ff2c9c;
  background: transparent;
}

.hero-banner .animate-banner-image {
  margin-top: 50px;
}

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

.creative-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Animate banner image */
.animate-banner-image {
  position: relative;
}

.animate-banner-image img {
  display: block !important;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
  margin: auto;
}

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

.hero-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  margin: 0;
  left: 0;
  right: 0;
}

.hero-slider .owl-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  margin: -30px 0 0 0 !important;
  height: 60px !important;
  width: 60px !important;
}

.hero-slider .owl-prev i {
  line-height: 60px !important;
}

.hero-slider .owl-next {
  position: absolute;
  right: 40px;
  top: 50%;
  margin: -30px 0 0 0 !important;
  height: 60px !important;
  width: 60px !important;
}

.hero-slider .owl-next i {
  line-height: 60px !important;
}

.item-bg1 {
  background-image: url(/_next/static/images/main-banner-shape-62721a593637dfd8bd185ecc08c7bd76.jpg);
}

.item-bg2 {
  background-image: url(/_next/static/images/main-banner1-5c147dbd7ee0a9b356fa54791769cccc.jpg);
}

.item-bg3 {
  background-image: url(/_next/static/images/main-banner2-dad512309c43cc5744fbc241cf6881be.jpg);
}

.item-bg4 {
  background-image: url(/_next/static/images/main-banner4-dad512309c43cc5744fbc241cf6881be.jpg);
}

.item-bg5 {
  background-position: right top;
  background-image: url(/_next/static/images/main-banner-shape2-d5e7fd4af167433929d61d0e8b51b98f.jpg);
}

.item-bg6 {
  background-position: right top;
  background-image: url(/_next/static/images/main-banner5-dad512309c43cc5744fbc241cf6881be.jpg);
}

.item-bg7 {
  background-position: right top;
  background-image: url(/_next/static/images/main-banner6-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg1 {
  background-position: center center;
  /* background-image: url(../../images/hero-banner1.jpg); */
  background-image: url(/_next/static/images/HeroBG2-5dba3985e432c2dcef33a0caafd6f980.jpg);
}

.hero-bg2 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner2-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg3 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner3-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg4 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner4-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg5 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner5-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg6 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner6-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg7 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner7-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg8 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner8-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg9 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner9-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg10 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner10-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg11 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner11-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg12 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner12-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg13 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner13-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg14 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner14-dad512309c43cc5744fbc241cf6881be.jpg);
}

.hero-bg15 {
  background-position: center center;
  background-image: url(/_next/static/images/hero-banner15-dad512309c43cc5744fbc241cf6881be.jpg);
}

.clip-path-one {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 70% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 70% 100%, 0 90%);
}

.main-banner-content {
  margin-top: 30px;
  padding-right: 30px;
}

.main-banner-content span {
  color: #ff2c9c;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.main-banner-content h1 {
  font-size: 62px;
  font-weight: 800;
  margin: 12px 0 17px;
  text-transform: capitalize;
}

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

.main-banner-content .btn-primary {
  margin-right: 20px;
}

.banner-image {
  text-align: center;
}

.banner-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 30px;
  border-radius: 5px;
}

.banner-form form .form-control {
  padding-left: 15px;
}

.banner-form form .btn {
  display: block;
  width: 100%;
  -webkit-transform: unset;
  transform: unset;
  margin-top: 25px;
}

.banner-animation-image {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.banner-animation-image img {
  position: absolute;
  text-align: center;
}

.banner-animation-image img:nth-child(1) {
  left: 120px;
  top: -72px;
  z-index: 2;
}

.banner-animation-image img:nth-child(2) {
  left: 170px;
  bottom: -130px;
  z-index: 2;
}

.banner-animation-image img:nth-child(3) {
  left: 0;
  bottom: 110px;
  right: -250px;
  margin: 0 auto;
  z-index: 2;
}

.banner-animation-image img:nth-child(4) {
  left: 38px;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  top: -67px;
}

.banner-animation-image img:nth-child(5) {
  left: 0;
  bottom: -15px;
  right: -250px;
  margin: 0 auto;
  z-index: 2;
}

.banner-animation-image img:nth-child(6) {
  left: 170px;
  bottom: 0;
  z-index: 1;
}

.banner-animation-image img:nth-child(7) {
  left: 73px;
  bottom: -15px;
}

.banner-animation-image img:nth-child(8) {
  left: -15px;
  top: -40px;
}

.banner-animation-image img:nth-child(9) {
  left: 0;
  right: -160px;
  margin: 0 auto;
  top: -115px;
}

.banner-animation-image img:nth-child(10) {
  right: 4px;
  bottom: 0;
  z-index: -1;
}

.banner-animation-image img:nth-child(11) {
  right: -70px;
  top: -44px;
  z-index: -2;
}

.banner-animation-image img:nth-child(12) {
  right: -75px;
  bottom: -100px;
  z-index: -1;
}

.banner-animation-image img.main-pic {
  display: none;
  position: relative;
}

.slider-area ul li {
  position: relative;
  z-index: 1;
}

.slider-area ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #18181b;
  opacity: 0.55;
  z-index: 1;
  visibility: visible;
}

.slider-area ul li .tp-caption.NotGeneric-Title,
.slider-area ul li .NotGeneric-Title {
  font-family: "Saira", sans-serif !important;
}

.slider-area ul li .tp-caption.NotGeneric-SubTitle,
.slider-area ul li .NotGeneric-SubTitle {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.8 !important;
}

.slider-area ul li .tp-caption.NotGeneric-SubTitle-paragraph,
.slider-area ul li .NotGeneric-SubTitle-paragraph {
  color: #ff2c9c !important;
  font-size: 18px !important;
}

.slider-area ul li .tp-caption.NotGeneric-btn .btn,
.slider-area ul li .NotGeneric-btn .btn {
  margin: 0 4px;
  -webkit-transition: all 0.6s ease !important;
  transition: all 0.6s ease !important;
}

.slider-area ul li .tp-caption.NotGeneric-btn .btn-primary,
.slider-area ul li .NotGeneric-btn .btn-primary {
  background-color: #ffffff;
}

.slider-area ul li .tp-caption.NotGeneric-btn .btn-primary:hover,
.slider-area ul li .tp-caption.NotGeneric-btn .btn-primary:focus,
.slider-area ul li .NotGeneric-btn .btn-primary:hover,
.slider-area ul li .NotGeneric-btn .btn-primary:focus {
  border-color: #ffffff;
}

.slider-area ul li .tp-caption.NotGeneric-btn .btn-secondary,
.slider-area ul li .NotGeneric-btn .btn-secondary {
  border-color: #ffffff;
  color: #ffffff;
}

.slider-area ul li .tp-caption.NotGeneric-btn .btn-secondary:hover,
.slider-area ul li .tp-caption.NotGeneric-btn .btn-secondary:focus,
.slider-area ul li .NotGeneric-btn .btn-secondary:hover,
.slider-area ul li .NotGeneric-btn .btn-secondary:focus {
  border-color: #ff2c9c;
  background: transparent;
}

.slider-area ul li .slotholder {
  -webkit-filter: unset !important;
  filter: unset !important;
}

.home-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  line-height: 0.01;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
}

/* Video studio */
.video-studio {
  overflow: hidden;
}

.video-studio .video-box .video-btn {
  background-color: #ff2c9c;
  color: #ffffff;
  font-size: 50px;
  width: 100px;
  height: 100px;
}

.video-studio .video-box .video-btn::after,
.video-studio .video-box .video-btn::before {
  border: 1px solid #ff2c9c;
}

.video-studio .video-box .video-btn:hover,
.video-studio .video-box .video-btn:focus {
  background-color: #ffffff;
  color: #ff2c9c;
}

.video-studio .video-box .video-btn:hover::after,
.video-studio .video-box .video-btn:hover::before,
.video-studio .video-box .video-btn:focus::after,
.video-studio .video-box .video-btn:focus::before {
  border-color: #ffffff;
}

.video-studio .video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}

.video-studio .video-background video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-studio.center {
  text-align: center;
}

.video-studio.center .main-banner-content {
  padding-right: 0;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.video-studio.center .main-banner-content h1 {
  font-size: 70px;
}

.video-studio.center .video-box .video-btn {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-top: 60px;
}

/*================================================
Featured Services CSS
=================================================*/
.featured-services-area {
  position: relative;
  z-index: 1;
  margin-top: -85px;
  margin-bottom: -30px;
}

.featured-services-area .featured-services-box {
  margin-top: 30px;
}

.featured-services-area.boxes-style-two {
  margin-top: 0;
  padding-top: 80px;
}

.featured-services-box {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 30px;
}

.featured-services-box .icon {
  font-size: 45px;
  color: #ff2c9c;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.featured-services-box h3 {
  font-size: 24px;
  margin: 15px 0 15px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.featured-services-box h3 a {
  color: #18181b;
}

.featured-services-box h3 a:hover {
  color: #ffffff;
}

.featured-services-box p {
  margin-bottom: 25px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.featured-services-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.featured-services-box .back-text {
  font-size: 200px;
  position: absolute;
  font-weight: 700;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 0;
  color: #010101;
  opacity: 0.04;
  z-index: -1;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.featured-services-box:hover::before,
.featured-services-box:focus::before,
.featured-services-box.active::before {
  opacity: 1;
  visibility: visible;
}

.featured-services-box:hover .icon,
.featured-services-box:focus .icon,
.featured-services-box.active .icon {
  color: #ffffff;
}

.featured-services-box:hover p,
.featured-services-box:focus p,
.featured-services-box.active p {
  color: #ffffff;
}

.featured-services-box:hover h3,
.featured-services-box:focus h3,
.featured-services-box.active h3 {
  color: #ffffff;
}

.featured-services-box:hover h3 a,
.featured-services-box:focus h3 a,
.featured-services-box.active h3 a {
  color: #ffffff;
}

.featured-services-box:hover h3 a:hover,
.featured-services-box:focus h3 a:hover,
.featured-services-box.active h3 a:hover {
  text-decoration: underline;
}

.featured-services-box:hover .read-more-btn,
.featured-services-box:focus .read-more-btn,
.featured-services-box.active .read-more-btn {
  color: #ffffff;
}

.featured-services-box:hover .back-text,
.featured-services-box:focus .back-text,
.featured-services-box.active .back-text {
  opacity: 0.1;
}

.read-more-btn {
  color: #18181b;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
}

.read-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background: #18181b;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.read-more-btn:hover::before,
.read-more-btn:focus::before {
  opacity: 1;
  visibility: visible;
  left: 40px;
}

.read-more-btn i {
  padding-left: 5px;
}

.featured-services-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: 0.01;
}

.featured-services-slides.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.featured-services-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 0;
}

.featured-services-slides.owl-theme:hover .owl-nav [class*="owl-"],
.featured-services-slides.owl-theme:focus .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
  left: -35px;
}

.featured-services-slides.owl-theme:hover .owl-nav [class*="owl-"].owl-next,
.featured-services-slides.owl-theme:focus .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -35px;
}

/*==========================================
About CSS
===========================================*/
.about-content .section-title {
  text-align: left;
  margin-bottom: 18px;
}

.about-content .section-title p {
  margin: 0;
}

.about-inner-area {
  margin-top: 60px;
}

.about-inner-area .about-text h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.about-image img {
  width: 100%;
}

.about-content-two {
  padding-left: 20px;
}

.about-content-two .about-text {
  margin-bottom: 20px;
}

.about-content-two .about-text:last-child {
  margin-bottom: 0;
}

.about-content-two .about-text h4 {
  font-size: 20px;
}

.about-content-two .about-text ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}

.about-content-two .about-text ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  line-height: 1.8;
}

.about-content-two .about-text ul li:last-child {
  margin-bottom: 0;
}

.about-content-two .about-text ul li i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #ff2c9c;
}

.video-box {
  text-align: center;
}

.video-box .video-btn {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ff2c9c;
  font-size: 40px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.video-box .video-btn::after,
.video-box .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video-box .video-btn i {
  padding-left: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.video-box .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.video-box .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.video-box .video-btn:hover,
.video-box .video-btn:focus {
  background-color: #ff2c9c;
  color: #ffffff;
}

.video-box .video-btn:hover::after,
.video-box .video-btn:hover::before,
.video-box .video-btn:focus::after,
.video-box .video-btn:focus::before {
  border-color: #ff2c9c;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

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

/*================================================
Case Studies CSS
=================================================*/
.case-studies-area .view-more-work {
  text-align: center;
  margin-top: 20px;
}

.case-studies-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1920px;
}

.single-case-studies {
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  min-height: 450px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-case-studies .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  background: transparent;
  z-index: 2;
}

.single-case-studies .content span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.single-case-studies .content span a {
  color: #ffffff;
}

.single-case-studies .content span a:hover,
.single-case-studies .content span a:focus {
  color: #ffffff;
}

.single-case-studies .content h3 {
  font-size: 25px;
  line-height: 1.3;
  margin: 10px 0 0;
  color: #ffffff;
  font-weight: 600;
}

.single-case-studies .content h3 a {
  color: #ffffff;
}

.single-case-studies .content h3 a:hover {
  text-decoration: underline;
}

.single-case-studies .btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
}

.single-case-studies .shape {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-case-studies .btn-primary {
  border-color: #ffffff;
  color: #18181b;
  font-size: 14px;
}

.single-case-studies .btn-primary::before {
  background: #ffffff;
}

.single-case-studies .btn-primary:not(:disabled):not(.disabled).active:focus,
.single-case-studies .btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .single-case-studies .btn-primary.dropdown-toggle:focus {
  color: #ffffff;
}

.single-case-studies .btn-primary:hover,
.single-case-studies .btn-primary:focus {
  color: #ffffff;
}

.single-case-studies.bg1 {
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD//gA+Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NjIpLCBkZWZhdWx0IHF1YWxpdHkK/9sAhAAGBgYGBwYHCAgHCgsKCwoPDgwMDg8WEBEQERAWIhUZFRUZFSIeJB4cHiQeNiomJio2PjQyND5MRERMX1pffHynAQYGBgYHBgcICAcKCwoLCg8ODAwODxYQERAREBYiFRkVFRkVIh4kHhweJB42KiYmKjY+NDI0PkxERExfWl98fKf/wgARCAHMAWgDASEAAhEBAxEB/8QAGwABAAMBAQEBAAAAAAAAAAAAAAIEBQMBBgf/2gAIAQEAAAAA/ZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABirVHUydiwGHoZuxj3dEAAAApZnnXzdxdrCntZtGftjvS2gAAACrkdb+H9Ti7Xz9zU+a5Wd357Zo7QAAAB8/K1T0s3UuY/myy+mfrZF3UAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB49AAAAABRjJGXs6/afL2nZtw48OugAAABGHvnkoy5uw49Ix7JAAAAAAAD/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//EABQBAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/xAA3EAACAQMCAwQIBAYDAAAAAAABAgMABBESIQUTMSJBUWEQFDJxgZGhsSNAwdFCQ1BSkqAgcvH/2gAIAQEAAT8A/wBMya7vZ7p4LTSoj9p28agu72G6S3uwrcz2HWr+8a3VEjXVNIcItST8WtAJZzHJHntKvVfpU93FDa+sdVIBUeOrpXO41y/WMR6cauVjfH3+tWtwtzAkq7Z6jwP/ACj4jJNxRYkb8EZHT2ioO9X12LWDXjUxOFXxNNJxqJOe/LZQMmPG4FQXCTQLMNlYZOe7xpbnid4zPa6EiU4BYbtXD7x5xLHKuiaM4YDv8/zkcMFitxKXbDtqYtvj5e+mnXiF/bCHOiE62Y7Z6ftVzcxR8WLyZIihwoHUlvD50eKo50XVo6I+2W3B+lcVVdNjAoARpRgDpjp+vo4N2DeRDok232/T0QTS2vEXt5pGaOTeNmbOKtZZry+llEjiCPsqASAx9HEp2VFt4j+LKdI8h3mlgS34tZRp0WA7+Ptb1xKVFv7MOcLGC5o8Y75LORYm21nv+lXRhj4ZM0AAQx9nHTtf+1w5AljbgDrGD/lvXscc2/mw7/nIZ7e8jbSNSg6WDLXE7eK1e3uYFCMJMELtmhCrccZnHSIOufHAFcRjV7KcMBspYe9alY+p8Jlc+xJjPln0cI7T30g3DzbH5/v6OOFX5ESLqmJyMdQK4O8LWSBBgqcMPPx9HOuo7+eZrKWQ5KoQCAF+VSXs7cShmNnIGWPAi3yeu/TzqdefxHh7yRlQ8eSjdxXJxU0ayROjgFWBBzVvqfgc6n+EnHuXBrh7BrK3IP8ALA/x2pu3xxMb8uHfy6/v+cKXlhcTNDAZYZTq0r1BpY72/nheeLlQxnUFPUmr+3n5kN1bgGWPYqf4hUsvEL9BALUwqT23bNXNistl6um2kDQT4rXrXFeX6v6o3Mxp5vd7/CrG1FtbrHnLdWI7zR6dM1ZWs5u5rq5TSx2Rcg4HwqK0ntuIs8SZhl9rcdk+mW3mbisE4T8NYiC2Rsd/3riNtLMiPEcSxNqTz8qe64ncRmFbMozdlnOQPhVtapDarAe0MYbz1daia/4eGhW3aaPOUZe75Vw61mR5ri42ll7v7R/ochgwyCCM42oMGGQQRnG39FumXnwq5lwY5DhNXXK/2VHJclQi6QyrqJcHJDE4HyG9PeMEVwmeZEGjXvLbbfWmuzy5ZFGVGgLscktj96F1KILlyu8cZZWKMoOx2wfdUs88fKRtOp8nKozBQuNsDc9eu1CeZ1hVVCs4cnUp2CnHTY75qyyYO1jVzZM46Z1moZJkUsdBjNw64wdXakIz8zTXDq7x4XmagIx3EN3/AAxvV2zJCGXVnmR7Kdz2htUksjyW6GKRFaQgksBnsttsc1bxATTnVKdEmFDOxGNIPQnzqCWYwRQF2LyqjK5O+lhknPlVs7t6jlmOq1JOT1PY3+tTuUhldRkqpIHwqKELpfmyM2NyWOD8OnyoIZRLI00isrOBhsBdJx07/HehcSiVJnYheREXXOw5hbf4EfKrRpXnmZ2bDojqpPshi2PoPzRRS4cjtAEA+TYz9qlt4pSC6kkDGxI28NqaKJihKjKHK+VLBCqMgQaWJJHjqoW8QR0wxVxhssSSPe1SRJIAHB23BBII+K01vCyKhU4XcEMQR8etRRJEgRF0qM4H/Y5pbWBX1hN9Rb2jjLd+OlLExnaVwuw0oAc4Hj76dFcYYZGQfipyKZFYqSMlTkeRwR+tKiqWIGCxyfM4A/SkRURUUYVQAB5UbWErEMMBGulcMRgbbbHypYUUqRklQQCzEnDdevupLaFHDKpGOg1HA9w6CntYHYsybnrhiAfeOhoIocuB2iACfJc4+9BFDlwO0QAT5LnH3/p//8QAFBEBAAAAAAAAAAAAAAAAAAAAoP/aAAgBAgEBPwAm3//EABQRAQAAAAAAAAAAAAAAAAAAAKD/2gAIAQMBAT8AJt//2Q==);
}

.single-case-studies.bg2 {
  background-image: url(data:image/jpeg;base64,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);
}

.single-case-studies.bg3 {
  background-image: url(data:image/jpeg;base64,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);
}

.single-case-studies.bg4 {
  background-image: url(data:image/jpeg;base64,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);
}

.single-case-studies.bg5 {
  background-image: url(data:image/jpeg;base64,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);
}

.single-case-studies.bg6 {
  background-image: url(data:image/jpeg;base64,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);
}

.single-case-studies:hover .shape {
  top: 55%;
}

.single-case-studies.text-center .btn {
  left: 30px;
  right: 30px;
}

.mt-40:nth-child(1) .single-case-studies,
.mt-40:nth-child(3) .single-case-studies {
  margin-top: 40px;
}

.mt-40:nth-child(5) .single-case-studies,
.mt-40:nth-child(8) .single-case-studies,
.mt-40:nth-child(11) .single-case-studies,
.mt-40:nth-child(14) .single-case-studies,
.mt-40:nth-child(17) .single-case-studies {
  margin-top: -40px;
}

.tab .tabs {
  text-align: center;
  padding: 0 0 10px;
  border-bottom: 2px solid #f1f0f0;
  margin-bottom: 50px;
}

.tab .tabs li {
  display: inline-block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.tab .tabs li span {
  position: relative;
  color: #646464;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.tab .tabs li span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
}

.tab .tabs li span:hover,
.tab .tabs li span:focus {
  color: #ff2c9c;
}

.tab .tabs li span:hover::before,
.tab .tabs li span:focus::before {
  width: 100%;
}

.tab .tabs li.current span {
  color: #ff2c9c;
}

.tab .tabs li.current span::before {
  width: 100%;
}

.tab .tabs li:first-child {
  margin-left: 0;
}

.tab .tabs li:last-child {
  margin-right: 0;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.work-card {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.work-card::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 8px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}

.work-card:hover::before {
  background-color: rgba(0, 0, 0, 0.8);
}

.work-card img {
  border-radius: 8px;
  width: 100%;
}

.work-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 5;
}

.work-card .content span {
  display: block;
  margin-bottom: 10px;
}

.work-card .content span a {
  color: #c6c9d8;
}

.work-card .content h3 {
  font-size: 24px;
  line-height: 1.4;
}

.work-card .content .custom-btn {
  margin-top: 20px;
}

.work-card .content a {
  color: #ffffff;
}

.work-card:hover .content {
  bottom: 20px;
}

.custom-btn {
  background-color: #fff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 6px;
  color: #ff2c9c !important;
}

.custom-btn:hover {
  background-color: #ff2c9c;
  color: #ffffff !important;
}

.work-slides .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
}

.work-slides .owl-next {
  position: absolute;
  right: 0;
  top: 0;
}

/*================================================
Quotes CSS
=================================================*/
.quotes-area {
  padding-top: 100px;
  padding-bottom: 80px;
}

.quotes-content {
  text-align: center;
}

.quotes-content p {
  margin: 0 auto;
  color: #18181b;
  max-width: 755px;
  line-height: 45px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}

.quotes-content p::before {
  content: "";
  width: 211px;
  height: 154px;
  display: inline-block;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,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);
  left: -150px;
  top: 0;
}

.quotes-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 25px;
  color: #ff2c9c;
}

.quotes-content span {
  display: block;
  color: #646464;
  font-size: 14px;
}

/*================================================
Services CSS
=================================================*/
.services-area .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.services-area.services-section {
  padding-bottom: 80px;
}

.services-inner {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  padding-top: 110px;
  width: 100%;
  height: 100%;
}

.services-inner .services-section-title {
  max-width: 540px;
  padding-right: 60px;
  margin-left: auto;
}

.services-inner .services-section-title h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 36px;
}

.services-inner .services-section-title .bar {
  position: relative;
  width: 55px;
  height: 2px;
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.services-inner .services-section-title p {
  color: #ffffff;
  opacity: 0.95;
  margin-bottom: 25px;
}

.services-list {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 70px;
  background-image: url(/_next/static/images/services-bg-dad512309c43cc5744fbc241cf6881be.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-list::before {
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: #2b2929;
  opacity: 0.2;
  z-index: -1;
  content: "";
}

.services-list .single-services {
  margin-bottom: 0;
}

.single-services {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 0;
}

.single-services::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #18181b;
  opacity: 0.7;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.single-services:hover::before {
  opacity: 0.9;
}

.single-services .content {
  position: absolute;
  bottom: -145px;
  left: 0;
  text-align: center;
  padding: 20px 20px 35px;
  z-index: 2;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.single-services .content .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #ff2c9c;
  line-height: 65px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.single-services .content .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.single-services .content h3 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #ffffff;
}

.single-services .content p {
  color: #ffffff;
  opacity: 0.95;
  margin-bottom: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.single-services .content .read-more-btn {
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
}

.single-services .content .read-more-btn:hover,
.single-services .content .read-more-btn:focus {
  color: #ff2c9c;
}

.single-services:hover .content,
.single-services:focus .content {
  bottom: 0;
}

.single-services:hover .content .icon::before,
.single-services:focus .content .icon::before {
  width: 100%;
  height: 100%;
}

.single-services:hover .content p,
.single-services:focus .content p {
  opacity: 1;
  visibility: visible;
}

.single-services:hover .content a,
.single-services:focus .content a {
  opacity: 1;
  visibility: visible;
}

.services-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: 0.01;
  position: absolute;
  left: -95px;
  bottom: 0;
}

.services-slides.owl-theme .owl-nav [class*="owl-"] {
  border-radius: 0 !important;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.services-slides.owl-theme .owl-nav [class*="owl-"]::before {
  border-radius: 0;
  background: #18181b;
}

.bg-13c4a1 {
  background-color: #13c4a1;
}

.bg-6610f2 {
  background-color: #6610f2;
}

.bg-ffb700 {
  background-color: #ffb700;
}

.bg-fc3549 {
  /* background-color: #fc3549; */
  background-color: #ff2c9c;
}

.bg-ff2c9cD {
  background-color: #ff2c9c;
}

.bg-00d280 {
  background-color: #00d280;
}

.bg-ff612f {
  background-color: #ff612f;
}

/* Service card one */
.service-card-one {
  margin-bottom: 40px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.service-card-one i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 35px;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 25px;
  display: inline-block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.service-card-one h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-card-one h3 a {
  color: #18181b;
}

.service-card-one h3 a:hover {
  color: #ff2c9c;
}

.service-card-one p {
  margin: 0;
  grid-column: 1 / span 2;
}

.service-card-one.white-bg {
  background-color: #ffffff;
  padding: 30px;
  height: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.service-card-one.white-bg:hover {
  /* background-color: #ff2c9c; */
  background-color: #ff287b;
  margin-top: 5px;
}

.service-card-one.white-bg:hover i {
  background-color: #ffffff !important;
  color: #ff2c9c;
}

.service-card-one.white-bg:hover h3 {
  color: #ffffff;
}

.service-card-one.white-bg:hover h3 a {
  color: #ffffff;
}

.service-card-one.white-bg:hover h3 a:hover {
  text-decoration: underline;
}

.service-card-one.white-bg:hover p {
  color: #ffffff;
}

.service-card-one.bg-fcfbfb {
  padding: 30px;
}

.service-card-one.bg-fcfbfb:hover {
  margin-top: -5px;
}

.service-card-one .read-more {
  color: #ff2c9c;
  display: inline-block;
  margin-top: 15px;
}

.service-card-one.center {
  text-align: center;
  padding: 0 15px;
}

.service-card-one.border.text-center {
  border-radius: 10px;
}

/* Service style two */
.service-style-two .container {
  max-width: 1400px;
  width: 100%;
}

.service-style-two .service-info.pr-50 {
  padding-right: 50px;
}

.service-style-two .service-info.pl-50 {
  padding-left: 50px;
}

.service-style-two .service-info .info-head {
  margin-bottom: 30px;
}

.service-style-two .service-info .title {
  font-size: 40px;
  margin-bottom: 15px;
}

.service-style-two .service-info .btn {
  margin-top: 10px;
}

.feature-list {
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 13px 13px 13px 40px;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #f2effc;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.feature-list i {
  position: absolute;
  left: 18px;
  top: 16px;
  color: #ff2c9c;
}

.feature-list:hover {
  background-color: #ff2c9c;
  color: #ffffff;
  margin-left: 2px;
}

.feature-list:hover i {
  color: #ffffff;
}

/*================================================
Portfolio Details CSS
=================================================*/
.services-details-image {
  position: relative;
}

.services-details-desc {
  margin-top: 50px;
}

.services-details-desc h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.services-details-desc h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.services-details-desc h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.services-details-desc h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.services-details-desc ul,
.services-details-desc ol {
  padding-left: 17px;
}

.services-details-desc ul li,
.services-details-desc ol li {
  line-height: 1.8;
  margin-bottom: 8px;
}

.services-details-desc ul li:last-child,
.services-details-desc ol li:last-child {
  margin-bottom: 0;
}

.services-details-info {
  margin-top: 50px;
}

.services-details-info h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.services-details-info ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.services-details-info ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  color: #646464;
  line-height: 1.8;
}

.services-details-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/*================================================
Partner CSS
=================================================*/
.single-partner {
  text-align: center;
  margin-bottom: 40px;
}

.single-partner img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.single-partner:hover img,
.single-partner:focus img {
  opacity: 0.5;
}

.single-partner.border {
  margin-bottom: 30px;
  height: 130px;
}

/*================================================
Feedback CSS
=================================================*/
.feedback-area {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/_next/static/images/feedback-bg-2d639a2a9643d6378fa81eccf47ae35d.jpg);
}

.feedback-list {
  text-align: center;
}

.feedback-list .quotes-icon {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin-bottom: 35px;
}

.feedback-list .quotes-icon img {
  width: 50px;
}

.single-feedback {
  text-align: center;
  max-width: 755px;
  margin: 0 auto;
}

.single-feedback p {
  margin: 0;
  color: #18181b;
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
}

.single-feedback .bar {
  position: relative;
  margin: 20px auto;
  height: 35px;
  width: 2px;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
}

.single-feedback h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.single-feedback span {
  display: block;
  color: #646464;
  font-size: 14px;
}

.feedback-slides .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
  line-height: 0.01;
}

.client-image-box img {
  position: absolute;
}

.client-image-box img:nth-child(1) {
  bottom: 0;
  right: 20%;
}

.client-image-box img:nth-child(2) {
  left: 25px;
  top: 25px;
}

.client-image-box img:nth-child(3) {
  left: 17%;
  top: 3%;
}

.client-image-box img:nth-child(4) {
  right: 18%;
  top: 8%;
}

.client-image-box img:nth-child(5) {
  right: 0;
  top: 0;
}

.client-image-box img:nth-child(6) {
  bottom: 3%;
  left: 8%;
}

.client-image-box img:nth-child(7) {
  bottom: 5%;
  left: 25%;
}

.client-image-box img:nth-child(8) {
  right: 4%;
  bottom: 13%;
}

/*================================================
Portfolio CSS
=================================================*/
.single-portfolio {
  position: relative;
}

.single-portfolio::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #18181b;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.single-portfolio .portfolio-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ff2c9c;
  z-index: 2;
  margin: 20px;
  padding: 25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.single-portfolio .portfolio-content h3 {
  font-size: 24px;
  color: #ffffff;
  margin: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-portfolio .portfolio-content h3 a {
  color: #ffffff;
}

.single-portfolio .portfolio-content h3 a:hover {
  color: #ff2c9c;
}

.single-portfolio .portfolio-content .link-btn,
.single-portfolio .portfolio-content .popup-btn {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  bottom: 15px;
}

.single-portfolio .portfolio-content .link-btn:hover,
.single-portfolio .portfolio-content .link-btn:focus,
.single-portfolio .portfolio-content .popup-btn:hover,
.single-portfolio .portfolio-content .popup-btn:focus {
  color: #ff2c9c;
}

.single-portfolio .portfolio-content .link-btn {
  left: 0;
}

.single-portfolio .portfolio-content .popup-btn {
  right: 0;
}

.single-portfolio:hover::before,
.single-portfolio:focus::before {
  opacity: 0.71;
  visibility: visible;
}

.single-portfolio:hover .portfolio-content,
.single-portfolio:focus .portfolio-content {
  opacity: 1;
  visibility: visible;
}

.single-portfolio:hover .portfolio-content h3,
.single-portfolio:focus .portfolio-content h3 {
  top: 50%;
}

.single-portfolio:hover .portfolio-content .link-btn,
.single-portfolio:focus .portfolio-content .link-btn {
  left: 15px;
}

.single-portfolio:hover .portfolio-content .popup-btn,
.single-portfolio:focus .portfolio-content .popup-btn {
  right: 15px;
}

/*================================================
Team CSS
=================================================*/
.team-area {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.team-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/_next/static/images/feedback-bg-2d639a2a9643d6378fa81eccf47ae35d.jpg);
}

.single-team {
  margin-bottom: 30px;
}

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

.single-team .team-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: 15px;
  background: #18181b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

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

.single-team .team-img .overlay {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding-left: 15px;
  padding-right: 15px;
}

.single-team .team-img .overlay p {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}

.single-team .team-img .overlay p span {
  display: block;
}

.single-team .team-img .overlay ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-team .team-img .overlay ul li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.single-team .team-img .overlay ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 1;
}

.single-team .team-img .overlay ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  width: 0;
  height: 0;
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.single-team .team-img .overlay ul li a:hover,
.single-team .team-img .overlay ul li a:focus {
  border-color: transparent;
}

.single-team .team-img .overlay ul li a:hover::before,
.single-team .team-img .overlay ul li a:focus::before {
  width: 100%;
  height: 100%;
}

.single-team .team-content {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  padding: 25px 30px;
}

.single-team .team-content h3 {
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 6px;
}

.single-team .team-content span {
  color: #ffffff;
  opacity: 0.9;
  font-size: 14px;
}

.single-team:hover .team-img::before,
.single-team:focus .team-img::before {
  opacity: 0.77;
  visibility: visible;
}

.single-team:hover .team-img .overlay,
.single-team:focus .team-img .overlay {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.team-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: 0.01;
}

.team-slides.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 0;
}

.team-slides.owl-theme:hover .owl-nav [class*="owl-"],
.team-slides.owl-theme:focus .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
  left: -50px;
}

.team-slides.owl-theme:hover .owl-nav [class*="owl-"].owl-next,
.team-slides.owl-theme:focus .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -50px;
}

.team-card {
  margin-bottom: 30px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team-card img {
  width: 100%;
  height: 23rem;
}
@media (max-width: 768px) {
  .team-card img {
    width: 100%;
    height: 28rem;
  }
}

.team-card .team-caption {
  margin-top: 25px;
}

.team-card .team-caption h3 {
  font-size: 24px;
  font-weight: 600;
}

.team-card .team-caption p {
  margin: 0;
  font-size: 15px;
}

.team-card .team-caption ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
}

.team-card .team-caption ul li {
  display: inline-block;
  margin: 0 3px;
}

.team-card .team-caption ul li i {
  background-color: #f1f1f1;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #18181b;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team-card .team-caption ul li i:hover {
  background-color: #ff2c9c;
  color: #ffffff;
}

.team-card .team-img {
  position: relative;
}

.team-card .team-img .social-links {
  position: absolute;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  opacity: 0.95;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team-card .team-img ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
}

.team-card .team-img ul li {
  display: inline-block;
  margin: 0 3px;
}

.team-card .team-img ul li i {
  background-color: #f1f1f1;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #18181b;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team-card .team-img ul li i:hover {
  background-color: #ff2c9c;
  color: #ffffff;
}

.team-card:hover .team-img .social-links {
  height: 100%;
  /* -webkit-transform: scale(1);
  transform: scale(1); */
}

.team-slider .owl-nav [class*="owl-"] {
  position: relative;
}

/*==========================================
Pricing CSS
===========================================*/
.pricing-area {
  position: relative;
  z-index: 1;
}

.pricing-table {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding-bottom: 35px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.pricing-table .pricing-header {
  background: #ffffff;
  position: relative;
  padding: 30px 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-bottom: 30px;
  z-index: 1;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #eeeeee;
}

.pricing-table .pricing-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: -1;
}

.pricing-table .pricing-header h3 {
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-bottom: 0;
}

.pricing-table .price {
  margin-bottom: 20px;
  font-weight: bold;
}

.pricing-table .price span {
  color: #ff2c9c;
  font-size: 40px;
}

.pricing-table .price span sup {
  font-weight: 500;
}

.pricing-table .price span span {
  font-size: 14px;
  font-weight: 500;
}

.pricing-table .pricing-features ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.pricing-table .pricing-features ul li {
  color: #ccdcea;
  font-size: 14px;
  margin-bottom: 12px;
  text-decoration: line-through;
}

.pricing-table .pricing-features ul li:last-child {
  margin-bottom: 0;
}

.pricing-table .pricing-features ul li.active {
  color: #646464;
  text-decoration: none;
}

.pricing-table:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-table:hover .pricing-header::before {
  opacity: 1;
  visibility: visible;
}

.pricing-table:hover .pricing-header h3 {
  color: #ffffff;
}

.pricing-table.active-plan .pricing-header::before {
  opacity: 1;
  visibility: visible;
}

.pricing-table.active-plan .pricing-header h3 {
  color: #ffffff;
}

.pricing-table.active-plan .btn-primary::after,
.pricing-table.active-plan .btn-primary::before {
  background: #ff2c9c;
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-table {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.single-pricing-table .pricing-header {
  padding: 20px 40px;
}

.single-pricing-table .pricing-header h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.single-pricing-table .price {
  color: #18181b;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 10px 40px;
  border-top: 2px dashed #f4f5fe;
  border-bottom: 2px dashed #f4f5fe;
  font-size: 40px;
  font-weight: bold;
}

.single-pricing-table .price sup {
  top: -18px;
  font-size: 18px;
  font-weight: 500;
}

.single-pricing-table .price sub {
  bottom: 2px;
  color: #4a6f8a;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 500;
}

.single-pricing-table .pricing-features {
  margin: 0;
  padding: 30px 40px;
  list-style-type: none;
}

.single-pricing-table .pricing-features li {
  margin-bottom: 10px;
  position: relative;
  color: #444683;
  padding-left: 25px;
}

.single-pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-table .pricing-features li i {
  color: #ff2c9c;
  position: absolute;
  left: 0;
  top: 3px;
}

.single-pricing-table .pricing-features li span {
  display: inline-block;
  color: #b7bad2;
  font-size: 20px;
  position: absolute;
  top: 1px;
  margin-left: 3px;
}

.single-pricing-table .btn-box {
  padding: 0 40px;
}

.single-pricing-table:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-list-tab .tabs {
  padding: 0;
  list-style-type: none;
  margin-bottom: 40px;
  border: none;
}

.pricing-list-tab .tabs li {
  display: inline-block;
  background-color: #ffffff;
  color: #8d8fb4;
  padding: 10px 30px 10px 53px;
  position: relative;
  border-radius: 5px;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.pricing-list-tab .tabs li i {
  color: #ff2c9c;
  margin-right: 2px;
  position: absolute;
  font-size: 18px;
  top: 48%;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
  left: 30px;
}

.pricing-list-tab .tabs li.current {
  color: #ffffff;
  background-color: #ff2c9c;
}

.pricing-list-tab .tabs li.current i {
  color: #ffffff;
}

.pricing-list-tab .tabs li:nth-child(1) {
  border-radius: 30px 0 0 30px;
}

.pricing-list-tab .tabs li:nth-child(2) {
  border-radius: 0 30px 30px 0;
}

.pricing-list-tab .tabs .tabs_item {
  display: none;
}

.pricing-list-tab .tabs .tabs_item:first-child {
  display: block;
}

/*================================================
Our Work Process CSS
=================================================*/
.work-process-area {
  overflow: hidden;
}

.work-process-area .section-title {
  margin-bottom: 70px;
}

.work-process {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 995px;
  margin: 0 auto;
}

.work-process img.circle-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  z-index: -1;
}

.work-process-list .single-work-process {
  position: absolute;
  left: 0;
  top: 0;
}

.work-process-list .single-work-process:nth-child(1) {
  left: 10%;
  top: 20px;
}

.work-process-list .single-work-process:nth-child(2) {
  left: auto;
  right: 10%;
  top: 20px;
}

.work-process-list .single-work-process:nth-child(2) .icon {
  background: transparent;
  color: #07ee7f;
}

.work-process-list .single-work-process:nth-child(2) .icon::before {
  background: #07ee7f;
}

.work-process-list .single-work-process:nth-child(3) {
  right: 0;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work-process-list .single-work-process:nth-child(3) .icon {
  background: transparent;
  color: #ff650b;
}

.work-process-list .single-work-process:nth-child(3) .icon::before {
  background: #ff650b;
}

.work-process-list .single-work-process:nth-child(4) {
  left: auto;
  right: 10%;
  bottom: 5%;
  top: auto;
}

.work-process-list .single-work-process:nth-child(4) .icon {
  background: transparent;
  color: #9333ff;
}

.work-process-list .single-work-process:nth-child(4) .icon::before {
  background: #9333ff;
}

.work-process-list .single-work-process:nth-child(5) {
  left: 10%;
  top: auto;
  bottom: 5%;
}

.work-process-list .single-work-process:nth-child(5) .icon {
  background: transparent;
  color: #fcaf1c;
}

.work-process-list .single-work-process:nth-child(5) .icon::before {
  background: #fcaf1c;
}

.work-process-list .single-work-process:nth-child(6) {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work-process-list .single-work-process:nth-child(6) .icon {
  background: transparent;
  color: #fc23d1;
}

.work-process-list .single-work-process:nth-child(6) .icon::before {
  background: #fc23d1;
}

.single-work-process .icon {
  background: transparent;
  color: #ff3389;
  width: 95px;
  height: 95px;
  line-height: 102px;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.single-work-process .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ff3389;
  border-radius: 50%;
  opacity: 0.18;
}

.single-work-process h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}

.single-work-process span {
  display: block;
  color: #646464;
  font-size: 14px;
}

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

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

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

/*================================================
CTA CSS
=================================================*/
.cta-area {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/_next/static/images/feedback-bg-2d639a2a9643d6378fa81eccf47ae35d.jpg);
}

.cta-area.bg-gradient {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
}

.cta-area.bg-gradient .cta-content h3 {
  color: #ffffff;
}

.cta-area.bg-gradient .cta-content p {
  color: #ffffff;
  opacity: 0.9;
}

.cta-area.bg-gradient .cta-btn-box .btn-primary {
  color: #ff2c9c;
  padding: 15px 35px;
  font-size: 16px;
}

.cta-area.bg-gradient .cta-btn-box .btn-primary::before {
  background: #ffffff;
}

.cta-area.bg-gradient .cta-btn-box .btn-primary:hover,
.cta-area.bg-gradient .cta-btn-box .btn-primary:focus {
  color: #ffffff;
  border-color: #ffffff;
}

.cta-content h3 {
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 800;
}

.cta-content p {
  font-size: 18px;
  margin: 0;
}

.cta-btn-box {
  text-align: right;
}

.cta-area-two {
  background-image: url(/_next/static/images/cta-bg-dad512309c43cc5744fbc241cf6881be.jpg);
  background-position: center center;
  background-size: cover;
  text-align: center;
  position: relative;
  background-attachment: fixed;
}

.cta-area-two::before {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.95;
}

.cta-area-two .cta-content {
  position: relative;
  max-width: 850px;
  margin: auto;
  width: 100%;
}

.cta-area-two .cta-content span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}

.cta-area-two .cta-content h3 {
  color: #ffffff;
  font-size: 70px;
  text-transform: capitalize;
}

.cta-area-two .cta-content p {
  color: #ffffff;
}

.cta-area-two .cta-btn-box {
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.cta-area-two .cta-btn-box .custom-btn {
  padding: 15px 35px;
  font-size: 18px;
  text-transform: uppercase;
}

.cta-area-two .cta-btn-box .custom-btn:hover {
  background-color: #18181b;
}

/*================================================
Fun Facts CSS
=================================================*/
.funfacts-area {
  position: relative;
  z-index: 1;
}

.funfacts-area .map-bg {
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.funfact {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 30px 0 25px;
  border-radius: 5px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.funfact i {
  font-size: 30px;
  color: #ff2c9c;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  background: #f6f4fd;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
}

.funfact h3 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 6px;
}

.funfact:hover {
  margin-top: -5px;
}

.contact-cta-box {
  margin: 80px auto 0;
  max-width: 800px;
  border: 1px dashed #ebebeb;
  padding: 30px 210px 30px 30px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
}

.contact-cta-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-cta-box p {
  margin-bottom: 0;
}

.contact-cta-box .btn {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.funfact-card {
  margin-bottom: 30px;
  text-align: center;
}

.funfact-card i {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  color: #ff2c9c;
}

.funfact-card h3 {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
}

.funfact-card h3 span {
  position: absolute;
  font-size: 35px;
  margin-left: 3px;
}

.funfact-card p {
  margin: 0;
}

/*================================================
Subscribe CSS
=================================================*/
.subscribe-area {
  text-align: center;
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
  background-image: url(/_next/static/images/feedback-bg-2d639a2a9643d6378fa81eccf47ae35d.jpg);
}

.newsletter {
  max-width: 750px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter h4 {
  text-transform: capitalize;
  margin-bottom: 35px;
  font-size: 35px;
}

.newsletter form {
  position: relative;
}

.newsletter form .form-control {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border: none;
  height: 75px;
  border-radius: 50px;
  padding-left: 20px;
  font-size: 16px;
  background-color: #ffffff;
}

.newsletter form .btn {
  position: absolute;
  right: 7px;
  top: 8px;
  height: 60px;
  width: 175px;
  border-radius: 30px;
}

.newsletter form .btn::before {
  border-radius: 30px;
}

.newsletter form .validation-danger {
  margin-top: 20px;
  color: red;
}

.newsletter form .validation-success {
  margin-top: 20px;
}

.newsletter-inner-area {
  background-image: url(/_next/static/images/newsletter-bg-04ab5fa3a10f4b6eb1bae3ca346acd67.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding: 80px 30px;
  text-align: center;
}

.newsletter-inner-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  opacity: 0.9;
}

.newsletter-inner-area .newsletter-content {
  position: relative;
  max-width: 660px;
  margin: auto;
}

.newsletter-inner-area .newsletter-content .sub-title {
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.newsletter-inner-area .newsletter-content h2 {
  color: #ffffff;
  font-size: 40px;
}

.newsletter-inner-area .newsletter-content .newsletter-form {
  position: relative;
  margin-top: 30px;
}

.newsletter-inner-area .newsletter-content .newsletter-form .form-control {
  background-color: #ffffff;
  height: 60px;
  border-radius: 30px;
  padding: 10px 25px;
}

.newsletter-inner-area .newsletter-content .newsletter-form button {
  position: absolute;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  color: #ffffff;
  border: none;
  top: 0;
  right: 0;
  top: 5px;
  right: 5px;
  height: 50px;
  border-radius: 30px;
  padding: 0 30px;
  font-weight: 600;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post {
  margin-bottom: 30px;
  background-color: #f5f6f5;
}

.single-blog-post .post-image {
  position: relative;
  overflow: hidden;
}

.single-blog-post .post-image a {
  display: block;
}

.single-blog-post .post-image img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
}

.single-blog-post .post-image::before,
.single-blog-post .post-image::after {
  content: "";
  background: #ffffff;
  height: 0;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.single-blog-post .post-image::after {
  bottom: 0;
  right: auto;
  top: auto;
  opacity: 0.7;
  left: 0;
}

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

.single-blog-post .post-content .post-meta {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-blog-post .post-content .post-meta li {
  display: inline-block;
  margin-right: 18px;
  position: relative;
  color: #ff2c9c;
  padding-left: 20px;
  font-size: 14px;
  font-style: italic;
}

.single-blog-post .post-content .post-meta li a {
  display: inline-block;
  color: #ff2c9c;
}

.single-blog-post .post-content .post-meta li a:hover,
.single-blog-post .post-content .post-meta li a:focus {
  color: #ff2c9c;
}

.single-blog-post .post-content .post-meta li i {
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-blog-post .post-content .post-meta li::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 1px;
  height: 15px;
  background: #646464;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-blog-post .post-content .post-meta li:first-child {
  padding-left: 25px;
}

.single-blog-post .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-post .post-content h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 600;
}

.single-blog-post .post-content h3 a {
  color: #18181b;
}

.single-blog-post .post-content h3 a:hover,
.single-blog-post .post-content h3 a:focus {
  color: #ff2c9c;
}

.single-blog-post:hover .post-image img,
.single-blog-post:focus .post-image img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.single-blog-post:hover .post-image::after,
.single-blog-post:hover .post-image::before,
.single-blog-post:focus .post-image::after,
.single-blog-post:focus .post-image::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.blog-item-box .blog-item {
  margin-bottom: 21px;
  background-color: #f5f6f5;
}

.blog-item-box .blog-item .row {
  margin-left: -10px;
  margin-right: -10px;
}

.blog-item-box .blog-item .row .col-lg-4,
.blog-item-box .blog-item .row .col-lg-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-item-box .blog-item .post-content .post-meta {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-item-box .blog-item .post-content .post-meta li {
  display: inline-block;
  margin-right: 18px;
  position: relative;
  color: #ff2c9c;
  padding-left: 20px;
  font-size: 14px;
  font-style: italic;
}

.blog-item-box .blog-item .post-content .post-meta li a {
  display: inline-block;
  color: #ff2c9c;
}

.blog-item-box .blog-item .post-content .post-meta li a:hover,
.blog-item-box .blog-item .post-content .post-meta li a:focus {
  color: #ff2c9c;
}

.blog-item-box .blog-item .post-content .post-meta li i {
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-item-box .blog-item .post-content .post-meta li::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 1px;
  height: 15px;
  background: #646464;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-item-box .blog-item .post-content .post-meta li:first-child {
  padding-left: 25px;
}

.blog-item-box .blog-item .post-content .post-meta li:last-child {
  margin-right: 0;
}

.blog-item-box .blog-item .post-content .post-meta li:last-child::before {
  display: none;
}

.blog-item-box .blog-item .post-content h3 {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
}

.blog-item-box .blog-item .post-content h3 a {
  color: #18181b;
}

.blog-item-box .blog-item .post-content h3 a:hover,
.blog-item-box .blog-item .post-content h3 a:focus {
  color: #ff2c9c;
}

.blog-item-box .blog-item .post-image {
  overflow: hidden;
  position: relative;
}

.blog-item-box .blog-item .post-image img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.blog-item-box .blog-item .post-image::before,
.blog-item-box .blog-item .post-image::after {
  content: "";
  background: #ffffff;
  height: 0;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.blog-item-box .blog-item .post-image::after {
  bottom: 0;
  right: auto;
  top: auto;
  opacity: 0.7;
  left: 0;
}

.blog-item-box .blog-item:hover .post-image img,
.blog-item-box .blog-item:focus .post-image img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.blog-item-box .blog-item:hover .post-image::after,
.blog-item-box .blog-item:hover .post-image::before,
.blog-item-box .blog-item:focus .post-image::after,
.blog-item-box .blog-item:focus .post-image::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.blog-item-box .blog-item:last-child {
  margin-bottom: 0;
}

/* Blog style two */
.single-blog-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
}

.single-blog-item .blog-image {
  position: relative;
  overflow: hidden;
}

.single-blog-item .blog-image a {
  display: block;
}

.single-blog-item .blog-image a img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.single-blog-item .blog-image .post-tag {
  position: absolute;
  left: 0;
  top: 40px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.single-blog-item .blog-image .post-tag a {
  background: #ff2c9c;
  color: #ffffff;
  padding: 9px 28px;
}

.single-blog-item .blog-post-content {
  padding: 30px;
}

.single-blog-item .blog-post-content .date {
  color: #ff2c9c;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-bottom: 10px;
}

.single-blog-item .blog-post-content h3 {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 24px;
}

.single-blog-item .blog-post-content h3 a {
  color: #18181b;
}

.single-blog-item .blog-post-content h3 a:hover,
.single-blog-item .blog-post-content h3 a:focus {
  color: #ff2c9c;
}

.single-blog-item .blog-post-content p {
  margin-bottom: 15px;
}

.single-blog-item:hover .blog-image a img,
.single-blog-item:focus .blog-image a img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-blog-item:hover .blog-image .post-tag,
.single-blog-item:focus .blog-image .post-tag {
  top: 50px;
}

.single-blog-item:hover .blog-image .post-tag a,
.single-blog-item:focus .blog-image .post-tag a {
  background: #ff2c9c;
  color: #ffffff;
}

.blog-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  line-height: 0.01;
}

.blog-slides.owl-theme .owl-prev {
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
}

.blog-slides.owl-theme .owl-prev i {
  line-height: 40px;
}

.blog-slides.owl-theme .owl-next {
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
}

.blog-slides.owl-theme .owl-next i {
  line-height: 40px;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details .article-img img {
  width: 100%;
}

.blog-details .article-content {
  padding: 30px 30px 35px;
  border: 1px solid #eeeeee;
}

.blog-details .article-content .entry-meta {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

.blog-details .article-content .entry-meta li {
  display: inline-block;
  color: #646464;
  margin-right: 15px;
  font-size: 14px;
}

.blog-details .article-content .entry-meta li i {
  color: #ff2c9c;
  margin-right: 6px;
}

.blog-details .article-content .entry-meta li:last-child {
  margin-right: 0;
}

.blog-details .article-content .entry-meta li a {
  display: inline-block;
  color: #646464;
}

.blog-details .article-content .entry-meta li a:hover {
  color: #ff2c9c;
}

.blog-details .article-content .category {
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
}

.blog-details .article-content .category li {
  display: inline-block;
  margin-right: 10px;
}

.blog-details .article-content .category li span {
  font-weight: 600;
}

.blog-details .article-content .category li a {
  border: 1px solid #ff2c9c;
  border-radius: 5px;
  padding: 4px 15px;
  font-size: 13px;
  color: #ff2c9c;
  position: relative;
  z-index: 1;
  margin: 5px 0;
}

.blog-details .article-content .category li a::before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.blog-details .article-content .category li a:hover,
.blog-details .article-content .category li a:focus {
  color: #ffffff;
}

.blog-details .article-content .category li a:hover::before,
.blog-details .article-content .category li a:focus::before {
  opacity: 1;
  visibility: visible;
}

blockquote {
  background-color: #fafafa;
  padding: 30px 30px 30px 70px !important;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  margin: 20px 0;
}

blockquote::before {
  font-family: "IcoFont";
  content: "\EFCD";
  position: absolute;
  left: 30px;
  top: 35px;
  color: #ff2c9c;
  font-size: 25px;
  font-style: normal;
}

blockquote p {
  font-weight: 600;
}

blockquote cite {
  position: relative;
  padding-left: 17px;
  font-family: "Saira", sans-serif;
  font-weight: 600;
}

blockquote cite::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  left: 0;
  width: 10px;
  height: 2px;
}

.post-controls-buttons {
  overflow: hidden;
  padding: 30px;
  border: 1px solid #eeeeee;
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-controls-buttons div:first-child {
  float: left;
}

.post-controls-buttons div:last-child {
  float: right;
}

.post-controls-buttons div a {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 9px 20px;
  border-radius: 5px;
  color: #18181b;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.post-controls-buttons div a::before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.post-controls-buttons div a:hover,
.post-controls-buttons div a:focus {
  border-color: #ff2c9c;
  color: #ffffff;
}

.post-controls-buttons div a:hover::before,
.post-controls-buttons div a:focus::before {
  opacity: 1;
  visibility: visible;
}

.comments-area .comments-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 30px;
}

.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 65px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  margin-left: 65px;
  color: #18181b;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #ff2c9c;
  color: #ff2c9c;
  display: inline-block;
  padding: 5px 20px 6px;
  border-radius: 30px;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

.comments-area .comment-body .reply a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 30px;
  z-index: -1;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
}

.comments-area .comment-body .reply a:hover::before {
  opacity: 1;
  visibility: visible;
}

.comments-area .comment-meta {
  margin-bottom: 1em;
}

.comments-area .comment-author {
  font-size: 15px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
  font-family: "Saira", sans-serif;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  color: #646464;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.comments-area .comment-metadata a {
  color: #646464;
}

.comments-area .comment-metadata a:hover {
  color: #ff2c9c;
}

.comments-area .comment-content p {
  font-size: 14px;
}

.comments-area .comment-respond {
  background: #fafafa;
  padding: 30px 25px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.comments-area .comment-respond .comment-reply-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.comments-area
  .comment-respond
  .comment-reply-title
  #cancel-comment-reply-link {
  font-size: 15px;
  display: inline-block;
}

.comments-area .comment-respond .comment-notes {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #18181b;
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.comments-area .comment-respond input[type="date"]:focus,
.comments-area .comment-respond input[type="time"]:focus,
.comments-area .comment-respond input[type="datetime-local"]:focus,
.comments-area .comment-respond input[type="week"]:focus,
.comments-area .comment-respond input[type="month"]:focus,
.comments-area .comment-respond input[type="text"]:focus,
.comments-area .comment-respond input[type="email"]:focus,
.comments-area .comment-respond input[type="url"]:focus,
.comments-area .comment-respond input[type="password"]:focus,
.comments-area .comment-respond input[type="search"]:focus,
.comments-area .comment-respond input[type="tel"]:focus,
.comments-area .comment-respond input[type="number"]:focus,
.comments-area .comment-respond textarea:focus {
  border-color: #ff2c9c;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 7px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #646464;
  font-weight: normal;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  border: 1px solid #ff2c9c;
  color: #ffffff;
  padding: 11px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
  opacity: 0.5;
}

.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6 {
  margin-bottom: 15px;
}

.text-container ul,
.text-container ol {
  padding-left: 17px;
}

.text-container ul li,
.text-container ol li {
  line-height: 1.8;
  margin-bottom: 8px;
}

.text-container ul li:last-child,
.text-container ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  position: relative;
  padding-top: 230px;
  padding-bottom: 160px;
  text-align: center;
}

.page-title-area h2 {
  margin: 0;
  color: #ffffff;
  font-size: 50px;
}

.page-title-area::before {
  content: "";
  background-color: #18181b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.page-title-area .container {
  position: relative;
}

.page-title-area.bg-one {
  /* background: transparent url(../../images/page-banner1.jpg) right top no-repeat; */
  background: transparent url(/_next/static/images/HeroBG-5071551e155215a6f9bba33234015648.jpg) right top no-repeat;
}

.shape1 {
  position: absolute;
  top: 20%;
  z-index: -1;
  left: 30px;
  -webkit-animation: rotate3d 4s linear infinite;
  animation: rotate3d 4s linear infinite;
  opacity: 0.4;
}

.shape2 {
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 15%;
}

.shape3 {
  position: absolute;
  left: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 15s infinite linear;
  animation: animationFramesOne 15s infinite linear;
}

.shape4 {
  position: absolute;
  right: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}

.shape5 {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  opacity: 0.2;
}

.shape6 {
  position: absolute;
  z-index: -1;
  top: 40%;
  right: 10%;
}

.shape7 {
  position: absolute;
  left: 25%;
  top: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}

.shape8 {
  position: absolute;
  z-index: -1;
  top: 15%;
  right: 10%;
}

@-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);
  }
}

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

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

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

/*================================================
Contact CSS
=================================================*/
.contact-info-box {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px 30px 30px 120px;
  margin-bottom: 30px;
  position: relative;
}

.contact-info-box .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #f7fafd;
  border-radius: 50%;
  font-size: 30px;
  color: #ff2c9c;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  left: 30px;
  text-align: center;
}

.contact-info-box h3 {
  font-size: 20px;
  margin: 0 0 10px;
}

.contact-info-box p {
  margin-bottom: 0;
  color: #646464;
}

.contact-info-box p a {
  color: #646464;
}

.contact-info-box p a:hover {
  color: #ff2c9c;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  color: #ffffff;
  background: #ff2c9c;
}

#map {
  height: 500px;
  width: 100%;
}

#contactForm .help-block ul {
  margin: 0;
}

#contactForm .help-block ul li {
  color: red;
}

#contactForm .btn {
  margin-top: 10px;
}

#contactForm #msgSubmit.text-danger,
#contactForm #msgSubmit.text-success {
  margin: 20px 0 0;
}

.contact-area .section-title {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.contact-area .section-title p {
  margin-left: 0;
  margin-right: 0;
}

.contact-area .section-title h2 {
  margin-bottom: 12px;
}

.contact-form {
  background-color: #ffffff;
  text-align: center;
}

.contact-form h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.contact-sidebar .contact-item {
  position: relative;
  padding-left: 52px;
  margin-bottom: 30px;
}

.contact-sidebar .contact-item:last-child {
  margin-bottom: 0;
}

.contact-sidebar .contact-item .icon {
  font-size: 35px;
  color: #ff2c9c;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-sidebar .contact-item span {
  font-size: 18px;
  font-family: "Saira", sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.contact-sidebar .contact-item p {
  margin-bottom: 0;
}

.contact-sidebar .contact-item p a {
  color: #646464;
}

.contact-sidebar .contact-item p a:hover {
  color: #ff2c9c;
}

/*================================================
404 Error CSS
=================================================*/
.error-content {
  margin: 0 auto;
  max-width: 650px;
}

.error-content .search-form {
  position: relative;
  margin-top: 45px;
}

.error-content .search-form .search-field {
  display: block;
  width: 100%;
  height: 50px;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding-left: 15px;
  text-transform: capitalize;
  font-weight: 600;
  border: 1px solid #eeeeee;
}

.error-content .search-form .search-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 110px;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: none;
  background: #ff2c9c;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.error-content .search-form .search-submit:hover,
.error-content .search-form .search-submit:focus {
  background-color: #18181b;
  color: #ffffff;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 40px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 40px;
  color: #18181b;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 17px;
  font-weight: 600;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
  background: #ff2c9c;
  color: #ffffff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

/*================================================
Sidebar CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  font-weight: 700;
  font-size: 21px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.widget-area .widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget ul li {
  position: relative;
  margin-bottom: 12px;
  color: #646464;
  padding-left: 17px;
  font-size: 14px;
  line-height: 1.8;
}

.widget-area .widget ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget ul li::before {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 9px;
  position: absolute;
}

.widget-area .widget ul li a {
  color: #646464;
}

.widget-area .widget ul li a:hover,
.widget-area .widget ul li a:focus {
  color: #ff2c9c;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: #f8f8f8;
  height: 50px;
  padding: 6px 18px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.widget-area .widget_search form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background: #ff2c9c;
  outline: 0;
  border: none;
  color: #ffffff;
  height: 50px;
  padding: 0 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-weight: 600;
  font-size: 15px;
}

.widget-area .widget_search form .search-submit:hover {
  background: #18181b;
  color: #ffffff;
}

.widget-area .widget_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(data:image/jpeg;base64,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);
}

.widget-area .widget_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(data:image/jpeg;base64,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);
}

.widget-area .widget_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(data:image/jpeg;base64,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);
}

.widget-area .widget_posts_thumb .item .info {
  overflow: hidden;
}

.widget-area .widget_posts_thumb .item .info time {
  display: block;
  color: #646464;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 12px;
}

.widget-area .widget_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
}

.widget-area .widget_posts_thumb .item .info .title a {
  color: #18181b;
}

.widget-area .widget_posts_thumb .item .info .title a:hover {
  color: #ff2c9c;
}

.widget-area .widget_recent_entries ul li {
  font-size: 16px;
}

.widget-area .widget_recent_entries ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #18181b;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #ff2c9c;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #646464;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul li {
  color: #646464;
}

.widget-area .widget_recent_comments ul li span {
  display: inline-block;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #18181b;
  font-weight: 600;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #ff2c9c;
}

.widget-area .widget_archive ul li a {
  font-weight: 600;
}

.widget-area .widget_categories ul li a {
  display: block;
  font-weight: 600;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
  font-size: 14px;
}

.widget-area .widget_meta ul li a {
  font-weight: 600;
}

.widget-area .tagcloud a {
  display: inline-block;
  font-size: 14px;
  position: relative;
  z-index: 1;
  padding: 7px 10px;
  color: #646464;
  border: 1px solid #eeeeee;
  margin-top: 8px;
  margin-right: 10px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #ff2c9c;
}

/*================================================
Case Studies Details CSS
=================================================*/
.case-studies-details-image {
  overflow: hidden;
  margin-bottom: 30px;
}

.case-studies-details-image img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.case-studies-details-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.case-studies-details-image:hover img,
.case-studies-details-image:focus img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.case-studies-desc {
  margin-top: 20px;
}

.case-studies-desc h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.case-studies-information {
  margin-top: 20px;
}

.case-studies-information h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.case-studies-information ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.case-studies-information ul li {
  margin-bottom: 12px;
  color: #646464;
}

.case-studies-information ul li span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Saira", sans-serif;
  color: #18181b;
  display: inline-block;
  margin-right: 4px;
}

.case-studies-information ul li a {
  display: inline-block;
  color: #646464;
}

.case-studies-information ul li a:hover {
  color: #ff2c9c;
}

/*================================================
Portfolio Details CSS
=================================================*/
.portfolio-details-image {
  position: relative;
  overflow: hidden;
}

.portfolio-details-image img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio-details-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-details-image:hover img,
.portfolio-details-image:focus img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.portfolio-desc {
  margin-top: 50px;
}

.portfolio-desc h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.portfolio-desc h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.portfolio-desc h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.portfolio-information {
  margin-top: 50px;
}

.portfolio-information h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.portfolio-information ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.portfolio-information ul li {
  margin-bottom: 12px;
  color: #646464;
}

.portfolio-information ul li span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Saira", sans-serif;
  color: #18181b;
  display: inline-block;
  margin-right: 4px;
}

.portfolio-information ul li a {
  display: inline-block;
  color: #646464;
}

.portfolio-information ul li a:hover {
  color: #ff2c9c;
}

.service-details-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  background: #f4f5fe;
  padding: 30px 20px 10px;
  border-radius: 10px;
}

.service-details-info .single-info-box {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-details-info .single-info-box h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.service-details-info .single-info-box span {
  display: block;
  color: #646464;
  font-size: 15px;
}

.service-details-info .single-info-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.service-details-info .single-info-box .social li {
  display: inline-block;
  margin-right: 5px;
}

.service-details-info .single-info-box .social li a {
  background-color: #ffffff;
  color: #646464;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 26px;
  line-height: 26px;
  font-size: 13px;
}

.service-details-info .single-info-box .social li a:hover {
  color: #ff2c9c;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.service-details-info .single-info-box .default-btn {
  display: inline-block;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #ff2c9c;
  border: 1px solid #ff2c9c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}

.service-details-info .single-info-box .default-btn:hover {
  background-color: #ffffff;
  color: #ff2c9c;
}

.service-details-info .single-info-box:last-child {
  text-align: center;
}

/*================================================
FAQ CSS
=================================================*/
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: none;
}

.faq-accordion .accordion .accordion__item {
  margin-bottom: 15px;
  border: none;
}

.faq-accordion .accordion .accordion__item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion__item .accordion__button {
  display: block;
  padding: 12px 45px 12px 15px;
  text-decoration: none;
  position: relative;
  background: #f5f9ff;
  color: #18181b;
  font-size: 18px;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}

.faq-accordion .accordion .accordion__item .accordion__button:hover,
.faq-accordion .accordion .accordion__item .accordion__button.active,
.faq-accordion .accordion .accordion__item .accordion__button:focus {
  background: #ff2c9c;
  color: #ffffff;
  outline: 0;
}

.faq-accordion .accordion .accordion__item .accordion-content {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 15px 0 0;
  line-height: 1.9;
}

.faq-accordion .accordion .accordion__item .accordion-content.show {
  display: block;
}

.faq-accordion .accordion .accordion__panel {
  padding: 20px;
  border: 1px solid #eee;
}

.faq-contact {
  margin-top: 45px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  border-radius: 4px;
  background: #ffffff;
  text-align: center;
}

.faq-contact h3 {
  margin-bottom: 35px;
  font-size: 24px;
  font-family: "Saira", sans-serif;
}

.faq-contact form .btn {
  margin-top: 10px;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
  background-color: #f6f9fc;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

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

.single-footer-widget .logo {
  margin-bottom: 25px;
}

.single-footer-widget .logo a {
  font-size: 24px;
  font-weight: bold;
  color: #18181b;
}

.single-footer-widget .social-links {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.single-footer-widget .social-links li {
  display: inline-block;
  margin-right: 2px;
}

.single-footer-widget .social-links li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #4a4a4a;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 13px;
  margin-right: 5px;
}

.single-footer-widget .social-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.single-footer-widget .social-links li a:hover::before,
.single-footer-widget .social-links li a:focus::before {
  width: 100%;
  height: 100%;
}

.single-footer-widget .social-links li:last-child {
  margin: 0;
}

.single-footer-widget h3 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.single-footer-widget h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 3px;
  /* background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  ); */
  /* background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  ); */
}

.single-footer-widget h3::after {
  content: "";
  position: absolute;
  left: 35px;
  bottom: 0;
  height: 3px;
  background: #f6f9fc;
  width: 5px;
}

.single-footer-widget ul.list {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.single-footer-widget ul.list li {
  margin-bottom: 12px;
  font-size: 16px;
}

.single-footer-widget ul.list li a {
  position: relative;
  color: #353535;
}

.single-footer-widget ul.list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  );
  background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  );
  width: 10px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.single-footer-widget ul.list li a:hover,
.single-footer-widget ul.list li a:focus {
  color: #ff2c9c;
  padding-left: 15px;
}

.single-footer-widget ul.list li a:hover::before,
.single-footer-widget ul.list li a:focus::before {
  opacity: 1;
  visibility: visible;
}

.single-footer-widget ul.list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget ul.get-in-touch {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget ul.get-in-touch li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 50px;
  font-size: 16px;
}

.single-footer-widget ul.get-in-touch li:first-child {
  margin-bottom: 15px;
}

.single-footer-widget ul.get-in-touch li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  /* background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff2c9c),
    color-stop(#ff287b),
    color-stop(#ff395a),
    color-stop(#ff5137),
    to(#ff6a00)
  ); */
  /* background: linear-gradient(
    to left top,
    #ff2c9c,
    #ff287b,
    #ff395a,
    #ff5137,
    #ff6a00
  ); */
  cursor: pointer;
  background: #343a40;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.single-footer-widget ul.get-in-touch li i.icofont-live-support {
  top: -7px;
}

.single-footer-widget ul.get-in-touch li i.icofont-envelope {
  top: -6px;
}

.single-footer-widget ul.get-in-touch li a {
  display: inline-block;
  color: #353535;
}

.single-footer-widget ul.get-in-touch li a:hover,
.single-footer-widget ul.get-in-touch li a:focus {
  color: #ff2c9c;
}

.single-footer-widget ul.get-in-touch li:last-child {
  margin-bottom: 0;
}

.copyright-area {
  background-color: #343a40;
  text-align: center;
  margin-top: 95px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-area p {
  color: #ffffff;
  font-size: 15px;
}

.copyright-area p a {
  display: inline-block;
  color: #ff2c9c;
}

.copyright-area p a:hover,
.copyright-area p a:focus {
  text-decoration: underline;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  font-size: 35px;
  color: #ffffff;
  background-color: #18181b;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.go-top:hover {
  color: #ffffff;
  background: #ff2c9c;
}

